/*
///////////////////////////////////////////////////////////////////////////////////////////// 

	RESPONSIVE [Media Queries]

/////////////////////////////////////////////////////////////////////////////////////////////
*/
img {
	max-width: 100%;
	/* just in case, to force correct aspet ratio */
	height: auto !important;
	width: auto\9; /* ie8 */
}
a img { border: 0px; }
.notResponsive{
	max-width: none!important;
}
video {
  max-width: 100%;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
}
.video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-container .mejs-video, .video-container .mejs-layer, .video-container video{position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}


.onlyMobile{ display: none;}

/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1279px) {
	

}

/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1180px) {

	
}
/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px){

}
    
/* Standard 960 or larger (browsers) */
@media only screen and (max-width: 1024px) {
	.firstForm{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		vertical-align: middle;
	}
	.youtubeBox{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		vertical-align: middle;
	}


}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.fold-1--text {  padding: 0 20px;  float: none; }
	.fold-1--form{ position: relative; height: auto; min-height: auto; margin: 0 auto;  right: auto;  }
	.fold-1--kid { display: none; position: relative; min-height: auto; margin: 0 auto; width: auto; top: auto; right: auto; }
    .fold-1--kid img{ margin: 0 auto; }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.one-full,
	.one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth,
	.widget_col{
		width:100% !important;
		margin-right: 0;
		margin-left: 0;
    }

    .heading-afs h1{
		font-size: 40px;
		line-height: 40px;
	}
	.heading-afs span{font-size:17px; }
	.spot h2,
	.mainContent h2 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.biglines2{ font-size: 22px; line-height: 24px;}
	.dotList {
	    padding: 20px 0;
	    display: block;
	    width: 100%;
	    margin-left: 40px;
	}
	.atleft,.atright{ display: none; }
	.halfbox {
	    padding: 20px;
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	}
	.leftContent {
	    float: none;
	    width: 100%;
	    padding: 30px 20px;
	}
	.secForm {
	    border-right: 0px solid;
	    border-top: 5px solid;
	    color: #fff;
	    float: none;
	    text-align: center;
	    padding: 30px;
	    width: 100%;
	    -webkit-transform: translateX(0px);
	    -moz-transform: translateX(0px);
	    -o-transform: translateX(0px);
	    transform: translateX(0px);
	}
	.fullimg blockquote {
	    font-size: 26px;
	    line-height: 30px;
	    font-size: 300;
	}
	.fullimg {
	    padding: 200px 20px 100px 20px;
	}
	h2 {
	    font-size: 30px;
	    line-height: 38px;
	}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.noMobile{ display: none; }

}