@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 */
	}
	#main .titles.add_deco:after {
		content: "";
		position: absolute;
		left: 0;
		top: 17px;
		height: 1px;
		width: 90%;
		z-index: 1;
		margin-left: 5%;
	}
	#main .titles.add_deco {
	    text-align: center;
		position: relative
	}
	#main .titles.add_deco .titles_title{
	    display: inline-block;
		padding: 0 40px;
		position: relative;
		z-index: 2;
	}
	/** Video Grid CSS**/
	.ytp-large-play-button{
		display: none !important;
	}
	
	.video_grid_item{
		height: 45vh;
		overflow: hidden;
		position: relative;
	}

	.border-container{
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0px 8px;
	}

	.border-container .border{
		border: 8px solid transparent;
	    box-shadow: inset 0 0 0 1px #fff;
	    height: 100%;
	    width: 100%;
	    /* margin: -4px; */
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
	#page .video_wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 100%;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	
	.video_wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}
	

	/** End Video Grid CSS**/

	.tos-next span,
	.tos-close span:after{
  		border-top: 5px solid #fffefe;
  		border-right: 5px solid #ffffff;
  	}
  	.tos-prev span, .tos-close span:before {
  		border-bottom: 5px solid #fffefe;
  		border-left: 5px solid #ffffff;
  	}
}

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