@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Roboto+Slab:400,700');

body {
    width: 100%;
    height: 100%;
    background:url(../img/mainbg.jpg);
	font-family:'Droid Sans',Arial,sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

section, header{
	margin:0 auto;
}


.navbar-custom .navbar-brand {
    background:url(../images/logo.png);
	width:350px;
	height:87px;
	text-indent:-9999px;
	margin-left:135px !important;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}


.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color:white;
	
}


.navbar-custom .nav li a {
	font-size:15px;
	padding:8px;
	margin:10px;
	color:black;
	font-family:'Droid Sans',Arial,sans-serif;
	
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
   outline: 0;
   color:white;
   background:#ec8c2e;
   border-radius:3px;
}

 .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10px;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        
		background:rgba(255,255,255,.8);
    }


header{
	background:url(../images/header.jpg) no-repeat  57% 0%;
	max-width:1600px;
	width:100%;
	padding-top:165px;
	display:block;
	padding-bottom:30px;
}


header h1{
	font:90px 'Roboto Slab',Arial,sans-serif;
	color:#eb8c2e;
	font-weight:bold;
	line-height: 80pt;
    padding-left: 55px;
}

header h2{
	font:50px 'Roboto Slab',Arial,sans-serif;
	color:#99530d;
	line-height:0pt;

}

header h3{
	font:35px 'Roboto Slab',Arial,sans-serif;
	color:#623305;
	font-style:italic;
	line-height: 0pt;
    padding-left: 220px;
}

ul.benefits {
	margin-top: 40px;
    margin-left: -50px;
}

.benefits li{
	background:#02abf9;
	color:white;
	list-style:none;
	padding:5px;
	font-size:22px;
	margin-top:10px;
	text-align:center;
	border-radius:3px 0 3px 0px;
}







.ordernow{
background: #ff8417; 
background: -moz-linear-gradient(top,  #ff8417 1%, #f1530d 99%); 
background: -webkit-linear-gradient(top,  #ff8417 1%,#f1530d 99%); 
background: linear-gradient(to bottom,  #ff8417 1%,#f1530d 99%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8417', endColorstr='#f1530d',GradientType=0 ); 
	
	border:3px solid #eb6d12;
	font-family:'Roboto Slab',Arial, sans-serif;
	font-size:38px;
	padding:10px 25px 10px 25px;
	max-width:365px;
	width:100%;
	border-radius:50px;
	text-align:center;
	transition:all ease-in-out .3s;
	margin:0 auto;	
	color:white;
	
}


.ordernow:hover{
background: #f1530d; 
background: -moz-linear-gradient(top,  #f1530d 0%, #ff8417 100%); 
background: -webkit-linear-gradient(top,  #f1530d 0%,#ff8417 100%); 
background: linear-gradient(to bottom,  #f1530d 0%,#ff8417 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1530d', endColorstr='#ff8417',GradientType=0 ); 
text-decoration:none;
color:white;
}


section{
	padding-top:30px;
}

.benefits-main li{
	background:url(../images/check.jpg) no-repeat;
	font-size: 19px;
    padding-left: 40px;
    list-style: none;
    margin-top: 11px;
    margin-left: -28px;
	height:29px;
}


#steps{
	background:url(../images/stepsbg.jpg) no-repeat;
	max-width:1600px;
	width:100%;
	display:block;	
	margin-top:50px;
}

#steps h1, #steps h4, #steps p{color:#0474d3;}


#works{
	background:url(../images/worksbg.jpg) no-repeat 50% 76%;
	max-width:1600px;
	width:100%;
	display:block;
	padding-bottom:30px;
}

#clinical{
	background:url(../images/clinical.jpg) no-repeat 110% 0%;
	display:block;
}

#orderbg{
	background:url(../images/orderbg.jpg);
	max-width:1600px;
	display:block;
	text-align:center;
}

#orderbg h2{
	color:#eb8c2e;
	font-size:48px;
	font-weight:bold;
	text-align:center;
	font-family:'Roboto Slab', Arial,sans-serif;
}

#orderbg .ordernow{
	margin-top:20px;
}

