/*
Free Html5 Responsive Templates
Author: Kimmy Tran
Author URI: http://www.zerotheme.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 */
}

/*------------------------*/

@media only screen and (max-width: 939px) {
	
	ul.sf-menu>li { margin-left:10px;}
	ul.sf-menu>li>a {font-size:18px; padding:9px 10px; }
	article img{max-width:50%; height: auto;}
}


@media only screen and (max-width: 767px){
	ul.sf-menu>li.mobile {display: block; }
	ul.sf-menu>li.desktop {display: none;}
	nav .zerogrid {text-align: left;}
	.box-1 {margin : 10px 0;}
	.carousel {padding:10px 0;}
	.border-1 {border-right:none; padding-bottom:20px;}
	.indent-1 {padding:20px 0 10px 0;}
}
@media only screen and (max-width: 619px) {
	.bot-1 {padding-bottom:20px;}
	.list-project li {margin-top:20px;}
	footer .col-2-3{text-align: center;}
	.col-2-5 .list-news {margin-bottom: 35px;}
}
@media only screen and (max-width: 480px) {
	article img{max-width:100%; height: auto;}
	footer .col-2-3{text-align: center;}
	.col-2-5 .list-news {margin-bottom: 35px;}
}

