/**** misc. ****/
ul.noList, ol.noList {
    list-style-type:none;
    padding:0;
}


/**** buttons ****/
.button {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    background: #f86302;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    width: auto;
    outline: none !important;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.button:hover {
	background: #e85300;
    text-decoration: none;
    color: #fff;
}
.big.button {
	padding: 18px 34px;
	min-width: 180px;
}
.secondary.button {
	border: 1px solid;
    background: #fff;
    color: inherit;
}
.secondary.button:hover {
    background: #eee;
}
.alt.button {
	background: #666;
	text-transform: none;
}
.alt.button:hover {
	background: #444;
}
.small.button {
	padding: 8px 20px;
	font-weight: 300;
	font-size: 15px;
}
.button .fa {
	margin: 0 0 0 6px;
	font-size: 12px;
}
.button .fa:first-child {
	margin: 0 6px 0 0;
}
.facebook-button {
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 58px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background: #507cbe;
	font-size: 16px;
	color: #fff;
}
.facebook-button .button-icon {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.18);
	font-size: 34px;
	text-align: center;
	line-height: 46px;
	width: 42px;
	height: 100%;
}
.facebook-button:hover {
	background: #406cae;
	text-decoration: none;
}
.submit-loading {
	margin: 0 10px;
	font-size: 20px;
	color: #888;
	vertical-align: middle;
}
.disabled.button {
	opacity: 0.6;
}


/**** layout ****/
.layout-section {
    position: relative;
    margin: 0 auto;
    padding: 40px 20px;
    width: 1010px;
}
.col {
    float: left;
}
.right.col {
    float: right;
}
.two-col > .col {
    width: 48%;
}
.two-col > .second.col {
    float: right;
    padding: 0;
}
.row, .content-row {
    margin: 6px 0 14px;
}
.three-col > .col {
	padding: 0 16px;
	width: 33.33%;
}
.three-col > .col:first-child {
	padding-left: 0;
}
.three-col > .col:last-child {
	padding-right: 0;
}
.overflow-wrap {
	overflow: auto;
}
.clearfix:before,
.clearfix:after,
.content-row:before,
.content-row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after,
.content-row:after {
    clear: both;
}
.clearfix,
.content-row {
    *zoom: 1;
}

/**** icons ****/
.icon-graphic {
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}
.payment-method.icon-graphic {
	background: url(../images/payment-icons.png) no-repeat;
	background-size: 286px;
	width: 51px;
	height: 33px;
}
.visa.payment-method.icon-graphic {
	background-position: -52px 0;
}
.discover.payment-method.icon-graphic {
	background-position: -105px 0;
}
.amex.payment-method.icon-graphic {
	background-position: -157px 0;
}
.paypal.payment-method.icon-graphic {
	background-position: -211px 0;
	width: 75px;
	height: 49px;
}


/**** tables ****/
table {
	border: none;
    border-collapse: collapse;
}
table th, table td {
    margin: 0;
    padding: 8px;
}
table th {
	font-weight: 400;
	text-align: left;
}
table.alignCenter th {
	text-align: center;
}
table th:first-child {
	text-align: left;
}
table.bordered th, table.bordered td {
	border: 1px solid #ddd;
}