#footer-icons{
	background:url(../images/footer-iconsbg.jpg);
	display:block;
}

.subheader{
	background:url(../images/worksbg.jpg);
	background-repeat: no-repeat, repeat;
	padding-top:160px;
}

.subheader  h1, .subheader  h3{
	padding-left:0px;
}

.sub-content{
	padding-bottom:30px;
}

blockquote{
	border-color:#f28b41;
}

/**order page**/


.promos {
  max-width: 1140px;
  margin: 0 auto;
  margin-top:25px;
  
}

.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background:#127cae;
  font-weight: 400;
  line-height: 1.625;
  color: #f9f9f9;
  text-align: center;
}
@media (min-width: 40em) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 1em 0 0;
  }
  .promo.first {
    border-right: none;
	 background:#127cae;
  }
  .promo.second {
    float: right;
    border-left: none;
	 background:#127cae;
  }
}
.promo h4 {
  margin: .25em 0 0;
  font-size: 227%;
    font-weight: bold;
    text-transform: uppercase;
	color:white;
}

.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
  text-shadow:black 1px 1px 1px;
  font-size:20px;
  font-weight:600;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;
  font-size: 250%;
  color: white;
  font-weight:700;
}
.promo .buy {
  margin: 1em 0 0;
  
}
.promo button {
background: #ff8417; 
background: -moz-linear-gradient(top,  #ff8417 1%, #f1530d 99%); 
background: -webkit-linear-gradient(top,  #ff8417 1%,#f1530d 99%); 
background: linear-gradient(to bottom,  #ff8417 1%,#f1530d 99%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8417', endColorstr='#f1530d',GradientType=0 ); 
	
	border:3px solid #eb6d12;
	font-family:'Roboto Slab',Arial, sans-serif;
	font-size:25px;
	padding:10px 25px 10px 25px;
	max-width:250px;
	width:100%;
	border-radius:50px;
	text-align:center;
	transition:all ease-in-out .3s;
	margin:0 auto;	
	color:white;


}
  
}
.promo button:hover {
 	opacity:0.8;
}


@media (min-width: 40em) {
  .scale {
    transform: scale(1);
    box-shadow: 0 1px 4px 1px rgba(20, 20, 20, 0.8);
  }
  .scale .price {
    color: white;
	font-size: 350%;
  }
}

.save {color:#fff; text-transform:uppercase; font-size:25px; font-family: 'Dosis', sans-serif;}

.promo.third {
     background:#127cae;
	margin-top:-8px;
  }
  
  
  .promo.first, .promo.second {
   
	background-color:#168fbf;
  }



/*text styles*/


h1{
	font-family:'Roboto Slab',Arial,sans-serif;
	font-size:55px;
	color:#99530d;
	margin-top:0px;
}

h2{
	font-size:32px;
	color:#e91212;
	font-family:'Montserrat','Lato',Arial,sans-serif;
	letter-spacing:2px;
	margin-bottom:10px;
}

h3{
	font-size:34px;
	color:#e97e13;
	margin-bottom:10px;
	font-style:italic;
    font-family:'Roboto Slab',Arial,sans-serif;
	font-weight:bold;
}

h4{
	color:#212121;
	font-size:35px;
	font-family:'Roboto Slab',Arial,sans-serif;
}


p{
	font-size:17px;
	line-height:20pt;
	color:#353434;
	font-family:'Droid Sans', Arial,sans-serif;
}

strong{
	color:#e27301;
}


.highlink, .highlink a, .highlink a:hover{
	color:#cf0202;
	font-size:26px;
	font-style:italic;
	text-decoration:underline;
	font-weight:700;
}

.highlink a:hover{
	color:#cf0202;
	text-decoration:underline;
}





/*footer*/
footer{
	background:#373639;
	padding:10px 0 20px 0;
	color:white;
	text-align:center;
}

footer a{
	color:white;
	font:12px 'Lato',Arial,sans-serif;
}

footer a:hover{
	text-decoration:underline;
	color:white;
}

footer small{
	color:white;
}

footer p{
	font-size:12px;
	color:white;
	line-height:13pt;
}

@media (max-width:1199px){

	.navbar-custom .navbar-brand{
		margin-left:95px !important;
	}
	
	.navbar-custom .navbar-brand {
    background:url(../images/logo-md.png);
	width:280px;
	height:70px;
	}
	
	.ordernow{
		font-size:35px;
	}
	
	#works{
		padding-top:0px;
	}
	
	#orderbg h2{
		font-size:40px;
	}
	
	#orderbg{
		background-position:50%;
	}
	
	.subheader h1{
		font-size:65px;
	}
	
	.subheader h2{
		line-height:36pt;
	}
	
	.subheader h3{
		font-size:33px;
	}
			
}

