img {max-width: 100%; height: auto;}

@media only screen and (min-width: 980px) and (max-width: 1040px) {
}

/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services img {width: 100%; height: auto;}
}

@media only screen and (max-width: 767px) {
	#slider {height: 420px;}
	#header  {text-align: center;}
	#header  * { display: inline-block}
	#header .widget {float: none; margin: 10px 10px 0;}
	#content {padding-top: 0;}
	#click-menu .threeLines {display: none !important;}
}

/* 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) {
	.home #frm_form_6_container {width: 100%; float: none; height: auto; padding: 20px 40px;}
	#title {padding-top: 20px;}
	#content img {width: 60% !important; height: auto !important;}
	.services .so-panel, .services .so-panel p {text-align: center !important;}
	.services img {margin: 10px 20%}
}






/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
		
}