/* //////////////////////////////// RESPONSIVE [Media Queries] ///////////////////////////////////// */
img { max-width: 100%; height: auto !important; width: auto\9; /* ie8 */ }
a img { border: 0px; }
.notResponsive{ max-width: none!important; }
video { max-width: 100%; height: auto !important; }
.video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.video-container iframe,
.video-container object,
.video-container embed,
.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;}

@media only screen and (max-width: 1400px) {
	.present h1{
		font-size: 90px;
	    line-height: 81px;
	}
}
@media only screen and (max-width: 1200px) {
	.present h1{
	    font-size: 66px;
	    line-height: 63px;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1023px) {
	.col-1-1,
	.col-1-2,
	.col-2-3,
	.col-1-3,
	.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;
    }
	.dalist{ padding: 20px 20px; }
	.dalist h2{ font-size: 30px; line-height: 30px; margin-bottom: 10px; }
	.intro{
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}
	.header {text-align: center;}
	.header img{ float: none; margin: 0 auto; }
	.present h1{
		font-size: 36px;
		line-height:40px;
		word-spacing: -14px;
	}
}

/* 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;
    }

}


/* 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; }

}