@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*background-color:#e9ebee;*/
	scroll-behavior: smooth; /*controls go to top button scoll speed*/
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color:#e9ebee;*/
	background-color:#FFF;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}


.header_bg {
	position: relative;
	height: auto;
	width: 100%;
	background: #FFF;
	z-index:2000;
} 

.header {
	background-color:#FFF;
	position: relative;
	height: auto;
	max-height: 25px;
	width:95%;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	top:10px;
	z-index:2001;
	border-radius:50%;
}

.header_logo {
	position: relative;
	height: auto;
	max-width: 100px;
	max-height:100px;
	margin-left: auto;
	margin-right: auto;
	z-index:2002;
	display: none;
}
.header_logo_mobile {
	position: relative;
	height: auto;
	max-width: 50px;
	max-height:50px;
	margin-left: auto;
	margin-right: auto;
	z-index:2002;
	display:block;
}


.section01 {
  background: url(https://aircraftmechanic.info/images/section01_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  /*border-bottom: 4px solid rgba(255,255,255,0.6);*/
  min-height: 20rem;
  height: auto;
  margin-top: 0;
  padding: 1rem 0;
  
}


.cont_01 {
  position: relative;
  width:auto;
  max-width:900px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding: 20px;
	
}




.section_white {
  background-color:#FFF;
  position: relative;
  min-height: 20rem;
  /*padding:6rem 0;*/
  padding-left: 0;
  padding-right:0;
  padding-top:10px;
  padding-bottom:1rem;
  margin-top:-60px;
}



.cont_white {
  position: relative;
  width:auto;
  max-width:700px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding: 20px;
	
}



.section_lt_blue {
  background: url(https://aircraftmechanic.info/images/section_bg_lighter.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  min-height: 20rem;
  height: auto;
  margin-top: 0;
  padding: 1rem 0;
  
}


.cont_lt_blue {
  position: relative;
  width:auto;
  max-width:900px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding: 20px;
	
}


.section_lt_blue_2 {
  background: url(https://aircraftmechanic.info/images/section_bg_lighter_2.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  min-height: 20rem;
  height: auto;
  margin-top: 0;
  padding: 1rem 0;
  
}


.cont_lt_blue_2 {
  position: relative;
  width:auto;
  max-width:700px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding: 20px;
	
}


.section_lt_blue_narrow {
  background: url(https://aircraftmechanic.info/images/section_bg_lighter.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  min-height: 20rem;
  height: auto;
  margin-top: 0;
  padding: 1rem 0;
  
}


.cont_lt_blue_narrow {
  position: relative;
  width:auto;
  max-width:700px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding: 20px;
	
}



.section_narrow_top {
  background: url(https://aircraftmechanic.info/images/section01_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  height: auto;
  margin-top: 0;
  padding: 20px;
  
}


.cont_narrow_top {
  position: relative;
  width:auto;
  max-width:900px;
  height:auto;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding-bottom:50px;
}


.video-container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
#vidintro {
	display:block;
	margin-bottom: 30px;
}

.textWrap1 {
	width:auto;
	height:auto;
	max-width:350px;
	max-height:269px;
	float: none;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:15px;
}


.bullet_orange_target {
	background: url(https://aircraftmechanic.info/images/orange_target_small.png) no-repeat 0px 0px;
	height: 60px;
	width:60px;
	margin-left: 15px;
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
	vertical-align:middle;
}
.bullet_text {
	height: auto;
	width: calc(100% - 100px);
	display:inline-block;
	vertical-align:middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #585858;
	line-height:25px;
}


#item_cont {
  background-color:#f5f5f5;
  position: relative;
  width:auto;
  max-width:600px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:50px;
  padding: 20px;
}

.amitems_img {
	height:auto;
	max-height:260px;
	max-width:411px;
	width:100%;
}

.amitems_img_main_single {
	height:auto;
	max-height:260px;
	max-width:202px;
	width:100%;
}

.amitems_freeap_img {
	height:auto;
	max-height:260px;
	max-width:176px;
	width:100%;
}


.amitems_img_small {
	height:auto;
	max-height:226px;
	max-width:300px;
	width:100%;
}

.amitems_img_tam {
	height:auto;
	max-height:226px;
	max-width:300px;
	width:100%;
}

.amitems_img_3mm {
	height:auto;
	max-height:226px;
	max-width:332px;
	width:100%;
}

.amitems_img_amc {
	height:auto;
	max-height:226px;
	max-width:300px;
	width:100%;
}

.amitems_img_3mm_small {
	height:auto;
	max-height:226px;
	max-width:332px;
	width:100%;
}

.amitems_img_bonus_single {
	height:auto;
	max-height:260px;
	max-width:213px;
	width:100%;
}


.amitems_img_aff_items {
	height:auto;
	max-height:547px;
	max-width:450px;
	width:100%;
}


.order_button_green {
	background-color:#1bb34d;
	border-radius:7px;
	width:100%;
	max-width:230px;
	height:auto;
	padding:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF; 
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
}

.order_button_green:hover {
	background-color:#3ba55e;
}



.testimonial {
	background-color:#fff;
	width:90%;
	max-width:700px;
	height:auto;
	min-height:150px;
	border:#CCC thin solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:200;
	line-height: 22px;
	color: #585858;
	padding:12px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.testimonial_photo {
	height:100%;
	max-height:100px;
	max-width:100px;
	width:100%;
	float: left;
	margin-right: 20px;
	margin-bottom:10px;
	border-radius:50%;
}



/* Reviews */

/*

.style1001 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold; 
	font-size: 14px;
	
}
.style1002 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 14px;
}
.style1003 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4177bf;
	font-size: 14px;
}
.name {
	margin-top: 5px;
	margin-left: 1px;
}
.vp {
	margin-top: 5px;
	margin-left: 1px;
	color: #c25517;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.rev {
	margin-top: 8px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height:150%;
}
.hpfl {
	margin-top: 12px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 14px;
}
.spce {
	margin-top: 23px;
}

*/

/* End Reviews */



/* Reviews Larger */

.style1001 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold; 
	font-size: 15px;
	line-height: 22px;
	
}
.style1002 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 15px;
	line-height: 22px;
}
.style1003 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4177bf;
	font-size: 15px;
	line-height: 22px;
}
.name {
	margin-top: 5px;
	margin-left: 1px;
}
.vp {
	margin-top: 5px;
	margin-left: 1px;
	color: #c25517;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.rev {
	margin-top: 8px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 22px;
}
.hpfl {
	margin-top: 12px;
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 14px;
}
.spce {
	margin-top: 23px;
}

/* End Reviews Larger */




#footer {
	background-color: #FFF;
	position: relative;
	height: auto;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	top:-100px;
	
	
}
#footer_container {
	background-color: #FFF;
	position: relative;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}


