/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: http://www.cssmoban.com/
*/
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

.menu-response{display:none;}
.menu-response{position: relative;padding:12px 0px;background:none;}
.menu-response div{overflow: hidden;position: relative;font: 25px/37px 'PT Sans Narrow';color: #fff;text-align:center;text-transform:uppercase;font-weight:bold;}
.menu-response select{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%; opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	cursor: pointer;}
------------------------

@media only screen and (max-width: 979px) {
	.main{width:768px;}
}
@media only screen and (max-width: 820px){
	.main{width:100%;}
	.menu{display: none;}
	.menu-response{display: block;}
}
@media only screen and (max-width: 600px) {
	footer{height: 180px;}
	.footer-bg{	background:url(../images/footer-bg.jpg) repeat-y -1px top;}
	.list-services{float: left;	padding: 15px 0px;}
}
@media only screen and (max-width: 420px) {
	
}