/* Loaded Typekit Fonts
Soleil - Regular (400), Book (500), Semibold (600)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url("../sa/css/theme.css");
/* BASE
------------------------------------------------------------ */

body {
    min-width: 960px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.428;
}
body.home {
	background: white;
}
/* TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, .pagetitle {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
}
h3 {
	font-size: 18px;
}

/* BUTTONS
------------------------------------------------------------ */

.button, .header-signup, .paging-more-button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	padding: 6px 12px;
    -webkit-appearance:none;
}
.button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button-share, .header-signup, .paging-more-button, .white {
	background: #fff;
	font-weight: 600;
}
.button-share {
	border: 0;
}
.button-share:focus, .button-share:hover, .header-signup:focus, .header-signup:hover, .paging-more-button:focus, .paging-more-button:hover, .white:focus, .white:hover {
	background: #fafafa;
}
.header-signup {
	padding: 6px 12px 5px;
}
.red, .blue {
	color: #fff!important;
	border: 0;
	text-shadow: none;
	background: #c00;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.red:focus, .red:hover {
	background: #BD000B;
	filter: none;
}
.red:active {
	color: #fff!important;
	background: #BD000B;
	filter: none;
}
.blue {
	background: #0c7bcb;
}
.blue:focus, .blue:hover {
	background: #0b6eb7;
	filter: none;
}
.blue:active {
	color: #fff!important;
	background: #0b6eb7;
	filter: none;
}
.action-button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	text-shadow: none;
	border: 0;
	background: #e2e2e2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.action-button:hover {
	border: 0;
	background: #dcdcdc;
}
p + .button {
	margin-top: 10px;
}

/* INPUTS
------------------------------------------------------------ */

.text-box, .textarea-holder {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* MISC FIXES
------------------------------------------------------------ */

.header-menu {
	min-width: 140px !important;
	width: auto !important;
}
.header-menu, .header-menu li:first-child, .header-menu li:first-child a {
	-moz-border-radius-topleft: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
#home-search .filter-option {
	background-image: url("/content/shared/images/nav-arrow.png");
}
#press span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	text-shadow: none;
	padding: 4px 0 2px;
	background-image: url("/content/shared/images/bubble.png");
	top: -34px;
}

@media only screen and (min-width: 960px) {
#home-hotlist li:last-child {
	padding-right: 0;
}
}
.button:active, .header-signup:active {
	position: relative !important;
	top: 0 !important;
}
.signin-button:active {
	position: absolute !important;
	top: auto !important;
}
#qa-search .button:active {
	position: absolute !important;
	top: 4px !important;
}
/* HEADER
------------------------------------------------------------ */

#header {
	background: #282828;
	border: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
body.home #header {
	position: absolute;
	left: 0;
	right: 0;
	background: #222;
	background: rgba(0,0,0,.65);
}
#header-search .input-holder {
	padding: 0 0 0 24px;
	background-position: 7px 9px;
}
#header-search .text-box, #header-search .placeholder-label {
	line-height: 19px;
}
body.home #header-nav {
	display: none;
}
.header-menu-button, a.signin-link, #header-nav a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
}
#header-nav a {
	color: #fff;
	padding: 5px 11px;
}
#header-nav li:first-child, #header-nav li:first-child a {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#nav-qa, #nav-qa a {
	border-right-color: rgba(0,0,0,0.2);
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header-user-signin {
	padding: 9px 0 0;
}
.header-user-details {
	margin: 4px 0 0;
}
.header-menu-button, a.signin-link {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.header-menu-button img {
	width: 31px;
	height: 31px;
}
/* SUBHEADER
------------------------------------------------------------ */

#breadcrumb {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#breadcrumb a {
	font-weight: 600;
	color: #333;
	background-position: 100% -21px;
}
/* HOME FEATURE
------------------------------------------------------------ */
#home-feature {
    background: #5c5a72 url("https://s3.amazonaws.com/streetadvisor.assets/banner-nyc2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.https://s3.amazonaws.com/streetadvisor.assets/banner-nyc2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://s3.amazonaws.com/streetadvisor.assets/banner-nyc2.jpg', sizingMethod='scale')";
    margin: 0;
    padding: 49px 0 0;
    position: relative;       
}
#home-feature h1, #home-feature h2 {
	text-shadow: none;
}
#home-feature h1 {
	font-size: 34px;
	font-weight: 500;
	padding-top: 150px;
	padding-bottom: 5px;
}
#home-feature h2 {
	font-size: 19px;
	line-height: 36px;
	font-weight: 400;
}
/* HOME FEATURE (HOME SEARCH)
------------------------------------------------------------ */

