@media screen {
	body {
		font-family: 'Open Sans', sans-serif;
		font-size: .8em;
	}
	
	a {
		background: transparent;
		text-decoration: none;
	}

	nav {
	}
	nav ul.firstlevel{
		text-transform:uppercase;
		font-weight:300;
	}
	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
	{
	}
	.page_layout_Flexible  .images-and-texts
	{
	}
	.page_layout_Flexible  .banner_container
	{
	}
	.page_layout_Flexible .box-content > .text_container
	{
	}
	.page_layout_Flexible .box-content > .text_container  h3 {
		border-bottom:0;
		font-size: 28px;
		font-weight: 300;
		padding: 0 20px 5px 0px;
		text-align: center;
		text-transform: none;
	}
	
	.page_layout_Flexible .box-content > .text_container  h4 {
		font-size: 18px;
		font-weight: 300;
		padding: 0 20px 15px 0px;
		text-align: center;
		text-transform: none;
	}
	.page_layout_Flexible .section_subtitle {	
		color: #a79367;
	}
	.page_layout_Flexible .images-and-texts .image-text .text span.title {
		color: #3c3c3c;
		font-size: 28px;
		font-weight: 300;
		padding: 15px 0 0 0;
		text-transform: none;
	}	
	.page_layout_Flexible .images-and-texts .image-text .text span.subtitle {
		color: #a79367;
		font-size: 140%;
		font-weight: 300;
		margin-bottom: 15px;
		text-transform: none;	
	}	
	.page_layout_Flexible .images-and-texts .image-text .text span.description-text {
		color:#3c3c3c;
	}
	a.prevent_refresh
	{
		cursor: default;
	}
	.social_links li 
	{
		opacity: 0.85;
	}	
	.social_links li:hover 
	{
		opacity: 1;
	}	
}

@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: '';
	}
}
