/*
Theme Name: Local Scout Main Wordpress Theme
Author: Information Pages
Author URI: http://informationpages.com
Description: The Local Scout Main theme is designed to replicate the design, responsiveness, and functionality of the LocalScout website and accommodate all of the Local Scout plugins and widgets.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fluid-layout, responsive-layout, flexible-header, full-width-template, theme-options
Text Domain: localscout-main

This theme will replicate the design, responsiveness, and functionality of the LocalScout website.
*/
html,
body {
  min-height: 100%;
}
.easing {
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.wide {
  font-family: 'Open Sans', sans-serif;
}
.yellow {
  color: #f68f1e;
}
.white {
  color: #fff;
}
.muted {
  color: #999999;
}
.text-shadow {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
}
a:focus {
  outline: none;
}
.profile address {
  margin-bottom: 10px;
}
.header-container {
  height: 60px;
  background-color: #e3dbcf;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: left 0.5s ease, padding-left 0.5s ease;
  -moz-transition: left 0.5s ease, padding-left 0.5s ease;
  -o-transition: left 0.5s ease, padding-left 0.5s ease;
  transition: left 0.5s ease, padding-left 0.5s ease;
}
.header-container .icons {
  margin: 12px 15px 12px 0;
}
.header-container .icons a {
  margin: 0 0 0 12px;
}
.header-container .logo img {
  margin: 8px 20px;
}
@media (max-width: 768px) {
  .header-container .logo img {
    margin: 8px 5px 8px 10px;
  }
}
.header-form {
  width: 525px;
  margin: 12px 0;
  padding: 0;
  text-align: right;
  /*margin: 8px 0;*/
  /*padding: 0;*/
}
.header-form small {
  font-size: 10px;
  color: #333;
  margin: 0;
  padding: 0;
  display: block;
}
.header-form button {
  /*margin-bottom: 15px;*/
}
.search-container {
  margin: 0px auto;
  margin-top: 3px;
  max-width: 900px;
  padding: 0;
}
.search-container .search-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  max-height: 275px;
}
.search-container .search-suggestions {
  color: #eeeeee;
  text-align: center;
  padding-bottom: 3px;
}
.search-container .search-suggestions .suggestion-tagline h3 {
  padding: 10px 0 5px 0;
}
.search-container .search-suggestions p {
  margin: 5px 5px 10px 5px;
  font-size: 15px;
}
.search-container .search-suggestions hr {
  margin: 20px 25px;
}
.search-container .search-suggestions p.icons {
  font-size: 30px;
}
.search-container .search-suggestions p.icons a {
  margin: 0 7px;
}
.search-container .search-tagline {
  margin: 0 0 0 30px;
}
.search-container .search-tagline h3 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0 0 0;
}
.search-container .form-container {
  margin: 20px;
  padding: 0 0 1px 0;
  color: #fff;
}
#vmap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#nomatch {
  margin-top: 10px;
  font-size: 16px;
}
#nomatch a {
  color: #3399ff;
}
#nomatch a:hover {
  color: #297acc;
}
.banner {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.listing {
  margin: 0;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #333;
  /* Gradient Background */
  background-color: #fff;
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 50%, #fafafa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(250, 250, 250, 0)), color-stop(100%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 50%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250, 250, 250, 0) 50%, #fafafa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250, 250, 250, 0) 50%, #fafafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 50%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafafa', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
.listing a {
  color: #333333;
  text-decoration: none;
}
.listing .desc {
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.listing h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.listing h4 {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.listing h4 a {
  color: #333333;
  text-decoration: none;
}
.listing address {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.multi_addrs address {
  margin: 3px 0;
}
.listing .icons {
  text-align: right;
}
.listing .icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.listing .icons ul li {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
}
.listing .icons a {
  color: #666666;
  font-size: 18px;
  text-decoration: none;
}
.listing .icons a:hover {
  color: #f68f1e;
}
.listing .badge,
.profile .badge {
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f68f1e;
  border: 2px solid #333333;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.listing .badge:hover,
.profile .badge:hover,
.listing:hover .badge,
.listing.over .badge {
  background-color: #333333;
  color: #eeeeee;
  cursor: pointer;
}
.listing .location_data,
.profile .location_data {
  margin: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-align: center;
}
.profile .phone_data {
  text-align: right;
  padding-right: 25px;
}
.profile .phone_data h4 {
  margin: 5px 0 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .profile .location_data {
    padding-left: 0;
    padding-right: 10px;
  }
  .profile .phone_data {
    padding-right: 10px;
  }
}
.listing .distance,
.profile .distance {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 13px;
}
.listing .distance small,
.profile .distance small {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.listing .stars img,
.profile .stars img {
  margin: 5px 0 0 0;
}
/* Map Info */
.mapinfo a {
  color: #3399ff;
}
.mapinfo a:hover {
  color: #297acc;
}
.mapinfo .miname,
.mapinfo .miname a {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.mapinfo .laddress {
  color: #333;
  line-height: 16px;
}
.mapinfo .lphone {
  font-weight: bold;
  vertical-align: top;
}
/* Remove Gutters from Listings and Map */
div.listings,
div.right_col {
  padding-left: 0;
  padding-right: 0;
}
.listings_page div.right_col {
  border-left: 1px solid #cccccc;
}
/* Menu CSS */
/* Categories */
.categories {
  background-color: #fff;
  position: fixed;
  z-index: 2;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: #333333;
  bottom: -540px;
  right: 0;
  cursor: pointer;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (max-width: 768px) {
  .categories {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 50px;
    z-index: 10;
  }
}
.categories_open {
  right: 0;
  width: 58.33%;
  /*
	right: 250px;
	width: -moz-calc( 58.33% - 145.83px );
	width: -webkit-calc( 58.33% - 145.83px );
	width: -o-calc( 58.33% - 145.83px );
	width: calc( 58.33% - 145.83px );
	*/
}
@media (max-width: 1200px) {
  .categories_open {
    right: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .categories_open {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .categories .scroller {
    height: 540px;
  }
  .categories .scroller_open {
    max-height: 540px;
    min-height: 140px;
    overflow-y: auto;
  }
}
.categories .title {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 10px 15px 12px 15px;
  height: 40px;
}
.categories .title a {
  font-size: 18px;
  color: #333333;
}
.categories .title a:hover {
  color: #666666;
}
.categories .title h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #666666;
}
.categories li {
  height: 45px;
  margin: 0;
  padding: 5px 15px 0 15px;
  border-bottom: 1px solid #cccccc;
}
.categories li:hover {
  background-color: #FAFAFA;
}
.categories .category_name {
  font-size: 16px;
  margin: 0 10px 0 20px;
  line-height: 32px;
}
.categories .badge {
  margin-top: 8px;
}
/* Refine */
.refine-container {
  position: fixed;
  z-index: 7;
  background-color: #666666;
  color: #eeeeee;
  top: 60px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 0;
  height: 55px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.5s ease, padding-left 0.5s ease;
  -moz-transition: left 0.5s ease, padding-left 0.5s ease;
  -o-transition: left 0.5s ease, padding-left 0.5s ease;
  transition: left 0.5s ease, padding-left 0.5s ease;
}
.refine-container p {
  margin: 10px 0 10px 15px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.refine-container .refine-bar {
  margin: 0;
  padding: 0;
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #666666 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
  /* IE6-9 */
}
.refine-container .refine-bar ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
}
.refine-bar .legend {
  font-size: 18px;
  color: #f68f1e;
  font-weight: normal;
}
.refine-container .refine-bar ul li {
  display: inline;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
.refine-container .refine-bar .blockspan {
  border-right: 1px solid #999999;
  padding: 15px 10px 15px 10px;
  margin: 0 0 0 0px;
  display: inline-block;
}
.refine-bar div.dropdown {
  display: inline;
}
.refine-container .refine-bar a {
  color: #eeeeee;
  text-decoration: none;
}
.refine-container .refine-bar a:hover {
  color: #f68f1e;
}
.refine-container .btn-group {
  margin: 10px 15px;
}
.refine-bar div.dropdown {
  display: inline;
}
.refine-bar ul.dropdown-menu {
  top: 37px;
  left: -9px;
  background-color: #333333;
}
.refine-bar ul.dropdown-menu li a {
  font-size: 13px;
}
.refine-bar ul.dropdown-menu li a:hover {
  color: #000000;
}
.refine-bar .view-selector .btn {
  color: #333333;
}
.refine-bar .view-selector .btn:hover {
  background-color: #f68f1e;
  color: #333333;
  text-decoration: none;
  border: 1px solid #f68f1e;
}
a.map_pin {
  color: #222;
  margin: 0;
  background: url('../img/LSpin32.png') no-repeat right top;
  background-size: 32px 32px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 1px 12px 15px 12px;
}
a.map_pin:hover,
a.map_pin_hover {
  text-decoration: none;
  color: #fff;
  background: url('../img/LSpin32_alt.png') no-repeat right top;
  background-size: 32px 32px;
}
.bottom-nav {
  position: fixed;
  z-index: 8;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #666666 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #666666 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
  /* IE6-9 */
}
.bottom-nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.bottom-nav li {
  height: 50px;
  display: inline;
  color: #eee;
  font-size: 13px;
  text-align: center;
  margin: 0;
  padding: 5px 0 0 0;
  border-left: 1px solid #919191;
  border-right: 1px solid #737373;
}
.bottom-nav li:first-child {
  border-left: none;
  border-right: 1px solid #737373;
}
.bottom-nav li:last-child {
  border-left: 1px solid #919191;
  border-right: none;
}
.bottom-nav li.active {
  background: #333;
}
.bottom-nav li.active a,
.bottom-nav li.active a:hover {
  color: #f68f1e;
}
.bottom-nav .big-icon {
  display: block;
  font-size: 24px;
  line-height: 20px;
}
.bottom-nav a {
  color: #eeeeee;
  text-decoration: none;
}
.bottom-nav a:hover {
  color: #fff;
}
.mobile-search {
  position: absolute;
  top: -275px;
  left: 0;
  z-index: 8;
  width: 100%;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition: all 1.0s ease;
}
.mobile-search-open {
  top: 60px;
}
.mobile-search form {
  margin: 20px 0 0 0;
  padding: 0;
}
.mobile-search div.form-buttons {
  margin: 0 15px 0 0;
}
.mobile-search div.form-group {
  margin-bottom: 0px;
}
.mobile-search div.form-group:first-child,
.mobile-search div.form-group:last-child {
  margin-bottom: 8px;
}
.mobile-search .mobile-search-collapse a {
  font-size: 32px;
  color: #333333;
  vertical-align: -22%;
}
.mobile-search .mobile-search-collapse a:hover {
  color: #f68f1e;
}
.mobile-search span.search {
  margin-left: 5px;
}
/* Super Mini Screens */
.xxs-only {
  display: none;
}
@media (max-width: 420px) {
  .hidden-xxs {
    display: none;
  }
  .xxs-only {
    display: inline;
  }
  #refine_title {
    display: none;
  }
}
/* Logo Only Class */
.xxs-logo {
  display: none;
}
@media (max-width: 340px) {
  .full-logo {
    display: none;
  }
  .xxs-logo {
    display: inline;
  }
}
#page {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: left 0.5s ease, padding-left 0.5s ease;
  -moz-transition: left 0.5s ease, padding-left 0.5s ease;
  -o-transition: left 0.5s ease, padding-left 0.5s ease;
  transition: left 0.5s ease, padding-left 0.5s ease;
}
#page.waiting {
  cursor: progress !important;
}
#content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  margin: 0;
  padding: 117px 0 0 0;
}
#book {
  padding: 117px 0 0 0;
}
#book img {
  vertical-align: top;
}
#book .WEB {
  left: 12px !important;
  top: 12px !important;
}
@media (max-width: 768px) {
  #content {
    overflow-y: hidden;
    padding-bottom: 50px;
  }
}
#content .content-container,
#content .content-row {
  height: 100%;
}
.slide-out-menu {
  background: #333333;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}
.menu-content ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #333333;
}
.menu-content li.divider {
  height: 15px;
  background-color: #222;
}
.menu-content li.menu-header {
  display: block;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #444;
  color: #ccc;
}
.menu-content li.menu-header .remove {
  margin: 0 10px;
  cursor: pointer;
}
.menu-content li.menu-header .location {
  font-weight: bold;
  color: #f68f1e;
}
.menu-content li.menu-header .weather {
  margin: 0 10px;
}
.menu-content li.menu-header a {
  display: inline;
  padding: 0;
  margin: 0;
  color: #428bca;
  border: none;
}
.menu-content li.menu-header a:hover {
  text-decoration: none;
  color: #3774a9;
  background: none;
}
.menu-content li.menu-header .weather a {
  font-size: 11px;
}
.menu-content li a,
.menu-content li span.faux_link {
  display: block;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #444;
  color: #ccc;
}
.menu-content li span.faux_link span {
  margin-right: 8px;
}
.menu-content li a span {
  margin-right: 8px;
}
.menu-content li a:hover {
  text-decoration: none;
  color: #eee;
  background-color: #444;
}
.menu-content li a:first-child {
  border-top: none;
}
.menu-content li .btn-group {
  margin: 5px 10px;
}
#page.menu-open {
  left: -250px;
  padding-left: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#page.menu-open .header-container,
#page.menu-open .refine-container {
  padding-left: 0;
  left: -250px;
}
#page.menu-open .categories {
  right: 250px;
}
.right_col,
#vmap {
  height: 100%;
  min-height: 320px;
}
#listcol {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Directions */
#mapdir {
  position: absolute;
  top: 140px;
  left: 25px;
  bottom: 25px;
  z-index: 5;
  width: 400px;
  overflow-y: auto;
  background-color: #fff;
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#mapdirlist {
  margin: 0;
  padding: 0 10px 10px 10px;
}
@media (max-width: 768px) {
  #mapdir {
    top: 117px;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
  #mapdirlist {
    position: absolute;
    overflow-y: auto;
    top: 50px;
    left: 0;
    width: 100%;
    bottom: 0;
  }
}
#mapdir a {
  color: #3399ff;
}
#mapdir h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
#mapdir .dd_route {
  margin: 0;
  padding: 0;
}
#mapdir .dd_routeSummary {
  margin: 0;
  padding: 0;
}
#mapdir .dd_waypoint {
  display: none;
}
/* Hide BS Directions Stuff on Top */
#mapdir .landing,
#mapdir .schedule {
  display: none !important;
}
@media (max-width: 768px) {
  #categories {
    height: 100%;
    overflow-y: auto;
  }
  .right_col,
  #vmap {
    height: 100%;
  }
  }
}
.lsPin div {
  color: #000 !important;
  font-size: 11px !important;
}
.lsPinOn div {
  color: #fff !important;
  font-size: 11px !important;
}
.lsPin img,
.lspinOn img {
  height: 32px;
  width: 32px;
}
.lsDot img {
  height: 10px;
  width: 10px;
}
.lsHome img {
  height: 48px;
  width: 32px;
}
.lmicon {
  height: 21px;
  width: 26px;
}
.tier1,
.tier2,
.tier3,
.tier4,
.tier5 {
  background: #f68f1e;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 221, 24, 0) 0%, rgba(255, 221, 24, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 221, 24, 0)), color-stop(100%, rgba(255, 221, 24, 0.15)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 221, 24, 0) 0%, rgba(255, 221, 24, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 221, 24, 0) 0%, rgba(255, 221, 24, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 221, 24, 0) 0%, rgba(255, 221, 24, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 221, 24, 0) 0%, rgba(255, 221, 24, 0.15) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffdd18', endColorstr='#26ffdd18', GradientType=0);
  /* IE6-9 */
}
/* Profile Header */
.profile_page .refine-bar ul {
  margin-right: 145px;
}
.breadcrumb-wrapper {
  margin-right: 125px;
  white-space: nowrap;
  overflow-x: hidden;
}
#breadcrumbs {
  font-size: 16px;
  font-weight: normal;
  padding: 16px 10px 20px 10px;
  height: 50px;
  overflow-y: hidden;
  margin: 0 0 0 0px;
  display: inline-block;
}
#breadcrumbs span.glyphicon {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: 15%;
  color: #ccc;
}
#open_indicator {
  margin: 0 10px 0 10px;
}
#open_indicator span.box {
  background-color: #efefef;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#open_indicator span.open {
  color: #5dff34;
  font-size: 36px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: -15%;
}
#open_indicator span.closed {
  color: red;
  font-size: 36px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: -15%;
}
/** OLD STUFF - MUST REPLACE **/
.infobox,
.Infobox {
  position: relative;
  background-color: white;
  border: 1px solid #888888;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  width: 256px;
}
.infobox_close {
  float: right;
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #888;
  margin-right: -2px;
}
.infobox_content,
.infobox-body {
  margin: 8px;
  font-family: Arial;
  font-size: 11px;
  line-height: 22px;
  overflow: hidden;
}
.infobox_pointer {
  width: 33px;
  height: 38px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 20px;
  top: -1px;
}
/* AVANTAR */
.avantar {
  background: -moz-linear-gradient(top, rgba(90, 167, 226, 0) 0%, rgba(90, 167, 226, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(90, 167, 226, 0)), color-stop(100%, rgba(90, 167, 226, 0.15)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(90, 167, 226, 0) 0%, rgba(90, 167, 226, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(90, 167, 226, 0) 0%, rgba(90, 167, 226, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(90, 167, 226, 0) 0%, rgba(90, 167, 226, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(90, 167, 226, 0) 0%, rgba(90, 167, 226, 0.15) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005aa7e2', endColorstr='#265aa7e2', GradientType=0);
  /* IE6-9 */
}
.avantar .desc {
  border-top: none;
  padding-top: 0;
}
/* Autosuggest */
.suggestions {
  position: absolute;
  z-index: 10;
  background-color: #FFF;
  border: 1px solid #cccccc;
  padding: 5px 15px;
  max-height: 80%;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.suggestions div:hover {
  color: #f68f1e;
  text-decoration: underline;
  cursor: pointer;
}
/* Profile Page */
.profile-content {
  margin: 115px 0 0 0;
  background-color: #fff;
}
.profile {
  padding: 0;
}
.profile h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 0;
}
.profile h4.phone a {
  color: #3399ff;
}
.profile address a {
  color: #3399ff;
}
.profile .business-info {
  padding: 0;
}
.profile .business-info h4 {
  font-size: 16pt;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.profile .business-info .headings {
  margin-bottom: 10px;
}
.profile .business-info .headings a {
  color: #3399ff;
  font-size: 16px;
}
.profile .business-info ul {
  margin: 5px 0 10px 0;
  list-style-type: none;
  padding-left: 15px;
}
.profile .business-info ul img {
  display: inline;
  height: auto;
  width: 30px;
  margin-right: 5px;
}
.profile .business-info ul.payment-methods li {
  margin-bottom: 5px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-left: 38px;
}
.profile .business-info ul.payment-methods li::before {
  content: "";
}
ul.payment-methods li.visa {
  background-image: url('images/ls/pay/visa.png');
}
ul.payment-methods li.amex {
  background-image: url('images/ls/pay/amex.png');
}
ul.payment-methods li.cash {
  background-image: url('images/ls/pay/cash.png');
}
ul.payment-methods li.check {
  background-image: url('images/ls/pay/check.png');
}
ul.payment-methods li.cirrus {
  background-image: url('images/ls/pay/cirrus.png');
}
ul.payment-methods li.delta {
  background-image: url('images/ls/pay/Delta.png');
}
ul.payment-methods li.diners {
  background-image: url('images/ls/pay/diners.png');
}
ul.payment-methods li.discover {
  background-image: url('images/ls/pay/discover.png');
}
ul.payment-methods li.discovernetwork {
  background-image: url('images/ls/pay/DiscoverNetwork.png');
}
ul.payment-methods li.dollar {
  background-image: url('images/ls/pay/dollar.png');
}
ul.payment-methods li.echeck {
  background-image: url('images/ls/pay/echeck.png');
}
ul.payment-methods li.euro {
  background-image: url('images/ls/pay/euro.png');
}
ul.payment-methods li.gift {
  background-image: url('images/ls/pay/gift.png');
}
ul.payment-methods li.jcb {
  background-image: url('images/ls/pay/jcb.png');
}
ul.payment-methods li.maestro {
  background-image: url('images/ls/pay/maestro.png');
}
ul.payment-methods li.mastercard {
  background-image: url('images/ls/pay/mastercard.png');
}
ul.payment-methods li.paypal {
  background-image: url('images/ls/pay/paypal.png');
}
ul.payment-methods li.pound {
  background-image: url('images/ls/pay/pound.png');
}
ul.payment-methods li.solo {
  background-image: url('images/ls/pay/solo.png');
}
ul.payment-methods li.switch {
  background-image: url('images/ls/pay/switch.png');
}
ul.payment-methods li.wirecard {
  background-image: url('images/ls/pay/wirecard.png');
}
.profile ul.social-icons li a img {
  vertical-align: -15%;
}
.profile ul.social-icons {
  list-style-type: none;
  padding: 0;
}
.profile ul.social-icons li {
  display: inline-block;
  font-size: 14px;
  margin: 0 15px 0 0;
}
.profile ul.social-icons li a {
  color: #333333;
}
.profile ul.social-icons li a:hover {
  text-decoration: none;
  color: #297acc;
}
.profile ul.social-icons li a .social,
.profile ul.social-icons li a .glyphicon-pro {
  font-size: 18px;
  vertical-align: -10%;
  margin-right: 5px;
}
.profile ul.social-icons li a .social {
  color: #3399ff;
}
/* Std Page */
.page-content {
  margin: 60px 0 0 0;
  padding: 10px;
  background-color: #fff;
}
/*******************/
/* Home Page Stuff */
/*******************/
/* Ribbon */
.ribbon {
  background-color: #F9F9F9;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.ribbon .control {
  font-size: 24px;
  margin: 30px 15px 0 15px;
  color: #666666;
}
.ribbon .control:hover {
  color: #f68f1e;
  cursor: pointer;
}
.ribbon .left_control {
  float: left;
}
.ribbon .right_control {
  float: right;
}
.ribbon_container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  text-align: center;
}
.ribbon_container .item {
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
}
.ribbon_container .item:hover {
  background-color: #FEFEFE;
}
.ribbon_container .item_icon img {
  height: 45px;
  width: 45px;
  margin: 0 0 5px 0;
}
.ribbon_container .item_label {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.ribbon_container .item a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .ribbon .control {
    margin: 30px 5px 0 5px;
  }
}
/* WP Articles Section */
.wp_article {
  margin: 15px 10px;
  padding: 0;
}
.wp_article h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.wp_article h3 a {
  color: #333333;
  text-decoration: none;
}
.wp_article h3 a:hover {
  color: #3399ff;
}
.wp_article small {
  font-size: 13px;
  color: #999999;
  margin: 0;
  padding: 0;
}
.wp_article p {
  font-size: 14px;
  color: #333333;
  margin: 5px 15px;
}
/* Home Page Search */
.home_search {
  background-image: url('img/search_background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #337ab7;
  background-size: cover;
  padding: 25px 0;
  margin: 60px 0 0 0;
}
.home_search .right_box {
  margin: 0;
  padding: 15px 10px 0 0;
}
.home_search .right_box ul {
  list-style-type: none;
  margin: 20px 35px 0 35px;
  padding: 20px 0 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.home_search .right_box ul li {
  color: #f68f1e;
  font-size: 32px;
  display: inline;
  margin: 0 15px;
  cursor: pointer;
}
.home_search .right_box ul li:hover {
  color: #e4c100;
}
.search_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.home_search .search-container {
  margin: 0 40px 0 0;
}
.home_search span.input-group-addon {
  width: 60px;
  color: #666666;
}
.home_search span.geolocate {
  width: 30px;
  cursor: pointer;
}
.home_search span.geolocate:hover {
  color: #333333;
  background-color: #DDD;
}
.home_search input {
  color: #333333;
}
.home_search .input-group {
  width: 100%;
}
.home_search h2 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 15px 0 0 40px;
}
.home_search h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 0;
}
.home_search p {
  color: #fff;
}
.home_search form small {
  display: block;
  padding: 3px 0 0 80px;
  color: #eeeeee;
}
.home_search button {
  font-size: 14px;
  font-weight: bold;
}
.home_search button .glyphicon-pro {
  margin-left: 10px;
}
.section_selector .dropdown-menu .glyphicon-pro {
  margin: 0 5px 0 0;
}
@media (max-width: 768px) {
  .home_search h2 {
    padding: 15px 0 0 20px;
  }
  .home_search .search-container {
    margin: 0 20px 0 20px;
  }
}
/* Tagline with Panels */
.tagline_container {
  margin: 40px 0;
  padding: 0;
}
.tagline_bar {
  background-color: #666666;
}
.tagline_bar .tagline_inner {
  margin: 0 auto;
  max-width: 1200px;
}
.tagline_bar .tagline {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  padding: 60px 0;
}
.tagline_bar .tagline .big {
  font-size: 40px;
  font-weight: bold;
}
.tagline_bar .box_container {
  width: 200px;
  margin: -15px 30px 0 30px;
  padding: 0;
  border-top: 15px solid #f68f1e;
  float: right;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.tagline_bar .box_container {
  background-color: #fff;
}
@media (max-width: 768px) {
  .tagline_bar .box_container {
    margin: -15px 10px 0 10px;
  }
}
@media (max-width: 560px) {
  .tagline_bar .tagline_text {
    display: none;
  }
  .tagline_bar .box_container {
    width: 40%;
    margin: -15px 5% 0 5%;
  }
  .tagline_bar .box_content img {
    width: 100%;
  }
}
/* Call to Action Tri-Container */
.action_container {
  color: #FFF;
  background-color: #333333;
  padding: 25px 0;
  text-align: center;
  margin: 20px 0;
}
.action_container .action_bar {
  max-width: 1200px;
  margin: 0 auto;
}
.action_container a {
  color: #333333;
  text-align: left;
  margin-top: 10px;
}
.action_container a .glyphicon-pro {
  color: #666666;
  margin-right: 10px;
}
.action_container h4 {
  font-size: 20px;
  font-weight: bold;
}
.action_container p {
  font-size: 14px;
}
.action_container .box_container {
  margin: 0;
  padding: 0 25px;
}
.action_container .center_box {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .action_container {
    padding: 10px 0;
    text-align: left;
  }
  .action_container .center_box {
    border-left: none;
    border-right: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .action_container .box_container {
    margin: 0 0 15px 0;
    padding: 0 15px;
  }
  .action_container a {
    margin-top: 0px;
  }
}
.footer {
  background-color: #fff;
}
.footer p {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin: 0;
  padding: 0 0 20px 0;
}
.publisher {
  text-align: center;
  margin: 10px 0 5px 0;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #cccccc;
}
#mapgeo {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 32px;
  width: 32px;
}
#mugeo {
  height: 32px;
  width: 32px;
}
.lsPinOn,
.lsPinOff,
.lsDot,
.lsHome,
#mapgeo {
  cursor: pointer !important;
}
.star-container:hover label.rating-stars {
  color: #f68f1e;
}
input.rating-stars {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label.rating-stars {
  color: #333333;
  cursor: pointer;
}
.rating-stars .glyphicon-pro {
  font-size: 24px;
  padding: 0 2px;
}
label.rating-stars:hover ~ label.rating-stars {
  color: #333333 !important;
}
input[type="radio"].rating-stars:checked + label.rating-stars {
  color: #f68f1e;
}
/* Listing Lightbox */
.lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 15;
}
.lightbox-close {
  margin: 15px;
  font-size: 32px;
}
.lightbox-close a {
  color: #333333;
}
.lightbox-close a:hover {
  color: #297acc;
}
.lightbox-content {
  position: relative;
  margin: 5% auto;
  padding: 0;
  text-align: center;
  height: 90% !important;
  width: 80% !important;
}
.lightbox-content img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

/* Fix LeafletJS Attribution Crap */
/*.mq-logo-control, .mq-attribution-control {*/
.mq-logo-control {
	display: none !important;
}
.leaflet-top, .leaflet-bottom {
	z-index: 1 !important;
}
#mapdirlist {
	font-size: 16px;
}
#mapdirlist br {
	line-height: 32px;
}

/* PIN STYLES FOR LEAFLET */
.lsPin {
	background: url('img/LSpin32.png') no-repeat right top;
	background-size: 32px 32px;
	color: #333;
}
.lsPin.active, .lsPin:hover {
	background: url('img/LSpin32_alt.png') no-repeat right top;
	color: #FFF;
	z-index: 999 !important;
}
.lsPin.dot, .lsPin.dot:hover {
	background: url('img/LSdot10.png') no-repeat center bottom;
	background-size: 10px 10px;
}
.lsPin.dot .lsPinLabel {
	display: none;
}
.lsPin .lsPinLabel {
	font-family: Arial, sans-serif;
	margin-top: -29px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Profile Override */
.profile_content address, .profile_content .website, .profile_content .social-icons {
	font-family: Arial, sans-serif !important;
}

/* Book View Fix */
#pagecontainer {
	color: #000;
}
#pagecontainer a {
	color: #000;
}