.landing-page1 {
	background-image: url('/assets/images/icy_top.jpg');
	background-image: url('/assets/images/icy_top.jpg'), url('/assets/images/icy_bot.jpg');
	min-height: 1800px;
}
.landing-page {
	background-size: 100% auto;
	background-position: 50% 0;
	background-position: 50% 0, 50% 100%; 
	background-repeat: no-repeat;
	padding-bottom:30px;
}
.land-page-content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.eg-block-type-1 .product-style-link {
    font-size: 16px;
}
.landing-page-main-image {
    padding-top: 10.5%;
}
.landing-page-ctas {
    background-image: url(/assets/images/icy_mid.jpg);
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 10% 0;
    margin: -8% auto 2em;
    text-align: center;
}
.landing-page-ctas-bar {
    background: rgb(40, 133, 179);
    background: rgba(40, 133, 179, .55);
    color: #fff;
    padding: 25px;
}
.land-page-cta {
    width: 100%;
    display: inline-block;
    margin-bottom: 3em;
}
.lp-sliders .owl-carousel{
	list-style:none;
	padding:0;
	margin:0 auto;
	max-width:1060px;
	text-align:center;
}
.lp-sliders .owl-carousel .style-sub-family, .lp-sliders .owl-carousel  .style-name, .lp-sliders .owl-carousel .style-list-price {
	display:none;
}
.lp-sliders{
	padding: 0 20px;
	text-align: center;
}
.lp-sliders h3{
	text-align:center;
	font-family:'Novecento Sans W01 Wd Normal';
	text-transform: lowercase;
}
.lp-sliders h1 {
	font-size: 24px;
}
.lp-sliders .carousel-wrap {
	margin-bottom: 6em;
}
.lp-sliders .product-style-link {
	padding-top: 0;
}
.lp-sliders .product-style-image {
	height: 260px;
}
.lp-slider1 .product-style-image,
.lp-slider2 .product-style-image  {
    height: 400px;
}
.hide-nav .owl-controls {
	display: none;
}
.landing-banner1 {
	background: url('/assets/images/landing-cold.jpg') 50% 50% no-repeat;
}
.landing-banner {
    padding-top: 45%;
	background-size: 100% auto;
    margin-bottom: 35px;
}

.lp-cta-title {
    text-transform: lowercase;
    font-size: 24px;
    font-family: 'Novecento Sans W01 Wd Normal';
    line-height: 1;
}

.lp-cta-content {
    font-family: 'Novecento Sans W01 Wd Normal';
    text-transform: lowercase;
    margin-top: .5em;
}
@media (min-width:1025px) {
	.land-page-cta {
		width:33%;
	    margin-bottom: 0;
	}
	.landing-page-ctas {
	    background-size: cover;
	    background-position: 50% 50%;
	    padding: 100px 0 10%;
	    margin-top: -82px;
	}
	.landing-banner {
	    background-attachment: fixed;
	}
}