@charset "UTF-8";
/* CSS Document */
@import url("reset.css");

body, html {
	height:100%;
}
body {
	padding-top:69px;
	overflow:auto;
	background:#333;
	font-family:'Open sans', sans-serif;
	max-width: 100%;
	position:relative;
}

h1, h2, h3, h4 {
	font-family:'futura-pt-condensed', sans-serif;
	letter-spacing:-1px;
}
h1 {
	font-size:93px;
	text-transform:uppercase;
	font-weight:700;
	line-height:73px;
	padding:0 0 10px;
	margin:0;
}
h2 {
	font-size:60px;
	text-transform:uppercase;
	font-weight:700;
	line-height:53px;
	color:#fff;
}
h3 {
	font-size:34px;
	text-transform:uppercase;
	font-weight:700;
	line-height:26px;
	color:#fff;
}
h4 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
}
ul {
	list-style:none;
}

#nav-sections {
	position:absolute;
	top:352px;
	right:0;
	width:20px;
	right:0;
	z-index:10000!important;
	display:block;
}
#nav-sections ul {
	position:relative;
	z-index:10000!important;
	display:block;
	-webkit-transform: translateZ(0);
}
#nav-sections li {
	display:block;
	width:100%;
}
#nav-sections a {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/sprite.png) no-repeat -86px 0;
	margin-bottom:26px;
}
#nav-sections a.on {
	background:url(../images/sprite.png) no-repeat -86px -23px;
}

#nav-sections a:hover {
	background:url(../images/sprite.png) no-repeat -86px -23px;
}

#header-container {
	position:absolute;
	top:0;
	z-index:1000;
	width:100%;
	min-width:1125px!important;
	background: #fff;
}
#header-container.stuck {
	position:fixed;
	top:0;
}
#header {
	position:relative;
	padding:0 0 14px 0;
	width:1125px;
	margin:0px auto;
}
#nav {
	padding:63px 0 33px 0;
	text-align:center;
	display:none;
}
#nav li {
	text-align:center;
	display:block;
	width:33%;
	
	
}

#nav li a {
	color:#7a7a7a;
	font-size:45px;
	text-transform:uppercase;
	font-family:'futura-pt-condensed', sans-serif;;
	padding:0 20px;
	text-decoration:none;
	font-weight:700;
	letter-spacing:2px;
	display:block;
	text-align:center;
}

#secondary-nav {
	width:100%;
	text-align:center;
	padding-top:20px;
}
li {
	display:inline-block;
	width:33%;
	float:left;
}
.nav-trigger {
	display:inline-block;
	width:49px;
	height:26px;
	margin-top:5px;
	background:url('../images/sprite.png') no-repeat 0 0;
}
.logo {
	text-align:left;
}
.logo a {
	margin:0 0 0;
	display:block
}

.social-media ul {
	float:right;
	padding-top:1px;
	text-align:right;
}
.social-media li {
	float:left;
	width:58px;
}
.social-media a {
	width:18px;
	height:17px;
	font-size:19px;
	text-decoration:none;
	color:#56a1d5;
}
.social-media .fa-pinterest {
	font-size:20px;
}
.social-media .fa-twitter {
	font-size:19px;
	margin-top:1px;
}
.social-media .fa-envelope {
	font-size:14px;
	margin-top:3px;
}

.skroll-body {
	height:100%;
}

/* SLIDES */
.slide {
	height:100%;
	display:block;
	width:100%;
	position: relative;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-webkit-box-sizing: content-box!important;
	padding-bottom:30%;
	overflow:hidden;
	border:solid 1px #cc0000;
}

.slide .content-wrapper {
	width:1125px;
	margin:0px auto;
	position:relative;
}

.slide .feature-product {
	width:1125px;
	margin:0px auto;
	position:relative;
	top:100px;
	left:100px;
	z-index:1;
	
}

.slide .hContent {
	width:600px;
	right:0;
	padding-right:125px;
	text-align:right;
	z-index:5;
	top:100px;
	right:0px;
	position:absolute;
}

#slide-1 {
	background:url(../images/section-1.jpg) no-repeat center 0 #b561ec;
	z-index:1;
}

#slide-1 h1 {
	color:#56e7de;
}

#slide-1 .hcontent {
	z-index:2;
}

#slide-1 .feature-product {
	z-index:3;
}

#slide-2 {
	background:url(../images/section-2.jpg) no-repeat center 0 #b561ec;
	z-index:10;
}

#slide-2 .feature-product {
	z-index:13;
}

#slide-3 {
	background:url(../images/section-3.jpg) no-repeat center 0 #f36bb8;
	z-index:20;
}

#slide-3 .feature-product {
	z-index:23;
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 550px) {
	body, html, .skroll-body {
		height:60%!important;
	}
	.slide {
		height:60%!important;
		position:relative;
		z-index:1;
	}
}

/* SHARED CLASSES */
.clear {clear:both;display:block;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.border {border:solid 1px #cc0000;}
.clearfix {display: block;}