/**** forms *****/
input, textarea, select {
	font-family: inherit;
}
input[type=radio], input[type=checkbox] {
	margin-right: 4px;
}
.text-box, .select-wrapper, input[type=text], input[type=password] {
	padding: 8px 12px;
	border: 1px solid #666;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	font-family: inherit;
	color: #666;
	line-height: 1.25em;
	width: 200px;
	outline: none;
}
/* placeholder styling */
.placeholder {
	text-align: left;
	color: #999;
}
.text-box::-webkit-input-placeholder {
	color: #999;
}
.text-box:-moz-placeholder { /* Firefox 18- */
	color: #999; 
}
.text-box::-moz-placeholder {  /* Firefox 19+ */
	color: #999;  
}
.text-box:-ms-input-placeholder {  
	color: #999;  
}
textarea.text-box {
	height: 6em;
}
.short.text-box {
	padding: 8px 12px;
	width: 46px;
}
.small.text-box {
	padding: 4px 6px;
	font-size: 14px;
	width: 68px;
}
.text-box.full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.date.text-box {
	padding-right: 44px;
	background: url(../images/icons/calendar.png) 92% 50% no-repeat #fff;
	width: 200px;
}
.error.text-box, .error.selectBox {
	border-color: #eb6676;
	box-shadow: 0 0 0 1px #eb6676;
	outline: none;
}
.error.selectBox {
	border-color: #fff;
}
.errorMessage, input.error + .field-hint {
	color: #eb6676;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
}
.select-wrapper select {
	position: relative;
    padding: 8px 20px 8px 10px;
    border: solid 1px #999;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    font-family: inherit;
    color: #888;
    width: 100%;
    /*height: 37px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
}
.select-wrapper select::-ms-expand {
    display: none;
}
.select-wrapper select:focus {
	color: #666;
}
.select-wrapper:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin: -5px 0 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    z-index: 1;
}
.select-wrapper.compact select {
    padding: 4px 20px 4px 4px;
    font-size: 14px;
    line-height: 22px;
    height: 30px;
}
.select-wrapper.full {
    width: 100%;
}
.select-wrapper.auto, .select-wrapper.auto select {
    width: auto;
}
select option:disabled, select option.disabled-on-today {
	color: #bbb;
}

.status-message {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #eee;
	font-weight: 400;
}

.location-fields .address.col {
	width: 78%;
}
.location-fields .apt.col {
	float: right;
	width: 18%;
}
.cc.content-row small {
	display: block;
}
.cc-fields .number.col small {
	padding: 4px 0 0;
}
.cc-fields .number.col {
	padding: 0 14px 0 0;
	width: 80%;
}
.cc-fields .cvc.col {
	width: 20%;
}
.cc-fields .icon-graphic {
	margin: 0 6px 0 0;
}

.field-hint {
	display: block;
	margin: 4px 0;
	font-size: 12px;
	color: #999;
	line-height: 1.4;
}

.full-width {
	width: 100% !important;
}


/**** date picker ****/
.ui-datepicker, .ui-widget {
	border-radius: 0 !important;
	font-family: inherit;
}
.ui-widget-content, .ui-widget-header {
	border-radius: 3px;
	background: #555;
}
#ui-datepicker-div {
	padding: 8px 24px 14px;
	border: none;
	box-shadow: 2px 2px 2px rgba(80, 80, 80, 0.8);
	font-size: 1.2em;
}
.ui-datepicker span, .ui-datepicker a {
	text-align: center !important;
}
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #999;
	font-weight: 400;
}
.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-color: #f86302;
	background: #f86302;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: 0.55;
}
.ui-datepicker-header.ui-widget-header {
	margin: 0;
	padding: 4px 0 8px !important;
	border: none;
	border-bottom: solid 1px #939598;
	border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em !important;
}
.ui-datepicker th {
	text-transform: uppercase;
	color: #f86302;
}
.ui-datepicker .ui-state-active {
	border-color: #f86302 !important;
	background: #f86302 !important;
}
.ui-datepicker td a, .ui-datepicker td span {
	border-radius: 3px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	top: 8px !important;
	border: none;
	background: url(../images/icons/calendar-arrows.png) 0 0 no-repeat;
	height: 18px !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	background-position: 100% 100% !important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
}
.ui-datepicker .ui-datepicker-unselectable {
	opacity: 1 !important;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
	border: none;
	background: transparent;
	color: #939598;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
	color: #fff;
}

/**** tooltip ****/
.ui-tooltip {
	padding: 10px 14px !important;
	border: none !important;
	box-shadow: inset 0 -10px 20px #eeefef, 0 0 1px rgba(30, 30, 30, 0.6) !important;
	background: #fff !important;
	font-size: 0.9em !important;
	color: #333 !important;
	line-height: 1.2em;
	width: 150px;
}
.ui-tooltip:after {
	position: absolute;
	left: -11px;
	top: 38%;
	content: url(../img/icons/tooltip-arrow.png);
	width: 12px;
	height: 21px;
}



/**** header ****/
.header-top {
	color: #fff;
}
header .layout-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
header nav {
	display: none;
	clear: both;
	display: none;
	float: none;
	margin: 8px -22px;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
}
header nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}
header nav li {
	margin: 0 0 0 16px;
	text-align: right;
}
header nav a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header a {
	color: #fff;
}
header a:hover, header .active a {
	text-decoration: none;
	color: #ddd;
}
header .logo {
	float: left;
	padding: 10px 0 0;
	width: 180px;
	z-index: 100;
}
header .logo img {
	width: 100%;
}
header .mobile-menu-button {
	padding: 10px 0 10px 10px;
	font-size: 32px;
	color: #fff;
}
header .controls {
	float: right;
}
header .desktop-account {
	padding: 0 14px 0 0;
	text-align: right;
}
header .desktop-account a {
	display: inline-block;
	padding: 0 4px;
}
header .greeting {
	font-weight: bold;
}
header .mobile-menu-button, header .desktop-account {
	display: inline-block;
	vertical-align: middle;
}
header .mobile-account {
	display: none;
}
header .mobile-account .greeting {
	display: inline-block;
	padding: 8px 20px;
}

