@media screen {
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 87.5%;
	}
	
	a {
		background: transparent;
		text-decoration: none;
	}

	nav {
	}

	nav .firstlevel ul {
	}
	nav li:hover {
	}
	nav li:hover > a {
	}
	nav li.active:hover {
		text-decoration: none;
	}
	nav.navbottom .firstlevel > li:after {
		content: '|';
	}
	nav.navbottom .firstlevel > li:last-child:after {
		content: '';
	}

	footer {
		font-size: 90%;
	}
	
	.nav-icons > div {
		background: #F7F7F7;
	}

	#slidecaption {
		font-size: 30px;
		font-weight: bold;
		color: #FFF;
		text-align: right;
	}

	.quickbook {}
	}
	.quickbook .ym-form > div.hotel {
		display: none;
	}

	.rates .ym-wbox > div {
	}
	.rates .ym-wbox > div div {
	}
	.rates .title {
		font-size: 140%;
	}
	.rates .subtitle {
		font-size: 80%;
		margin-bottom: 1em;
	}
	.rates .booknow {
		font-size: 90%;
		font-weight: bold;
	}

	nav.navbottom li a.loggedin {
		color: #C00;
	}
	body.sidebar-transparent-background #sidebar .ym-wbox,
	body.sidebar-transparent-background #sidebar .sidebar-footer {
		background: none;
		border: none;
		box-shadow: none;
	}
	body.sidebar-transparent-background #sidebar .logo {
		background-color: #ffffff;
	}
	.page_layout_Flexible .images-and-texts-box .ym-grid
	{
		background: #DDD2D2;
	}
	.page_layout_Flexible  .features
	{
		//background: pink;
	}
	.page_layout_Flexible  .images-and-texts
	{
		//background: rgb(216, 170, 170);
	}
	.page_layout_Flexible  .banner_container
	{
		//background: rgb(223, 179, 179);
	}
	.page_layout_Flexible .box-content > .text_container
	{
		//background:rgb(227, 240, 227);
	}
}

@media screen and ( max-width: 990px ) {
	nav .firstlevel ul {
		background: #444;
	}
	nav.navbottom .firstlevel > li:after {
		content: '';
	}

	.rates {
		background: #222;
	}

	.quickbook {
		background: #222;
	}
}

@media screen and ( max-width: 480px) {
	nav .firstlevel ul {
		background: transparent;
	}
	nav li:hover {
		background-color: transparent;
	}
	nav li.active:hover {
		background-color: transparent;
		color:#fff;
		text-decoration:none;
	}
	nav .firstlevel > li:after {
		content: '';
	}
}
