@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'benchnineregular';
    src: url('../fonts/benchnine-regular-webfont.eot');
    src: url('../fonts/benchnine-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/benchnine-regular-webfont.woff2') format('woff2'),
         url('../fonts/benchnine-regular-webfont.woff') format('woff'),
         url('../fonts/benchnine-regular-webfont.ttf') format('truetype'),
         url('../fonts/benchnine-regular-webfont.svg#benchnineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
	color:#222;
}
hr.ccc{
    border-color:#ccc;   
}
button:focus {
    outline:0;
}
label { 
    font-weight:normal;
}
h1{
    font-size: 24px;
    font-weight: normal;
    font-family: 'open_sanssemibold';
}
h2{
	font-family: 'open_sansregular';
	font-size:20px;
	margin:0 0 25px 0;
	padding:25px 0 0 0;
	text-transform:uppercase;
}
h2.b-b{
	border-bottom:solid 1px #ccc;
	text-align:center;
}
input[type="button"]{
   outline:none !important;
}
input[type="button"]::-moz-focus-inner {
   border: 0 !important;
}
button:active {
    border:none !important;
} 
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

.sfs-btn-green{
	background:#63a039;
	border:0;
	border-bottom:3px solid #52872d;
	font-family: 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
}
.sfs-btn-green:hover{
	color:#fff;
}

.sfs-btn-blue{
	background:#3f91b7;
	border:0;
	border-bottom:3px solid #2e708e;
	font-family: 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
}
.sfs-btn-blue:hover{
	color:#fff;
}

.sfs-btn-orange{
	background:#df6d19;
	border:0;
	border-bottom:3px solid #ab4e09;
	font-family: 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
}
.sfs-btn-orange:hover{
	color:#fff;
}

/***
SITE HEADER
***/

#site-top{
	width:100%;
    background:#fff;
    /*border-bottom: solid 1px #082d54;*/
    padding:10px;
    border-top:solid 2px #3f91b7;
}
#site-top h1{
	font-weight:normal;
	margin:0;
	padding: 0;
    color:#082d54;
	font-family: 'latoregular';
	font-size:40px;
}
#brand div{
	font-size:18px;
    color:#679cc9;
	font-family: 'latoregular';
    text-align: right;
}
#brand{
	float:left;
}
#nav-wrapper{
	float:right;
}
#responsive-header{
    display: none;
    float:left;
}

/***
TOP NAV
***/

nav {
    
}
nav:after {
    content:"";
    display:table;
    clear:both;
}
 nav ul {
    padding:12px 0 0 0;
    margin:0;
    list-style: none;
    position: relative;
    z-index: 9999;
}
nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    line-height: 42px;
    padding: 0px 12px;
    position: relative;
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    z-index: 800;
    background-color:#fff;
}
/*
nav ul li a.active{
	background:url('../images/nav-active.png') repeat-x 0px 10px;
}
*/
nav ul li:hover{
	/*background-color: #07284b;*/
    
}
nav ul li.reservations{
	/*border:solid 1px #63a039;*/
	background:#63a039;
	border:0;
	border-bottom:3px solid #52872d;
	font-family: 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
	border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left:10px;
} 
nav ul li.reservations a{
	color:#fff;
}
nav ul li.reservations:hover{
   background-color: #52872d; 
}
nav ul li.reservations a:hover{
	/*
	background:#63a039;
    color:#fff;
	*/
}

nav ul li.payments{
	/*border:solid 1px #63a039;*/
	background:#3f91b7;
	border:0;
	border-bottom:3px solid #2e708e;
	font-family: 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
	border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left:10px;
} 
nav ul li.payments a{
	color:#fff;
}
nav ul li.payments:hover{
   background-color: #2e708e; 
}
nav ul li.payments a:hover{
	/*
	background:#63a039;
    color:#fff;
	*/
}

nav ul li.subnav:hover{
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    background:#f8f8f8;
}



nav a {
    font-family: 'latoregular';
	text-transform:uppercase;
	/*color:#fff;	*/
	display:block;
    color:#082d54;
	
}
 
nav a:hover {
  /*  background-color: #07284b;*/
    color:#63a039;
    text-decoration:none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    background:#f8f8f8;
    padding-bottom:10px;
 	left:-1px;
    border-right:solid 1px #fff;
    border-bottom:solid 1px #fff;
    border-left:solid 1px #fff;
    padding:10px 0;
}
 
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}
 
