
*{
	box-sizing: border-box;
}

html{
	font-size: 16px;
	overflow-x: hidden;
}

body{
	font-family: 'Libre Baskerville', serif;
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: 400;
	color: #555;
}

h1, h2, h3, h4, h5, h6, button, .explore, .button, ul.social li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h2, h3, h4, h5, h6, ul.social li ol a{
	color: rgb(41,51,25);
	font-weight: 300;	
	letter-spacing: 2px;
}

h1{
  font-size: 120px; 
  color: #3b7b3b;
  letter-spacing: 13px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;  
}
h2{
	font-size: 40px;

}
h3{
	font-size: 30px;
}

h4 {
	font-size: 30px;
}

a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

button{
	padding: 15px;
	border: 2px solid rgba(255,255,255,0.5);
	margin: 0 auto;
	background: transparent;
	font-size: 20px;
	color: #b4306c;
}

.clearfix:after{
	display: table;
	content: '';
	clear: both;
}

.hero{
	position: relative;	
	height: 100vh;
	color: #fff;
	text-align: center;
}


.hero a.explore, a.button{
	display: block;
	border: 2px solid;
	font-size: 20px;
	color: #fff;
	width: 220px;
	padding: 10px 10px;
	background: rgba(0,0,0,0.15);
	text-align: center;
	margin: 0 auto;
	font-weight: 100;
	letter-spacing: 3px;
}

.hero a i {
	position: relative;

}

.hero a.explore:hover{
	background: rgb(180,48,108);
	color: #ffffff;
	
}

.bg-fixed{
	background-attachment: fixed;
}

header, header.bg0{
	background: #ffffff url(../img/background1.jpg) no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

header.bg1{
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.3) ), url(../img/background2.jpg) no-repeat center center fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

header.bg2{
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.25) ), url(../img/background3.jpg) no-repeat center center fixed;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}


header nav a:hover{
	opacity: 1;
}

.container{
	max-width: 1170px;
	margin: 0 auto;
}

nav ul li{
	display: inline-block;
	margin-right: 38px;
	height: 46px;
	border-bottom: 0px solid #fff;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


nav ul li a{
	color: #3b7b3b;
	opacity: 0.5;
	text-decoration: none;
	font-size: 1.6em;
}


nav ul li.active{	
	border-bottom: 3px solid #000;
}

nav ul li.active a{
	opacity: 1;
}

.top_bar{
	position: fixed;
	top: 0;
	left: 0;
	height: 71px;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*.top_bar.black_bkgd{
	background: #000;
}*/

.logo{
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px;
	background: url(../img/logo.png) top left no-repeat;
}
.navigation{
	float: right;
	padding-top: 24px;
}

.bx-viewport {
	height: 100vh;
}

.hero p{
	margin: 0 auto 40px;
	margin-bottom: 24px;
	font-size: 16px;
}

button .fa-play{
	margin-right: 10px;
}


.hero a{
	position: relative;
  	display: block;
  	margin: 0 auto;
  	width: 160px;
}

.title{
	width: 100%;
	margin: 0 auto;  
/*	padding-top: 28%;*/	
	position: relative;
	left: 50%;
	height: 450px;
	/*background-color: rgba(152,202,69,0.9);*/
	-webkit-transform: translateX(-50%);  
	-moz-transform: translateX(-50%);  
	-o-transform: translateX(-50%);  
	transform: translateX(-50%);  
}



.title p{
	text-align: center;
}

.hero_title {
	margin-top: 53vh;
	margin-bottom: 10px;
}

.hero_title_div {
	background-color: rgba(0,0,0,0);
}

.hero_title_div a.explore {
	background-color: rgba(0,0,0,0.5);
	border: none;
}

.hero nav ul{
  position: absolute;
  left: 50%;  
  bottom: 30px;
  transform: translate(-50%, -50%);
}

.hero nav ul li{
  display: inline-block;
  width: 40px;
  height: 4px;
  margin-right: 10px;
  background: #fff;
  opacity: 0.25;
}
.hero nav ul li:last-child{
	margin-right: 0;
}
.hero nav ul li.active{
	opacity: 1;
}

.Preorder {
	padding: 4px;
	border: none;
	color: #fff;
	background-color: rgba(152,202,69,1);
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	letter-spacing: 3px;
}

.Preorder:hover{
	background-color: rgba(180,48,108,1);
}

#device {
	display: block;
	position: relative;
	top: -100px;
	width: 0;
	height: 0;
}

.work h2, .work h3{
  	text-align: left;
  	margin-left: 10%;
  	margin-top: 4%;
}

.work h2{
	margin: 7% auto;
	width: 85%;
	font-size: 30px;
}

.band img {
	margin-left: 33%;
}

/*.hero_band:hover{
	transform:  rotateY(30deg) rotate3d(1, 1, 1, 0deg);
	transition: all 0.3s ease-out;
}*/

.work article{
  width: 50%;
  float: left;
  height: 500px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0,0,0,0.15);

}

