/***** SMARTPHONES *****/

@media all and (max-width: 767px){

	#navigation{ background-color: #fff; padding-top: 25px; }
	#mobile-toggle{ display: block; }
	#menu{ float: left; padding-top: 21px; margin-bottom: 22px; }
	#menu li{ float: none; }
	#menu li i{ display: none; }
	
	.border-bottom{ border: none; }
	.hero-title h1{ border: none; font-size: 1.2em; }
	
	.flex-control-nav{ display: none !important; }
	
	.stat span{ display: inline-block; margin-bottom: 44px; }
	
	.form-upper{ width: 100%; }
	.form-upper h5{ border-right: none; }
	.form-lower{ width: 100%; margin-bottom: 22px; }
	.form-lower h5{ border: none; }
	#form-button{ width: 100%; }
	
	#contact .social-icons .line{ width: 50%; }
	
	#media{ background-color: rgba(255,255,255,0.4); text-align: center; padding-top: 33px; padding-bottom: 11px; margin-top: -140px;}
	#media img{ max-width: 40%; }

	.divider{ background-attachment: scroll !important; }
	#home-slider .slides li{ background-attachment: scroll !important; }
	
	.trigger-value{
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
		margin-bottom: 66px;
		margin-top: 22px;
	}


}


/***** TABLETS PORTRAIT & LANDSCAPE *****/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.divider{ background-attachment: scroll !important; }
	#home-slider .slides li{ background-attachment: scroll !important; }
	.trigger-value{
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2); /* IE 9 */
		-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
		margin-bottom: 66px;
		margin-top: 22px;
	}


}


/***** PORTRAIT TABLETS *****/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	#menu li i{ display: none; }

	.service{ min-width: 100%; max-width: 100%; }
	
	.form-upper{ width: 100%; }
	.form-upper h5{ border-right: none; }
	.form-lower{ width: 100%; margin-bottom: 22px; }
	.form-lower h5{ border: none; }
	#form-button{ width: 100%; }

}