.share_container_footer {
	position: fixed;
	height: auto;
	width: 101%;
	background-color: #efefef;
	bottom: 0px;
	padding-top: 1px;
	box-shadow: 0px 0px 10px #888888;
	z-index: 20000;
}
.share_container_footer_inner_share {
	position: relative;
	height: auto;
	width:auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20001;
	text-align:center;
	top: 2px;
}



@media only screen and (min-width: 430px) {
	

.order_button_green {
	width:90%;
	max-width:550px;
	font-size:28px;
	padding:30px;
	
}

}




@media only screen and (min-width: 486px) {
	
.header {
	max-height: 50px;
}
.header_logo {
	display: block;
}
.header_logo_mobile {
	display:none;
}


}


@media only screen and (min-width: 545px) {
	
.testimonial_photo {
	max-height:160px;
	max-width:160px;
	margin-right:30px;
	margin-bottom:12px;
}

/*
.amitems_img_main_single {
	max-height:286px;
	max-width:223px;
}
*/

.amitems_img_main_single {
	max-height:320px;
	max-width:249px;
}

.amitems_freeap_img {
	max-height:320px;
	max-width:217px;
}

.amitems_img {
	max-height:320px;
	max-width:505px;
}

.amitems_img_tam {
	max-height:286px;
	max-width:380px;
}

.amitems_img_3mm {
	max-height:286px;
	max-width:420px;
}

.amitems_img_amc {
	max-height:286px;
	max-width:380px;
}

.amitems_img_bonus_single {
	max-height:320px;
	max-width:263px;
}

}



@media only screen and (min-width: 700px) {

.textWrap1 {
	float: left;
	margin-left:0;
	margin-right: 20px;
	margin-bottom:15px;
}


}



@media only screen and (min-width: 769px) {

.bullet_text {
	font-size: 18px;
	line-height: 30px;
	
}



}



