/* Store Homepage 2014 */
#contentWrap.index {
	background: #fff;
}

#homepage_top {
    padding-top: 50px;
	
    height: 465px;
    background: url(//cdn.ramseysolutions.net/media/store/images/store_headbg_v2.jpg) top right no-repeat;
}

#siteBgLeftShadow {
	z-index:2;
}

#siteFooter {
}

.mobile {
	display: none !important;
}

.desktop {
	display: block !important;
}

/* ------------------------- */
/* Featured Products Rotator */
/* ------------------------- */

#christmas_featured_products div.products {
	height: 300px;
	width: 100%;
	background: transparent;
	display: table;
}
	#christmas_featured_products div.products .featured_product {
		width: 96% !important;
		margin-left: 2%;
		margin-right: 2%;
	}
	#christmas_featured_products div.products .featured_product.activeSlide {
		display: table !important;
	}

	#christmas_featured_products div.products div.description,
	#christmas_featured_products div.products div.image,
	#christmas_featured_products div.products div.featured_product_spacer {
		height: 280px;
		display: table-cell;
		vertical-align: middle;
	}

	#christmas_featured_products div.products div.image {
		width: 44%;
		background-color: transparent;
		text-align: center;
		margin: 0;
	}
	#christmas_featured_products div.products div.featured_product_spacer {
		width: 2%;
	}
	#christmas_featured_products div.products div.description {
		width: 54%;
	}

#christmas_featured_products div.products div.description h3 {
    position: relative;
    padding: 0px 10px;
    font-family: 'Open Sans', Sans-Serif;
	font-weight: bold;
    font-size: 36px;
	line-height: 38px;
}

#christmas_featured_products div.products div.description h3 a {
	color: #FFF;
    font-family: 'Open Sans', Sans-Serif;
}

#christmas_featured_products div.products div.description h3 a span {
    font-family: 'Open Sans', Sans-Serif;
    color: #FFF;
}

#christmas_featured_products div.products div.description div.summary {
	margin-left: 10px;
	margin-bottom: 20px;
}

#christmas_featured_products div.products div.description div.call_to_action {
	margin-top: 10px;
}

#christmas_featured_products div.products div.description .product_name {
	display: block;
}

#christmas_featured_products div.products div.description .product_name .price {
	display: none;
}

#christmas_featured_products div.products div.description .add-to-cart-box {
	width: 110px;
	float:left;
	margin-right: 10px;
	margin-top: 10px;
    background: #FBA50E;
}

#christmas_featured_products div.products div.description .add-to-cart-box .add-to-cart {
	margin: 2px;
	border: none;
    background: none;
	width: 106px;
	cursor: pointer;
	font-family: 'Open Sans', Sans-Serif;
	font-size: 18px;
	color: #fff;
    font-weight: 600;
    padding: 5px;
}

#christmas_featured_products div.products div.description div.purchase_info {
    position: relative;
    padding-left: 10px;
}

#christmas_featured_products div.products div.description .title a {
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 600;
    font-size: 16px;
    color: #C1E4F3;
}

#christmas_featured_products div.products div.description .price {
	font-family:'Open Sans', Sans-Serif;
	font-weight: bold;
	font-size: 18px;
    color: #FFF;
    line-height: 24px
}

#christmas_featured_products div.products div.description .price .old {
    font-size: 16px;
    font-weight: normal;
    color: #C1E4F3;
}

