@import url('https://fonts.googleapis.com/css?family=Khand:400,500,600,700');

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

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

a, a:hover{
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	font-weight: 400;
	margin:10px 0 10px !important;
}

section, header{
	margin:0 auto;
}


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

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
	background:rgba(255,255,255,.8);
}


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


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


.navbar-nav{
	margin-top:10px;
}

.navbar-custom .nav li a {
	font-size:17px;
	padding:10px;
	margin:10px;
	color:#3a3939;
	transition: linear .3s;
	
}

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

}






header{
	background: url(../images/header.jpg) 50% 0%;
	background-repeat:  no-repeat;
	max-width:1600px;
	width:100%;
	padding:30px 0 0px 0;
	text-shadow: #fff 1px 1px 1px;
}


header h1{
 	font-size:55px;
	color:#333333;
}

header h1 strong{
	color:#2169d5
}

header h2{
	color:#373737;
	font-size:52px;
}


.orderbtn{
 	background:#da0306;
	max-width:650px;
	display:block;
	color:#fff;
	font-size:42px;
	font-weight:700;
	padding:10px;
	text-align:center;
	margin:0 auto;
	border-radius:8px;
	text-shadow:none;
}

.badges{
	margin-top:50px;
}


section{
	padding-top:30px;
	padding-bottom:30px;
}


hr{
	border:1px dashed #373737;
	width:80%;
	margin:0px 0px 0px -10px !important;
}

#bg1, #footer-icons{
	background:#051c0e;
}

#bg1 h2, #bg1 p, #benefits h3, #benefits p{
	color:#fff;
}

#bg1 p{
	font-size:20px;
	line-height: 26pt;
}

#bg2{
	background:url(../images/bg1.jpg) no-repeat 50% 80%;
	display:block;

}

#banner{
	background:#da0306;
}

#banner h2{
	color:#fff;
}

#benefits{
	background:#051c0e url('../images/bg3.jpg') no-repeat -50% 0%;
}

#benefits li{
    color: #fff;
    list-style: none;
    font-size: 23px;
    margin-left: -40px;
    padding-bottom: 20px;
}

/*subpage*/


.subpage{
	background:url('../images/subpage.jpg');
	background-size:cover;
	
}
.subpage .orderbtn{
	max-width:300px;
	text-shadow: none;
}




/*text styles*/
h1{ font-size:40px;
	color:#353535;
   margin-bottom: 20px;
}



h2{
	font-size:34px;
	color:#373737;
}

h3{
	font-size:25px;
	color:#373737;
}

h4{
	color:#11a5b6;
	font-size:28px; 
}


p{
	font-size:17px;
	line-height:20pt;
	color:#373737;
}

strong{
	color:#f41316;
}

.green{
	color:#11723a;
}

.xl{
	font-size:50px;
}

ul li{
	font-size:17px;
}


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

footer a{
	color:white;
	font-size:13px;
}

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:991px){
	
	header{
		background-position:50% 0%;
	}
	
	#testi{
	background:#f8f8f8;
    }


	
}

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

.promo {
  margin: 1em .5em 1.625em;
  padding: .25em 0 2em;
  background:url(../images/stepsbg-xs.jpg);
  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:url(../images/stepsbg-xs.jpg);
  }
  .promo.second {
    float: right;
    border-left: none;
	background:url(../images/stepsbg-xs.jpg);
  }
}
.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: #da0306; 
max-width:220px;
width:100%;
border-radius:20px;
border:none;
margin:0 auto;
display:block;
color:#fff;
height:70px !important;
font-size:26px;
text-align:center;
padding:10px;

}
  

.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; }

.promo.third {
    background:#11723a;
	margin-top:-8px;
  }
  
  
  .promo.first, .promo.second {
   
	background-color:#051c0e;
  }



@media(max-width:1024px){

	#benefits{
		padding-bottom:0px !important;
		background-position:-300% 0%;

	}
}


@media (max-width:767px){
	
.navbar-custom .navbar-brand{
	margin-left:13px !important;
}

.navbar-toggle{
	margin-right:0px;
}

@media (max-width: 767px){

	.navbar-custom .navbar-brand{
		background:url('../images/logo-xs.png');
		width:220px;
		height: 63px;
	}

	header{
		background-size:cover;
		background-position:35% 0%;
		text-align:center;
	}

	header h2, h2{
		font-size:30px;
	}

	h1{
		font-size:40px;
	}

	.badges{
		margin-top:0px;
	}

	.orderbtn{
		font-size:30px;
	}

	hr{
		margin: 0 auto !important;
	}

	#bg2{
		background-size:cover;
	}

	.xl{
		font-size: 40px;
	    line-height: 35pt;
	    margin-bottom: 35px;
	    text-align: center;
	}

	#benefits{
		background:#051c0e;
	}
}




