/*valentine page*/
	#valentines {
		font-family: 'Raleway';
		font-weight: 600;
	}
	#valentines .cle_section-0{
		background: url(//cdn8.bigcommerce.com/s-86394/product_images/uploaded_images/img-1-val.jpg) center center no-repeat;
		background-size: 100%;
		position: relative;
		min-height: 290px;
	}
	#valentines .sectionHolder {    
		display: table;
		width: 100%;
	}
   
	#valentines .cle_section-1{
		background: url(//cdn8.bigcommerce.com/s-86394/product_images/uploaded_images/desktopimage-2.jpg) no-repeat;
		background-size: 100%;
		position: relative;
	}
	#valentines .cle_section-2{
		background: url(//cdn8.bigcommerce.com/s-86394/product_images/uploaded_images/desktopimage-3.jpg) no-repeat;
		background-size: 100%;
		position: relative;
	}
	#valentines .cle_section-3{
		background: url(//cdn8.bigcommerce.com/s-86394/product_images/uploaded_images/desktopmug-banner.jpg) center center no-repeat;
		background-size: 100%;
		position: relative;
		min-height: 450px;
	}
	 #valentines .cle_section-1, #valentines .cle_section-2 {
		float: left;
		width:50%;
		min-height: 800px;
		background-position: top center;
	}
	#valentines .mobile_scrn {
		display:none;
	}
	#valentines .shop_link {
		display: inline-block;
		background: #000;
		color: #fff;
		padding: 12px 30px;
		font-size: 15px;
		font-family: inherit;
		margin: 0;
		letter-spacing: 0;
		line-height: 1;
		text-decoration: none;
		border: 1px solid transparent;
		border-radius: 7px;
		float:right;
		font-size: 16px;
		letter-spacing: 0.5px;
		padding: 13px 50px;
		margin: 40px 30px 0;
	}
	#valentines .cle_section-2 .shop_link {
		background:#c02028;;
	}
   #valentines .shop_link span:after {
		content:'>'; 
		display:inline-block;
		font-size: 18px;
		margin-left: 5px;
		vertical-align: text-top;
   }
	#valentines .cle_section-3 .shop_link {
		margin: 20px 0;
		float: none;
	}
	#valentines .cle_section-3 h2{
		color: #c02028;
		font-weight: bold;
		font-size: 36px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 40px;
	}
	#valentines .fulAnchor {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	@media(max-width:1441px) {
		#valentines .cle_section-0 {
			min-height: 195px;
		}
		#valentines .cle_section-1, #valentines .cle_section-2 {
			min-height:630px;
		}
	}
	@media(max-width:1024px) {
		#valentines .cle_section-0 {
			min-height: 155px;
		}
		#valentines .cle_section-1, #valentines .cle_section-2 {
			min-height:500px;
		}
		#valentines .cle_section-3 {
			min-height:380px;
		}
	}
	@media(max-width:800px) {
		#valentines .cle_section-0, #valentines .cle_section-1, #valentines .cle_section-2, #valentines .cle_section-3 {
			background:none;
		}
		#valentines .mobile_scrn {
			display:block;
			margin:0 auto;
		}
		#valentines .cle_section-1, #valentines .cle_section-2 {
			float:none;
			width:100%;
			min-height: 100%;
			position: relative;
		}
		#valentines .cle_section-0,  #valentines .cle_section-3 {
			min-height: 100%;
		}
		#valentines .cle_section-1 .d_content, #valentines .cle_section-2 .d_content{
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		#valentines .cle_section-1 .d_content {
			right: 20px;
		}
		#valentines .cle_section-2 .d_content {
			left: 20px;
		}
	}
	@media(max-width:480px) {
		#valentines .shop_link {
			margin: 0;
			padding: 12px 15px;
			font-size:12px;
		}
		#valentines .shop_link span:after {
			vertical-align: text-bottom;
		}
	}