@charset "utf-8";
 /* Remove margins and padding from the list, and add a black background color */
img {
	max-width: 100%;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: inherit;
	max-height: 100%;
}
.white {

}
.red {
	color:#900;
}
.black {
	color:#333;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:3em;
	color: #003;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	line-height: normal;
	color: #999;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-stretch: narrower;
	font-weight: bold;
	line-height: normal;
}
h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-stretch:narrower;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}
p a {
	color: #F90;
}
p  a:hover {
	color: #F00;
	text-decoration: none;
}
h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color:#333;
	font-weight:normal;
}
h4 a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color:#900;
	font-weight:normal;
	text-decoration:none;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
}

h6 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#333;
	font-weight:lighter;
}

.font15em {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight:bold;
	color:#97001B;
}
.font15emblack{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight:bold;
	color: #333;
}
.font12em {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#nav {
text-align:center;
}
#nav li {
display:inline;
}
#nav a {
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	padding-right: 25px;
	padding-left: 25px;
	line-height:1.5em;
}
#nav a:hover {
	color:#FF0; /* variable width */
	padding-right: 25px;
	padding-left: 25px;
}






/*----------------------------------------- HEADER -------------------------------*/
#mainbanner {
	width:100%;
	float:left;
	text-align:center;
	height:auto;
	background-position:center;
}


#phone_container {
	width:85%;
	float:left;
	padding-right:15%;
	background-color: #333;
	height: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#phone_icon{
	float:right;
	width:32px;
	height: 32px;
	}
#phone-text{
	float:right;
	width:150px;
	height: 32px;
	line-height:32px;
	color:#FFF;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#header_container {
	width:100%;
	float:left;
	height:184px;
	margin:none;
	padding:none;
}

#header{
	margin:none;
	padding:none;
	background-image:url(images/header.jpg);
	width:100%;
	height:184px;
	background-repeat: no-repeat;
	background-position: center;
}
#navbox{
	background-color:#333;
	float: left;
	width: 100%;
	height: auto;
}
nav_container {
	width:100%;
	margin:auto;
	height:auto
}
#headline {
	width:100%;
	float:left;
	height:auto;
	margin: 0px;
	background-color: #8ABA49;
}
#headline2 {
	width:100%;
	float:left;
	height:auto;
	margin: 0px;
	background-color: #759809;
}
#headline3 {
	width:100%;
	float:left;
	height:auto;
	margin: 0px;
	background-color: #006666;
}
#headline4 {
	width:100%;
	float:left;
	height:auto;
	margin: 0px;
	background-color: #333;
}
#headline_blank {
	width:100%;
	float:left;
	height:auto;
	margin: 0px;
	background-color:#000;
}
#product_container_grey{
	width: 80%;
	float: left;
	height: auto;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f0f0f0;
}
#product_container_white{
	width:70%;
	float:left;
	height:auto;
	padding-right: 15%;
	padding-left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FFF;
}
#product_container_dark{
	width: 80%;
	float: left;
	height: auto;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #333;
}

.btn-block {
	display: block;
	width: 90%;
	float: left;
}
.btn-primary {
    color: #fff;
    background-color: #8aba49;
    border-color: #7da940;
}
.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	float: none;
}

/*----------------------------------------- CONTENT -------------------------------*/


#item_1{
	width:48%;
	float:left;
	height:auto;
	margin-right: 2%;
}
#item_1b{
	width:50%;
	float:left;
	height:auto;
}
#item_1_2{
	width:50%;
	float:left;
	height:auto;
}
#course1{
	width:48%;
	float:left;
	height:auto;
	padding-right: 2%;
}
#course_dark1{
	width:50%;
	float:left;
	height:auto;
}
#course2{
	width:50%;
	float:left;
	height:auto;
}
#course_dark{
	width:45%;
	float:left;
	height:auto;
	padding-left: 5%;
	padding-top: 20px;
}

#course_darkbutton{
	radius: 10px;
	width:100%;
	float:left;
	height:auto;
	background-color: #F90;
}