/* Fisrt Tier Dropdown */
nav ul ul li {
    min-width:220px;
    float:none;
    display:list-item;
    position: relative;
    line-height:normal;
    background:#f8f8f8;
    border:none;
    text-transform: none;
    padding-bottom: 10px;
}

nav ul ul li a{
    text-transform: none;
    font-size: 16px;
}

#responsive-nav-btn-main{
    border: none;
    background:#fff;
    margin-left:-15px;
    margin-right:20px;
}
#responsive-nav-btn-main div{
    background:#3f91b7;
    text-align: center;
    color:#fff;
    font-size: 10px;
    width: 35px;
    margin:0 0 0 5px;
}

button#responsive-nav-btn-main span.i-bar{
    display: block;
	width: 35px;
	height: 3px;
	border-radius:2px;
	background:#3f91b7;
	margin:4px 0px 4px 5px;;
}

/***
HOME FEATURE AND SEARCH
***/

#home-feature-wrapper{
	width:100%;
    height:auto;
	/*max-height:450px;*/
	/*overflow: hidden;*/
	position: relative;
}
#home-search-wrapper{
	position:absolute;
	top:40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:554px;
}
#home-search-wrapper h2{
	font-family: 'open_sansregular';
	color:#fff;
	font-size:40px;
	text-transform:uppercase;
	padding-top:30px;
	text-shadow: 2px 2px 2px #000000;
}
#home-search-form{
	background:#fff;
	padding:15px;
	border-radius:4px;
	background: rgb(255, 255, 255); 
	background: rgba(255, 255, 255, .7);
    height:110px;
	
}
#home-search-btn{
 float:left;   
    margin-left: 4px;
}
#home-search-form h3{
	margin:0;
	padding:0 0 10px 0;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;

}

/***
RESPONSIVE SEARCH
***/
#search-accordion{
    margin:20px;
    display: none;
    /*
    background: #63a039;
    border: solid 1px #52872d;
    */
}
#search-accordion label{
    display: block;
}
#search-accordion .panel{
    border: solid 1px #52872d;  
}
#search-accordion .panel-heading{
    background: #63a039;
    color:#fff;
}
#search-accordion h5{
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}

/***
FEATURED SUITES - HOME
***/
#home-featured-suites{
    clear:both !important;
}
#featured-suites-wrapper, #avail-now-wrapper{
    border-bottom:solid 1px #ccc;  
    padding-bottom:20px;
}
.featured-suite-img-wrapper{
    position: relative;
}
.featured-label{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:0;
    font-size:13px;
    color:#fff;
    background:#63a039;
    width:120px;
    border-top:solid 1px #fff;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
    
}
.featured-label i{
    font-size:12px;   
}
.home-featured img{
    max-height:168px;
    width:100%;
    margin:0;
}
.home-featured a{
    color:#222;
    text-decoration: none;
}
.home-featured h4{  
    font-size:16px;
    font-weight: normal;
    font-family: 'open_sanssemibold';
    margin:5px 0 0 0;
    padding:0;
}

/***
HOME WELECOME
***/
#home-welcome{
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 28px;
    font-size: 18px;
}
#home-welcome h1{
    padding-top: 30px; 
    padding-bottom: 30px; 
}
#cta_circles{
	padding:40px 150px;
}
#home-testimonials{
	font-style:italic;
	color:#777777;
	font-size:20px;
	line-height: 34px;
	border-top:solid 1px #ccc;
	padding-top:40px;
	padding-bottom:40px;
}
#home-testimonials span{
	color:#63a039;
}
#home-page-map{
	height:550px;
	width:100%;
	margin-bottom:40px;
}
#home-neighborhoods{
	margin-bottom:40px;
}
a.home-neighborhoods{
	font-size:20px;
	text-transform:uppercase;
	margin-right:30px;
	line-height:34px;
	color:#082d54;
	text-decoration:none;
}

#our-clients{
	text-align:center;
	margin-bottom:40px;
	padding-top:40px;
	width:100%;
	display:block;
}
#our-clients img{
	margin: 0 0px;
	display:inline-table;
}


/***
INNER PAGE SEARCH PANEL
***/