.work article h4{
	text-align: right;
	margin-right: 20%;
	color: rgb(152,202,69);
}

/*.work article img{
	width: 50%;
	margin: 0 auto; 
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);  
	-moz-transform: translate(-50%, 50%);  
	-o-transform: translate(-50%, 50%);  
	transform: translate(-50%, 50%);  
}*/

.hero_band{
	width: auto;
	height: 400px;
	margin: 0 auto; 
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);  
	-moz-transform: translate(-50%);  
	-o-transform: translate(-50%);  
	transform: translate(-50%);  
}

.work article p{
	font-size: 18px;
	text-align: left;
	width: 60%;
	margin-left: 10%;
	font-family: 'Open Sans';
	font-weight: 300;
}

#app {
	display: block;
	position: relative;
	top: -85px;
	width: 0;
	height: 0;
}

.appleft h3, .appleft p, .appleft ul{
	transform: translateX(25%);
}

.appleft h3 {
	transform: translateX(24%);
}

.appleft p{
	transform: translateX(36%);
}

.appleft figure{
	transform: translateX(36%);
}

.appleft figure img{
/*	transform: translateX(36%);*/
	padding-top:10px;
	width:75px;
}

.app figure{
	height: 100%;
	padding-top: 2%;
}

.app img{
	height:75%;
	margin: 0 auto;
  	position: relative;
  	left: 50%;
  	-webkit-transform: translate(-50%);
  	-moz-transform: translate(-50%);
  	-o-transform: translate(-50%);
  	transform: translate(-50%);
}

.slick-slide img {
  height: 55vh;
}
  
.green h3, .green p, .green ul, .article li{ 
	transform: translatex(25%);
}

.green h3{
	margin-top: 8%;
}

.work .green p{
	margin-left: 18%;
	color: #ffffff;
}

.work .green ul li{
	margin-left:2%;
	width: 60%;
}

.green {
	background-color: rgb(152,202,69);
	margin: 0 auto;
}

.green h3, .green li {
	color: #ffffff
}

.green figure {
	height: 100%;

}

#alert {
	display: block;
	position: relative;
	top: -85px;
	width: 0;
	height: 0;
}

#medical {
	height: 80%;
  	margin: 0 auto;
  	position: relative;
  	left: 50%;
  	-webkit-transform: translate(-50%, 10%); 
	-moz-transform: translate(-50%, 10%);  
	-o-transform: translate(-50%, 10%);  
	transform: translate(-50%, 10%);  
}

.work ul {
	margin-left: 13%;
	font-family: 'Open Sans';
	padding-top: 5%;
	list-style-type: circle;
}

.work ul li {
	font-size: 17px;
	/*font-weight: 600;*/
 	line-height: 1.75;
 	vertical-align: text-top;

}

/*.show_more{
	text-align: center;
	margin: 75px 0 0;
}

.show_more a{
	font-family: 'Teko', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: #f63c3c;
	border-bottom: 4px solid #f63c3c;
}*/

