@media only screen and (min-width: 942px) and (max-width: 1170px) {	
	.container { width:940px; }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.container { width:726px; }
	
	
	#nav-wrapper {
		display:none;
	}
	#top-bar {height:50px;}
	.home-slider{top:50px;}
	#divider{ height:50px;}
	
	.slicknav_menu {
		display:block;
	}	
	
}

@media only screen and (max-width: 767px) {
	
	.container { width:300px; }
	
	
	#nav-wrapper {
		display:none;
	}
	#top-bar {height:50px;}
	.home-slider{top:50px;}
	#divider{ height:50px;}
	
	.slicknav_menu {
		display:block;
	}
		
	.iframe-galeria 	{ height: 480px; }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.container { width:480px; }
		
	.iframe-galeria 	{ height: 480px; }
}

