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 (min-width: 768px) and (max-width: 959px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header {margin-top: 0px;height:150px;}
	header #logo{top:60px;}
	#left_box{width:95%; float:left;}

	nav .wrap-nav{top: 10px; left:10px; right:auto;}
	
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	.copyright #footer_bottom{
		width:760px;
		margin:0px auto;
		}
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 210px;}
	header #logo{top: 120px;}
	#left_box{width:95%;}
	#right_box{width:80%;}
	#right_box2{width:80%;}
	.social{top:50px; right: 5px;}
	.wrap-col .from_box{width:100%;}
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	#footer_bottom{
		width:480px;
		margin:0px auto;
		}
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	header{height: 210px;}
	header #logo{top: 85px;}
	#left_box{width:95%;}
	#right_box{width:80%;}
	#right_box2{width:80%;}
	.search{
		width:100%;
		margin:0px auto;}

	.social{top:125px; right: 5px;}
	.wrap-col .from_box{width:100%;}
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	nav .wrap-nav {position:relative; height: 37px; left:0px; top:0px;}
	#menu{display:none;}
	.minimenu{display:block;}
	#footer_bottom{
		width:100%;
		margin:0px auto;
		}
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 300px){
	header{height: 230px;}
	header #logo{top: 85px;}
	.wrap-col .from_box{width:100%;}
}