#item_1_2 ul li { margin-bottom: 10px; }
#item_container{
	background-color:#FFF;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#item_container2{
	float: left;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	background-color: #FFF;
	
}
#item_containerheadline{
	width: 100%;
	float: left;
	background-color: #000;

}
#item_containersubheadline{
	width: 100%;
	float: left;
	background-color: #CCC;
	padding: 0px;

}
#item_container1{
	border-radius: 10px;
	padding-top: 10px;
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#product_container3{
	background-color:#a3cccf;
	width:90%;
	float:left;
	height:auto;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#item_3{
	width:25%;
	float:left;
	height:auto;
	border: thin none #CCC;
}


#item_accecories{
	width: 80%;
	float: left;
	height: auto;
	border: thin none #CCC;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
}
#item_accecories2{
	width:100%;
	float:left;
	height:auto;
	border: thin none #CCC;
	margin-bottom: 20px;
}
#item_accecories1{
	width:20%;
	float:left;
	height:auto;
	border: thin none #CCC;
}

#content {
	width: 100%;

	float: left
	max-width:960px;
	float: left;
}
#bonuscontainer {
	width:65%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFF;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
}
#bonuscontainer2{
	width:80%;
	border: thin dashed #036;
	background-color: #F5F5F5;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#bonuscontainer_header{
	width:100%;
}

#divider {
	width:100%;
	float:left;
	height:10px;
	background-image:url(images/red%20border.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: 10px;
	}

#half_container {
	width:100%;
	float:left;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color:#333;
	font-weight:normal;
}
#half_containerq {
	background-image:url(images/question%20bg.jpg);
	width:100%;
	float:left;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color:#333;
	font-weight:normal;
	background-repeat: repeat-y;
	background-position: center;
}

#question1{
	width:48%;
	float:left;
	height:auto;
	margin-right: 2%;
}
#questions2{
	width:48%;
	float:left;
	height:auto;
	padding-left: 2%;
}


#footer {
	width:100%;
	height:116px;
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0F0;
}



@media screen and (max-width:960px) {
#item_3{
	width:50%;
	height:600px;
	padding-bottom:20px;
	float:left;
	margin-bottom:20px;
	border: thin none #CCC;
}}
  
#section1{
	width:auto;}

#testimonial_container{
	width:100%;
	float:left;
	margin-bottom: 20px;
}

#testimonial_container p{
	font-family: "Times New Roman", Times, serif;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}


#testimonial_text{
	width:100%;
	float:left;
	height:auto;
}
#testimonial_star{
	width:100%;
	float:left;
	height:52px;
	background-image: url(images/5star.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#testimonial_divider{
	width:100%;
	float:left;
	height:40px;
	background-image:url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center;
}

#fullwidth{
	width: 80%;
	float: left;
	background-color: #EBECF0;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: auto;
}

#smallmiddleheader_container{
	width: 100%;
	background-color: #066;
	float: left;
}

#smallmiddle_container2 {
	width: 90%;
	float: left;
	margin-bottom: 20px;
	margin-left: 5%;
	margin-right: 5%;
}

#smallmiddle_container2 ul{
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;

}

#seventypersen {
	width: 66%;
	padding-right:2%;
	padding-left:2%;
	float: left;
	height: auto;
}
#thirtypersen {
	width: 30%;
	float:left;
	height:auto;
}
#100persen{
	width: 100%;
	float:left;
	height:auto;
}

#lima {
	width: 50%;
	float: left;
	height: auto;
	border: thin none #CCC;
}

#seven {
	width: 70%;
	float: left;
	height: auto;
	border: thin none #CCC;
}
#three {
	width: 30%;
	float: left;
	height: auto;
	border: thin none #CCC;
}

#seratus {
	width: 100%;
	float: left;
	height: auto;
	border: thin none #CCC;
}

#bonuscontainer {
	background-color: #FFF;
	width: 30.3333%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 1%;
	margin-bottom: 10px;
	height: 800px;
	}

#course_darkbutton{
	width: 80%;
	float: left;
	height: auto;
	background-color: #F90;
	border-radius: 25px;
	margin-right: 10%;
	margin-left: 10%;
}