select#suite_search_beds{
	padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:4px 0px 0px 4px;
	border:none;
	margin:0;
}
select#suite_search_baths{
	padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px;
	border:none;	
	margin:0 0 0 -3px ;
}
select#suite_search_neighborhoods{
	padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px 4px 4px 0px;
	border:none;
	margin:0 5px 0 -3px ;
	max-width: 170px;	
}
div.additional-filters{
	padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px 4px 4px 0px;
	border:none;
	margin:0 5px 0 -3px ;
	float:right;
}
#suite-search-wrapper{
	width:100%;
	height:70px;
	background:#3f91b7;
	margin-top:1px;
	box-shadow: 0px 2px 2px #888888;
}
#search-panel{
	/* background:#c6deea; */
    background:#679cc9;
	float:left;
	padding: 12px 11px 10px 11px;
	width:600px;
    height:70px;
}
.seach-option-wrapper{
    float:left;
    z-index: 9999 !important;
}

#search-btn-beds{
    border:none;
    background:#fff;
    padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:4px 0px 0px 4px;
	margin:0 1px 0 0;
}
#search-btn-baths{
    border:none;
    background:#fff;
    padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px 0px 0px 0px;
	margin:0 1px 0 0;
    
}
#search-btn-neighborhoods{
    border:none;
    background:#fff;
    padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px 0px 0px 0px;
	margin:0 1px 0 0;
    
}
#search-btn-parking{
    border:none;
    background:#fff;
    padding:10px 12px 13px 12px;
	font-family: 'open_sansregular';
	color:#222222;
	font-size:16px;
	border-radius:0px 4px 4px 0px;
	margin:0 1px 0 0;   
}
ul.search-options{
    border:none;
    box-shadow: none;
    border-radius: 0px;
    margin-top:-4px;
    margin-left: -1px;
    padding:20px;
    border-top:solid 1px #c6deea;
    border-right:solid 1px #c6deea;
    border-bottom:solid 1px #c6deea;
    border-left:solid 1px #c6deea;
    width:auto !important;
   z-index: 9999 !important;
}
#search-panel-neighborhoods ul.search-options{
    /*width:620px !important;  */ 
    width:220px !important; 
}
.neighborhood-cols{
    /*float:left !important;*/
    float:none;
    display: block;
    width:auto;
    padding:0 15px;
}
#map-toggle-panel{
	float:right;
}
button#btn-show-list{
	width:130px;
	height:48px;
	display:block;
	float:left;
	font-size:20px;
	color:#082d54;
	margin-top:11px;
	background:#3988ad;
	border-radius:4px 0px 0px 4px;
	border-top:solid 1px #327899;
	border-right:0px;
	border-bottom:solid 1px #327899;
	border-left:solid 1px #327899;
}
button#btn-show-map{
	width:130px;
	height:48px;
	display:block;
	float:left;
	font-size:20px;
	color:#082d54;
	margin-top:11px;
	background:#3988ad;
	border-radius:0px 4px 4px 0px;
	border-top:solid 1px #327899;
	border-right:solid 1px #327899;
	border-bottom:solid 1px #327899;
	border-left:0px;
}
button.active-search-display{
	background:#fff !important;
}
button.search-view-toggle:disabled {
    background:#fff !important;
}

/***
INNER PAGES
***/
ul#breadcrumbs{
    margin: 0 0 20px 0;
    padding:0;
    font-size: 12px;
    list-style: none;
    clear:both;
}
ul#breadcrumbs li{
    float:left;
    margin-right:10px;
    
}
#inner-content-wrapper{
    padding-top:40px;   
}
#by-neighborhood{
}
#neighborhood-accordion{
    display: none;   
    margin-bottom: 40px;
}
#have-questions, #featured-suite{
    padding-bottom:20px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
#inner-testimonial, #inner-bbb{
    padding-bottom:20px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
    
}
#inner-testimonial p{
    color:#777;
    font-style: italic;
    font-family: 'open_sanssemibold';
    padding-top:20px;
}
#inner-testimonial i{
    color:#082d54;
    float:left;
    margin-right:20px;
}
#inner-testimonial span{
    font-style: normal; 
     color:#082d54;
   
}
#clients img{
    display: block;
    max-width: 100%;
    clear:both;
}
.seattle-portfolio{
    background:#e6e6e6;
    border:solid 1px #ccc;
    padding-top:15px;
    padding-bottom:15px;
    margin-top:20px;
}
.seattle-portfolio img{
    border:solid 1px #ccc;
}
.seattle-blurb{
    font-size: 20px;
    font-style: italic;
    color:#777;
    padding-top:30px;
}

