@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'Favorit';
	src: url('/css/fonts/favorit.eot'); 
	src: 
		local('Favorit'),
		local('Favorit'),
		url('/css/fonts/favorit.otf') 
		format('opentype');
}
/*light version*/
@font-face {
	font-family: 'Favorit Light';
	src: url('/css/fonts/favorit-light.eot'); 
	src: 
		local('Favorit Light'),
		local('Favorit Light'),
		url('/css/fonts/favorit-light.otf') 
		format('opentype');
}


	body, div, h1, h2, h3, span, p {
font-family: 'Favorit Light', sans-serif;
			}
	
			
			






* {font-family: 'Favorit Light', sans-serif;

}			
			
			
.room_title {
	font-size: 1.5rem!important;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, .7);
	}
	
	
	
@media (max-width: 768px)
{
		
	
.room_title {
	font-size: 1rem!important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	margin-top: -10px
	}
	
.ggskin_scrollarea {
	height: 140px!important;
	}	
	
	
}
	