#christmas_featured_products div.carousel {
	background: -moz-linear-gradient(#f9f9fb, #d2d4d9) no-repeat;
	background: -webkit-linear-gradient(#f9f9fb, #d2d4d9) no-repeat;
	background: -ms-linear-gradient(#f9f9fb, #d2d4d9) no-repeat;
	background: linear-gradient(#f9f9fb, #d2d4d9) no-repeat;
	background-position: 50% 10px;
	position: relative;
	margin: auto auto auto auto;
	width: 100%;
	max-width: 930px;
	padding: 12px 0px 20px 50px;
	height: 133px;
}

	#christmas_featured_products div.carousel ul li {
		float: left;
		margin-top: 15px;
		overflow: hidden;
		padding-right: 10px;
	}
	
	#christmas_featured_products div.carousel ul li img,
	#christmas_featured_products div.carousel ul li a {
		display: block;
		margin: 0 auto;
		text-align: center;
	  color: #565656;
	  -webkit-transition-property: opacity;
	  -moz-transition-property: opacity;
	  -o-transition-property: opacity;
	  transition-property: opacity;
	  -webkit-transition-duration: 0.15s;
	  -moz-transition-duration: 0.15s;
	  -o-transition-duration: 0.15s;
	  transition-duration: 0.15s;
	  -webkit-transition-timing-function: ease-in-out;
	  -moz-transition-timing-function: ease-in-out;
	  -o-transition-timing-function: ease-in-out;
	  transition-timing-function: ease-in-out;
	}
	
	#christmas_featured_products div.carousel ul li a:hover {
		text-decoration:none;
	}
	
	#christmas_featured_products div.carousel ul li img {
		width: 117px;
		margin: 0 13px 0 13px;
		display: block;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	}
	
	#christmas_featured_products div.carousel ul li a.bundle img {
		width: 142px;
	}
	
	#christmas_featured_products div.carousel ul li span.title {
	    font-family: 'Open Sans', Sans-Serif;
	    color: #383838;
		display: block;
		width: 135px;
		margin: 0 auto;
		font-size: 11.5px;
		line-height: 15px;
		font-weight: 600;
	}
	
		#christmas_featured_products div.carousel ul li.activeSlide span.title {
		    color: #087ba4;
		}

#christmas_featured_products span.triangle {
	position: absolute;
	left: 0;
	margin-top: -13px;

	height: 13px;
	width: 25px;
	background:url(//cdn.ramseysolutions.net/media/store/images/header_arrow.png) no-repeat;

	transition: left 1s;
	-moz-transition: left 1s; /* Firefox 4 */
	-webkit-transition: left 1s; /* Safari and Chrome */
	-o-transition: left 1s; /* Opera */
}

#getting_started {
	font-family: 'Open Sans', Sans-Serif;
	width: 600px;
	margin-left: 25px;
	padding-left: 15px;
}

	#getting_started h2 {
		font-size: 18px;
		color: #0c4269;
		font-weight: 600;
		border-bottom: 1px solid #cad2dd;
		padding-bottom: 5px;
		margin-left: -15px;
	}
	
	#getting_started p {
		font-size: 12px;
		color: #999999;
	}
	
	#getting_started ul {
		width: 600px;
		font-size: 12px;
		list-style: disc;
	}
	
		#getting_started ul li {
			float: left;
			width: 225px;
			margin-left: 15px;
		}
		
			#getting_started ul li a {
				color: #087ba4;
			}

#homepage_banner {
	width: 100%;
	height: auto;
}

	#homepage_banner img {
		width: 100%;
	}

#homepage_banner div{
	text-align:center;
}

#giftfinder_banner_mobile{
	display:none;
}

#giftfinder_banner{
	display:block;
}

/* -------- */

#homepage_middle{
	padding-right:20px;
    margin-top: 20px;
}

#homepage_featured_categories {
	margin: 0px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	padding-right: 30px;
	width:650px;
	float: left;

	*padding-left: 0px !important;
}

.homepage_featured_category{
	width:100%;
	padding:0;
	margin:0;

	padding-bottom:30px;
}

.homepage_section_title{
	background: #087BA4 no-repeat;
	padding: 5px 10px 5px 30px;
	width: 599px;
}

.homepage_section_title h2, .homepage_section_title h2 span{
	font-family: 'Open Sans', Sans-Serif;
	color: #fff;
	display: inline;
	font-size: 16px;
}

.homepage_section_title h2 span.desktop {
	display: inline !important;
}

.homepage_section_title h2 span.mobile {
	display: none !important;
}

.homepage_section_title .view_whole_category{
    font-family: 'Open Sans', Sans-Serif;
	color: #c9f9ff;
	display:inline;
	text-transform:uppercase;
	margin-left: 7px;
}

.homepage_swipe_wrapper {
	width: 100%;
	height: 175px;
	margin-left:5px;
}

.homepage_featured_category_products_wrapper{
	width: 650px;
}

.homepage_featured_category_product{
	text-align: center;
	width: 153px;
	float: left;
	//margin-left:4%;
	padding-top: 10px;
	margin: 0 auto;
    position: relative;
}

