@charset "utf-8";
/* CSS Document */

/*@media only screen and (max-width: 768px) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

#cssmenu {
	background:#ff9933!important;
	margin-top:20px!important;
}

.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
		max-height:100%!important;
	}
	
	.font_sml {
	font-size:14px!important;
}

}











@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 

.grid-gallery figure img {
	max-height:200px!important;
}

#cssmenu {
	background:#ff9933!important;
	margin-top:20px!important;
}

.font_sml {
	font-size:14px!important;
}

}






@media only screen and (max-width: 360px) {
	
#cssmenu {
	background:#ff9933!important;
	margin-top:20px!important;
}

.slideshow li figure img {
	height:200px!important;
	max-height:200px!important;
}
	
}


	
	
	
	
	
	
	
	
	
	
	
	

