* { margin:0px;	padding:0px; }

html, body { 
	background: #fff;
	text-align: center; 
	font: 16px Verdana, Arial, sans-serif;
}

a { color: #000; }
td { vertical-align:top; padding-right: 20px; }
h1 { font-size: 1.3em; margin: 0 0 10px; }
#body > h1 { margin: 0 5px 10px 5px; }
h2 { font-size: 1em; margin: 5px 0 0 0; }
h3 { font-size: 1em; margin: 5px 0 0 0; }
img { border:0px; }
p { margin-bottom: 10px; }
table { clear:both; }

hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
}

.server-status { color:red; font-weight:bold; font-size: 1.2em; text-align:center; text-transform:uppercase; }
.as { display:none !important; }
p.under { text-align:center; }

.clear { clear:both; }
.red { color: #990000; }
.bold { font-weight:bold; }

.text, textarea, .select { border: 1px solid #ccc; padding: 4px; width: 200px; font-size: 1em; font-family: Verdana, Arial, sans-serif; }
.submit, .button-red { padding: 4px; border: 1px solid #000; background: #BE0E26; color: #fff; font-weight: bold; cursor:pointer; }

.row { float:left; display:block; width:100%; clear:both; }
.col { float:left; display:inline; }
.flexbox { 
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
}
.flexbox-top {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: flex-start; align-items: flex-start; /** vertical align top **/
}

/*.coupon { border:2px dotted #d50031; margin: 10px 0; padding: 0 5px 10px 5px }*/

.inner { text-align:left; }

/** captcha **/
.captcha { box-sizing:border-box; margin:0 0 10px; border-radius:5px; background:#f2f2f2; border:1px solid #ccc; padding:10px; width:100%; color:#000 !important }
.captcha p { font-size:12px;  }
.captcha input { width:100px !important; margin-left:10px; padding:8px !important; font-size:13px !important; }


@media screen and (max-device-width: 480px) {
	.map img
	/*.page_content_item iframe */
	/*.page_content_item img*/
	{ width:100% !important; }

}


.mobile-nav {
	position:relative; width: 100%; background: #666; color: #fff; /*height: 31px;*/ text-align:center;  /*padding-top: 5px;*/
	padding:3px 0; min-height:34px;
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
	-webkit-justify-content: center; justify-content:center; 
}
.mobile-nav a { color: #fff; font-weight:bold; text-decoration:none;  }
.mobile-nav a:hover { text-decoration:underline; }
.mobile-nav-inner { 
	font-size: .9em; position:relative; width: 97%; /*margin: 0px auto 0px auto;*/ display:block; clear:both; 
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
	-webkit-justify-content: space-between; justify-content:space-between; 
}
.mobile-nav .search {}
.mobile-nav .search .submit { padding:5px; border-radius:5px; }
.mobile-nav-links {  
	text-align:left;
	-webkit-justify-content: flex-start; justify-content:flex-start; 
}
.mobile-nav-social {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
	-webkit-justify-content: flex-end; justify-content:flex-end; 
	/*margin:-2px 0 0 0*/ 
}
.mobile-nav-social div:first-child { font-weight:bold; font-size: 14px; }
.mobile-nav-social a:hover { text-decoration:none; }
.mobile-nav-social img { margin-left:3px; margin-right:3px; cursor:pointer; }
.wrapper-nav-3 { 
	display:none; 
	width:100%;  
	background: #333;
	position:absolute; top:36px; left:0px;
	z-index:10000;
	
}
img.nav-3 { margin-bottom: -2px; margin-left:20px; }

#submenu-container-lang { 
	display:none; top:34px; padding:0 3%; margin:0 -3%;
	width: 106%; box-sizing: border-box;
    background: #333;
    position: absolute;
    left: 0px;
    z-index: 10000;
	list-style-type: none;
	font-size:1.4em;
}
#submenu-container-lang li {
	width:100%;
    position: relative;
    text-align: left;
    background: #3b3b3b;
    border-bottom: 1px solid #555;
    text-transform: uppercase;
    padding: 7px 0;
    cursor: pointer;
    font-weight: bold;
}
#submenu-container-lang li::after {
    content: '\203A \00a0';
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 1.3em;
}
.lang-select {
	cursor:pointer; margin:0 10px 0 10px;
}
.lang-select .lang.selected {
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	margin-top:5px;
}
.lang-select .lang.selected .icon { margin-left:10px; margin-top:-3px }
.lang-select .lang.selected .icon svg {
	width: 22px;
    height: 22px;
    content: ' ';
    background-position: center center;
	background-repeat:none;
    background-size: 100%;
	fill:#fff;
    line-height: 1;
}


/*
.wrapper-nav-3 .row { border-bottom:1px solid #555; text-transform:uppercase; text-align:right; }
.wrapper-nav-3 .row a { text-decoration:none; font-size: 1.4em; }
.wrapper-nav-3 .row .padding { margin:9px; }
.wrapper-nav-3 .sub { background: #000; }
.wrapper-nav-3 .sub .padding {  }
.wrapper-nav-3 .sub a:after {
    content:'\00a0 \2039';
	display: inline-block;
	font-size:1.3em;
}
.wrapper-nav-3 img { margin-left: 4px; }
*/

.ui-dialog { z-index: 100000000; }

#wrapper { margin:5px; text-align:left; position:relative; }

#header { /*background: #fff url(../img/header.jpg) no-repeat; height: 130px;*/ width:100%; }
#header h1 { color: #FF042F; font-size: 1em; padding:5px; display:none; margin:0px; }
/*#header-img { width: 100%; position: absolute; top: 0; left: 0; z-index: 0; display:none; }*/

#body { float:left; display:block; clear:both; width:100%; font-size: 1.0em; }
#body li { margin: 10px 0; }

/** page header **/
.phead { 
	float:left; display:block; clear:both; width:100%; /*height: 50px;*/
	/*background: #ccc;*/ cursor:pointer;
	/*border-bottom: 1px solid #000;*/ margin-bottom: 10px; 
}
.phead h1, .phead h2 { margin:0px; }
.phead h1 { margin-top: 5px; }
/*.phead h1 a, .phead h2 a { text-decoration:none; }*/
.phead p { margin: 8px 5px 5px; font-weight:bold; }
.phead .logo, .phead .heading { display:block; float:left; clear:both; width:100%; }
.phead .heading .msite_nav { margin: 5px auto; text-align:center; }
.phead .heading .msite_nav .select { width: 280px; }
/*
.phead .logo, .phead .heading { display:inline; float:left; }
.phead .logo { width: 50px; text-align:center; }
.phead .logo img { margin: 5px 0 0 0; }
*/

.header-img { max-width:100%; }

.heading a { color: #DA2128; font-weight:bold; }
.heading .address, .heading .phone { text-align:center; }
.heading .address a, .heading .phone a { color: #000; text-decoration:none; }
.heading .address { margin: 10px 0; }

/** nav **/
.nav { 
	float:left; display:block; clear:both; width: 100%; 
	font-size: .8em; margin: 0 0 15px; 
}

/** city list **/
.clist { /*margin-top: 20px; font-size: 1.2em;*/ }
.clist p { margin-bottom: 20px; }
.slist .text { padding: 8px; font-size: 1.1em; }
.slist .submit { padding: 8px; font-size: 1em;  }

/** business list **/
.blist { margin: 0; padding:0 0 5px 0; border-bottom: 1px solid #ccc; }
.blist h2 { font-size: 1em; margin:8px 0; }
.blist p { margin-bottom:3px; }
.blist .flexbox-top {
	-webkit-justify-content: space-between; justify-content:space-between;
}

/** business info **/
.binfo { margin: 0px; text-align:center; }
.binfo h1 { text-transform:uppercase; margin:0px; }
.binfo p { margin:0px; font-size: 1.2em; }
.binfo .icons { margin: 10px auto; }
.binfo .info { float:left; display:block; text-align: left; margin: 20px 0; line-height: 130%; }
.binfo .map { margin: 5px 0 0 0; }

.binfo-small { margin: 0px; text-align:center; }
.binfo-small h1 { text-transform:uppercase; margin:0px; font-size: .9em; }
.binfo-small p { margin:0px; font-size: .8em; }
.binfo-small .icons { margin: 10px auto; }
.binfo-small .info { float:left; display:block; text-align: left; margin: 20px 0; line-height: 130%; }
.binfo-small .map { margin: 5px 0 0 0; }

/** feed **/
.feed { margin: 0 0 20px; display:block; clear:both; }

/** categories **/
.category {
	background-image: url(../img/menu-selectors-repeater.png);
	background-repeat: repeat-x;

}

.category-header {
	padding-top: 0.65em;
	padding-left: 1em;
	
	background-image: url(../img/menu-selectors.jpg);
	background-position: right -1px;
	background-repeat: no-repeat;
	
	height:30px;
}

.category-header a {
	color:#663700;
	text-decoration: none;
	font-size: 10pt;
}

.subcategory {
	background-color: #FFFFFF;
	padding-top: 0.65em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.65em;
	border-bottom:solid #e2d8ce thin;
	cursor:pointer;
}

.subcategory-title {
	font-weight: 700;
	font-size:10pt;
}

/** index page nav **/
.wrapper-nav2 { margin:15px 0 5px 0; }
.wrapper-nav-page { width:100%; font-size: 1.4em; }
.wrapper-nav-page * { box-sizing: border-box; }
.wrapper-nav-page .row { position:relative; color:#fff; text-align:left; background: #3b3b3b; border-bottom:1px solid #555; text-transform:uppercase; padding:7px 0; cursor:pointer; font-weight:bold; }
.wrapper-nav-page .row a { text-decoration:none; /*font-size: 1.2em;*/ color:#fff; font-weight:bold; }
.wrapper-nav-page .row .padding { margin:9px; }
.wrapper-nav-page .subs { display:none; }
.wrapper-nav-page .sub { background: #808080; border-bottom:1px solid #404040;  }
.wrapper-nav-page .submenu-list { display:none; }
.wrapper-nav-page .submenu-item { background: #808080; border-bottom:1px solid #404040;  }
.wrapper-nav-page .submenu2-list .submenu-item { padding-left:15px; box-sizing: border-box; font-size:.9em;  }

.wrapper-nav-page .listings { display:none; }
.wrapper-nav-page .listing { background: #b3b3b3; border-bottom:1px solid #808080;  }
.wrapper-nav-page .map-toggle { background: #ffffb3; color:#666; /*font-size: 1.2em;*/ font-weight:bold; }
.wrapper-nav-page .map-toggle label { cursor:pointer; }
.wrapper-nav-page .map-toggle label.off { display:none; }
.wrapper-nav-page .map { display:none; margin:0px; background:#fff url('/assets/img/elements/loading5.gif') no-repeat center center; height:250px; }
.wrapper-nav-page .map a { color:#000; text-decoration:underline !important; }
.google-info-window { 
	color:#000;
	position:relative; /*position:absolute; top:0px; left:0px; z-index: 10002; width:40px; height:40px;*/ 
	line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
.google-info-window p { line-height:130% !important; }
.google-info-window p:nth-child(1) { margin-bottom:5px !important; }
img[src="http://maps.gstatic.com/mapfiles/transparent.png"] { display: none !important; }
img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"]{ display: none !important; }
.gm-style-iw div { overflow:hidden !important; }
.google-info-window img { display:block; position:absolute; top:0px; right:-15px; }

.wrapper-nav-page div.on:not(.map-toggle) { background-color: #000; }

.wrapper-nav-page .row:not(.category):not(.social):not(.map):not(.on) a:after {
	content:'\203A \00a0';
	display: inline-block;
	position: absolute;
	top:12px; right:10px;
	font-size:1.3em;
}
.wrapper-nav-page .row.submenu:after {
	content:'\203A \00a0';
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}
.wrapper-nav-page .category a:after {
	content:'\203A \00a0';
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}
.wrapper-nav-page .sub a:after {
	/*
    content:'\00a0 \2039';
	display: inline-block;
	font-size:1.3em;
	*/
	content:'\203A \00a0';
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}
.wrapper-nav-page .on:not(.map-toggle) a:after {
	content:'\00D7 \00a0';
	display: inline-block;
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}
.wrapper-nav-page .on.submenu:after {
	content:'\00D7 \00a0';
	display: inline-block;
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}
.wrapper-nav2 .wrapper-nav-page .submenu-list .row a:after {
	content:'\203A \00a0';
	display: inline-block;
	position: absolute;
	top:12px; right:10px;
	font-size:1.3em;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.wrapper-nav-page img, .wrapper-nav-page .social span { margin-left: 4px; }


/** general content **/
.page_content_row { 
	width:100%; max-width:100% !important; float:left; display:block; clear:both; margin: 0;
}
.ec .page_content_row {
	width:100%; max-width:100% !important; float:none; display:block; clear:both; margin: 0;
	box-sizing: border-box; padding: 10px;
}
.ec .page_content_item { float:none; display:block; clear:both; width:100%; max-width:100%; }
.ec .page_content_item img { float:none !important; display:block; clear:both; }

.page_content_row .blog-item .contact img { width:auto !important; }
.page_content_row .blog-item img[src='/assets/img/elements/daisyshare.png'] { display:none; }
.page-content-row-wrap {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
    position: relative;
    /*padding: 15px 0;*/
}

.ec .page_content_item.colspan { width:100% !important; padding:5px !important; }

.ec .page_content_item_box { text-align:center; }
.ec .page_content_item_box a { text-decoration:none; }

.embedded-blog { }
.embedded-blog img { /*margin: 10px auto !important;*/ }

.page_content_row.faq { position:relative; border-bottom: 1px solid #ccc;  }
.page_content_row.faq h2 { padding-right:25px; box-sizing: border-box; }
.page_content_row.faq .content-text { display:none; }
.page_content_row.faq .accordian-open, 
.page_content_row.faq .accordian-close,
.page_content_item.faq.colspan .accordian-close
{ width:24px;height:24px;position:absolute;top:15px;right:5px; }
.page_content_item.faq.colspan .accordian-open { opacity: 0 !important; }
.page_content_row.faq a.accordian, .page_content_item.faq a.accordian {
  text-decoration: none;
}
.page_content_row.faq .page_content_item .accordian-content, .page_content_item.faq.colspan .accordian-content {
  margin-top: 20px;
}
.page_content_item .hide {
  display: none;
  position: relative;
}

.page_content_item .caption {
	font-family:verdana, arial, helvetica, sans-serif !important;
	margin: 0 0 4px 0;
	width:100%;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	line-height:100%;
}
.page_content_item .caption a { display:inline-block; text-transform:none; font-weight:normal;  }


/** gallery **/
.gallery {  }
.gallery h2 { margin: 10px 0 5px; font-size: .9em; text-align:center; }
.gallery_select { margin: 5px 0; }
.gallery_select select { padding: 3px; border:1px solid #ccc; }
.gallery_image { margin: 5px auto; text-align:center; }
.gallery_video { margin: 5px auto; text-align:center; width:auto; }
.gallery_image img { margin: 0 auto; }
.gallery_nav { float:left; display:block; clear:both; margin: 5px 0 5px 0; width:100%; }
.gallery_nav div { display:inline; float:left; }
.gallery_nav div span { visibility:hidden; }
.gallery_nav div span.current { visibility:visible; }
.gallery_nav div a { text-decoration:none; }
.gallery_nav .count { font-size: .9em; margin-top: 10px; }
.gallery_nav .prev { cursor:pointer; float:right; background: url(../img/nextprev.png) no-repeat 0px; width: 32px; height: 32px; overflow:hidden; }
.gallery_nav .next { cursor:pointer; float:right; background: url(../img/nextprev.png) no-repeat -32px; width: 32px; height: 32px; overflow:hidden; }
.gallery_nav .play { background: url(../img/controls.png) no-repeat; width: 45px; height: 40px; overflow:hidden; }
.gallery_nav .pause { background: url(../img/controls.png) no-repeat -45px; width: 45px; height: 40px; overflow:hidden; }

/** car **/
#car_list { position:relative; width: 100%;  }
#car_list table { margin: 0 0 10px; }
#car_list td { font-size: 13px; }
#car_list p { margin: 0 0 10px; }
#car_list div.blist { width:100%; margin: 10px 0; border-bottom: 1px solid #ccc; clear:both; float:left;}
#car_list .price { font-weight: bold;  }
#car_list .sm { font-size: 14px; padding:0px;  }
#car_list .desc {   }
#car_list img { margin:5px 0; }

.car { text-align:center; }
.car h2 { text-align:center; margin-bottom:5px; }
.car p { font-size: .9em; }
.car td { font-size: .9em; text-align:left; }
.car table { margin: 0 auto !important; }
.car .label { text-align:right; padding-right:3px; }
.car-contact { font-size: .9em;  text-align:left; border-top: 1px solid #ccc; padding-top: 5px; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; }
.car-contact h3 { font-size:1.1em; margin:10px 0; }
.car-contact p { margin: 0 0 3px; }
.car-desc { font-size: .9em; text-align:left; border-top: 1px solid #ccc; padding-top: 5px; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; line-height:130%;  }
.car-desc h3 { margin:10px 0; font-size:1.1em;}
.car-map { text-align:left; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; }
.car .gallery_image { margin-top: 10px; }
.car ul { list-style-type: square; margin-left: 15px; }




/** property **/
#property_list { position:relative; width: 100%;  }
#property_list p { margin: 0 0 10px; }
#property_list div.blist { width:100%; margin: 10px 0; border-bottom: 1px solid #ccc; }
#property_list .price { font-weight: bold;  }
#property_list .sm { font-size: 14px; padding:0px;  }
#property_list .desc {   }
#property_list img { margin:5px 0; }
#property_list .logo { 
	position:absolute; width:35px; height:30px; right: 120px; bottom: 13px; 
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;
}
#property_list .logo img { max-width:100%; max-height:30px; margin:0px;  }
#property_list .logo2 { right: 155px; }

/* #property_list .idx { background: url(/assets/img/property/idx.gif) no-repeat; width:25px; height:20px; right: 120px; bottom: 18px; } */

/** custom mls **/
#property_list.mls { box-sizing: border-box; padding:5px; }
#property_list.mls .ms {
    background: url(/img/cwb.png) no-repeat; background-size: 75px 24px; 
    width:75px; height:33px; right: 115px; bottom: 10px;
} 
#property_list.mls div.blist { -webkit-justify-content: space-between; justify-content:space-between; }

#frmPropertySearch { margin: 0 0 10px; }
#frmPropertySearch .row { margin: 0 0 3px; }
#frmPropertySearch select, #frmPropertySearch input[type=text], #frmPropertySearch .button { 
	width:100%; border:1px solid #ccc; 
	padding: 6px; border-radius: 5px; box-sizing: border-box; font-size:1.2em;
	font-family: Verdana, Verdana, Geneva, sans-serif !important;
}
#frmPropertySearch input[type=text] { width: 49%;  }
#frmPropertySearch input[type=text]:nth-child(1) { margin-right:2%; }
#frmPropertySearch select[name=property_bed], #frmPropertySearch select[name=property_bath] { width:49%; }
#frmPropertySearch select[name=property_bed] { margin-right:2%; }
#frmPropertySearch .button {
	color: #FFF !important;
	background-color: #666 !important;
	text-transform: uppercase;
	border:1px solid #333;
	cursor: pointer;
	margin: 3px 0;
}


.property_list_paging { width:100%; padding: 10px 0; box-sizing: border-box;  }
.property_list_paging_bottom { margin:0px 0 40px 0; padding-top:0px; }
.property_list_paging .paging { width:20%; text-align:right; }
.property_list_paging .count { width:80%;  }
#middle .property_list_paging .count a { color:#666; }
.property_list_paging .paging .page-number { display:inline; margin: 0 7px 0 0; color:#666; cursor:pointer; }
#middle .property_list_paging .paging .page-number a { color:#666; }
.property_list_paging .paging .current { 
	padding:1px 2px; 
	background: -webkit-linear-gradient(top, #fff 0%, #ddeeff 100%); 
	background: -moz-linear-gradient(top, #fff 0%, #ddeeff 100%);
	background: linear-gradient(top, #fff 0%, #ddeeff 100%);
	border: 1px solid #6ea1d4; color: #333; 
	cursor:default;
}
.property_list_paging .paging .ellipses { margin: 0 5px 0 0; cursor:default; }
.property_list_paging .paging .next { margin: 0 0 0 5px; }
.property_list_paging .paging .prev { margin: 0 5px 0 0; }



.property { font-size:1.1em; text-align:center; }
.property h2 { text-align:center; margin-bottom:5px; }
.property p, .property .col {  }
.property td {  text-align:left; }
.property table { /*margin: 0 auto !important;*/ }
.property .label { text-align:left; padding-right:3px; font-weight:bold; }
.property-contact { font-size: .9em;  text-align:left; border-top: 1px solid #ccc; padding-top: 5px; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; }
.property-contact h3 { font-size:1.1em; margin:10px 0; }
.property-contact p { margin: 0 0 3px; }
.property-contact .button { width: 85px; margin: 2px 0; }
.property-desc { 
	text-align:left; border-top: 1px solid #ccc; padding-top: 15px; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; line-height:130%;  
}
.property-desc h3 { margin:10px 0; font-size:1.1em;}
.property-map { text-align:left; float:left; display:block; clear:both; width:100%; margin: 15px 0 0 0; }
.property .gallery_image { margin:0px; /*border:1px solid #ccc;*/ }
.property .gallery_image img { margin-left:-2px !important; }

.property .section1 { margin:0 0 5px; font-weight:bold; }
.property .section1 h2 { font-size:1.1em; }
.property .section1 .button { margin:0 0 5px; width: 150px; font-size:1.0em; }
.property .section1 .col { }
.property .section1 .col:nth-child(2) { width:85px; float:right; }
.property .section1 .buttons { text-align:center; margin: 5px 0 0; }

.property .section3 { margin: 10px 0;  }
.property .section3 td {  }
.property .section3 .label { padding-right:20px; }

.property .section4 { font-size: .8em; border-top:1px solid #ccc;padding-top:20px;margin-top:20px; }
.property .section5 { font-size: .7em;margin:15px 0 }

.property-desc-ellipsis, .property-desc-cont, .property-desc-more, .property-desc-less { display:none; }
.property-desc-more, .property-desc-less { cursor:pointer; text-decoration:underline; font-weight:bold; }

.property .button {
	color: #666; padding:6px 4px 4px; font-size:1em; font-weight:bold; 
	border-radius: 4px;
	background-color: #f0f0f0;
	background: -webkit-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	background: -moz-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	background: linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	border: 1px solid #d9d9d9;
	border-bottom-color: #d0d0d0;
	box-shadow: inset 0 1px #fbfbfb;
	text-decoration:none;
}
.property .button:hover, .property .button:focus { 
	cursor:pointer; 
	background-color: #ececec;
	background: -webkit-linear-gradient(top,#ececec 0%,#e5e5e5 100%);
	background: -moz-linear-gradient(top,#ececec 0%,#e5e5e5 100%);
	background: linear-gradient(top,#ececec 0%,#e5e5e5 100%);
}

.property .mls-features { margin: 20px 0; }
.property .mls-features .flexbox { 
	box-sizing: border-box; padding:10px 5px;
	-ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: flex-start; align-items: flex-start;
}
.property .mls-features .row { 
	box-sizing: border-box; padding:10px 5px;
}
.property .mls-features .flexbox.on { background-color: #f9fafc; }
.property .mls-features .flexbox span { color: #ccc; }
.property .mls-features .label { flex: 0 0 120px; font-weight:bold; margin: 0 20px 0 0; }
.property .mls-feature { margin: 0 0 20px 0; }
.property .schools .group { margin-bottom:10px;  }
.property .schools .group > div:nth-child(2) { color:#a1aaaf;   }


.dialog-email .inner { font-size:.8em; width: 100%; }
.dialog-email .text, .dialog-email textarea { width: 250px; }

/** event list **/
#event-list .event {
	-webkit-justify-content: space-between; justify-content:space-between;
	-ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: flex-start; align-items: flex-start;
	height:75px; overflow:hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	/*-webkit-justify-content: space-between; justify-content:space-between; */
}
#event-list .event .date {
	flex: 0 0 70px; -webkit-flex: 0 0 70px; 
	text-align:center; margin-right:10px;
	background: #e34345; color:#fff; height:75px;
}
#event-list .event:nth-child(even) .date {
  background: #2d3e4e;
}
#event-list .event .date .day { font-size: 2em; font-weight:bold; margin-top:5px; }
#event-list .event .date .month { font-size: 1.2em; font-weight:bold; text-transform:uppercase; }
#event-list .event .event-text {
	flex: 0 0 calc(100% - 85px); -webkit-flex: 0 0 calc(100% - 85px);
	-ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: flex-start; align-items: flex-start;
}
#event-list .event .img {
	flex: 0 0 75px; -webkit-flex: 0 0 75px; 
}
#event-list .event .copy {
	 /*overflow:hidden;text-overflow: ellipsis; white-space: nowrap;*/
	/*flex-grow:1; -webkit-flex-grow:1;*/
	padding-top:5px; padding-bottom:5px;
}
#event-list .event .copy h2 { font-size: 1em; margin:4px 0 0 0 !important;  }
#event-list .event .copy p { 
	font-size: .9em; margin:0px !important; width: 100%;
  /*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  */
}

/** event **/
.event { margin: 0 0 20px; }
.event h1 { font-size: 1.2em; margin-bottom: 5px; }
.event h2 { font-size: 1em; margin:10px 0; }
.event td { padding: 3px 10px 0 0; line-height:130%; }
.event .hr { border-bottom: 1px solid #333; margin: 15px 0; width: 100%; }
.event-bus { line-height: 130%; }

/** coupon **/
.print-coupon {
  background: none repeat scroll 0 0 #18A8E1;
  border: 1px solid #1B85C7;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  margin: 15px 0 8px 0;
  padding: 8px;
}

/** box layout **/
.box-layout { float:left; display:block; width:100%; margin-left: 7px; margin-top: 10px; }
.box-row { float:left; display:block; width: 100%; }
.box-layout .box { 
	float:left; display:block; background: #ccc; margin: 0 17px 17px 0; overflow:hidden; position:relative;
	-moz-border-radius: 10px; border-radius: 10px; 
	 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.box-layout .last { margin-right:0px; }
.box-image { float:left; display:block; clear:both; width:100%; overflow:hidden; background: #fff; }
.box-image table { border-collapse: collapse; }
.box-image img { margin:0px auto; border:0px; float:none; }
.box-image td { padding:0px; text-align:center; vertical-align:middle; }
.box-text { float:left; display:block; width:100%; clear:both; }
.box-text .padding10 { margin: 10px; }
.box-layout .box a { text-decoration:none; }
.box-layout .box a:hover { color: #000; }
.box-layout .box .watermark { position:absolute; top:0px; right:0px; }
.box-layout .box .watermark img { border:0px !important; }

/** general content **/
.page_content_item {
    clear: both;
    display: block;
    float: left;
    margin: 10px 0;
	width:100%;
	max-width:100% !important;
	box-sizing: border-box;
	padding:5px;
}
.page_content_item h2 { margin:0 0 5px; font-size: 1.2em; }
.page_content_item img, .page_content_item iframe { max-width:100% !important; /*height:auto !important;*/ }
.page_content_item iframe:not(.instagram-media):not(.widget_iframe) { width:100% !important; height:auto !important; }
.page_content_item iframe .player { width: 100% !important; }
.page_content_item iframe.instagram-media { max-width:100% !important; min-width:initial !important;  }
.page_content_item .content-image-download { text-align:center; margin:0 0 5px; }
.page_content_item .box-image .content-image-download { margin:5px 0 0;  }

/** general content contact form **/
.page_content_contact { margin: 0 0 10px; }
.page_content_contact .form, .page_content_contact .detail { margin: 0 0 15px; }
.page_content_contact .row { margin: 0 0 4px; }
.page_content_contact .row input[type=text], .page_content_contact .row textarea { width:100%; border-radius:5px;  box-sizing: border-box; }
.page_content_contact .button {
    width: 100%;
    box-sizing: border-box;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 10px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,.4) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,.4) 0 1px 0;
    box-shadow: rgba(0,0,0,.4) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}
.page_content_contact .map { width:100%; }
.page_content_contact .as { display:none; }
.page_content_contact .g-recaptcha { 
	margin: 0 auto 5px; 
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content:center;
}
/*
.page_content_contact .g-recaptcha > div, .page_content_contact .g-recaptcha > div > div > iframe { width:100% !important; }
*/

/** page content gallery **/
.page_content_row.featured .gallery .gallery-prev, .page_content_row.featured .gallery .gallery-next {
	position:absolute; top:40%; width:34px; cursor:pointer; display:none;
}
.page_content_row.featured .gallery .gallery-prev {
	left:-4px; 
}
.page_content_row.featured .gallery .gallery-next {
	right:-4px; 
}

/** page content gallery slider **/
.slider-wrapper { width:100%; max-width:100%; margin:15px 0; min-height:260px; }
.slider-wrapper.init { display:block; min-height:0; }
.slider-wrapper .slide img  { max-width:100%; margin:0px auto !important; }
.slider-wrapper .slider-info, .slider-wrapper .photo-copyright {
	display:none;
	font-family:verdana, arial, helvetica, sans-serif !important;
	margin: 0 0 4px 0;
	width:100%;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	line-height:100%;
}
.slider-wrapper.init .slider-info, .slider-wrapper.init .photo-copyright { display:block; }
.slider-wrapper .photo-copyright { margin: 5px 0 0 0;  }
.slider-wrapper .photo-copy { 
	margin:15px 0;  
}
.slider-wrapper .slider-info a { display:inline-block; text-transform:none; font-weight:normal;  }
.slider-wrapper .slider-info p { margin:4px 0 !important; line-height: 100% !important; }
.slider-wrapper .slick-next::before {
	background-image: url('/assets/img/elements/arrow_right.png');
    background-size: 40px 40px;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
}
.slider-wrapper .slick-prev::before {
	background-image: url('/assets/img/elements/arrow_left.png');
    background-size: 40px 40px;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
}
.slider-wrapper .slick-next::before, .slider-wrapper .slick-prev::before { opacity: 0; }
.slider-wrapper.init .slick-next::before, .slider-wrapper.init .slick-prev::before { opacity: 1; }
.slider-wrapper .slick-prev, .slider-wrapper .slick-next {
	width:40px; height:40px; z-index:9999; 
}
.slider-wrapper .slick-next {
  right: 2px;
}
.slider-wrapper .slick-prev {
  left: 2px;
}
.slider-wrapper .slick-track {
  display: flex;
}
.slider-wrapper .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slider-wrapper.copy .slick-track .slick-slide { -ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: flex-start; align-items: flex-start; }


/** birthday club **/
.page-birthday-club p { margin: 0 0 10px; }
.page-birthday-club .form { float:left; display:block; width:100%; clear:both; margin: 20px 0 10px 0; }
.page-birthday-club .form label { width: 200px; float:left; display:inline; font-weight:bold; padding-top:5px }
.page-birthday-club h2 { font-size: 40px; text-align:center; color:#9f0400; margin-bottom: 20px; }
.page-birthday-club h3 { margin: 10px 0 5px; font-size: 15px; color: #000; }
.page-birthday-club .gift { float: left; display:block; width:100%; clear:both; border-bottom: 1px dotted #666; padding-bottom:10px; }
.page-birthday-club .gift-desc { margin: 0 0 10px; }
.page-birthday-club .text, .page-birthday-club .select { 
	width: 300px; padding: 5px; font-weight:bold; font-size: 13px;  background-color: #E9E9E9;
    border: 1px solid #333333;
    color: #333333; 
}
.page-birthday-club .select { width: 97px; }
#middle .page-birthday-club h4 {
	background-color: #fff;
	padding:0px;
	border-bottom:0px;
	text-transform: none;
	color: #000;
	margin: 10px 0 5px;
	font-size: 13px;
}

.wrapper-bdclub .list-item { 
	width: 98%; /*height:82px; overflow:hidden;*/ margin: 0 0 15px; border:1px solid #ccc; border-radius:5px; color:#333; /*cursor:pointer;*/
	/*background: url('/assets/img/bday/joinourclub.png') no-repeat right;*/
	font-size: 12px; font-family:verdana, arial, sans-serif;
}
.wrapper-bdclub .list-item .padding { 
	width:100%; margin: 17px 5px; 
	display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /** vertical align **/
}
.wrapper-bdclub .list-item .checkbox { text-align:center; margin:10px 5px 15px 0; }
.wrapper-bdclub .list-item .checkbox input[type=checkbox] { cursor:pointer; }
.wrapper-bdclub .list-item h2, #middle .wrapper-bdclub .list-item h2 { color:#333; margin:0px; font-size:13px; font-family:verdana, arial, sans-serif; }
.wrapper-bdclub .list-item p, #middle .wrapper-bdclub .list-item p { margin:0px; padding:0px; line-height:120% !important; }
.wrapper-bdclub .list-item .over21 img, #middle .wrapper-bdclub .list-item .over21 img { border:0px; padding-top:10px; margin:0px; }
.wrapper-bdclub .list-item .over21 { margin-left: 3px; margin-right:3px; }
.wrapper-bdclub .list-item .logo img, #middle .wrapper-bdclub .list-item .logo img { border:0px; margin:0px; }
.wrapper-bdclub .list-item .logo { margin:3px 7px 0px 0px; }
.wrapper-bdclub .list-item h2 a, #middle .wrapper-bdclub .list-item h2 a { color:#333; text-decoration:none; }
.wrapper-bdclub .join-all, .wrapper-bdclub .join-selected { text-decoration:none; background: #be0e26; padding: 8px; color:#fff; border-radius:5px; text-transform:uppercase }
.wrapper-bdclub .join-all:hover, .wrapper-bdclub .join-selected:hover { color:#fff; }
.wrapper-bdclub .join-all a { color:#fff; text-decoration:none; }
.wrapper-bdclub .list-item input[type='checkbox'] {
    -webkit-appearance:none;
    width:23px;
    height:23px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
.wrapper-bdclub .list-item input[type='checkbox']:checked {
    background: #abd;
}


/** bday admin **/
.bdclub-admin { margin:25px 0; min-height:300px; }
.bdclub-admin .loading { display:none; margin:20px 0; height: 100px; background: url(/assets/img/elements/loading7.gif) no-repeat center center; }
.bdclub-admin .business { width: 300px; margin:-30px 0px 20px 0px; }
.bdclub-admin .business span { font-size:.8em; }
.bdclub-admin .search { width:300px; margin: 0; }
#middle .bdclub-admin .search input[type=text], 
#middle .bdclub-admin .search select,
.bdclub-admin .search input[type=text], 
.bdclub-admin .search select, 
.bdclub-admin .search textarea,
#middle .bdclub-admin-login input[type=text],
.bdclub-admin-login input[type=text],
.bdclub-admin-login input[type=password],
#middle .bdclub-admin-login input[type=password]
{ width:250px; padding: 8px; border: 1px solid #ccc; color:#666; border-radius: 5px; background:#fff; font-size:18px; }
#middle .bdclub-admin .search input[type=submit],
#middle .bdclub-admin .results input[type=button],
.bdclub-admin .search input[type=submit],
.bdclub-admin .results input[type=button],
.bdclub-admin-login input[type=submit],
#middle .bdclub-admin-login input[type=submit]
{ 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:18px; border:1px solid #809d27; 
	padding:7px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
}
.bdclub-admin .search .alt { margin: 10px 0 0 0; font-weight:bold; font-size:.9em }
.bdclub-admin .results { width: 300px; margin:40px 0px 20px 0px; }
.bdclub-admin .results .count { margin: 0 0 10px; }
.bdclub-admin .results .header .col { font-weight:bold; }
.bdclub-admin .results .group { border-bottom: 1px solid #ccc; padding:10px 0; }
.bdclub-admin .results .col { margin-right: 10px; }
.bdclub-admin .results .header .col { border-top:1px solid #ccc; }
#middle .bdclub-admin .results input[type=button],
.bdclub-admin .results input[type=button]
{ 
	background:#be0e26; font-size:1.2em; border:1px solid #809d27; 
	padding:2px 3px; margin: 5px 0;
}
.bdclub-admin .results .redeemed { font-weight:bold; color: #be0e26; text-transform:uppercase; padding: 4px 0 5px;  }
.bdclub-admin .results .send { border:0px; float:none; margin:0px; cursor:pointer; width:20px; padding-top:5px; }
.bdclub-admin .results .legend { margin:0 0 15px; font-size: .8em; }
.bdclub-admin .results div.type { 
	width:13px; /*height:13px; overflow:hidden; */background: #be0e26; font-size: 9px; text-transform:uppercase; color:#fff; font-weight:bold; border-radius:5px; 
	border:0px; padding:0px 0 0 0px; text-align:center; margin:1px 3px 0 0; 
}
.bdclub-admin .results div.type div { margin: 1px 2px 0; }
.bdclub-admin .results .group div.type { margin-top:4px;  }

.bdclub-admin-login { width: 250px; margin: 10px 0; }
#middle .bdclub-admin-login h1 { padding:0px; width:410px; margin-left:-75px; margin-bottom:15px; }
.bdclub-admin-login .row { margin: 0 0 5px; }
#middle .bdclub-admin-login input[type=password], #middle .bdclub-admin-login input[type=text] { width: 250px !important; }




/** club specials **/
.club .row { float:none; display:block; width:100%; clear:both; margin:0 0 10px; }
.club .col { float:none; display:block; }
.club .col1 { font-weight:bold; margin: 0 0 2px; }
.club input[type=submit] { 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:18px; border:1px solid #809d27; 
	padding:10px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
}
.club .rules { font-size: .7em; }
.club .wrapper-submit { margin-top: 10px; position:relative; }
.club .wrapper-submit-msg { margin-top:10px; font-size:.7em; }
.club .optin, .club .optin-confirmed { display:none; width:320px; text-align:center; }
.club .optin h1 { text-align:center;color:#BE0E26;text-transform:uppercase; background:none; }
.club .optin p { text-align:center;color:#666;font-weight:bold;text-transform:uppercase }
.club .optin-confirmed h1 { text-align:center;color:#BE0E26;background:#fff;text-transform:uppercase; background:none; }
.club .optin-confirmed p { text-align:center;color:#666;font-weight:bold;text-transform:uppercase; }
.club input[type=text], .club select {
	border-radius: 5px;
    color: #333; font-weight:bold;
    font-size: 1.2em;
    padding: 10px 7px; margin:2px 0 0 0;
    width: 100%;
	border:1px solid #ccc;
	background-color: #f0f0f0 !important;
	background: -webkit-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	background: -moz-linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	background: linear-gradient(top,#f9f9f9 0%,#f0f0f0 100%);
	border: 1px solid #d9d9d9;
	border-bottom-color: #d0d0d0;
	box-shadow: inset 0 1px #fbfbfb;
	box-sizing: border-box;
}

.club .cities .label { font-weight: bold; margin-top:15px; }
.club .cities .flexbox { margin: 0 0 8px; }
.club .cities .flexbox div:nth-child(1) { margin-right:8px; }
.club .cities .areas { display:none; }
.club .cities .area { margin-left: 20px; }

.club .loading { display:none; margin-left:10px; }
.club .loading img { margin:0px; }

.club-signup-dialog-terms {
	box-sizing: border-box;
	background: #fff !important;
	line-height:150%;
	text-align:left;
	font-size: .9em;
}

.club .lang { padding:0px; margin: 5px 0; }
.club .lang, .club .lang a { color:#068ee6; }
.club .cities .lang {  }

.club .members {  }
.club .members .label { font-weight: bold;  margin-top:15px; }
.club .members input:nth-child(1) { width:100%; }
.club .members input:nth-child(2) { width: 160px; }
.club .members .button-add-member {
	position:relative;
	box-sizing: border-box;
	width: 45px; height:45px;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 5px;
	background: green;
	font-size: 29px;
	font-weight:bold;
	margin-left: 15px;
	text-align:center;
	cursor:pointer;
	-webkit-justify-content: center; justify-content:center;
}
.club .members .button-add-member div:before { content:'\002B'; padding:0 30px; }
.club .members .button-delete-member {
	position:relative;
	box-sizing: border-box;
	width: 45px; height:45px;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 5px;
	background: red;
	font-size: 29px;
	font-weight:bold;
	margin-left: 15px;
	text-align:center;
	cursor:pointer;
	-webkit-justify-content: center; justify-content:center;
}
.club .members .button-delete-member div:before { content:'\2212'; padding:0 30px;   }
.club .members .member { -webkit-justify-content: space-between; justify-content:space-between; margin: 0 0 5px; }
.club .members .member .name { width:170px; font-size:1.2em; }
.club .members .member .code { width:70px; margin-left:15px; font-size:1.2em; }
.club-code-error { position:absolute; right:30px; top:15px; color:red; font-weight:bold; font-size: 1.2em; }

.club .g-recaptcha { margin: 0 0 10px;  }
.club .g-recaptcha > div {  }

/** club thank you **/
.club-thanks-arrival { margin: 30px 10px; text-align:center; color:#000; }
.club-thanks-arrival h2 { color:#000; font-size: 1.8em; text-transform:uppercase; margin: 0 0 15px; background-color:transparent; border:0px; }
.club-thanks-arrival p { line-height:140%; margin: 0 0 10px;  padding:0px; }
.club-thanks-arrival p.small { font-size: .8em; font-weight:normal; margin-bottom:20px; }
.club-thanks-arrival p.upper { text-transform:uppercase; }
.club-thanks-arrival h3 { 
	color:#000; font-size: 1.5em; text-transform:uppercase; margin: 35px 0 15px; background-color:transparent; border:0px;
	border-bottom:1px solid #333; padding-bottom: 15px;
}
.club-thanks-arrival img { width:220px; border:0px; float:none; margin:0px; }
.club-thanks-arrival div.special { margin:0 auto 20px; padding:0 0 20px; border-bottom:1px dotted #333;  }
.club-thanks-arrival div.special:last-child { border:0px; }
.club-thanks-arrival div.special p { line-height:120%; margin:0 0 5px; }
.club-thanks-arrival h4 { color:#000; font-size: 1.3em; text-transform:uppercase; margin:0; background-color:transparent; border:0px; margin: 0 0 10px; padding:0px; }
.club-thanks-arrival div.special .title { color:#be0e26; text-transform:uppercase; font-weight:bold; font-size:1.3em }
.club-thanks-arrival div.special .exp-date,
.club-thanks-arrival div.special .redeem-code { font-size:1.3em; }
.club-send-mobile-dialog input[type=text] { 
	box-sizing: border-box;
	width: 98%;
	padding: 12px;
	border: 1px solid #ccc;
	color: #666 !important;
	border-radius: 5px;
	background: #fff;
	font-size: 19px;
	color:#333;
	margin: 10px auto;
	text-align:center;
}
.club-thanks-arrival .special img { width:auto; }
.club-thanks-arrival .special .content-image img { max-width: 100%; width:auto; margin:0 0 20px; }

.club-specials-map .specials-map { display:none; width:100%; height:500px; border: 1px solid #000; margin: 20px 0 10px; }
.club-specials-map { margin: 0 0 20px; }
.club-specials-map .button-red { 
    border-radius: 7px;
    background: #BE0E26 !important;
    font-weight: bold !important;
    font-size: 17px;
    color: #fff !important;
    border: 1px solid #333;
    text-transform: uppercase;
    cursor: pointer;
	padding: 10px 8px; 
}


/** unsubscribe **/
.unsubscribe { color: #666; font-size: 15px; }
#middle .unsubscribe thead { background:none; }
.unsubscribe thead td { color: #cbcbcb; text-align:center; }
.unsubscribe .on { width: 28px; height:28px; border-radius:5px; background: #9fca30; cursor:pointer; border:1px solid #9fca30; }
.unsubscribe .off { width: 28px; height:28px; border-radius:5px; background: #fff; border:1px solid #cbcbcb; cursor:pointer; }
#middle .unsubscribe input[type=text], #middle .unsubscribe select { width:250px; padding: 5px; border: 1px solid #ccc; color:#666; border-radius: 5px; background:#fff; }
#middle .unsubscribe input[type=submit] { 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:18px; border:1px solid #809d27; 
	padding:10px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
}
.unsubscribe .wrapper-submit { padding:20px 0 0 0;  }

.club .unsubscribe input[type=text], .club .unsubscribe select, .club .unsubscribe textarea
{ box-sizing: border-box; width:100%; padding: 8px; border: 1px solid #ccc; color:#666; border-radius: 5px; background:#fff; margin: 3px 0 0 0; }
.club .unsubscribe { width: 95%; margin:10px auto; }
.club .unsubscribe .col2, .club .unsubscribe .col4 { margin: 5px 0 0 0; }
.club .unsubscribe .col1, .club .unsubscribe .col3 { margin-right: 0; }
.club .unsubscribe .wrapper-bday_date select { width: 32.5%; }
.club .unsubscribe .wrapper-submit { padding:0px; }
.club .small { font-size: .8em; margin:-3px 0 15px; }
.club .unsubscribe .toggle-head { display:none; }
.club .unsubscribe .toggle .col4, .club .unsubscribe .toggle .col5 { display:inline-block; }


/** contest **/
.page-contest { box-sizing:border-box; padding:5px; }
.page-contest input[type=text], .page-contest input[type=email] { 
	box-sizing:border-box; width:100%; padding: 9px; font-size: 1.2em; border-radius: 5px; 
	border: 1px solid #ccc; color: #666; background:#fff;   
}
.page-contest input[type=submit]{
	box-sizing:border-box; width:100%; background: #9ecb18; border: 1px solid #809d27; border-radius: 5px;
    color: #fff;  cursor: pointer; font-size: 19px; font-weight: bold;
    padding: 10px 5px; text-transform: uppercase;
}
.page-contest .page_content_item { padding:0px !important; }

.contest-form .checkbox { margin:0 0 10px; -ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: center; align-items: flex-start; }
.contest-form .checkbox div:nth-child(1) { margin-right:10px;padding-top:2px; }
.contest-form input[type=text].validation-error,
.contest-form .g-recaptcha.validation-error > div
{
	border:1px solid red !important;
}
.contest-form div.flexbox.validation-error,
.contest-form div.flexbox.validation-error a
{ 
	color: red !important;
}
.contest-optin { display:none; margin: 0 0 15px; }
.contest-optin h3 { margin: 20px 0 10px; color:#990000; font-size: 24px }
.contest-optin p { margin: 0 0 10px; }
.contest-confirmed { display:none; color:#990000; font-size: 20px; margin: 15px 0; font-weight:bold; }
#dialog-contest-rules { text-align:left; }


/** fieldset **/
.fieldset { margin: 0 0 5px; }
#middle .fieldset .field-text,
.fieldset .field-text,
#middle .fieldset .field-select,
.fieldset .field-select 
{ width:250px; padding:5px; font-family:verdana,arial,sans-serif; color:#666; font-size:12px; border:1px solid #ccc; }
#middle .fieldset .field-select, .fieldset .field-select { width:260px; }
.fieldset .label { font-weight:bold; padding:3px 10px 0 0; }

/** mls search **/
.mls-search .label { width:150px; }
.mls-search .section { margin: 0 0 15px; }
.mls-search .section h2, #middle .mls-search .section h2 { color:#000; }
.mls-search .chxgr { width: 230px; }
.mls-search .chxgr .row { margin: 0 0 7px; }
.mls-search input[type=checkbox] { margin-top: 2px; }
.mls-search .fieldset .col { margin:0 5px 0 0; }
.mls-search .fieldset .padtop { padding-top:9px; }
.mls-search .fieldset .lg, #middle .mls-search .fieldset .lg { width:267px; }
.mls-search .fieldset .sm, #middle .mls-search .fieldset .sm { width:115px; }
.mls-search .fieldset select.sm, #middle .mls-search .fieldset select.sm { width:127px; }
.mls-search .fieldset .col1 .sm, #middle .mls-search .fieldset .col1 .sm { width:179px; }
.mls-search .fieldset .col2 .sm, #middle .mls-search .fieldset .col2 .sm { width:105px; }
.mls-search .fieldset .col3 .field-select, #middle .mls-search .fieldset .col3 .field-select { width: 254px; }
.mls-search .fieldset .col3 .sm, #middle .mls-search .fieldset .col3 .sm { width:115px; }
.mls-search .field-text, #middle .mls-search .field-text,
#middle .mls-search .field-select,
#middle .mls-search .field-textarea,
.mls-search .field-select,
.mls-search .field-textarea
{ border:1px solid #999; background:#F5F5F5; border-radius:5px; padding: 0px 5px; height:31px; }
#middle .mls-search .field-select,
.mls-search .field-select
{ height:33px; }
.mls-search .button-red { font-size: 1.1em; border-radius: 5px; padding: 8px; }

/*.mls-search .field-select, #middle .mls-search .field-select { padding: 6px 5px 7px; }*/
.mls-search option, #middle .mls-search option { padding: 0 5px; }

/** mls quick search **/
.mls-search-quick .bg { background: #fff; }
.mls-search-quick .padding { width:980px; margin: 10px; }
.mls-search-quick { font-size: 12px; }
.mls-search-quick .field-select { width: 150px; }
.mls-search-quick .fieldset .col { margin:0 10px 0 0; }
.mls-search-quick .fieldset .lg { width:300px; }
.mls-search-quick .fieldset .col1 { width: auto; }
.mls-search-quick .fieldset .col2 { width: auto; }
.mls-search-quick .fieldset .col3 { width: auto; }
.mls-search-quick .fieldset .col4 { width: auto; }
.mls-search-quick .fieldset .col3 .sm { width: 75px; }
.mls-search-quick .fieldset .col4 .sm { width: 75px; }

/** mls result **/
.mls-result { min-height:150px; }
#middle .mls-result .page img { float:none; margin:0; }
.mls-result .property_list { background-color:#fff; margin:0px; min-height:800px; /*background: url(/assets/img/elements/loading7.gif) no-repeat center 50px;*/  }
.mls-result .no-results { background-color:#fff; min-height:150px; }
.mls-result-header { margin: 0 0 15px; }
.mls-result .green { color:green; }

/** mls listing **/
.mls-listing .img { width: 300px; }
.mls-listing .header { margin: 0 0 20px; }
.mls-listing fieldset { width: 651px !important; margin: 0 0 20px; border:1px solid #999; }
.mls-listing legend { margin-left:15px; color: #000; font-size: 15px; font-weight:bold;  }
.mls-listing fieldset { }
.mls-listing fieldset .row { margin: 0 0 4px; }
.mls-listing fieldset .padding { margin: 10px; }
.mls-listing fieldset .col1 { width: 120px; font-weight:bold; }
.mls-listing fieldset .col2 { width: 180px; }
.mls-listing fieldset .col3 { width: 120px; font-weight:bold; }
.mls-listing fieldset .col4 { width: 180px; }
.mls-listing fieldset .col5 { width: 200px; font-weight:bold; }
.mls-listing fieldset .col6 { width: 400px; }
.mls-listing .overview .mlsnum { font-weight:bold; font-size: 14px; padding-bottom:20px; }
.mls-listing .overview .price { font-size: 25px; padding-bottom: 40px; }
.mls-listing .overview .address { font-size: 16px; }
.mls-listing .toolbar { border: 1px solid #999; margin: 0 0 20px; font-size:9px; }
.mls-listing .toolbar .padding { margin: 15px; }
.mls-listing .toolbar .col { text-align:center; margin-right: 20px; }
.mls-listing .toolbar .col input { margin: 0 auto; }

.mls-listing { width:740px; margin: 10px; color:#333; text-align: left; }
.mls-listing .field-text { width: 200px; padding:3px; border:1px solid #ccc !important; }
.mls-listing .media { display:inline; float:left; width: 398px; background: #dedede; border:1px solid #ccc;  }
.mls-listing .overview { display:inline; float:left; width:300px; margin-left:10px; }
#middle .mls-listing h2, .mls-listing h2 { color: #900000; font-size: 17px; margin: 0 0 5px; text-transform: uppercase; }
#middle .mls-listing .overview h3, .mls-listing .overview h3 { color: #900000; font-size: 13px; margin: 0 0 5px; text-transform: uppercase; }
.mls-listing .overview .address { padding:0px; margin: 0 0 10px; font-size:12px; }
.mls-listing .overview .row { margin-bottom: 3px; }
.mls-listing .overview .col1 { font-weight:bold; width: 60px; }
.mls-listing .overview .col2 { width: 90px; }
.mls-listing .overview .col3 { font-weight:bold; width: 60px; }
.mls-listing .overview .broker { text-align:center; margin: 10px 0; }
.mls-listing .overview .contact { border-top: 1px solid #ccc; padding: 10px 0; }
.mls-listing .overview .contact img { margin-right:5px !important; }
.mls-listing .overview .contact a { color:#990000 !important; font-weight:bold; }
#middle .mls-listing .overview .contact img { margin-left:0px; border:0px; float:none; }
.mls-listing .desc { border-bottom: 1px solid #ccc; padding-bottom:15px; width:98%; }
.mls-listing .features { margin: 15px 0; border-bottom: 1px solid #ccc; padding-bottom:15px; width:98%; }
.mls-listing .features .row { margin: 0 0 5px; }
.mls-listing .features .col5 { width: 200px; font-weight:bold; }
.mls-listing .features .col6 { width: 500px; }
.mls-listing .overview .map { border-top: 1px solid #ccc; padding-top: 10px; }
.mls-listing .overview .map p { margin:0px !important; padding:0px !important; }
.mls-listing .tools { margin: 0 0 10px; width:98%; }
.mls-listing .tools .col1 { margin-right:20px; }
.mls-listing .tools .col3 { float:right; text-align:right; }
.mls-listing .tools .col3 a { color:#990000 !important; text-decoration:underline !important; text-transform:uppercase; font-weight:bold; }
.dialog-mls-listing-email p { margin: 0 0 5px; }
.dialog-mls-listing-email .text { padding: 5px; }

.mls-listing .media .padding { margin: 5px; }
.mls-listing .media .thumbs .col { width:75px; height:75px; overflow:hidden; margin:0 3px 3px 0; cursor:pointer; }
.mls-listing .media .thumbs .last { margin-right:0px; }
.mls-listing .media .thumbs .col img { margin:0 !important; }
.mls-listing .media .img { position:relative; }
#middle .mls-listing .media img { float:none; border:0px; margin:0px; }
.mls-listing .media .loading { position: absolute; top: 35%; left:45%; display:none; }

/** contact **/
.map { margin: 20px 0; }
.contact-page table { width:100%; }
#contact_page .error_message { color:#990000 !important; font-weight:bold !important; }
#contact_page .fieldset { margin:0 0 10px; }
#contact_page .text, #contact_page .textarea {
	width: 100%; border-radius: 5px; font-size: 1em; font-weight:bold; box-sizing: border-box; margin:0px; 
}
#contact_page .text:not(.fl-input):not(.fl-textarea) { padding:10px; }
#contact_page .fl-form label.fl-label {
	color:#000;
}
#contact_page .text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
#contact_page .text::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
#contact_page .text:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.contact-page .submit {
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 10px 25px; margin: 10px 0; 
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,.4) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,.4) 0 1px 0;
   box-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 1.3em; font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   }
   /*
.contact-page .submit:hover {
   border-top-color: #28597a  !important;
   background: #28597a !important;
   color: #ccc  !important;
   }
   */
.contact-page .submit:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.contact-page .formbuilder { margin: 0 0 20px; }
.contact-page .formbuilder div { margin:0 0 4px; }
.contact-page .formbuilder .label { margin:0 0 5px; font-size: 1.2em; }
.contact-page .formbuilder .flexbox div, .contact-page .formbuilder .flexbox-top div { margin:0 5px 0 0; }
.contact-page .formbuilder .flexbox input[type=checkbox], .contact-page .formbuilder .flexbox-top input[type=checkbox] { margin:3px 0 0 10px; }
.contact-page .formbuilder .flexbox input[type=radio] { margin-left:10px; }
.contact-page .formbuilder .value-label.selected { color:red; }
.contact-page .formbuilder .validation-tips { display:none; }

.contact-page .formbuilder.type-8 .button {	text-transform:none;padding:8px;font-size:.9em;}
.contact-page .formbuilder.type-8 .list { margin-top:10px;display:none; }
.contact-page .formbuilder.type-8 .flexbox { display:block; margin-bottom:10px; }
.contact-page .formbuilder.type-8 .flexbox input { width:100%; margin-bottom:5px !important; }
.contact-page .formbuilder.type-8 .flexbox input:first-child { margin-right:0; }

.contact-page .as { display:none; }
.contact-page .page-content-row-wrap { padding:0px; }
.contact-page .page_content_row, .contact-page .page_content_item { max-width:100% !important; }


/** shop **/
.shop_page { /*max-width:300px !important;*/ width:100%; }
.shop_page img { border:0px; float:none; margin: 0 0 10px 0; }
.shop_page .claim-gc { margin:5px 0 5px 0; }
.shop_page .claim-gc a { margin-right:10px; text-transform:uppercase; font-weight:bold; }
.shop-dialog-claim { text-align:left; }
.shop-dialog-claim p { margin: 0 0 10px; }
.shop-dialog-claim input[type=text] {
	border:1px solid #ccc; border-radius:5px; padding:5px; width:250px; font-size:13px; font-weight:bold; color:#333;
}
.shop-dialog-claim input[type=submit] { 
	background:#a41828; color:#fff; font-weight:bold; text-transform:uppercase; border:0px; cursor:pointer; padding:0px; margin:-3px 0 0 0; 
	font-family:arial,helvetical,sans-serif; font-size:17px; padding:5px; border-radius:5px;
}
.shop-dialog-claim .result { margin: 10px 0 0 0; }
.shop-dialog-claim .result a { text-decoration:underline; }
.shop-dialog-claim .result .error { font-weight:bold; color:red; font-size:13px; }

.shop_page .category-image img { width:100%; }

.shop_page .bullet { font-weight:bold; color: #000 !important; font-size: 12px;  }
.shop_page .category-list a {  text-decoration:none !important; text-transform:uppercase; font-weight:bold; color: #000 !important; font-size: 12px !important; }
.shop_page .category-list a.selected, #shop_cats a:hover, .shop_page .category-list a:hover { color: #1286c9 !important; text-decoration:underline !important; }
.shop_page .category-list { display:block; margin: 0; width:100%; }
.shop_page .category-list .category-item { float:left; display:inline; margin: 0 10px 0 0; }
.shop_page .category-list select { width: 100%; border: 1px solid #CCCCCC; border-radius: 5px; color: #000000; padding: 7px; margin:0 auto 2px; font-size:1.3em; font-weight:bold; box-sizing: border-box; }

.shop_page .product-list { margin: 10px; }
.shop_page .product-list { margin: 20px 0px; }
.shop_page .product-row { float:left; display:block; margin: 0 0 20px; clear:both; }
.product-item { width:100%; float:left; display:block; overflow:hidden; /*border:1px solid #000;*/ margin: 0 10px 30px 0; clear:both; }
.product-item.hide-image { width:100%; border:1px solid #ccc;border-radius:5px; box-sizing: border-box; padding:10px; margin: 0 0 20px;  }
.product-list .last { margin-right: 0px; }
.product-image { width:100%; height:100%; overflow:hidden; }
.product-image table { height:100%; width:100%; border-collapse: collapse; border-spacing:0px; }
.product-image td, .shop_page .product-image td { vertical-align:middle; padding:0px; text-align:center; }
.product-name { margin: 3px 0 0 0; text-align:center; font-weight:bold; }
.product-name a, .shop_page .product-name a { text-decoration:none; }
.product-name a:hover, .shop_page .product-name a:hover { color:#000; }
.product-play-demo { margin: 5px 0 0 0; text-align:center;  }
.shop_page .view-cart, #wrapper-cart .view-cart { float:right; margin-right:0px; display:block !important; clear:both !important;  }
.shop_page .view-cart a, .shop_page .view-cart a:visited, .shop_page .view-cart a:link,
#wrapper-cart .view-cart a, #wrapper-cart .view-cart a:visited, #wrapper-cart .view-cart a:link
{ font-size: 15px; text-decoration:none; }
.shop_page .view-cart a:hover, #wrapper-cart .view-cart a:hover { text-decoration:underline; }

.product-layout-1 .product-row { width:100%; margin: 0; box-sizing: border-box; padding: 0 5px; }
.product-layout-1 .product-name { text-align:left; width:100%; font-size:1.1em; margin:10px 0 5px; }
.product-layout-1 .product-desc { margin: 0 0 5px; width: 100%; font-size:1em; } 
.product-layout-1 .add-cart { 
	margin: 5px 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content:space-between;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;
}
.product-layout-1 .product-item.hide-image .add-cart { float:none; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content:space-between; }
.product-layout-1 .add-cart .qty { margin-right:5px;  }
.product-layout-1 .product-item.hide-image .add-cart .qty { display:none; }
.product-layout-1 .add-cart .qty input[type=text] { width:17px;padding:6px;border-radius:5px; border: 1px solid #CCCCCC;  }
.product-layout-1 .add-cart .price { flex:1; margin-top:0px;margin-right:2px; font-weight:bold; color:#be0e26 font-family:verdana,geneva,sans-serif; }
.product-layout-1 .add-cart input[type=submit] { 
    background-color: #be0e26; color: #fff; font-weight: bold; border-radius: 5px;
    border: 0px; text-transform: uppercase; padding: 7px; cursor:pointer;
	font-family:verdana,geneva,sans-serif; 
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.product-layout-1 .add-cart input[type=submit].full { box-sizing: border-box; padding:7px; width:100%; margin:5px auto; }
.product-layout-1 select {  border: 1px solid #CCCCCC; border-radius: 5px; color: #000000; padding: 9px 3px; width: 100%; margin-bottom: 5px; }

.shop-dialog-options { text-align:left;  }
.ui-dialog-titlebar { text-align:left; }
.shop-dialog-options h1 { font-size: 1.2em; margin:0 0 10px; }
.shop-dialog-options p { margin: 0 0 15px; font-size: 15px; color:#666; }
.shop-dialog-options img { max-width:100%; margin: 0 auto 15px; }
.shop-dialog-options .wrapper-option { margin: 0 0 20px; }
.shop-dialog-options .wrapper-option .option-head {
	-webkit-justify-content: space-between; justify-content:space-between;
	margin: 0 0 15px; 
}
.shop-dialog-options .wrapper-option .option-head .option-name { font-weight:bold; font-size:18px; }
.shop-dialog-options .wrapper-option .option-head .option-req { font-weight:bold; font-size:14px; color: #666; }
.shop-dialog-options .wrapper-option .option-value { 
	-webkit-justify-content: space-between; justify-content:space-between; 
	border-bottom: 1px solid #ccc; margin:0 0 15px; padding:0 0 15px; color:#666; font-size: 15px; font-weight:bold 
}

.shop-dialog-options .wrapper-option .option-value .radio { flex: 0 0 30px; }
.shop-dialog-options .wrapper-option .option-value .name { flex-grow: 1; }
.shop-dialog-options .wrapper-option .option-value .price { flex: 0 0 100px; text-align:right; }

.shop-dialog-options .wrapper-option .option-value .name { text-align:left; }
.shop-dialog-options .wrapper-option input[type=radio], .shop-dialog-options .wrapper-option input[type=checkbox] { display:none; }
.shop-dialog-options .wrapper-option .mdi { 
	font-size: 20px; font-weight:bold; cursor:pointer; color:black;
}

.shop-dialog-options-submits { border-width:0px !important; box-shadow: rgba(0, 0, 0, 0.2) 0px calc(-1px) 15px;  }
.shop-dialog-options-submits .ui-button, .shop-dialog-options-submits .ui-button:hover {
	background: #be0e26 !important; color:#fff !important; font-weight:bold !important; 
	padding: 3px 3px 2px 3px !important; font-size:1.1em !important; border:1px solid #000 !important; text-transform:uppercase;
	border-radius:5px; 
	
}
.shop-dialog-options-submits input[type=text] { 
	width: 30px; padding:8px; color:#666; border-radius:5px; margin:9px 15px 0 0; border:1px solid #ccc; float:Right; font-size:1.3em; font-weight:bold; text-align:center; 
}
.shop-dialog-options-submits label { 
	color:#000; margin:18px 8px 0 0; float:Right; font-size:1.3em; font-weight:bold; text-align:right 
}
.shop-dialog-options-ui-dialog { padding:0px !important;  }

.shop_page .dates { margin:0 0 2px; }
.shop_page .dates input[type=text]{
	width:100%;padding:10px;border-radius:5px; border: 1px solid #CCCCCC; box-sizing: border-box; margin-bottom:5px; 
}
.shop_page .dates input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.shop_page .dates input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.shop_page .dates input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.shop_page .dates input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.shop_page .rental-price { margin:0 0 2px; }
.shop_page .rental-price .col:nth-child(1) { width: 130px; color:#666; font-weight:bold; }


#wrapper-product .breadcrumbs { margin: 10px 0px; width:100%; }
#wrapper-product .product-info { width: 100%; margin: 0 40px 0 0; padding-bottom: 20px; }
#wrapper-product .product-gallery { width: 100%; margin: 0 0 15px; clear:both; }
#wrapper-product .product-info h2 { color:#000; font-size: 1.1em; text-transform:uppercase; font-family:arial,helvetical,sans-serif; margin: 10px 0 15px; }
#wrapper-product .product-info p { line-height: 150%; }
#wrapper-product .product-info select { border:1px solid #ccc; border-radius:5px; }
#wrapper-product .product-info .add-cart { 
	width: auto; margin: 20px 0 0 0; font-weight:bold; text-transform:uppercase; font-family:arial,helvetical,sans-serif; font-size:17px;
	-ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;
	-webkit-justify-content: space-between; justify-content:space-between;
}
#wrapper-product .product-info .add-cart input[type=submit] { 
	border-radius:5px; background:#be0e26; color:#fff; font-weight:bold; text-transform:uppercase; border:0px; 
	cursor:pointer; padding:6px 4px; margin:-4px 0 0 0; font-family:arial,helvetical,sans-serif; font-size:.9em; 
}
#wrapper-product .product-info .add-cart input[type=submit]:hover { background: #000; }
#wrapper-product .product-info .add-cart input[type=text] { text-align:center; }
#wrapper-product .product-info .add-cart .qty input[type=text] { width:25px;padding:6px 4px;font-size:1em;font-weight:bold; border-radius:5px; border:1px solid #ccc;  }
#wrapper-product .product-info .add-cart .col { /*margin: 5px 10px;*/ }
#wrapper-product .product-info .add-cart .col:nth-child(3) { clear:both; margin-top:20px; }
#wrapper-product .product-info .add-cart .price { flex:1; margin-right:5px; font-size: 1em; }
#wrapper-product .product-info .add-cart .qty { font-size:1em; margin-right:15px; }
#wrapper-product .product-info .add-cart:hover  { /*background: #000;*/ }
#wrapper-product .product-info .add-cart:hover input[type=submit]  { /*background: #000;*/ }
#wrapper-product .option-select { margin: 0 0 10px; }
#wrapper-product .option-select select { width:100%; padding:10px; }

#wrapper-product .product-info .files { 
	-webkit-flex-wrap: wrap; flex-wrap: wrap; /** wrap next line **/
	margin: 30px 0 0;
}
#wrapper-product .product-info .files img { margin:0; border:1px solid #dedede; }
#wrapper-product .product-info .files p { margin:0px; font-size: 12px; }
#wrapper-product .product-info .file { margin: 0 5px 15px 0; text-align:center; }

#product-media-image { width: 300px; height:200px; overflow:hidden;visibility:hidden;position:relative; }
#product-media-image .swipe-wrap { overflow: hidden;  position: relative; }
#product-media-image .slide { float:left;width:100%;height:200px;position:relative; }
#product-media-image .slide table { width:100%; height:100%; border-spacing:0px; border-collapse: collapse; }
#product-media-image .slide td { padding:0px; vertical-align:middle; text-align:center; }
#product-media-thumbs { margin: 5px 0; }
#product-media-thumbs .thumb { display:inline; float:left; border:1px solid #333; margin: 0 2px 2px 0; width:90px; height:90px; overflow:hidden; }
#product-media-thumbs .slide table { border-spacing:0px; border-collapse: collapse; margin:0px; }
#product-media-thumbs .thumb td { padding:0px; }
#product-media-thumbs .thumb img { margin:0px; float:none; cursor:pointer; }
#product-media-prev { position:absolute; top:84px; left:-4px; width:34px; cursor:pointer; }
#product-media-next { position:absolute; top:84px; right:-4px; width:34px; cursor:pointer; }

#wrapper-cart h1 { margin: 0 0 20px 0; }
#wrapper-cart .breadcrumbs { margin: 0 0 15px 0; }
#wrapper-cart hr { border-top:1px solid #000; }
#wrapper-cart .item { margin:0 10px 20px; }
#wrapper-cart .item .img { width:100px; margin:0 20px 0 0; }
#wrapper-cart .item .img table { height:100%; width:100%; border-collapse: collapse; border-spacing:0px; }
#wrapper-cart .item .img td, .shop_page .product-image td { vertical-align:middle; padding:0px; text-align:center; }
#wrapper-cart .item .desc { width:180px; }
#wrapper-cart .item .desc h2 { color:#000; font-size: 18px; text-transform:uppercase; font-family:arial,helvetical,sans-serif; margin:0px; }
#wrapper-cart .item .desc h2 .price { color: #a41828; }
#wrapper-cart .item .desc { width:auto; }
#wrapper-cart .item .desc .update { margin: 10px 0; }
#wrapper-cart .item .desc .update input[type=text] { width: 50px; padding: 3px; font-family:arial,helvetica,sans-serif !important; font-size:15px; font-weight:bold; }
#wrapper-cart .item .desc .update input[type=submit] { 
	color: #fff; text-transform:uppercase; border:0px; cursor:pointer; padding: 5px 3px; font-weight:bold; 
	background:#666; border-radius:5px;
}
#wrapper-cart .item .desc .update input[type=submit]:nth-child(3) { background: #dc0714; }
#wrapper-cart .item .desc .update input[type=submit]:hover { /*color: #fff; background: #a41828;*/  }
#wrapper-cart .item .desc .total { text-transform:uppercase; font-weight:bold; font-size: 13px; }
#wrapper-cart .subtotal { width: 690px; background: #a41828; color: #fff; text-transform:uppercase; font-weight:bold; font-size: 13px; }
#wrapper-cart .amt { background: #000; color: #fff; width: 150px; min-height:20px; padding:10px; }
#wrapper-cart .checkout {  text-align:right; float:right; padding:10px;  }
#wrapper-cart .checkout input { background: #a41828; color: #fff; text-transform:uppercase; font-weight:bold; font-size: 13px; border:0px; cursor:pointer; }
#wrapper-cart .checkout a, #wrapper-cart .checkout a:hover {  color: #fff; text-decoration:none;  }
#wrapper-cart .wrapper-total { border-bottom:1px solid #000; padding-bottom:20px; width:100%; font-family:arial, helvetica, sans-serif !important; }
#wrapper-cart .wrapper-total input[type=submit],
#wrapper-cart .wrapper-total a
{
	background:#dc0714;color:#fff !important;border-radius:5px;padding:7px 5px;text-decoration:none; border:0px; cursor:pointer;
	font-family:arial, helvetica, sans-serif !important; text-transform:uppercase; font-size: 13px; font-weight:bold;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
#wrapper-cart .wrapper-total .total { width:auto !important; }
#wrapper-cart .wrapper-total .action { text-align:left; clear:both; margin-top:10px; }
#wrapper-cart img { border: 0px; float: none; margin:0px; }
#wrapper-cart .similar-product-list { margin: 50px 0 20px 0; text-align:center; }
#wrapper-cart .similar-product-list h2 { color: #000; font-size: 16px; margin: 0 0 15px; }
#wrapper-cart .similar-product-list .padding { width:790px; margin:0px auto;  }
#wrapper-cart .similar-product-list .last { margin-right: 0px; }

.dialog-rental-dates { font-size:.8em; text-align:left; }
.dialog-rental-dates .dates p { margin:0px; }
.dialog-rental-dates .dates input[type=text]{
	width:225px;padding:6px;border-radius:5px; border: 1px solid #CCCCCC; box-sizing: border-box; font-size:12px; margin:0 0 3px;
	background-color: #e9e9e9;
    color: #333;
}
.dialog-rental-dates .dates input[type=text]:focus { background-color: #fff; }
.dialog-rental-dates .dates input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.dialog-rental-dates .dates input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.dialog-rental-dates .dates input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.dialog-rental-dates .dates input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.dialog-rental-dates .rental-price { margin:0 0 2px; }
.dialog-rental-dates .rental-price .col:nth-child(1) { width: 130px; color:#666; font-weight:bold; }
.dialog-rental-dates input[type=button] { 
	color: #fff; text-transform:uppercase; border:0px; cursor:pointer; padding: 5px 3px; font-weight:bold; 
	background:#666; border-radius:5px;
}

#dialog-addcart { font-size:14px; }
#dialog-addcart td { font-size: 14px; vertical-align:top; padding:0 10px 2px 0; }
#dialog-addcart thead td { background-color:transparent; font-weight:bold; }
#dialog-addcart .row { margin:10px 0 0;  }
#dialog-addcart .buttons {   }
#dialog-addcart .buttons a, #dialog-addcart .buttons button {
	background: #d60812;
	color:#fff;
	text-transform:uppercase;
	padding: 4px;
	border-radius: 5px;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	border:0px;
	text-align:right; 
}
#dialog-addcart .row button { padding: 4px; cursor:pointer; }
#dialog-addcart .empty { padding:0px; color:#175892; text-decoration:underline; border:0px; background:transparent; }
#dialog-addcart .wrapper-cart-empty { float:left; }
#dialog-addcart .wrapper-cart-empty p { margin: 0 0 10px; }
.shop-dialog-addcart {
	border-top-right-radius: 0px; border-top-left-radius: 0px; border-top:0px !important; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); background-color:#f6f6f6 !important;
	
}
.shop-dialog-addcart .ui-widget-header { background: transparent; border:0px; font-size: 1em; text-transform:uppercase; text-align:left; }
.shop-dialog-addcart .ui-widget-content { background-color:#f6f6f6 !important; }
.shop-dialog-addcart .ui-dialog-titlebar { padding-left:10px !important; }
.shop-dialog-addcart .ui-dialog-titlebar .ui-button-text { display:none; }
.shop-dialog-addcart .ui-dialog-titlebar button { text-decoration:none !important; }



#shop .col { width: 180px; margin: 0 10px 10px 10px; display:inline; float:left; }
#shop .last { margin: 0 0 10px 10px; }
#shop .col img { border: 0px; solid; float:none; margin:0; }
#shop .col select, #shop .col input { margin-top: 5px; border: 1px solid #000; }
#shop .col select { width: 175px; background: #eee; margin-right: 1px;  }
#shop .col input { padding:1px 0; }
#shop .col input.button { font-size: 12px; padding: 1px 5px; }
#shop h4 { color: #000; background: #fff; border:0px; padding:0px; }
#shop .price { color: #990000; font-weight: bold; }
#shop .small { font-size: 11px; }
#shop div.img { 
	background: #fff;
	position:relative; width: 170px; height: 170px; text-align:center; overflow:hidden; border:1px solid #ccc; margin:0 0 10px 0; cursor:pointer; 	
}
#shop div.img div { display:table-cell; vertical-align:middle; height:170px; width:170px; }
#shop div.swatch { float:left; display:block; width: 98%; height: 15px; position:absolute; bottom:0px; margin:0 0 1px 1px; }
#shop p.swatch { width:15px;height:15px;border:1px solid #ccc; display:inline; float:left; margin-right:1px; cursor:pointer; }

/** shop thanks **/
.shop-thanks {  }
.shop-thanks .wallet-download { text-align:center;margin:20px 0; }
.shop-thanks .wallet-download img {
    float: none;
    margin: 0px;
    border: 0;
}


/***** DEALS *****/
.deals-index h2 { font-size: 1em; color:#000; margin:0 0 10px; }
.deals-index table {
	width:100%; border-spacing:0px; border-collapse:collapse; margin: 0 0 20px; 
}
.deals-index td {
	width:50%; padding:0 0 10px 0; 
}

.deals-search { }
.deals-search .padding { margin:0px 10px; }
.deals-search .col { margin:0 0 5px 0; clear:both; }
.deals-search .row .col { clear:none; }
.deals-search .row .col img { /*display:none;*/ cursor:pointer; width:28px; margin:0 3px 0 0; }
.deals-search select, .deals-search input[type=text] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 270px; border-radius:5px; padding: 5px; font-size: .9em;
	color:#000 !important; border: 1px solid #333; 
	background: #E9E9E9;
}
.deals-search input[name=location] { /*width:235px;*/ }
.deals-search select[name=radius] { width:250px; }
.deals-search select { 
	background: #E9E9E9 url(/assets/img/elements/select-down-arrow.png) no-repeat 98% center;
	cursor:pointer;	
	width: 282px;
}
.deals-search .button-red { 
	-webkit-appearance: none; font-size:1.3em;
	background:#f5821f !important; border:1px solid #666 !important; padding:5px; border-radius: 5px; text-transform:uppercase;
}
.daisy-coupons .box-layout .box {
    display:block !important; clear:both !important;
}
.deals-city .box-text { color:#be0e26 }

.deals-map { 
	z-index:10000000; position:absolute; top:0px; left:0px; width:100%; height:100%; margin:0 0 10px; display:none; color:#000; 
	background: #eaeaea url(/assets/img/elements/loading5.gif) no-repeat center center; text-align:left;
}
.deals-map .close { 
	position:absolute; top:5px; right:5px; z-index:10000000; width: 24px; height:24px; background: url(/assets/img/elements/close.png) no-repeat; cursor:pointer;  
}
.deals-map .special { color:#be0e26; }

/** cookie declaration **/
.wrapper-cookie-decl { position:fixed; bottom:0px; left:0px; background: #000; color:#fff; width:100%; }
.wrapper-cookie-decl .padding { margin: 20px auto; width:95%; }
.wrapper-cookie-decl p { margin: 5px 0; }
.wrapper-cookie-decl a { color:#31a8f0 !important; text-decoration:underline; }
.wrapper-cookie-decl input { padding: 5px; width:100px; border-radius:5px; background:yellow; border:1px solid #000; cursor:pointer; }

/** NEWSLETTER SIGNUP FORM **/
.newsletter-dialog-signup {
	background-color:#ffffff !important;	
}
.newsletter-dialog-signup input[type=text] { 
	width:280px !important; border:1px solid #ccc; border-radius:5px; padding: 8px !important; font-size:1.1em !important; 
}
.newsletter-dialog-signup input[name=signup_state] { 
	width:50px !important; 
}
.newsletter-dialog-signup input[name=signup_zip] { 
	width:80px !important; 
}
.newsletter-dialog-signup input[type=submit] {
	-webkit-appearance: none; font-size:1.3em;
	background:#DA2128 !important; border:1px solid #666 !important; padding:5px; border-radius: 5px; text-transform:uppercase;
}

/** blog **/
.daisy-blog-all { width:100%; box-sizing:border-box; padding:10px; }
.daisy-blog-all .page_content_item, .embedded-blog .page_content_item { padding:0px; }
.blog-item { margin-bottom: 15px; padding-bottom: 0; }
.daisy_blog_embed { margin-bottom: 35px; padding-bottom: 40px; }
.blog-item .flexbox div.img { flex: 0 0 102px; margin:0 10px 0 0; }
.blog-item .flexbox img { border:1px solid #ccc; float:none; margin:0; max-width:100px !important }
.blog-item .flexbox h2 { margin-bottom:10px; }
.blog-item .content-image-caption { 
	font-size:.9em; margin: -10px 0 20px; text-align:center; width:100%; 
	-webkit-justify-content: flex-start; justify-content:flex-start;
}
.daisy-blog-all img, .embedded-blog img { margin: 0 auto 15px; }
.daisy-blog-all .copyright, .embedded-blog .copyright { margin-top:-10px; font-style:italic; font-size:.8em; }
.daisy-blog-all .description, .embedded-blog .description { margin: 0 0 15px; }
.daisy-blog-all .content-text, .embedded-blog .content-text { line-height:130%; margin: 0 0 15px; }
.daisy-blog-all .content-image-caption, .embedded-blog .content-image-caption { font-size:.9em; margin: 0 0 15px; }
.daisy-blog-all  button.back {
    background: #9ecb18;
    border: 1px solid #809d27;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}
.daisy-blog-all  button.back a { color:#fff; text-decoration:none; }
.daisy-blog-all div.back { width:100%; text-align:right; margin: 0 0 10px; }


.blog-item .content-image-caption.flexbox img { float:none; margin:0 10px 0 0; border:0px; }
.blog-item-sections .section-image-caption { 
	font-size:.9em; margin: 0px 0 20px; text-align:center; width:100%; 
	-webkit-justify-content: flex-start; justify-content:flex-start;
}
.blog-item-sections .blog-item .section-image-caption.flexbox img { float:none; margin:0 10px 0 0; border:0px; }

.blog-item .blog-gallery { margin:30px 0 !important; width:100% !important; text-align:center; /*visibility:hidden;*/ max-height:200px; }
.blog-item .blog-gallery.layout1 { visibility: visible; max-height:none; }
.blog-item .blog-gallery img, .blog-item .blog-gallery iframe { float:none; margin:0px auto; max-width:99%;  }
.blog-item .blog-gallery-caption { text-align:center; margin: -25px 0 25px 0; font-size:.9em; } 

.blog-item .blog-gallery .slick-prev::before { content:  url(/assets/img/elements/arrow_left.png);  }
.blog-item .blog-gallery .slick-next::before { content: url(/assets/img/elements/arrow_right.png); }
.blog-item .blog-gallery .slick-prev::before, .blog-item .blog-gallery .slick-next::before { 
	color:#fff;  opacity: 1; font-weight:bold;
	font-size:35px; line-height:normal;
}
.blog-item .blog-gallery .slick-prev, .blog-item .blog-gallery .slick-next { width:50px; height:50px; z-index: 1; }
.blog-item .blog-gallery .slick-prev {  left: 2px;  }
.blog-item .blog-gallery .slick-next {  right: 2px;  }

.blog-item-sections .clear { clear:both !important; }
.blog-item-sections .blog-item h2 { margin-bottom:15px; }
.blog-item-sections .blog-item .section-text { margin: 0 0 15px; }
.blog-item-sections .section-img-top { width:100%; margin:0 0 15px; text-align:center; }
.blog-item-sections .section-img-bottom { width:100%; margin:0 0 15px; text-align:center; }
.blog-item-sections .section-img-nowrap { width:100%; margin:0; }
.blog-item-sections .section-img-top img,
.blog-item-sections .section-img-bottom img
{ float:none; margin: 0 0 15px; }
.blog-item-sections .page_content_item img.left { float:left; margin: 0 15px 15px 0 !important; }
.blog-item-sections .page_content_item img.right { float:right; margin: 0 0 15px 15px !important; }
.blog-item-sections .section-img-link { text-decoration:none; }
.blog-item-sections .section-gallery { width:100%; margin:0 0 15px; text-align:center; }

.blog-item h2.translate { margin:0 0 15px; }
.blog-item div.translate { margin:15px 0 0 0; }
.blog-item-sections .blog-item h2.translate {  }
.blog-item-sections .blog-item .section-text .translate { margin: 15px 0 0 0; }

.daisy-blog-paging { 
	font-weight:bold; font-size:1em; font-family:verdana; margin:0px 10px 10px; -webkit-justify-content: flex-end; justify-content:flex-end; -webkit-flex-wrap: wrap; flex-wrap: wrap;  
}
.daisy-blog-paging div { margin:0 0 0 15px;  }
.daisy-blog-paging .prev, .daisy-blog-paging .next, .daisy-blog-paging .current { 
	border-radius: 50%; background:#ccc; width:25px; height:25px; margin:0 0 -3px; box-sizing: border-box; text-align:center; padding:1px 0 0 0; cursor:pointer;
}
.daisy-blog-paging .prev a, .daisy-blog-paging .next a { 
	text-decoration:none; font-size: 1.1em; 
}
.daisy-blog-paging .current { margin: 0 5px -3px; padding:2px 0 0 0; cursor:default; }

.blog-item .contact { margin: 10px 0; }

/** category page **/
.wrapper-category-page .tools .button-red {
	width:100%;
	border-radius: 7px;
	background: #BE0E26 !important;
	padding: 5px 8px;
	font-weight: bold !important;
	font-size: 17px;
	color: #fff !important;
	border: 1px solid #333;
	text-transform: uppercase;
	cursor: pointer;
	margin:10px 0;
}
.wrapper-category-page .listing-group {
	box-sizing: border-box; padding:10px; font-weight:bold; text-transform:uppercase; background: #ccc; margin:10px 0; font-size: 1.1em;
}
.wrapper-category-page .listing-group:nth-child(1) { margin-top:10px; }

.wrapper-category-page select[name=form_cat] { 
	margin: 10px 0; box-sizing: border-box;
	width:100%; border:1px solid #ccc; border-radius:5px; padding: 8px; font-size:1.1em; font-weight:bold; 
}
.wrapper-category-page .category-map {
    display: none;
    width: 100%;
    height: 300px;
    border: 1px solid #000;
    margin: 10px 0 10px;
}
.gm-style-iw-c { padding:12px !important; }
.gm-ui-hover-effect { display:none !important; }
.google-info-window a { font-weight:bold; }


/** state selector **/
.wrapper-states { margin: 0 10px 40px 10px;  }
.wrapper-states .flexbox { -ms-flex-align: flex-start; -webkit-align-items: flex-start; -webkit-box-align: center; align-items: flex-start; }
.wrapper-states .column { margin: 0 30px 0 0; }
.wrapper-states h2 { color: #666; margin:0 0 10px; }
.wrapper-states h2.active { color: #000; margin:0 0 7px; }
.wrapper-states p { padding: 0 0 10px; margin:0px; }
.wrapper-states .cities { margin:0 0 3px; }

/** shop donation **/
.shop-donate { margin:10px; }
.shop-donate h2 { margin:25px 0 15px; font-size:1.2em; }
.shop-donate .label { width:auto; }
.shop-donate .flexbox-top .label { /*margin-top:5px;*/ }
.shop-donate .fieldset { margin: 0 0 15px; }
.shop-donate input[type=text], .shop-donate textarea, .shop-donate input[type=password] { 
	font-weight:bold; padding: 8px; 
	background-color: #E9E9E9;
    border: 1px solid #333;
    color: #333;
	border-radius:5px !important; box-sizing: border-box;
	margin-bottom:0px !important; 
}
.shop-donate input[type=text]:focus, .shop-donate textarea:focus {
	background-color: #FFFFFF;
}
.shop-donate .redeemable, .shop-donate .description { display:block; }
.shop-donate .redeemable .flexbox-top div:nth-child(1) { margin-right:5px; }
.shop-donate input[type=submit] { 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:1.2em; border:1px solid #809d27; 
	padding:10px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
}
.shop-donate .terms, .shop-donate .submits { margin-top:15px; }
.shop-donate .submits { height:50px; text-align:center; }
.shop-donate .terms div:nth-child(1) { margin-right:15px; }
.shop-donate .loading { text-align:center; margin-top:10px; display:none; }
.shop-donate .loading img { border:0px; }
.shop-donate .col  { display:block; width:100% !important; }

/** shop signup **/
.shop-signup { margin:10px; }
.shop-signup h2 { margin:25px 0 15px; font-size:1.2em; }
.shop-signup .label { width:auto; }
.shop-signup .flexbox-top .label { /*margin-top:5px;*/ }
.shop-signup .fieldset { margin: 0 0 15px; }
.shop-signup input[type=text], .shop-signup textarea, .shop-signup input[type=password] { 
	font-weight:bold; padding: 8px; 
	background-color: #E9E9E9;
    border: 1px solid #333;
    color: #333;
	border-radius:5px !important; box-sizing: border-box;
	margin-bottom:0px !important; 
}
.shop-signup input[type=text]:focus, .shop-signup textarea:focus {
	background-color: #FFFFFF;
}
.shop-signup .redeemable, .shop-signup .description { display:block; }
.shop-signup .redeemable .flexbox-top div:nth-child(1) { margin-right:5px; }
.shop-signup input[type=submit] { 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:1.2em; border:1px solid #809d27; 
	padding:10px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
}
.shop-signup .terms, .shop-signup .submits { margin-top:15px; }
.shop-signup .submits { height:50px; text-align:center; }
.shop-signup .terms div:nth-child(1) { margin-right:15px; }
.shop-signup .loading { text-align:center; margin-top:10px; display:none; }
.shop-signup .loading img { border:0px; }
.shop-signup .col  { display:block; width:100% !important; }
.shop-signup .thanks { text-align:center; margin:30px 0; display:none; }
.shop-signup .thanks h2 { color: #be0e26 !important; }
#middle .shop-signup .loading2 img { border:0px; }
.shop-signup .terms-items .fieldset { min-height:0 !important; }
.shop-signup .terms-items .fieldset div:nth-child(1) { margin-right:15px; }
.shop-signup-dialog-terms { text-align:left; }


/** shop order retrieval **/
.shop-retrieve { text-align:center; margin:10px 0 50px; }
.shop-retrieve .row { margin: 0 0 15px; }
.shop-retrieve input[type=text] { 
	width:95%; border-radius:5px; font-size:1.2em; font-weight:bold; padding: 10px 10px;  box-sizing: border-box; text-align:center;
	background-color: #E9E9E9;
    border: 1px solid #333;
    color: #333;
}
.shop-retrieve input[type=submit] { 
	background:#9ecb18; color:#fff; font-weight:bold; font-size:1.2em; border:1px solid #809d27; 
	padding:10px 5px; border-radius: 5px; cursor:pointer; text-transform:uppercase; 
	width:95%; box-sizing: border-box
}
.shop-retrieve .loading { display:none; }
.shop-retrieve .wrapper-loading { height:50px; }
.shop-retrieve .loading img { border:0px; float:none; }
.shop-retrieve .message { color:red; font-weight:bold; min-height:25px; font-size: 1.1em; }
.shop-retrieve .g-recaptcha { margin: 0 auto 10px; width:165px; }

/** newsletter **/
.wrapper-newsletter-signup .as { display:none; }

/** recaptcha **/
.g-recaptcha iframe { height:78px !important; }

/** page tabs **/
.page-tabs { width:100%; box-sizing: border-box; }
.page-tabs * { box-sizing: border-box; }
.page-tabs .tab-container { margin: 0 0 5px; }
.page-tabs .tab { 
	position:relative; text-align:left; background: #ccc; text-transform:uppercase; padding:10px; cursor:pointer; font-weight:bold; 
    font-size: 22px; border-radius:4px; margin:0 0 2px;
}
.page-tabs .tab:hover { background: #dedede; }
.page-tabs .tab a { text-decoration:none; color:#000; font-weight:bold; }
.page-tabs .subs { /*display:none;*/ }
.page-tabs .sub { background: #dedede;  }
.page-tabs .listings { /*display:none;*/ }
.page-tabs .listing { background: #f2f2f2;  }
.page-tabs .tab:not(.expand):not(.map):not(.on) a:after {
	content:'\203A \00a0';
	display: inline-block;
	position: absolute;
	top:5px; right:8px;
	font-size:1.3em;
}
.page-tabs .expand a:after {
	content:'\203A \00a0';
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top:12px; right:10px;
	font-size:1.3em;
}
.page-tabs .on:not(.map-toggle) a:after {
	content:'\00D7 \00a0';
	display: inline-block;
	position: absolute;
	top:16px; right:10px;
	font-size:1.3em;
}

/** weather **/
.weather {
	visibility:hidden; min-height:24px; /* to avoid shifting when loaded */
	margin: 0; box-sizing:border-box; text-align:center; text-transform:uppercase; 
	font-family:arial, helvetica, sans-serif; font-size: 17px; color: #4d4d4d;
}
.weather.on { visibility:visible; }
.weather > .flexbox { -webkit-justify-content: center; justify-content:center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.weather > .flexbox > div { margin:0 0 5px 20px; }
.weather > .flexbox > div:nth-child(1) { margin-left:0; }
.weather .wi:before { color:#4d4d4d; }
.page_content_row.feature-180 .page_content_item { margin:0px !important; }

