/*
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 */
}




footer img{
	width: 50%;
	max-width: 141px;
}

.left{
	float: left;
	margin-right: 5px;
}

.right{
	float: right;
	margin-left: 5px;
}

.clearfloat{
	clear: both;
}

/*------------------------*/
@media only screen and (min-width: 961px) {
	.img_responsive{width: 30% !important;}
}

@media only screen and (max-width: 960px) {
	.img_responsive{width: 30% !important;}
}

@media only screen and (max-width: 767px){
	.img_responsive{width: 100% !important;}
	.menu{
		display: none;
	}
	.top-bar{
		display: block;
	}
}
@media only screen and (min-width: 767px){
	.menu{
		display: block;
	}
	.top-bar{
		display: none;
	}
}

@media only screen and (max-width: 619px) {
	.img_responsive{width: 100% !important;}
}
@media only screen and (max-width: 320px) {
	.img_responsive{width: 100% !important;}
}