@media screen {
	body {
		font-family: 'Open Sans', sans-serif;
		font-size: .8em;
	}
	a {
		background: transparent;
		text-decoration: none;
	}
	nav ul.firstlevel{
		text-transform:uppercase;
		font-weight:300;
	}
	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 .ym-form > div.hotel {
		display: none;
	}
	.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 .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;
	}
	body.is_containing_image_hero.hero_behind_header nav.navtop,
	.circle_lrgtile.larger_setup .feature .image img {
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.circle_lrgtile.larger_setup .feature:hover .image img{
		-ms-transform: scale(1.02); /* IE 9 */
		-webkit-transform: scale(1.02); /* Safari */
		transform: scale(1.02); /* Standard syntax */
	}
}

@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: '';
	}
}