#home-search {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #000;
	background: rgba(0,0,0,.65);
	filter: none;
	width: 800px;
	max-width: 800px;
	height: 70px;
	margin: 0 auto 110px;
}
#home-search-form {
	padding: 0;
}
#home-search .search-label {
	position: absolute;
	top: -25px;
}
#home-search .search-label h3 {
	text-shadow: none;
	color: #fff;
	display: none;
}
#home-search .text-box {
    height: 50px;
    padding: 0 20px;
    font-size: 20px;
}
#home-search .search-box {
	border: 0;
	background: transparent;
	top: 10px;
	left: 10px;
	right: 160px;
}
#home-search .search-clear {
    top: 18px;
    right: 15px;
}
#home-search .search-box.ui-autocomplete-open {
	border-color: #abadb3;
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}
.search-box, .search-box .input-holder, .search-box .text-box {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.input-holder, .search-box .text-box {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#home-search .ui-autocomplete-open .input-holder {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#home-search .search-filter {
	display: none;
}
#home-search .search-options {
	float: none;
	margin-top: 0;
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#home-search-button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 50px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	box-sizing: border-box;
}
.search-box .ui-autocomplete-results, .search-box .ui-autocomplete-footer {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
/* HOME FEATURE (HOME HOTLIST)
------------------------------------------------------------ */

#home-hotlist {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000', GradientType=0 );
	margin: 0;
	line-height: 60px;
}
#home-hotlist li {
	border-color: transparent;
}
#home-hotlist a {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
	opacity: 1;
	text-shadow: none;
}

/* LAYOUT
------------------------------------------------------------ */

@media only screen and (min-width: 960px) {
body.home #content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
}
#primary-content {
	display: none;
}

@media only screen and (min-width: 960px) {
body.home #primary {
	width: 100%;
	background: #f1f1f1 url("/content/shared/images/bg_main.jpg");
	overflow: hidden;
	/*box-shadow: 0 1px 4px rgba(17,17,17,.2);*/
	border-bottom: 1px solid #333;
}
}
body.home #primary {
	margin: 0 auto;
	padding: 30px 0 0;
}
#secondary-content {
	display: none;
}

@media only screen and (min-width: 960px) {
body.home #secondary {
	width: 940px;
	margin: 40px auto;
}
}
body.home #primary, body.home #secondary, body.home #sidebar {
	float: none;
}
#hot-review {
	display: none;
}
#featured-place {
	display: none;
}
.recently-answered-questions.qa-list.box {
	width: 300px;
	float: left;
}
.footer li {
	margin: 0 15px 0 0;
}
#people-saying, #movers-shakers, .recently-answered-questions {
	display: none;
}
/* MODULES
------------------------------------------------------------ */

.home-box {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#primary .home-box .box-h {
	margin: 0 0 10px;
}
#primary .home-box .box-h h3 {
	font-size: 22px;
}
#primary .box-h h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.home-box .box-h {
	padding: 0;
}
.box-h {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.review-recommendation {
	display: none;
}
.review-location {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
.review-recommendation strong {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
.review-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
}

/* GRID MODULE
------------------------------------------------------------ */

.grid-module-wrap:first-child {
	background-image: url("https://s3.amazonaws.com/streetadvisor.assets/section-separator.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 55px;
}
.grid-module {
	width: 960px;
	margin: 0 auto 20px;
}
.grid-module .box {
	margin: 0;
}
.grid-module .box-c {
	padding: 10px 0 0;
}
.grid-module .block-wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.grid-module .block {
	/*-webkit-box-shadow: 0 2px 5px rgba(10,10,10,0.1);
	-moz-box-shadow: 0 2px 5px rgba(10,10,10,0.1);
	box-shadow: 0 2px 5px rgba(10,10,10,0.1);*/
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 160px;
}
.grid-module h3 {
	float: none;
	text-align: center;
	position: relative;
}
.grid-module h3 a.view-more {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	position: absolute;
	top: 9px;
	margin-left: 12px;
	line-height: 20px;
	padding: 0 8px;
}
.grid-module h3 a.view-more i {
	padding-left: 2px;
}
.grid-module .featured-location {
	background: #000;
	background: rgba(0,0,0,.65);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 2px;
}
.grid-module h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	z-index: 1;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.grid-module .featured-rating {
	color: #fff;
	background: #c00;
	/*background: rgba(204, 0, 0, 0.95);*/
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
}
.grid-module img {
	display: block;
	height: 160px;
	width: auto;
	min-width: 220px;
}
.grid-module .block:hover img {
	opacity: .9;
}
.grid-module .featured-rank {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #333;
	background: #fff;
	opacity: 1;
	text-transform: none;
	z-index: 1;
	padding: 7px 10px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: relative;
	text-align: center;
}
.grid-module .featured-rank sup {
	vertical-align: super;
	font-size: .75em;
}
.grid-module .featured-rank strong {
	font-weight: 700;
}
.grid-module .featured-rank .arrow {
	position: absolute;
	top: 0;
	left: 50%;
	background: #333;
}
.grid-module .featured-rank .arrow:after {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #333;
	border-width: 5px;
	margin-left: -5px;
}
.call-to-action {
	padding: 0 0 50px;
	text-align: center;
}
.call-to-action p {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 20px;
}
.call-to-action a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	padding: 0 15px;
	margin: 20px 0 0;
}
.call-to-action a i {
	font-size: 18px;
	margin-right: 2px;
}
/* NEW SECONDARY MODULES
------------------------------------------------------------ */

#secondary-content {
	width: 940px;
	margin: 0 auto;
}
#secondary-content .box {
	width: 300px;
	margin-left: 20px;
	float: left;
}
#secondary-content .box:first-child {
	margin: 0;
}
/* PRESS
------------------------------------------------------------ */
#press {
	display: none;
	border-top: 1px solid #333;
}
/* FOOTER
------------------------------------------------------------ */

