@media screen {

	/*-- Logo Amendment --*/	
	.logo {
		background: url('../img/lasuite-logo.png');
		background-position: center;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	.icons-minimal span {
	color: #26263A;
	}
	
	/*-- Quickbook Amendment --*/
	.quickbook .date select {
		display: none;
	}
	.quickbook .date input {
		display: inline-block;
		width: 80%;
	}
	#datepicker[type="text"] {
		background: #ffffff;
	}
	.ui-widget-header {
	border-color: #636260/*{borderColorHeader}*/;
	background: #636260 /*{bgColorHeader}*/;
	color: #FFF /*{fcHeader}*/;
	}
	.quickbooklinks li {
	border-top-color: #cccccc;
	}
	.quickbook {
	background: #f7f7f7;
	border-bottom-color: #DEDEDE;
	border-top-color: #DEDEDE;
	color: #26263A;
	}
	.bookbutton:hover, .booknow:hover {
		border-color: #636260;
		border-bottom-color: #636260;
		-webkit-box-shadow: inset 0 1px 0 0 #26263A;
		box-shadow: inset 0 1px 0 0 #636260;
		text-shadow: 0 1px 0 #636260;
	}
	/*-- /Quickbook Amendment --*/
	nav.mobile .show i{
		color:#ffffff;
	}
	iframe#bookatable
	{
		width: 330px;
		height: 370px;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #636260 50% 50%!important;
    font-weight: normal;
    color: #FFFFFF;
	}
	.ui-widget-header {
    border-color: #F7F7F7/*{borderColorHeader}*/;
    background: #F7F7F7 /*{bgColorHeader}*/;
    color: #636260 /*{fcHeader}*/;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: rgba(86, 85, 81, 0.6) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
	}
	.sidebar-logos {
    margin: -12px auto;
    list-style-type: none;
    width:240px;
    text-align: center;
	}
	#sidebar .ym-wbox {
    box-shadow: none;
    background: none;
    border-left: 0;
    border-right: 0;
	}
	
}
@media screen and (max-width: 990px){/*-- /Media Screen --*/
	nav.navmobile-index a{
	color:#636260;
	}
	.navmobile-index .firstlevel{
	background:#ffffff;	
	}
	.navmobile-index .firstlevel .promote{
		background:#016eb3;
	}
	li.promote a{
		color:#fff;
	}
	.mobile-buttons{
		background:#ffffff;
	}
	.mobile-buttons-table a{
		color:#636260;
	}
	.mobile-buttons-table .promote{
		background:#016eb3;
	}
}
	