#quick-links{
    padding-bottom:20px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;  
}

#quick-links ul{
    
}
#quick-links ul li{
    
}
img.our-staff{
    float:left;
    margin: 0 20px 20px 0;
}

a.inner-neighborhoods{
    display:block;
}

.testimonial-block{
    margin-bottom:20px;
    background:#e6e6e6;
    border:solid 1px #ccc;
    padding:15px;
}
.testimonial-block i{
    color:#3f91b7;
}
.testimonial-block a{
    font-weight: bold;
}

ol#fasans{
    list-style-position: inside;
    margin-top:40px;
    margin-left:0;
    padding-left:0;
}
ol#fasans li{
    margin-bottom:20px;
    background:#e6e6e6;
    border:solid 1px #ccc;
    padding:15px;
}
ol#fasans li h4{
    border-bottom:solid 1px #ccc;   
}
ul#sfs-neighborhood li a.neighborhood-list{
    font-weight: bold;
    font-size: 18px;
}
ul#sfs-neighborhood li{
    padding-bottom: 20px;   
}
#neighborhoods-map{
    width:100%;
    height:500px;
}


#suite-inquiry{
    margin-bottom:20px;
    background:#e6e6e6;
    border:solid 1px #ccc;
    padding:15px;
}
#suite-inquiry input, #suite-inquiry textarea{
    border-radius: 0;
    box-shadow: none;
}

/***
VIEW SUITES
***/

.freeze-me{
    position: fixed;
    top:-1px;
    left:0;
    z-index: 500;
}


.infowindow{
    width: 280px;
    font-family:Arial, Helvetica, sans-serif;
}
.infowindow img{
    float:left;
    margin-right:10px;
    max-width: 100px;
    height: auto;
}
.infowindow-address{
    float:left;
    font-weight: bold;
    
}
.infowindow-address div{
    clear: both;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    
}
.infowindow-info{
    clear:both;
    background: #3f91b7;
    color: #fff;
    padding: 3px;
    border-top:solid 3px #fff;
    overflow: auto;
    font-weight: normal;
}
.infowindow-info ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.infowindow-info ul li{
    float: left;
    margin-right: 20px;
    font-weight: normal;
}
#map-results{
    height:700px; 
    width:100%;
    margin: 20px 0;
    border-top:solid 1px #ccc;
    
    border-bottom:solid 1px #ccc;
}
#total-results{
    padding:20px 0;
    font-size: 14px;
}
#search-results li.loader{
    display:block;
    text-align: center;
    padding-top:40px;
}
#search-results-wrapper{
    width:100%;
    height:auto;
}
#search-results li.suite-list-item{
    border-top:solid 1px #ccc;
	padding:25px 0;
    clear:both;
    width:100%;
    display: block;
}
#search-results h4 div{
	display:block;
	font-size:14px;
}
img.suite-img-results{
	width:100%;
	max-width:100%;
}

ul.suite-snapshot{
	width:420px;
	height:62px;
	border:solid 1px #ccc;
	border-radius:4px;
	text-align:center;
	list-style:none;
	padding:0;
	margin:0;
}

ul.suite-snapshot li{
	float:left;
	display:block;
	height:60px;
	border-right:solid 1px #ccc;
	padding:10px;
	width:104px;
}
ul.suite-snapshot li.studio{
    padding-top:20px; 
}
ul.suite-snapshot li:last-child{
	border-right:0px;
}
/*
.suite-snapshot{
	border:solid 1px #ccc;
	border-radius:4px;
	overflow:auto;
	text-align:center;
	
}

.suite-snapshot-item{
	float:left;
	width:100px;
	padding:10px;
	display:block;
	height:60px;
	border-right:solid 1px #ccc;
}


.suite-snapshot ul{
	margin:0;
	padding:0px;
	list-style:none;
}
.suite-snapshot ul li{
	float:left;
	width:100px;
	padding:10px;
	display:block;
	height:60px;
	border-right:solid 1px #ccc;
	
}

/*
.suite-snapshot{
	border:solid 1px #ccc;
	border-radius:4px;
	text-align:center;
	overflow:auto;
	width:auto;
}
.suite-snapshot ul{
	margin:0 0 0 0;
	padding:0;
}
.suite-snapshot ul li{
	float:left;
	padding:10px;
	border-right:solid 1px #ccc;
	
}
*/
.date-available{
	margin:20px 0;
	clear:both;
}