.booking-flow-header {
	background: #252b5f;
	color: #fff;
	min-height: 0;
}



/**** home ****/
.home-banner, .home-banner .header-content {
	text-align: center !important;
}
.banner-button {
	display: inline-block;
	padding: 16px 30px;
	border-radius: 5px;
	background: #252b5f;
	font-size: 32px;
	color: #fff;
	line-height: 1.4;
}
.banner-button, .banner-button:hover {
	text-decoration: none;
	color: #fff;
}
.banner-button:hover {
	background: #454b7f;
}
.home-banner .cta-row {
	margin: 40px 0 120px;
}


/**** sub pages ****/
.sub-page-banner {
	padding: 150px 0 30px;
	background: #405063;
	text-align: center;
	color: #fff;
}
.sub-page-banner .heading {
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
}
.page-content {
	padding: 40px 0 50px;
}

.faqs-content .primary.heading {
	font-size: 32px;
}
.faq-table-wrap {
	overflow: auto;
}
.faq-table-wrap table {
	min-width: 500px;
}

.testimonials-list .testimonial {
	margin: 0 0 25px;
	padding: 0 22px 0 0;
	width: 33.3%;
}
.testimonials-list .testimonial-host {
	color: #f86302;
}





/*************
Responsive Styling
*************/

@media only screen and (max-width: 1000px) {
	header .mobile-account {
		display: block;
	}
	header .desktop-account {
		display: none;
	}

	header .logo {
		margin-left: -70px;
		width: 140px;
	}

	.layout-section, header .layout-section {
		padding: 22px;
		width: auto;
	}

	.sub-page-banner .heading {
		font-size: 44px;
	}

	.service-area-home .neighborhood-info {
		float: none;
		padding: 22px;
		width: auto;
	}
	.service-area-home .image-col {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	body {
		font-size: 14px;
	}
	.primary.heading {
		font-size: 32px;
	}
	.faqs-content .primary.heading {
		font-size: 24px;
	}
	.primary.heading .sub {
		font-size: 0.6em;
	}
	.secondary.heading {
		font-size: 26px;
	}

	.testimonials-list .testimonial {
		width: 50%;
	}

}

@media only screen and (max-width: 780px) {
	.about-us-home .heading .divider {
		max-width: 180px;
	}
	.about-cols > .col {
		float: none;
		margin: 0 0 24px;
		padding: 0;
		text-align: center;
		width: auto;
	}
	.about-cols .heading {
		margin: 0.4em 0;
	}
	.about-cols .check-list {
		text-align: center;
	}
	.check-list li:before {
		position: static;
		display: inline-block;
		margin: 0 8px 0 0;
	}
}

@media only screen and (max-width: 600px) {
	header .logo {
		margin-left: -60px;
		width: 120px;
	}

	footer .nav-col, footer .logo-col {
		float: none;
		margin: 0 0 20px;
		text-align: center;
		width: auto;
	}

	.home-banner .layout-section {
		padding-top: 100px;
	}
	.home-banner .heading {
		font-size: 44px;
	}
	.home-banner .tagline {
		font-size: 16px;
	}

	.testimonials-list .testimonial {
		float: none;
		margin: 0 0 32px;
		width: auto;
	}
	.testimonials-list .testimonial p {
		margin: 0 0 10px;
	}

	.full-on-sm {
		float: none !important;
		margin-bottom: 12px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

}

@media only screen and (max-width: 480px) {
	.cc-fields > .number.col,
	.cc-fields > .cvc.col {
		float: none;
		margin: 0;
		width: 100%;
	}
	.cc-fields > .number.col, .cc-fields > .cvc.col {
		margin: 0 0 12px;
		padding: 0;
	}
}

@media only screen and (max-width: 440px) {
	.full-on-xs {
		float: none !important;
		margin-bottom: 12px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
}















































/**** layout ****/
.row {
	display: block;
	margin: 14px 0;
}
.separate.row {
	padding: 10px 0 0;
	border-top: solid 1px #c7c7c7;
}
.dividerHeading {
	margin: 34px 0 6px;
	padding: 0 0 6px;
	border-bottom: solid 2px #000;
}
.bottom.row {
	margin-bottom: 0;
}

.noShow {
	display: none;
}
.invisible {
	position: absolute;
	visibility: hidden;
}












/******************  High res graphics for high res screens ***********************/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {


}