.products{
	background: #f4f4f4;
	color: #fff;
	text-align: center;
	padding: 55px 0;
}

.products h2{
	padding-bottom: 55px;
	color: rgb(152,202,69);	
}

.products ul{
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.products ul li{
	position: relative;
	display: inline-block;
	margin: 3%;
}

.products p{
  color: rgba(0,0,0,0.75);
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 16px;
}

 .products a.button{
	color: #ffffff;
  	background: rgba(180,48,108,1);
  	margin-top: 22px;
 }
 
 .products a.button:hover{
	background: #000;
	color: #fff;
 }
 .productSlider {
	width: 100%;
	left: 50%;
 	transform: translate(-50%);
}

.bands {
	width:10%;
}

.bands img {
}

.screenSlider {
	margin-left: 15%;
	width:40%;
	margin-bottom: 5%;
}

.slick-slide img {
	display: inline-block;
}

.screens {
	width: 10%;
}

.screens img{
	width:50%;
}

.testimonials {
	margin-top: 20px;
	margin-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  height: 65vh;
  background-color: rgba(180,48,108,0.5);
  text-align: center;
}

.testimonials div {
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 30%;
  height: 55%;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

main section .man {
	background: url(../img/man.jpg) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.testimonials p{
	font-family: "Baskerville";
	font-weight: 100;
	font-size:17px;
	color: #ffffff;
	position: absolute;
	top: 115%;
	left: 0;
}

main section .woman {
  	background: linear-gradient( rgba(180,48,108,0), rgba(180,48,108,0) ), url(../img/woman.jpg) no-repeat center center ;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

main section .cyclist {
  	background: linear-gradient( rgba(180,48,108,0), rgba(180,48,108,0) ), url(../img/cyclist.jpg) no-repeat center center ;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

 .contact{
	padding: 4% 1% 2%;
	background: #387a06;
 }
 
 .contact p{
 	color: #ffffff;
 	margin-bottom: 2%;
 }

 .contact ul {
 	display: inline-block;
 	width: 20%;
 }

 .container {
 	text-align: center;
 }

 .container ul li{
	color: rgba(255,255,255,0.25);
 	font-family: 'Open sans';
 	font-weight: 100;
 	text-align: left;

 }

h5 {
	color: rgba(255,255,255,0.5);
	size: 30px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: black;
}

 ul.social{
	margin-top: 3%;	
 }
 
 ul.social li{
 	display: inline-block;
  	font-size: 30px;
  	width: 15%;
  	position: relative;
  	top: -60px;
 }
 

ul.social li i{
	display:block;
	text-align: center;
	color: rgb(152,202,69);
}

.ToS a{
  color: rgb(85, 85, 85);
  margin-top: 2%;
  text-decoration: none;
  position: relative;
  vertical-align: top;
  width: 10%;
  display: inline-block;
  text-align: center;
  left: 22%;
}

.copyright{
	padding: 40px 0;
}
.copyright p{
	color: #3b7b3b;
	font-family: 'Open Sans';
	opacity: 0.5;
	font-size: 13px;
	text-align: center;
}

body.noscroll{
	overflow: hidden;
}


.lightbox{
	display: none;	
	position: fixed;
	width: 100%;
	height: 100%;	
	z-index: 9999999;
}

.lightbox .content{
	width: 80%;
	top: 50%;
	height: 500px;
	overflow: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1000000;
	transform: translateY(-50%);
}

.lightbox .content img{
	width: 100%;
	height: auto;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
}

@media screen and (max-width: 1024px){
	h1{
		font-size: 100px;
	}
    .hero p {
  		width: 64%;
  	}		
}


@media screen and (max-width: 768px){
	h1.hero_title{
		font-size: 72px;
	}
}

@media screen and (max-width:480px){
	.work article{
		width: 95%;
	}
}



@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .logo{
    	background: url(../img/logo.png) no-repeat top left;
    	background-size: 70px 70px;
    }
}