/***
SUITE DETAILS
***/

ul#suite-nav{
    margin:14px 0 0 0;
    padding:0;
    list-style: none;
}
ul#suite-nav li{
    margin:0;
    padding:0;
}
ul#suite-nav li a{
    display: block;
    color:#fff;
    border:solid 1px #679cc9;
    padding:10px 30px;
}
ul#suite-nav li a:hover{
    border:solid 1px #fff;
    text-decoration: none;
}
ul#suite-nav li a.active{
    background:#fff;
    color:#357ea0;
    border:solid 1px #357ea0;
}
ul#suite-nav li a i{
    margin-right: 6px;   
}

h2#suite-address{ 
    text-transform: none;
    margin-top:0;
    padding-top:0;
}
h2#suite-address div{ 
    font-size: 15px;
}
ul#suite-quick-details{
    margin:0;
    padding: 0;
    list-style: none;
}
ul#suite-quick-details li{
    display: block;
}
ul#suite-quick-details li.ctr-brd{
    margin-top:10px;
    padding: 10px 0;
    border-top:solid 1px #eee;
    
}
#suite-info-container{
    margin-top:30px;
}
#suite-map{
    width:100%;
    height:300px;
}

ul#s-gallery {         
  padding:0 0 0 0;
  margin:0 0 0 0;
}
ul#s-gallery li {     
  list-style:none;
  margin-bottom:25px;           
}
.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.image img{
    position:absolute !important;
}
.full-width{
    height:100%;
    width:100%;
}
.thumbnail{
    border-radius: 0px !important;   
}
.suite-details-row h4{
    font-family: 'open_sanssemibold';
    font-size: 18px;
    color:#999;
    text-transform: uppercase;
}
.details-header{
    font-family: 'open_sanssemibold';
    font-size: 22px;
    color:#999;
}

#suite-form-panel{
    background:#eee;
    border:solid 1px #e3e3e3;
    padding:10px;
}

#reserve-wrapper{
    border: solid 1px #eee;   
    padding:10px;
}
.price{
    font-family: 'open_sanssemibold';
    font-size: 24px;
}
.price i{
    font-size:14px;
    font-style: normal;
    color:#999;
    font-weight: normal;
    font-family: 'open_sanslight';
}

/***
SUITE DETAILS - CALENDAR WIDGETS[NEW JQUERY UI]
***/
#cal-legend{
    font-size: 12px;
    color:#777;
    padding: 10px 0;
}
#cal-legend span{
    float:left;
    display:block;
    height:10px;
    width: 10px;
    background:#660000; 
    margin-top: 3px;
    margin-right: 5px;
}
#cal-legend span.avail{
    background:#008000; 
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}
 
.ui-datepicker {
    display: none;
    width: auto;
    padding: 5px;
    cursor: default;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    
}

.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
 
.ui-datepicker-title { 
    text-align: center; 
    font-weight:bold;
}
 
.ui-datepicker-month {
    position: relative;
    padding-right: 0px;
    color: #222;
}
 
.ui-datepicker-year {
    padding-left: 0px;
    color: #222;
}

              
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -2px;
    padding: 5px;
    cursor: pointer;
}
 
.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}
 
.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}
 
.ui-datepicker-prev span,
.ui-datepicker-next span{
    display: block;
    width: 10px;
    height: 20px;
    text-indent: -9999px;
    background-image: url(../images/calendar-arrow.png);
}
 
.ui-datepicker-prev span { background-position: 0px 0px; }
 
.ui-datepicker-next span { background-position: 10px 0px; }
 
.ui-datepicker-prev-hover span { background-position: -10px 0px; }
 
.ui-datepicker-next-hover span { background-position: 20px 0px; }

.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
 
    text-align: center;
    font-weight: normal;
    color: #a8a8a8;
}