.footer ul {
	float: none;
	margin: 0;
}
.footer li {
	margin: 0 0 0 15px;
}
.footer li:first-child {
	margin: 0;
}
.footer p {
	float: none;
	margin: 10px 0 0;
	display: block;
	position: relative;
}
.footer p .i {
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 18px;
}
.footer p .i.fb {
	left: 34px;
}
.footer p ul {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}
/* POPUP
------------------------------------------------------------ */

/* Outer */
.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 1500;
}
/* Inner */
.popup-inner {
	max-width: 700px;
	width: 90%;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 6px rgba(0,0,0,.8);
	border-radius: 3px;
	background: #fff;
}
/* Close Button */
.popup-close {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 26px;
	display: inline-block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: #c00;
	font-size: 20px;
	text-align: center;
}
a.popup-close {
	color: #fff;
}
.popup-close:hover {
	background: #BD000B;
	text-decoration: none;
}

/* LOCATION
------------------------------------------------------------ */

.location-scorecard {
	background: #c00;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.location-overall-rating {
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.location-overall-rating .value {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	padding: 13px 0 0;
}
.location-overall-rating .range {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	line-height: 18px;
	font-size: 9px;
}
.location-rank {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	font-size: 16px;
}
.location-rank .place {
	font-weight: 600;
}
#location-recommendation strong {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
}
#location-recommendation .col {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#location-recommendation .col ul {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.place-summary h2 {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.place-rating {
	margin: 6px 0 0 5px;
}
#secondary .place-rating {
	margin-top: 3px;
}
.location-list .place-title h2 {
	font-size: 16px;
}
.location-list .place-title h2, .location-list .review-summary {
	margin-left: 22px;
}
.location-list .place-rank {
	top: 5px;
	left: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: right;
}
.location-list .review-summary {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.box-h .viewall {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
#review-list > h3, #customer-review-list > h3, #peer-review-list > h3 {
	font-size: 24px;
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
}
#review-list .hreview, #customer-review-list .ureview, #peer-review-list .ureview {
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
a.user img, span.user img, .fb-userdetails .fbprofilepic {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.photo-card, .galleria-stage {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.review-header {
	line-height: 34px;
}
.review-header .rating-star {
	margin-top: 2px;
}
.review-user .userphoto img {
	margin: 0;
}
#review-calltoarms {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#review-calltoarms b {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
#review-calltoarms em {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-style: italic;
}
.box-h .help-icon {
	margin: 3px 0 0 5px;
}
#writeareview h2 {
	background: #c00;
	text-shadow: none;
}
#writeareview .reviewitem {
	height: auto;
}
form #follow-location {
	margin: 0;
}
#writeareview input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#writeareview input.button {
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#writeareview .button-large {
	margin: 10px 0;
	font-size: 16px;
	padding: 10px 0;
}
.map {
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* NEW LOCATION SIDEBAR CONTENT
------------------------------------------------------------ */
.moving-to .action-item {
    float: none;
    margin-top: 10px;
}
.moving-to .action-item .button {
    width: 100%;
    padding: 6px 0;
}


/* QA
------------------------------------------------------------ */

#qa-search h2 {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
}
#qa-search h2 em {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #c00;
}
#qa-search .search-box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #ddd;
	border: 0;
}
#qa-search .button {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: #c00;
	color: #fff!important;
	font-weight: 400;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#qa-search .button:hover {
	background: #BD000B;
}
#qa-search .input-holder {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#qa-search .search-box {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	left: 65px;
}
#qa-search .search-box.focus {
	background: #ddd;
}
#qa-search .text-box {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
#qa-search .input-holder {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#qa-search .userphoto img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#qa-search .arrow {
	display: none;
}
#qa-search .search-box:after, #qa-search .search-box:before {
	right: auto;
	top: 50%;
	left: -12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#qa-search .search-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