.new_product::after {
    content: " ";
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: 50px;
    background: url(//cdn.ramseysolutions.net/media/store/images/new_ribbon_sm.png) no-repeat;
}

.homepage_featured_category_product a:hover{
	text-decoration: none;	
}

.homepage_featured_category_product a:hover .homepage_featured_category_product_name{
	color: #f26522;
	text-decoration: underline;
}

.homepage_featured_category_product.bundle{
	width: 187px !important;
}

.homepage_featured_category_product img{
	display:block;
	width: 150px;
	height: 100px;
}

.homepage_featured_category_product_name{
	font-family: 'Open Sans', Sans-Serif;
	font-weight: bold;
	display:block;
	color:#0d4e68;
	width: 90%;
	margin: 0 auto;
	line-height: 14px;
}

.homepage_featured_category_product_price{
	font-family: 'Open Sans', Sans-Serif;
	font-weight: bold;
	color: #F26522;
    font-size: 14px;
}

.homepage_featured_category_product_reg_price{
    font-family: 'Open Sans', Sans-Serif;
    font-size: 12px;
    color: #9a9a9a;
}

.strike{
	text-decoration:line-through;
}

.ad_placeholder{
	background-color: #999;
}

#homepage_newsletter_signup {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 0 none;
    padding-top: 10px;
    position: relative;
    width: 240px;
    height: auto;
    float: left;
    padding-left: 15px;
    background-color: #f4f5f9;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

	#homepage_newsletter_signup h4 {
		font-family: 'Open Sans', Sans-Serif;;
		font-weight: bold;
		font-size: 18px;
		color: #0c4269;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	#homepage_newsletter_signup div p {
		font-family: 'Open Sans', Sans-Serif;;
		font-size: 13px;
		color: #0c4269;
		line-height: 18px;
		margin-left: 0;
	}
	
	#homepage_newsletter_signup label {
		left: 5px;
	}
	
	#homepage_newsletter_signup input {
		width: 175px;
		margin-left: 0;
		float: left;
	}
	
	#homepage_newsletter_signup button {
		left: 0;
		float: left;
		margin: 0;
		
		height: 26px;
		font-size: 15px;
		font-family: 'Open Sans', Sans-Serif;;
		font-weight: normal;
		
		background-color: #289ACF;
		background-image: -webkit-linear-gradient(top, #289acf 0%, #2a82a5 100%);
		background-image: linear-gradient(to bottom, #289acf 0%, #2a82a5 100%);
		border: 1px solid #2A82A5;
		box-shadow: inset 0px 0px 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
	}

#homepage_newsletter_signup:before {
    background-image: linear-gradient(-45deg, #4D9AF2 0%, #4D9AF2 23%, #FFFFFF 23%, #FFFFFF 30%, #E34715 30%, #E34715 73%, #FFFFFF 73%, #FFFFFF 80%, #4D9AF2 80%, #4D9AF2 100%, #4D9AF2 100%);
    background-position: 15px 0;
    background-repeat: repeat-x;
    background-size: 80px 4px;
    content: " ";
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 100%;
}

#homepage_sidebar_plug{
	width: 280px;
	height: 175px;
	float:left;
	margin-bottom:20px;
}


#homepage_gift_finder{
	float: left;
	background: #f4f5f9;
	margin-bottom: 10px;
	width: 255px;
	position: relative;
	padding-bottom: 25px;
}

	#homepage_gift_finder ul{
		margin: 0;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	
		#homepage_gift_finder ul li a{
			width: 225px;
			float: left;
			font-family: 'Open Sans', Sans-Serif;
			font-size: 18px;
			font-weight: bold;
			color: #8E939D;
			text-decoration: none;
		    line-height:38px;
		    padding-left: 25px;
		    padding-right: 5px;
			*padding-bottom:0;
		}
		
		#homepage_gift_finder ul li a:hover{
			color: white;
			background: #30B6EB;
		}
		
		#homepage_gift_finder ul li a i{
			float: right;
			color: #565656;
		}
		
		#homepage_gift_finder ul li a .icon-chevron-right {
			color: #c6b5a4;
		}
		
		#homepage_gift_finder ul li a:hover .icon-chevron-right {
			color: #fff;
		}

#homepage_bottom{
	padding:0;
	padding-bottom:30px;
	background: none;
}

#homepage_hs_plugs_wrapper{
	margin-left: 30px;
	margin-right: 30px;
}

.homepage_hs_plug{
	width: 280px;
	height: 180px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}

.homepage_hs_plug:first-child{
	margin-left:0px;
}