.ui-datepicker-calendar td {
    padding: 0 7px;
    text-align: center;
    line-height: 26px;
}
 
.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: auto;
    outline: none;
 
    text-decoration: none;
    color: #fff;
 
    border: 1px solid transparent;
}          

.ui-datepicker-calendar .ui-state-active {
    color: #fff;
}
 
.ui-datepicker-other-month .ui-state-default { color: #555; }          
    
          /*
.ui-datepicker-current-day{
    font-weight:bold;   
}
          */
.booked{
    background:#660000;  
    color:#777;
}
.available{
    background:#008000;
    color: #fff !important;
}


/***
SUITE DETAILS - CALENDAR WIDGETS[OLD]
***/
#suite_form input, #suite_form input{
    border-radius: 0;
    box-shadow: none;
}

#check-in-wrapper, #check-out-wrapper{
    padding:5px;
    border:solid 2px #3f91b7;
    height:auto;
    overflow: auto;
    display: block;
    min-height:224px;
    margin-right:15px;
    margin-left:15px;
    /*display: none;*/
}

#check-in-calendar-controls, #check-out-calendar-controls{
    border-bottom: solid 1px #eee;   
    padding: 5px 0;
}
#check-in-calendar_label, #check-out-calendar_label{
    font-weight: bold;   
}
#check-in-calendar-controls a, #check-out-calendar-controls a{
    font-size:18px;
}




ul.sfs-calendar-days{ 
    margin:0;
    padding:0;
    width:100%;
    list-style: none;
    clear:both;
}
ul.sfs-calendar-days li{
    float:left;
    display: block;
    width:14.285714%;
    font-weight: bold;
}
ul.sfs-calendar-days li.map-loader{
    width:100%;
    text-align: center;
    padding-top:60px;
}
ul.sfs-calendar-days li a{
    display: block;
    height:36px;
    text-align: center;
    border:solid 1px #fff;
    padding-top:7px;
    color:#333;
}
ul.sfs-calendar-days a:hover{
    border:solid 1px #fff;
}

ul.sfs-calendar-days li a.blank{
    border:solid 1px #fff;
    background:#fff;
    color:#fff;
    cursor: default;
}
ul.sfs-calendar-days li a.blank:hover{
    border:solid 1px #fff;
    text-decoration: none;
}

ul.sfs-calendar-days li a.booked{
    border:solid 1px #eee;
    background:#eee;
    color:#bbb;
    cursor: default;
	text-decoration: line-through;
}
ul.sfs-calendar-days li a.booked:hover{
    border:solid 1px #eee;
    text-decoration: none;
}

ul.sfs-calendar-days li a.checkin{
    border:solid 1px #609f3b;
    background:#609f3b;
    color:#fff;
    cursor: default;
}
ul.sfs-calendar-days li a.checkin:hover{
    border:solid 1px #609f3b;
    text-decoration: none;
}


ul.sfs-calendar-days li a.previous-date{
    border:solid 1px #fff;
    background:#fff;
    color:#ccc;
    cursor: default;
}
ul.sfs-calendar-days li a.previous-date:hover{
    border:solid 1px #fff;
    text-decoration: none;
}

.faddress{
	display:none;
}

.reservation-input{
    border:solid 1px #ccc;
    padding:5px 2px;
    height:35px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    width:100%;
}
.reservation-input div{
    float:left;
}
.reservation-input span{
    float:right;
    color:#888;
}
.selecting-date{
    border-top:solid 2px #3f91b7;  
    border-right:solid 2px #3f91b7;
    border-bottom:solid 0px #3f91b7;
    border-left:solid 2px #3f91b7;
}
.selecting-date span{
    color:#3f91b7;
}


/***
FOOTER
***/

footer{
	padding-top:50px;
}
#footer-top{
	width:100%;
	height:80px;
	border-bottom:solid 6px #3f91b7;
	background:url('../images/seattle_footer.png') no-repeat bottom center;
}
#footer-links{
	background:#609f3b;
	width:100%;
	padding: 25px 0 50px 0;
	color:#fff;
	font-size:13px;
	text-align:center;
}
#footer-links a{
	color:#fff;
	text-decoration:underline;
}
a.footer-link{
	margin:0 10px;
	color:#fff;
	text-decoration:none !important;
}