@media (max-width:1075px){
	
	header{
		background-position:40% 0%;
	}
	
	
	
}



@media (max-width:999px){
	
	
	header {
    background-position: 36% 0%;
	}

	header h1{
		font-size:70px;
	}
	
	header h2{
		font-size:45px;
	}
	
	header h3{
		padding-left:80px;
		margin-bottom:25px;
	}
	
	#steps {
    background: url(../images/stepsbg.jpg) repeat;
	padding-bottom:20px;
	}
	
	#works{
		background:url(../images/header-xs.jpg);
		background-position: right bottom, left top;
		background-repeat: no-repeat, repeat;
		padding-top:30px;
	}
	
	#clinical, #works{
		text-shadow:white 1px 1px 1px;
		background-color:#FFF;
	}
	
	#orderbg{
		padding-bottom:55px;
		background:url(../images/header-xs.jpg);
		background-position: left top, right bottom ,  left top;
		background-repeat: no-repeat, no-repeat ,  repeat;
	}
		
}

@media (max-width:767px){
	
	section{
		padding-top:25px;
	}
	
	.navbar-toggle{
		margin-right:0px;
	}
	
	.navbar-custom .navbar-brand {
    background: url(../images/logo-xs.png);
    width: 210px;
    height: 52px;
	margin-left:0px !important;
	}
	
	.navbar{
		background:rgba(255,255,255,.8);
	}
	
	header, #works{
		background: url(../images/header-xs.jpg);
		background-position: right bottom, left top;
		background-repeat: no-repeat, repeat;
		padding-top:100px;
		text-align:center;
	}
	
	header h1 {
    font-size: 60px;
    line-height: 46pt;
    padding-left: 0px; 
	}
	
	header h2 {
    font-size: 36px;
    line-height: 26pt;
	}
	
	header h3 {
    font-size: 30px;
    line-height: 27pt;
    padding-left: 0px; 
	}
	
	ul.benefits {
    margin-top: 0px; 
    margin-left: -42px;
	}
	
	.benefits li{
		font-size:18px;
	}
	
	#main1 li{
		height:auto;
	}
	
	
	
	#works{
		padding-top:20px !important;
		text-align:left;
	}
	
	#clinical{
	background:url(../images/worksbg.jpg) no-repeat 20% 0%;
	display:block;
}
	
	#orderbg h2{
		font-size:33px;
	}
	
	.ordernow{
		font-size:28px;
	}
	
	#orderbg{
		padding-bottom:55px;
		background:url(../images/header-xs.jpg);
		background-position: left top,  left top;
		background-repeat: no-repeat,  repeat;
	}
	
	
	
	
	h1{
		font-size:40px;
	}
	
	h3{
		font-size:28px;
	}
	
	h4{
		font-size:27px;
		
	}

	
	p{
		font-size:16px;
	}
	
	
	
}