#qa-search .search-box:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #ddd;
	border-width: 14px;
	margin-top: -14px;
	left: -24px;
}
.qa-list .qa-item:hover, .vocal-cities .qa-item:hover {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.qa-list .summary a {
	font-family: 'Open Sans', sans-serif;
	color: #111;
}
.square {
	color: #fff;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	border: 0;
	background: #c00;
	filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.square .value {
	font-size: 18px;
	padding-top: .2em;
	line-height: 1em;
	font-weight: 400;
}
.qa-list .replies {
	min-width: 65px;
	min-height: 40px;
}
.question-info .user, .reply-info .user, .hreview .reviewer, .ureview .reviewer, .comment-content .user {
	font-weight: 600;
}
.question-vote, .reply-vote {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.question-vote .value, .question-vote .label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	text-shadow: none;
}
#replies h3, #reply-form h3 {
	font-weight: 400;
}
.comment-list {
	border: 1px solid #E2E2E2;
	border-bottom: 0;
}
#ask .editor-label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #333;
}
.ask-current-location {
	padding: 8px 0 0;
}
.vocal-cities a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
/* SEARCH
------------------------------------------------------------ */

.tab-nav li a, .tab-nav li > span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.tab-nav li .active {
	font-weight: 600;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#search-results .place-summary {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#search-filter {
	background: rgba(255,255,255,0.75);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.filter-header {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
}
#rating-range-label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
.filter-box h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
}
.section-title {
	padding: 5px 0 5px 0;
}
.section-title h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
}
/* SIGN UP
------------------------------------------------------------ */
.signin-signup {
	margin-top: 64px;
}
/* SITEMAP
------------------------------------------------------------ */
#sitemap h2 {
	font-weight: 500;
}
#sitemap h3 {
	font-weight: 400;
	margin: 0 0 10px;
}
/* USER
------------------------------------------------------------ */

.profile-pic {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.profile-actions .icon {
	font-size: 16px;
	vertical-align: middle;
}
.profile-stats li {
    width: 20%;
}
.stat {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
    padding: 10px 0 10px 0;
}
#profile-details h4 {
	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* HIPMUNK
------------------------------------------------------------ */
.hipmunk-box {
    display: none;
}
.hipmunk-box .button-large {
    display: block;
    float: left;
}

.hipmunk-box h3 {
    padding-right: 10px;
}

/* TOAST
------------------------------------------------------------ */
#Toaster {
    display: none;
}

.Toaster {
    z-index: 1500;
}
.Toast-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* NEW TOAST
------------------------------------------------------------ */
.new-Toaster {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
}

.new-Toast {
    position: relative;
    margin: 0 auto;
    padding: 15px 30px;
    max-width: 350px;
    text-align: center;
    font-family: adelle-1,adelle-2,Arial,Helvetica,sans-serif;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 481px) {
.new-Toast {
    border-radius: 4px 4px 0 0;
}
}
.new-Toast.hide {
    display: none;
}
.Toast-close .icon-remove:before {
    cursor: pointer;
}
.new-Toast .button-large {
    line-height: 36px;
    padding: 0 30px;
    border-radius: 4px;
    margin: 0 auto;
    display: inline-block;
}

.Toast .button-large, .new-Toast .button-large, .hipmunk-box .button-large {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-appearance:none;
}

/* AD
------------------------------------------------------------ */

.ad {
    display: none;
}
.ad.center {
    text-align: center;
}
#sidebar .ad, #secondary .ad {
    margin-top: 30px;
}
@media only screen and (min-width: 1000px) {
   .ad.show-1000 {
       display: block;
   }
}
@media only screen and (min-width: 1200px) {
   .ad.show-1200 {
       display: block;
   }
}

/* ZILLOW WIDGET
------------------------------------------------------------ */

.zillow-search-widget {
	display: none;
	margin-bottom: 18px;
	background: #F4F4F4;
	border: 1px solid #ccc;
}
.outer-wrap.map input {
	border: 0;
}
