/*********** SEARCH BOX TYPEAHEAD STYLES BEGINS ***********/
/*.twitter-typeahead { width: 100%;}*/
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint { width: 100%; margin: 0px; padding: 8px 12px; border: 2px solid #ccc; outline: none; }
/*.twitter-typeahead .tt-input:focus { border: 2px solid #0097cf; }*/
.twitter-typeahead .tt-hint { color: #999; }
.twitter-typeahead .tt-dropdown-menu { /*width: 100%;*/ width: 480px; padding: 0; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.2); border-top: solid 2px rgba(0, 0, 0, 0.2);}
.twitter-typeahead .tt-dropdown-menu .tt-suggestion { text-align: left; padding: 3px 20px; font-size: 18px; line-height: 24px; }
.twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor { color: #515151; background-color: rgb(226, 243, 255); cursor: pointer;}
.twitter-typeahead .tt-dropdown-menu .tt-suggestion p { margin: 0; }
.twitter-typeahead .tt-dropdown-menu .tt-suggestion a { text-decoration: none; }
.twitter-typeahead .tt-dropdown-menu .tt-suggestion em { font-weight: bold; font-style: normal; background: #fff6d5;}

.twitter-typeahead .tt-dropdown-menu .header{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background: #efefef repeat-y;
    text-align: left;
    font-size: 14px;
}
.twitter-typeahead .tt-dropdown-menu .search-result{
    font-size: 12px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .company-logo {
    width: 25px;
    /*max-height: 25px;*/
    /*max-width: 25px;*/
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .company-logo .logo-imgsrc{
    max-height: 25px;
    max-width: 25px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .name-address {
    position: relative;
}
.twitter-typeahead .tt-dropdown-menu .search-result .name-address .name {
    font-weight: bold;
    font-size: 12px;
    color: #515151;
    text-shadow: none;
    text-align: left;
    margin-top: 0;
    /*margin-bottom: 0;*/
    line-height: 1.2;
}
.twitter-typeahead .tt-dropdown-menu .search-result .name-address .address{
    font-weight: normal;
    font-size: 10px;
    color: #515151;
    display:inline-block;
}
.twitter-typeahead .tt-dropdown-menu .search-result .total-listings {
    color: #888888;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .star-details {
    float: right;
    width: 83px;
    /*display: block;*/
    position: absolute;
    right: 0px;
    top:-2px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .star-details i {
    margin: 0;
    color: #FFC600;
    font-size: 14px;
}
.twitter-typeahead .tt-dropdown-menu .search-result .star-details i:before {
    margin: 0;
}
.twitter-typeahead .tt-dropdown-menu .search-result .star-details .review-count {
    font-size: 8px;
    color: #515151;
	position:absolute;
    margin-top: -10px;
}

/* Add business page - algolia search for city */
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu {width: 217px; border-top: none;}
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu .tt-suggestion { text-align: left; padding: 3px; font-size: 13px; line-height: 20px; }
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor { color: #515151; background-color: rgb(226, 243, 255); cursor: pointer;}
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu .tt-suggestion p { margin: 0; }
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu .tt-suggestion a { text-decoration: none; }
.add-business-edit-location-city-wrapper .twitter-typeahead .tt-dropdown-menu .tt-suggestion em { font-weight: normal; font-style: normal; background: #fff6d5;}
/*********** SEARCH BOX TYPEAHEAD STYLES ENDS ***********/
body{background:#fff!important;}

.normalize-ul,
.main-categories ul,
.sub-categories ul,
.top-cities ul,
.region ul,
.site-map ul,
.province ul,
.business-groups ul,
.business-groups-alphabet ul,
.business-listings .business-entry .business-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.normalize-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.normalize-ul.left li {
  float: left;
}
.with-separator li:before {
  content: "|";
  color: #FFF;
  padding-left: 12px;
  padding-right: 12px;
}
.with-separator li:first-child:before {
  content: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.bold{
  font-weight: bold;
}
.fancy-heading {
  font-weight: 300;
  font-size: 24px;
  margin-top: 44px;
  margin-bottom: 44px;
  text-align: center;
  color: #515151;
}
@media (max-width: 767px) {
  .fancy-heading {
    font-weight: 300;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    color: #515151;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fancy-heading {
    font-weight: 300;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #515151;
  }
}
.container {
  box-sizing: border-box;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 100%;
    padding: 0px;
    font-size: 16px;
  }
}
.vertically-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fully-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.btn {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  border: solid 1px #999999;
  text-shadow: -1px -1px 1px #ffffff;
  text-decoration: none;
  color: #515151;
}
.btn.btn-silver-home {
  background-image: -moz-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -webkit-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -ms-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
}
.btn.btn-orange {
  background-color: #FFC700;
  background-image: -moz-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
}
.location-browser {
  color: #515151;
  width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  .location-browser {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .location-browser {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    padding-top: 0px;
  }
}
.location-browser h3 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 12px;
}
.location-browser .locations {
  margin-bottom: 50px;
}
.location-browser .locations .location-col {
  float: left;
  width: 155px;
  width: 19%;
}
.location-browser .locations .location-col h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.location-browser .locations .location-col h4 a{color:#515151;}
.location-browser .locations .location-col h4 a:hover{color:#ff0000;}
.location-browser .locations .location-col a:hover{text-decoration:underline;}

span#view_map{color:#959595;}

.location-browser .locations .location-col ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  list-style: none;
}
.location-browser .locations .location-col ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #515151;
}
@media (max-width: 767px) {
  .location-browser .locations .location-col ul li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .location-browser .locations .location-col ul li a {
    font-size: 16px;
  }
}
.autocomplete .results-wrapper {
  position: absolute;
  z-index: 9;
  width: 523px;
  top: 46px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #d1d1d1;
}
.autocomplete .results-wrapper > ul {
  margin: 0;
  padding: 0;
}
.autocomplete .results-wrapper > ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.autocomplete .results-wrapper > ul.left li {
  float: left;
}
.autocomplete .results-wrapper > ul > li {
  background: #efefef;
}
.autocomplete .results-wrapper > ul > li.businesses .results ul li {
  margin-bottom: 20px;
}
.autocomplete .results-wrapper > ul > li.categories .results {
  padding-bottom: 20px;
  padding-top: 10px;
}
.autocomplete .results-wrapper > ul > li.categories .type {
  padding-top: 10px;
}
.autocomplete .results-wrapper > ul > li .type {
  width: 87px;
  float: left;
  text-align: center;
}
.autocomplete .results-wrapper > ul > li .type strong {
  font-size: 11px;
  font-weight: normal;
}
.autocomplete .results-wrapper > ul > li .results {
  width: 426px;
  float: left;
  background: #FFF;
  padding-left: 10px;
}
.autocomplete .results-wrapper > ul > li .results ul {
  margin: 0;
  padding: 0;
}
.autocomplete .results-wrapper > ul > li .results ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.autocomplete .results-wrapper > ul > li .results ul.left li {
  float: left;
}
.autocomplete .results-wrapper > ul > li .results ul li a {
  color: #515151;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.autocomplete .results-wrapper > ul > li .results ul li a .total-listings {
  color: #888888;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}
.autocomplete .results-wrapper > ul > li .results ul li a .image-container {
  width: 25px;
  float: left;
}
.autocomplete .results-wrapper > ul > li .results ul li a .business-info {
  width: 290px;
  padding-left: 10px;
  float: left;
}
.autocomplete .results-wrapper > ul > li .results ul li a .business-info h2 {
  font-weight: bold;
  font-size: 12px;
  color: #515151;
  text-shadow: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.autocomplete .results-wrapper > ul > li .results ul li a .business-info mark.keyword {
  background: #fff6d5;
}
.autocomplete .results-wrapper > ul > li .results ul li a .business-info .address {
  font-weight: normal;
  font-size: 10px;
}
/*.autocomplete .results-wrapper > ul > li .results ul li a .star-details {
  float: left;
  width: 83px;
  text-align: right;
}
.autocomplete .results-wrapper > ul > li .results ul li a .star-details i {
  margin: 0;
  color: #FFC600;
  font-size: 14px;
}
.autocomplete .results-wrapper > ul > li .results ul li a .star-details i:before {
  margin: 0;
}
.autocomplete .results-wrapper > ul > li .results ul li a .star-details .review-count {
  font-size: 8px;
  color: #9c9c9c;
  position: relative;
  top: -4px;
  text-align: right;
}*/
@font-face {
  font-family: 'n49-icons';
  src: url('../fonts/n49-icons.eot?28240969');
  src: url('../fonts/n49-icons.eot?28240969#iefix') format('embedded-opentype'), url('../fonts/n49-icons.woff?28240969') format('woff'), url('../fonts/n49-icons.ttf?28240969') format('truetype'), url('../fonts/n49-icons.svg?28240969#n49-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'n49-icons';
    src: url('../font/n49-icons.svg?28240969#n49-icons') format('svg');
  }
}
*/
[class^="i-"]:before,
[class*=" i-"]:before {
  font-family: "n49-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.i-food:before {
  content: '\e800';
}
/* '' */
.i-calendar-inv:before {
  content: '\e801';
}
/* '' */
.i-users:before {
  content: '\e802';
}
/* '' */
.i-fav-heart:before {
  content: '\e803';
}
/* '' */
.i-up-circle:before {
  content: '\e804';
}
/* '' */
.i-camera:before {
  content: '\e805';
}
/* '' */
.i-tag:before {
  content: '\e806';
}
/* '' */
.i-angle-right:before {
  content: '\e807';
}
/* '' */
.i-phone:before {
  content: '\e808';
}
/* '' */
.i-box:before {
  content: '\e809';
}
/* '' */
.i-angle-left:before {
  content: '\e80a';
}
/* '' */
.i-comment:before {
  content: '\e80b';
}
/* '' */
.i-link:before {
  content: '\e80c';
}
/* '' */
.i-link-1:before {
  content: '\e80d';
}
/* '' */
.i-print:before {
  content: '\e80e';
}
/* '' */
.i-heart:before {
  content: '\e80f';
}
/* '' */
.i-plus:before {
  content: '\e810';
}
/* '' */
.i-short-url:before {
  content: '\e811';
}
/* '' */
.i-twitter:before {
  content: '\e812';
}
/* '' */
.i-map-pin:before {
  content: '\e813';
}
/* '' */
.i-down:before {
  content: '\e814';
}
/* '' */
.i-facebook:before {
  content: '\e815';
}
/* '' */
.i-search:before {
  content: '\e816';
}
/* '' */
.i-down-dir:before {
  content: '\e817';
}
/* '' */
.i-mail:before {
  content: '\e818';
}
/* '' */
.i-pinterest:before {
  content: '\e819';
}
/* '' */
.i-gplus-circled:before {
  content: '\e81a';
}
/* '' */
.i-linkedin-circled:before {
  content: '\e81b';
}
/* '' */
.i-cancel-circled:before {
  content: '\e81c';
}
/* '' */
.i-star-half:before {
  content: '\e81d';
}
/* '' */
.i-star:before {
  content: '\e81e';
}
/* '' */
.i-star-empty:before {
  content: '\e81f';
}
/* '' */
/*.i-location:before {
  content: '\e813';
}*/
a .directory-icon {
  background: url(../images/directory-icons.png) no-repeat left;
  display: inline-block;
  width: 41px;
  height: 35px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a .directory-icon.arts-and-entertainment {
  background-position: 0px 0px;
}
a .directory-icon.sports-and-recreation {
  background-position: -41px 0px;
}
a .directory-icon.business-to-business {
  background-position: -82px 0px;
}
a .directory-icon.automotive {
  background-position: -123px 0px;
}
a .directory-icon.computers-and-electronics {
  background-position: -164px 0px;
}
a .directory-icon.education-and-employment {
  background-position: -205px 0px;
}
a .directory-icon.family-and-community {
  background-position: -246px 0px;
}
a .directory-icon.food-and-dining {
  background-position: -287px 0px;
}
a .directory-icon.health-and-personal-care {
  background-position: -328px 0px;
}
a .directory-icon.home-and-garden {
  background-position: -369px 0px;
}
a .directory-icon.legal-and-financial-services {
  background-position: -413px 0px;
}
a .directory-icon.travel-and-transportation {
  background-position: -454px 0px;
}
a .directory-icon.real-estate-and-rentals {
  background-position: -496px 0px;
}
a .directory-icon.shopping-and-specialty-stores {
  background-position: -538px 0px;
}
a .directory-icon.weddings-and-events {
  background-position: -579px 0px;
}

a:hover .construction-and-engineers,a.current .construction-and-engineers {
background-position: -626px -35px;
}
a .construction-and-engineers{
background-position: -626px 0px;
}
a:hover .arts-and-entertainment,
a.current .arts-and-entertainment {
  background-position: 0px -35px;
}
a:hover .sports-and-recreation,
a.current .sports-and-recreation {
  background-position: -41px -35px;
}
a:hover .business-to-business,
a.current .business-to-business {
  background-position: -82px -35px;
}
a:hover .automotive,
a.current .automotive {
  background-position: -123px -35px;
}
a:hover .computers-and-electronics,
a.current .computers-and-electronics {
  background-position: -164px -35px;
}
a:hover .education-and-employment,
a.current .education-and-employment {
  background-position: -205px -35px;
}
a:hover .family-and-community,
a.current .family-and-community {
  background-position: -246px -35px;
}
a:hover .food-and-dining,
a.current .food-and-dining {
  background-position: -287px -35px;
}
a:hover .health-and-personal-care,
a.current .health-and-personal-care {
  background-position: -328px -35px;
}
a:hover .home-and-garden,
a.current .home-and-garden {
  background-position: -369px -35px;
}
a:hover .legal-and-financial-services,
a.current .legal-and-financial-services {
  background-position: -413px -35px;
}
a:hover .travel-and-transportation,
a.current .travel-and-transportation {
  background-position: -454px -35px;
}
a:hover .real-estate-and-rentals,
a.current .real-estate-and-rentals {
  background-position: -496px -35px;
}
a:hover .shopping-and-specialty-stores,
a.current .shopping-and-specialty-stores {
  background-position: -538px -35px;
}
a:hover .weddings-and-events,
a.current .weddings-and-events {
  background-position: -579px -35px;
}
body {
  font-family: 'Roboto', sans-serif;
  /*background: #ECECEC;*/
}

/* Site Header */
.gray-bar-top {
  border-bottom: solid 1px #c3c3c3;
  background-image: -moz-linear-gradient(90deg, #dcdcdc 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(90deg, #dcdcdc 0%, #f6f6f6 100%);
  background-image: -ms-linear-gradient(90deg, #dcdcdc 0%, #f6f6f6 100%);
  outline: 1px solid white;
  width: 100%;
  position: relative;
  height: 53px;
  border-bottom: 1px solid #c3c3c3;
  z-index: 99999;
  transform: translateY(0px);
  transition: transform 0.5s;
}
.gray-bar-top.not-in-view{

  transform: translateY(-80px);
}
.gray-bar-top:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -2px;
  z-index: 9;
  border-bottom: #FFF 1px solid;
}
.gray-bar-top .logo-container {
  display: inline-block;
  position: absolute;
  top: 12px;
  /*top: 9px;*/
}
@font-face {
    font-family: FuturaMdBTMedium;
    src: url('../fonts/FuturaMdBTMedium.ttf');
    font-weight: normal;
    font-style: normal;
}
.gray-bar-top .logo-container a.logoImg{
    font-family: 'FuturaMdBTMedium';
    color: #545454;
    font-size: 24px;
    text-decoration: none;
    bottom: 9px;
    position: relative;
}
/*.gray-bar-top .logo-container a.logoImg svg{
    top: 0px;
    position: absolute;
    left: 92px;
}*/
.gray-bar-top .search-header {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 287px;
  padding: 0;
  line-height: 1;
}

.gray-bar-top .search-header label {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: 8px;
  /*left: 50px;*/
  left: 25px;
  z-index:1;
}
.gray-bar-top .search-header i.i-search {
    color: #515151;
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 1;
    position: absolute;
    /*top: -1px;*/
    top: 8px;
    /*left: 28px;*/
    left: 7px;
    z-index:1;
}
.gray-bar-top .search-header svg#Layer_1{
    width: 13px;
    height:15px;
}
.gray-bar-top .search-header i.i-cancel-circled {
    color: #515151;
    position: absolute;
    right: 8px;
    top: 8px;
}
.gray-bar-top .search-header input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9e9e9e;
    padding-left: 75px;
    font-size: 12px;
    padding-top: 6px;
    width: 260px;
    padding-bottom: 6.7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 0;
    -moz-background-clip: padding;
    border-bottom-right-radius: 0;
    background-clip: padding-box;
}
.gray-bar-top .search-header button.btn {
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
  position: absolute;
  right: -22px;
  top: 0;
  font-weight: bold;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.gray-bar-top .search-header .autocomplete {
    width: 363px;
    position: relative;
    z-index: 99;
}
.gray-bar-top .search-header .autocomplete .results-wrapper {
    width: 363px;
    top: 1px;
    left: 20px;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .type {
  float: none;
  width: 100%;
  text-align: left;
  padding: 5px;
  padding-left: 20px;
  padding-top: 0;
  line-height: 1;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .results {
  width: 343px;
  padding-left: 20px;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .categories .results {
  padding-bottom: 5px;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .categories ul li {
  padding-bottom: 5px;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .businesses .results {
  padding-top: 10px;
}
.gray-bar-top .search-header .autocomplete .results-wrapper .businesses ul li .business-info {
  width: 212px;
}
.gray-bar-top .user-navigation {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 13px;
}
.gray-bar-top .user-navigation .user-btn:hover .sub-menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top:38px;
}
.gray-bar-top .user-navigation .sub-menu {
  position: absolute;
  z-index: 9999;
  left: 0;
  margin-left: 0;
  padding-left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, -350px);
  -moz-transform: translate(0, -350px);
  -o-transform: translate(0, -350px);
  -ms-transform: translate(0, -350px);
  transform: translate(0, -350px);
}
.gray-bar-top .user-navigation .sub-menu li {
  float: none;
}
.gray-bar-top .user-navigation .sub-menu li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  border: solid 1px #999999;
  text-shadow: -1px -1px 1px #ffffff;
  text-decoration: none;
  color: #515151;
  background-image: -moz-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -webkit-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -ms-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
  width: 100%;
  padding-left: 10px;
  border-bottom-width: 0;
}

.gray-bar-top .user-navigation .sub-menu table{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  -moz-box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 1px #ffffff;
  border: solid 1px #999999;
  text-shadow: -1px -1px 1px #ffffff;
  text-decoration: none;
  color: #515151;
  background-image: -moz-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -webkit-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -ms-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-bottom:10px;
  border-bottom-width: 0;}

.gray-bar-top .user-navigation .sub-menu li a.btn-silver-home {
  background-image: -moz-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -webkit-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
  background-image: -ms-linear-gradient(90deg, #d5d2d2 0%, #ececed 100%);
}
.gray-bar-top .user-navigation .sub-menu li a.btn-orange {
  background-color: #FFC700;
  background-image: -moz-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #ffa800 0%, rgba(255, 210, 0, 0) 100%);
}
.gray-bar-top .user-navigation .sub-menu li:last-child a {
  border-bottom-width: 1px;
}
.gray-bar-top .user-navigation li:last-child a {
  margin-right: 0;
}
.gray-bar-top .user-navigation a {
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  max-height:29px;
  margin-right: 10px;
  font-weight: bold;
}
.gray-bar-top .user-navigation a.user-btn {
  padding: 0;
  overflow:hidden;
}
.gray-bar-top .user-navigation a.user-btn div.user-info {
  display: inline-block;
  padding-left: 11px;
  padding-top: 5px;
  margin-right: 28px;
}
.gray-bar-top .user-navigation a.user-btn img {
  margin-left: 9px;
  float: right;
  width: 28px;
}
.gray-bar-top .user-navigation a.user-btn i {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.gray-bar-top .user-navigation a.btn-signup {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px !important;
margin-top: -5px !important;
}
.i-cancel-circled {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.i-cancel-circled.gonna-close {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.i-cancel-circled.gonna-open {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pre-footer a{
  text-decoration: none;
}
.pre-footer a:hover{
  text-decoration: underline;
}

.site-footer {
  background: #515151;
  position: relative;
  height: 20px;
  bottom:0px;
  width: 100%;
  text-align:center;
  color:#fff;
  padding-top: 6px;
}
.site-footer a {
  color: #FFF;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
}
.site-footer a:hover{
  text-decoration: underline !important;
}
.site-footer .logo-container {
  float: left;
  width: 78px;
}
.site-footer .footer-links {
  width: 510px;
  margin-left: 23px;
  padding:5px 0px;
  float: left;
}
.site-footer .footer-links ul li:before {
  content: "|";
  color: #FFF;
  padding-left: 12px;
  padding-right: 12px;
}
.site-footer .footer-links ul li:first-child:before {
  content: none;
}
.site-footer .footer-social {
  position: absolute;
  right: 0;
  top: -6px;
  width: 215px;
}
.site-footer .footer-social span {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  margin-right: 5px;
}
.site-footer .footer-social ul {
  display: inline-block;
}
.site-footer .footer-social ul i {
  font-size: 24px;
}
.site-footer .footer-social ul li:last-child i:before {
  width: 0.8em;
}
.location-icon {
    float: right;
    right: 10px;
    top: 15px;
    position: absolute;
}
.location-link{
    position: absolute;
    right: 9px;
    top: 7px;
}
.welcome-page, .homepage-dispatcher {
  position: relative;
  background-color: #F4F4F4;
}

.homepage-dispatcher {
  margin-top: 64px;
}

@media (max-width: 831px) {
  .homepage-dispatcher {
    margin-top: 50px;
  }
}
.welcome-page .welcome-content {
  position: relative;
  /*height: 640px;*/
  height: 519px;
  background: url(../images/homepage-banner.jpg) no-repeat;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;*/
  background-position: top center;
}

.welcome-page .welcome-content {
  height: auto;
  background: none;
}

.welcome-page .welcome-content .fully-center.card{
  height: auto;
  box-sizing: border-box;
}

.welcome-page .welcome-content .fully-center.card .fancy-heading {
  font-size: 14px;
  padding: 0 20px;
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 635px) {
  .welcome-page .welcome-content .fully-center.card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .welcome-page .welcome-content .fully-center.card .fancy-heading {
    font-size: 13px;
    padding: 0 20px;
  }


  .welcome-page .welcome-content.city .fully-center.card .fancy-heading,
  .welcome-page .welcome-content.alpha-page .fully-center.card .fancy-heading {
    font-size: 12px;
    padding: 0px 0px;
    text-align: left;
  }
  .welcome-page .welcome-content {
    width: 100%;
    min-height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 636px) {
  #content > div.welcome-page > div.welcome-content > div > div > h2 {
    font-size: 29px;
    color: white;
    font-weight: 200;
  }
}
@media (min-width: 636px) and (max-width: 1024px) {
  .welcome-page .welcome-content, .welcome-page .welcome-content {
    width: 100%;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #BCBCBC;
    margin-bottom: 60px;
  }
  .welcome-page .welcome-content .fully-center.card{
    height: 100%;
    box-sizing: border-box;
    background-color: #BCBCBC;
  }
}

.welcome-page .welcome-content h2 {
  font-weight: 300;
  font-size: 19px;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .welcome-page .welcome-content h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .welcome-page .welcome-content, .welcome-page .welcome-content {
    width: 100%;
    height: 636px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
  }
  .welcome-page .welcome-content .fully-center.card {
    height: 100%;
    box-sizing: border-box;
    background-color: #BCBCBC;
  }
}
.welcome-page .welcome-content h2 span {
  font-weight: bold;
}
.welcome-page .welcome-content .sub-links {
  margin-bottom: 50px;
}
.welcome-page .welcome-content .sub-links ul li a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}
.welcome-page .welcome-content .fully-center {
  width: 100%px;
  height: 270px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome-page .welcome-content .fully-center {
    width: 100%;
    height: 220px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .welcome-page .welcome-content .fully-center {
    width: 100%;
    height: 300px;
    text-align: center;
  }
}
.welcome-page .welcome-content .fully-center .search-box {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 16px;
}
.welcome-page .welcome-content .fully-center .search-box label {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 13px;
  left: 40px;
  z-index:1;
}
.welcome-page .welcome-content .fully-center .search-box .i-search {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index:1;
}
.welcome-page .welcome-content .fully-center .search-box input {
  display: block;
  /*width: 355px;*/
  width: 360px;
  padding: 13px;
  padding-left: 110px;
  border: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.welcome-page .welcome-content .fully-center .search-box svg#Layer_1{
    width: 15px;
    height:15px;
}
.welcome-page .welcome-content .fully-center .search-box input::-webkit-input-placeholder {
  color: #888888;
}
.welcome-page .welcome-content .fully-center .search-box input:-moz-placeholder {
  color: #888888;
}
.welcome-page .welcome-content .fully-center .search-box input::-moz-placeholder {
  color: #888888;
}
.welcome-page .welcome-content .fully-center .search-box input:-ms-input-placeholder {
  color: #888888;
}
.welcome-page .welcome-content .fully-center .search-box button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  padding-top: 12px;
  padding-bottom: 7px;
  right: -50px;
  position: absolute;
  top: 0px;
  font-weight: bold;
  font-size: 18px;
}
.welcome-page .welcome-content .fully-center .search-box .i-cancel-circled {
  position: absolute;
  top: 12px;
  right: 10px;
}

@media (min-width: 636px) {
  .welcome-page .welcome-content h2 {
    width: 636px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    color: white;
  }
  .welcome-wrapper {
    position: relative;
    top: 130px;
    width: 636px;
    margin: auto;
    color: white;
  }
  .welcome-page .welcome-content .fully-center.card .fancy-heading {
    padding: 0px 0px;
    color: white;
    font-size: 16px;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .welcome-page .welcome-content h2 {
    width: 800px;
  }
  .welcome-wrapper {
    position: relative;
    top: 130px;
    width: 636px;
    margin: auto;
    color: white;
  }
  .welcome-page .welcome-content .fully-center.card .fancy-heading {
    padding: 0px 0px;
    color: white;
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .welcome-page .welcome-content {
    width: 100%;
    height: 636px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #BCBCBC;
  }
  .welcome-page .welcome-content {
    background-color: #BCBCBC;
  }
  .welcome-page .welcome-content .card{
    background-color: #BCBCBC;
  }
  .welcome-page .welcome-content h2 {
    width: 800px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.city-browser.location-browser {
  width: 965px;
}

.city-browser.location-browser h3 {

}

.col-count-1 {
  column-count: 1 !important;
}

.col-count-2 {
  column-count: 2 !important;
}

.responsive-ul-columns-container {
  column-count: 3;
}

.responsive-ul-columns-container.top-cities {
  column-count: 5;
}

#preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#preloader {
    display: inline-block;
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 3px solid #CDCDCD;
    border-top-color: #64BC64;
    -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    margin-bottom: 30px;
}



@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#biz-status-box {
  max-height: 420px;
  width: 600px;
  margin: auto;
  padding: 70px;
  text-align: center;
  background-color: white;
  font-size: 14px;
}

#biz-status-box p {
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
}

#biz-status-saved p:nth-child(2) {
  color: #777777;
}
#biz-status-saved a {
  color: #167ACE;
  text-decoration: none;
  font-size: 14px;
}
#biz-status-box p.biz-status-saved-or {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}
.sales-link-image-logos {
  background-image: url(../images/sales-links-business-logos.png);
}
.sales-link-image-stars {
  background-image: url(../images/sales-links-stars.png);
}
.sales-link-image-laptop {
  background-image: url(../images/sales-links-laptop.png);
}
.cover-image-1 {
  background-image: url(../images/cover-images/homepage-bg-1.jpg);
}
.cover-image-2 {
  background-image: url(../images/cover-images/homepage-bg-2.jpg);
}
.cover-image-3 {
  background-image: url(../images/cover-images/homepage-bg-3.jpg);
}
.cover-image-4 {
  background-image: url(../images/cover-images/homepage-bg-4.jpg);
}
.cover-image-5 {
  background-image: url(../images/cover-images/homepage-bg-5.jpg);
}
.cover-image-6 {
  background-image: url(../images/cover-images/homepage-bg-6.jpg);
}
.cover-image-7 {
  background-image: url(../images/cover-images/homepage-bg-7.jpg);
}
.cover-image-8 {
  background-image: url(../images/cover-images/homepage-bg-8.jpg);
}
.cover-image-9 {
  background-image: url(../images/cover-images/homepage-bg-9.jpg);
}
.cover-image-10 {
  background-image: url(../images/cover-images/homepage-bg-10.jpg);
}
.card.biz-groups-list {
  padding-bottom: 0px;
}
@media (max-width: 635px) {
  .no-cover-image .cover-image-1,
  .no-cover-image .cover-image-2,
  .no-cover-image .cover-image-3,
  .no-cover-image .cover-image-4,
  .no-cover-image .cover-image-5,
  .no-cover-image .cover-image-6,
  .no-cover-image .cover-image-7,
  .no-cover-image .cover-image-8,
  .no-cover-image .cover-image-9,
  .no-cover-image .cover-image-10 {
    background-image: none;
  }
  .welcome-page .welcome-content .fully-center.card.homepage {
    height: 600px;
  }
  .welcome-page .welcome-content .fully-center.card.homepage .welcome-wrapper {
    position: relative;
    top: 305px;
  }
}


.welcome-page .welcome-content .fully-center.card.homepage .welcome-wrapper h2,
.welcome-page .welcome-content .fully-center.card.homepage .welcome-wrapper .fancy-heading {
  color: white;
  padding: 0px 0px;
}


.card .responsive-ul-columns-container.business-groups {
  padding-left: 0px;
  padding-right: 0px;
}

.responsive-ul-columns-container.business-groups ul li {
  height: 54px;
  line-height: 54px;
  border-top: 1px solid #CCC;
  text-indent: 20px;
}

.responsive-ul-columns-container.business-groups ul li a {
  font-weight: 600;
  text-decoration: none;
}
.responsive-ul-columns-container.business-groups ul li:first-child {
  border-top: none;
}

.responsive-ul-columns-container.business-groups-alphabet {
  column-count: 27;
}

.responsive-ul-columns-container.business-groups-alphabet {
  margin-top: 20px;
}

.responsive-ul-columns-container.business-groups-alphabet li {
  text-align: center;
  background-color: #E6E6E6;
  cursor: pointer;
}

.business-groups-alphabet {
  padding: 0px 20px;
  margin-top: 20px;
}

.business-groups-alphabet .letter {
  display: inline-block;
  text-align: center;
  background-color: #E6E6E6;
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.business-groups-alphabet .letter a {
  color: #515151;
  text-decoration: none;
}

.business-groups-alphabet .letter:first-child {
  margin-right: 1px;
}

.crop-and-resize {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

.crop-and-resize.contain {
  background-size: contain;
}

.crop-and-resize.svg{
  background-color: #F5F3F5;
  background-size: 70% 70%;
}

.alpha-final-business {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
  line-height: 1.5em;
}
.alpha-final-business:first-child {
  border-top: none;
}
.alpha-final-business-image-container {
  display: inline-block;
  width: 100px;
  height: 60px;
  margin-right: 15px;
  max-width: 20%;
}


.alpha-final-business-info {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
}
.alpha-final-business-info .name a {
  text-decoration: none;
  color: #404040;
  font-weight: 600;
}

.alpha-final-business-info .rating img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.alpha-final-business-info .rating .rating-text {
  margin-left: 8px;
}

.alpha-final-business-info .categories {
  color: #4A8FCA;
}

@media (max-width: 635px) {
  .responsive-ul-columns-container.top-cities {
    column-count: 3;
  }
  .responsive-ul-columns-container.region {
    column-count: 1;
  }
  .responsive-ul-columns-container.site-map {
    column-count: 1;
  }

  .responsive-ul-columns-container.business-groups-alphabet {
    column-count: 14;
  }

  #wrapper {
    max-width: 100%;
  }

  .alpha-final-business-image-container {
    width: 60px;
    height: 36px;
    max-width: 40%;
  }


  .alpha-final-business-info {
    max-width: 60%;
  }

}

@media (min-width: 636px) and (max-width: 799px) {
  .responsive-ul-columns-container.top-cities {
    column-count: 4;
  }
  .responsive-ul-columns-container.region {
    column-count: 3;
  }
  .responsive-ul-columns-container.site-map {
    column-count: 3;
  }

  #wrapper {
    max-width: 100%;
  }

  .card.added-per-week, .card.added-per-day {
    width: 636px;
    margin: auto;
  }

  .alpha-final-business-image-container {
    max-width: 30%;
  }

  .alpha-final-business-info {
    max-width: 70%;
  }

}

@media (min-width: 800px) {
  .responsive-ul-columns-container.top-cities {
    column-count: 5;
  }
  .responsive-ul-columns-container.region {
    column-count: 3;
  }
  .responsive-ul-columns-container.site-map {
    column-count: 3;
  }

  #wrapper {
    max-width: 100%;
  }
  .card.added-per-week, .card.added-per-day {
    width: 636px;
    margin: auto;
  }

}

@media (min-width: 800px) and (max-width: 1024px) {

}

.responsive-ul-columns-container.last-week ul {
  list-style: none;
}

.responsive-ul-columns-container.last-week ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #CCC;
  padding: 0px 0px;
  background-image: url(../images/Right_arrow.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 14px 14px;
  cursor: pointer;
}
.responsive-ul-columns-container.last-week ul li a {
  display: block;
  width: 100%;
}


.weak-divider {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.card {
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  background-color: white;
  padding-bottom: 20px;
  margin-bottom: 20px;
}



.card h3 {
  border-bottom: 1px solid #DDD;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
  overflow: hidden;
}

.card .responsive-ul-columns-container {
  padding-left: 20px;
  padding-right: 20px;
}

.province-letter {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  text-indent: 3px;
}

@media (min-width: 1025px) {
  .card {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 30px;
    height: 100%;
  }

  .card.added-per-week, .card.added-per-day {
    width: 800px;
    margin: auto;
  }

  .welcome-page .welcome-content h2 {
    font-size: 28px;
    font-weight: 200;
  }

  .welcome-wrapper {
    position: relative;
    top: 330px;
    width: 800px;
    margin: auto;
  }
  .welcome-page .welcome-content.city .fully-center.card .fancy-heading {
    padding: 0px 0px;
    color: white;
    font-size: 16px;
  }
}

@media (max-width: 635px) {
  .responsive-ul-columns-container {
    column-count: 2;
  }

  .location-browser.container {
    padding: 0px 0px;
  }

  .location-browser.container .container, .content .container {
    padding: 0px 0px;
  }

  .card {
    font-size: 14px;
  }

  .card.added-per-week, .card.added-per-day {
    width: 100%;
    margin: auto;
  }

  .card h3 {
    font-size: 14px;
  }
}

.main-categories ul {
  list-style: none;
}
.card ul li {
  min-height: 14px;
  position: relative;
  padding: 2px 0px;
}
.main-categories ul li:nth-child(4n + 1) {
  border-left: none;
}
.main-categories ul li a {
  text-decoration: none;
  color: #515151;
  font-size: 14px;
  font-weight: normal;
}
.top-categories-title {

}

.sub-categories {
  column-count: 3;
}
@media (max-width: 635px) {
  .sub-categories {
    column-count: 2;
  }
}
.sub-categories {

}
.sub-categories ul {
  list-style: none;
}
.sub-categories ul li,
.top-cities ul li,
.region ul li,
.site-map ul li {
  list-style: none;
}
.sub-categories ul li a,
.top-cities ul li a,
.region ul li a,
.site-map ul li a,
.province ul li a,
.business-groups ul li a,
.business-groups-alphabet ul li a,
.last-week ul li a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  color: rgba(0,0,0,0.75);;
}

@media (max-width: 635px) {
  .sub-categories ul li a {
    font-size: 14px;
  }
}
.find-a-business {

}

.find-a-business.container.card {
  padding: 0px 0px;
  padding-bottom: 1px;
}
.find-a-business ul {
  padding-left: 20px;
  padding-right: 20px;
}

.find-a-business ul li {
  width: 23px;
  height: 19px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  background-color: #E6E6E6;
}

.find-a-business ul.alphabets li a {
  width: 100%;
  height: 100%;

  color: #515151;
  font-size: 13px;
  display: block;
  border: none;
  padding: 0px 0px;
  line-height: inherit;
  margin-right: 0px;
  text-decoration: none;
  text-transform: uppercase;

}

.find-a-business h3 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #515151;
}
.find-a-business .alphabets {
  margin-bottom: 30px;
}
.find-a-business .alphabets li a {
  color: #515151;
  font-size: 9px;
  display: block;
  border: #B6B6B6 solid 1px;
  padding: 5px 7px;
  line-height: 1;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.find-a-business .alphabets li a:hover {
  background: #dedede;
}

.business-listings{padding-top:30px;}

.business-listings h1 {
  margin-top: 44px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #3e3e3e;
}
.business-listings .business-entry {
  padding-bottom: 16px;
  border-bottom: #d1d1d1 1px solid;
  margin-bottom: 16px;
  width: 760px;
}
.business-listings .business-entry .read-more {
  color: #ff0d00;
  text-decoration: none;
}
.business-listings .business-entry .business-entry-content {
  float: left;
  width: 510px;
}
.business-listings .business-entry .business-entry-content .image-container {
  float: left;
  width: 100px;
  max-height:75px;
  line-height: 0;
}
.business-listings .business-entry .business-entry-content .business-details {
  float: left;
  width: 410px;
}
.business-listings .business-entry .business-entry-content .business-details h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.business-listings .business-entry .business-entry-content .business-details a {text-decoration:none;}

.business-listings .business-entry .business-entry-content .business-details .categories {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}
.business-listings .business-entry .business-entry-content .business-details .categories a {
  text-transform: none;
  text-decoration: none;
  color: #515151;
}
.business-listings .business-entry .business-entry-content .featured-review-wrapper {
  margin-top: 22px;
}
.business-listings .business-entry .business-entry-content .featured-review-wrapper .review-pic-container {
  float: left;
  width: 20px;
}
.business-listings .business-entry .business-entry-content .featured-review-wrapper .lastestreview {
  margin-left: 8px;
  color: #737373;
  font-size: 11px;
  width: 482px;
  float: left;
  line-height: 1;
}
.business-listings .business-entry .business-entry-content .featured-review-wrapper .lastestreview p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.business-listings .business-entry .business-meta {
  float: left;
  width: 170px;
  margin-left: 40px;
}
.business-listings .business-entry .business-meta .star-details .stars-container {
  display: inline-block;
}
.business-listings .business-entry .business-meta .star-details i {
  margin: 0;
  color: #FFC600;
  font-size: 18px;
}
.business-listings .business-entry .business-meta .star-details i:before {
  margin: 0;
}
.business-listings .business-entry .business-meta .star-details .review-count {
  font-size: 10px;
  color: #9c9c9c;
  position: relative;
  top: -4px;
  text-align: right;
}
.business-listings .business-entry .business-meta ul {
  margin: 0;
  padding: 0;
  margin-top: 14px;
}
.business-listings .business-entry .business-meta ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  color: #737373;
  font-size: 11px;
  margin-bottom: 2px;
}
.business-listings .business-entry .business-meta ul li a {
  color: #737373;
  text-decoration: none;
}
.business-listings .business-entry .business-meta ul li i {
  color: #ff0d00;
  margin-right: 0px;
  font-size: 14px;
}
a.current strong {
  color:red;
}
a strong:hover {
  color:red;
}
.listing-column h2{
    display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.listing-column ul{
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
font-size: 17px;
}
.listing-column ul li{
  font-size: 17px;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 40px;
}

.listing-column ul:last-child {
  border-bottom: 1px solid #CCC;
}

.listing-column ul li:hover{
  background-color: #F8F6F7;
  font-size: 17px;
}

.listing-column ul li div {
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.listing-column .business-group-name {
  float: left;
  font-weight: bold;
}
.listing-column .business-group-hits {
  float: right;
}

.alphabet-page{padding-top:30px;}

.alphabet-page h1{
display: block;
margin: 0.67em 0;
font-size: 17px;
font-weight: 700;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
color:#515151;
}

.alphabet-page .listing-column h2{
    display: block;
font-size: 14px;
padding-top:10px;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
color:#515151;
}
.alphabet-page .listing-column ul{
display: block;
list-style-type: none;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
font-size: 14px;
}

.alphabet-page .listing-column ul li a {
  text-decoration:none;
  color: #515151;
}

@media (max-width: 767px) {
  .city-browser.location-browser {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    padding: 0px 20px;
  }
  .city-browser.location-browser h3 {
    text-align: left;
  }
  .main-categories div, .sub-categories div {
    border: none;
    margin-bottom: 2px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .main-categories div li, .sub-categories div li {
    border: none;
    margin-bottom: 2px;
    width: 100%;
    float: none;
    list-style: none;
  }
  .main-categories div li a, .sub-categories div li a {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    color: black;
  }

  a .directory-icon {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .city-browser.location-browser {
    width: 100%;
  }
}

@media (max-width: 636px) {
  .container {
    padding: 0px 0px;
  }
}

#short_didyoumean, #extended_didyoumean{margin-left:-20px;}
#short_didyoumean a, #extended_didyoumean a{color:#515151;}
#short_didyoumean #didyoumean_switch{padding-bottom:20px;}

span#view_list {
color: #959595;
}


.square_element #tags{
  width: 100% !important;
  height: 100px !important;
}
.map-listings{
  position: relative;
}


.logoAndDetails{
  height: auto !important;
}
.qq_form tr:last-child td{
  padding-top: 20px !important;
}
#quote_form > div, #quote_form table{
  width: 100% !important;
}
#quote_form .lfDetails{
  padding-bottom: 10px;
}
.gen_box_title{
  width: 685px;
}
.gen_box_title .status_header{
  position: static;
  height: auto;
}
#listing{
  margin-top: 0 !important;
}
#search_bar{
  position: relative !important;
}
#map-listings-bottom.gen_box_title{
  width: 100%;
  top: -32px;
  position: relative;
}

#group_1 #column_3wide.group_1{
  margin-top: 132px !important;
}
.lpagebizowner{
  margin-top: 77px;
}

/* TOOLTIP(tooltipster) styles*/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltipster-default {
  background: #FFF;
  border: 1px solid #CCC;
  color: #000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), inset;
}
.tooltipster-default .tooltipster-content {
  color: #000;
  font-family: 'Roboto';
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 635px) {
  .card ul li a {
    display: inline-block;
    height: 48px;
  }

  .find-a-business ul li {
    width: 48px;
    height: 48px;
    padding: 0px;
    line-height: 48px;
  }
}
