
html {
   -webkit-text-size-adjust: none;
}


@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: 220px;}
	header #logo{top:0px; left: 0px;}
	
	/* -------------------------------------------- */
	/* ------------------Featured------------------ */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	.submenu {display:none;}
	.minisubmenu {display:block; position: absolute; bottom: 0px;}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	.submenu {display:none;}
	.minisubmenu {display:block; position: absolute; bottom: 0px;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 510px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 220px;}
	 #logo {text-align: center; top:40px; }
	header #search{bottom: 15px; width: 230px; top:auto; left: 5px;}
	header #search input{width: 194px;}
	
	.nextImageBtn { display: none;}  
	.prevImageBtn { display: none;}
	#thumbnails_wrapper { display: none;}
	#outer_container .thumbScroller img  { display: none;}
	#outer_container .thumbScroller .content div a { display: none;}
	#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content { display: none;}

	.submenu {display:none;}
	.minisubmenu {display:block; position: absolute; bottom: 0px;}

	.menuhome{display:none;}
	.minimenuhome{display:block; z-index: 3;}
	
	nav .wrap-nav{background:none; top: 0px;}

	

	hgroup h1 { top:40px; text-align: center; margin-left: 10px; margin-right: 10px;} 
	hgroup h4 { top:40px; text-align: center; margin-left: 10px; margin-right: 10px;} 

	#main-content .comment input, #main-content .comment textarea{width:90%;}
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}