/* EM Scoot theme */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
.theme-font {
  font-family: 'Varela Round','Helvetica','Arial',sans-serif; }

.theme-text-render {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.theme-border-radius {
  border-radius: 4px; }

.icon-theme {
  color: #572f85; }

.layout-container {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff; }

.white-bg {
  background-color: #fff; }

.grey-bg {
  background-color: #f4f4f4; }

.black-bg {
  background-color: #000; }

.shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.4); }

.shadow-mid {
  -webkit-box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28);
  box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28); }

.shadow-light {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1); }

bold, strong, .bold {
  font-weight: 700; }

.is-disabled {
  background-color: #f4f4f4; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -68px; }

.push {
  height: 68px; }

.em-header {
  background-color: #f4f4f4; }

.em-header-white {
  background-color: #FFF !important; }

.em-footer {
  min-height: 68px; }

body {
  font-family: 'Varela Round','Helvetica','Arial',sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.bg-header {
  background-color: #7e6699;
  background: #a6cc01;
  background: -moz-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6cc01), color-stop(100%, #ced628));
  background: -webkit-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -o-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -ms-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: linear-gradient(to bottom, #a6cc01 0, #ced628 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6cc01', endColorstr='#ced628', GradientType=0);
  border-bottom: 1px solid #93bb10; }

.em-footer {
  background-color: #f4f4f4; }

.body-bg {
  background-color: #fff; }

.theme-gradient {
  background-color: #7e6699;
  background: #a6cc01;
  background: -moz-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6cc01), color-stop(100%, #ced628));
  background: -webkit-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -o-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -ms-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: linear-gradient(to bottom, #a6cc01 0, #ced628 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6cc01', endColorstr='#ced628', GradientType=0); }

.em-canned-searches {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.em-canned-searches > li {
  margin-right: 46px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px; }

@media screen and (max-width: 991px) {
  .em-canned-searches > li {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; } }
.em-canned-searches-icon-canned {
  right: 0;
  top: 3px; }

a, .btn-link {
  color: #633698; }

a:hover, a:active, a:focus, .btn-link:hover {
  color: #9669ca; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round','Helvetica','Arial',sans-serif; }

.em-welcome {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-bottom: 15px; }

.em-welcome-message {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px; }

.em-cookie-policy {
  background-color: rgba(252, 248, 227, 0.95);
  color: #816e0e;
  border-color: #f2e187; }

.em-search {
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  .em-search {
    padding: 15px 10px 0 10px; } }
@media screen and (min-width: 768px) {
  .em-search {
    padding: 15px 10px 0 10px; } }
.em-search-label {
  color: #6e8c0c; }

.em-search .form-control {
  border-color: #93bb10; }

.has-feedback .form-control-feedback.em-location-arrow {
  top: 32px; }

@media screen and (max-width: 767px) {
  .has-feedback .form-control-feedback.em-location-arrow {
    top: 32px; } }
.input-group-addon {
  background-color: #fff;
  border-color: #93bb10 !important; }

.em-search .form-group.has-error .help-block {
  color: #572f85 !important;
  margin-left: 10px; }

.em-search-company-name {
  color: #555;
  font-size: 12px;
  line-height: 2px;
  padding-top: 2px;
  font-weight: 400;
  display: inline-block; }

.em-search-powered {
  font-size: 12px;
  color: #572f85; }

@media screen and (max-width: 767px) {
  .em-user {
    text-align: center;
    margin: auto; }

  .em-user-btn {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px; } }
@media screen and (min-width: 768px) {
  .em-user {
    text-align: right; }

  .em-user-btn {
    margin-top: 15px; } }
.em-nav-tabs {
  margin-top: 15px;
  border: 0;
  font-size: 12px;
  border-bottom: 0; }

.em-nav-tabs > li.active > a, .em-nav-tabs > li.active > a:hover, .em-nav-tabs > li.active > a:focus {
  border: 0;
  background-color: #7e6699; }

.em-nav-tabs > li.active > a, .em-nav-tabs > li.active > a:hover {
  color: #fff; }

.em-nav-tabs > li > a:hover, .em-nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent; }

.em-nav-tabs > li > a {
  padding: 6px 15px; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #fdfdfd;
  color: #d5033d; }

@media screen and (max-width: 767px) {
  .em-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }
@media screen and (min-width: 768px) {
  .em-logo {
    margin-top: 10px;
    margin-bottom: 10px; } }
.em-btn-primary {
  color: #fff;
  background-color: #572f85;
  border-color: #3e225f;
  font-weight: 600; }

.em-btn-primary:hover, .em-btn-primary:focus, .em-btn-primary:active, .em-btn-primary.active {
  color: #fff;
  background-color: #5e3390;
  border-color: #572f85; }

.em-btn-primary.disabled, .em-btn-primary[disabled], fieldset[disabled] .em-btn-primary, .em-btn-primary.disabled:hover, .em-btn-primary[disabled]:hover, fieldset[disabled] .em-btn-primary:hover, .em-btn-primary.disabled:focus, .em-btn-primary[disabled]:focus, fieldset[disabled] .em-btn-primary:focus, .em-btn-primary.disabled:active, .em-btn-primary[disabled]:active, fieldset[disabled] .em-btn-primary:active, .em-btn-primary.disabled.active, .em-btn-primary[disabled].active, fieldset[disabled] .em-btn-primary.active {
  background-color: #572f85;
  border-color: #572f85; }

.em-btn-default {
  border: 1px solid #cbc2d6;
  background-color: #fff;
  color: #633698; }

.em-btn-default:hover {
  background-color: transparent;
  border: 1px solid #cbc2d6;
  color: #9669ca; }

@media screen and (max-width: 992px) {
  .btn-internal {
    display: block;
    margin-top: 10px; } }
.btn-search {
  color: #fff;
  background-color: #572f85;
  border-color: #4b2872;
  font-weight: 600; }

.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active {
  color: #fff;
  background-color: #633698;
  border-color: #572f85; }

.em-navbar-top, .em-navbar-bottom {
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #ccc; }

.em-navbar-bottom {
  margin-bottom: 0; }

.em-navbar-footer {
  font-size: 12px;
  background-color: transparent;
  border-color: transparent; }

.em-navbar-top .em-nav > li > a, .em-navbar-bottom .em-nav > li > a {
  color: #4e4e4e; }

.em-navbar-footer .em-nav > li > a, .copyright.navbar-text > a {
  color: #4e4e4e; }

.copyright.navbar-text {
  color: #999;
  padding-top: 2px; }

.copyright.navbar-text img {
  max-width: 45px;
  margin-top: -5px; }

.em-navbar-top .em-nav > li > a:hover, .em-navbar-top .em-nav > li > a:focus, .em-navbar-bottom .em-nav > li > a:hover, .em-navbar-bottom .em-nav > li > a:focus {
  color: #4e4e4e; }

.em-navbar-footer .em-nav > li > a:hover, .em-navbar-footer .em-nav > li > a:focus {
  color: #000;
  text-decoration: underline; }

.em-navbar-top .navbar-toggle, .em-navbar-bottom .navbar-toggle, .em-navbar-footer .navbar-toggle {
  border-color: transparent;
  background-color: transparent; }

.em-navbar-top .navbar-toggle:hover, .em-navbar-bottom .navbar-toggle:hover, .em-navbar-footer .navbar-toggle:hover {
  border-color: transparent;
  background-color: transparent; }

.em-navbar-top .navbar-toggle:active, .em-navbar-bottom .navbar-toggle:active, .em-navbar-footer .navbar-toggle:active {
  border-color: transparent;
  background-color: transparent; }

.em-navbar-top .navbar-toggle:focus, .em-navbar-bottom .navbar-toggle:focus, .em-navbar-footer .navbar-toggle:focus {
  border-color: transparent;
  background-color: transparent; }

.em-navbar-top .em-nav > .open > a, .em-navbar-top .em-nav > .open > a:hover, .em-navbar-top .em-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.em-navbar-bottom .em-nav > .open > a, .em-navbar-bottom .em-nav > .open > a:hover, .em-navbar-bottom .em-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

@media (max-width: 991px) {
  .em-navbar-top .em-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.9); }

  .em-navbar-top .em-nav .open .dropdown-menu > li > a:hover {
    color: #fff; } }
@media (max-width: 991px) {
  .em-navbar-bottom .em-nav .open .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.9); }

  .em-navbar-bottom .em-nav .open .dropdown-menu > li > a:hover {
    color: #fff; } }
.em-navbar-top .navbar-collapse, .em-navbar-bottom .navbar-collapse, .em-navbar-footer .navbar-collapse, .em-nav .navbar-form {
  border-color: transparent; }

.navicon {
  color: #93bb10;
  font-size: 30px; }

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #93bb10; }

.tt-suggestion.tt-is-under-cursor a {
  color: #fff; }

.typeahead.dropdown-menu > .active > a {
  color: #fff;
  background-color: #93bb10; }

@media screen and (min-width: 769px) {
  .search-location {
    padding-top: 6px;
    text-align: right;
    float: right; } }
@media screen and (max-width: 769px) {
  .search-location {
    padding-top: 0;
    float: none;
    text-align: center;
    margin: auto; } }
.locate-me-pulse {
  -webkit-animation-name: locateMePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: locateMePulse;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: locateMePulse;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: locateMePulse;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  animation-name: locateMePulse;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

@-webkit-keyframes locateMePulse {
  from {
    color: #93bb10; }
  50% {
    color: #572f85; }
  to {
    color: #93bb10; } }
@-moz-keyframes locateMePulse {
  from {
    color: #93bb10; }
  50% {
    color: #572f85; }
  to {
    color: #93bb10; } }
@-ms-keyframes locateMePulse {
  from {
    color: #93bb10; }
  50% {
    color: #572f85; }
  to {
    color: #93bb10; } }
@-o-keyframes locateMePulse {
  from {
    color: #93bb10; }
  50% {
    color: #572f85; }
  to {
    color: #93bb10; } }
.result {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px; }

.result-priority {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  background-color: #faf9fb; }

.result-header {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  border-color: transparent;
  padding: 2px 10px; }

.result-header-title {
  color: #6e8c0c;
  font-size: 16px;
  margin: 0; }

.result-header-results {
  font-size: 12px;
  color: #4e4e4e; }

.results .result:last-child {
  margin-bottom: 15px; }

.result-title {
  color: #93bb10;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 5px; }

@media screen and (max-width: 768px) {
  .result-title {
    font-size: 16px;
    line-height: 22px; } }
.result-category {
  font-size: 12px;
  margin-bottom: 10px;
  color: #666; }

.result-rating {
  margin-top: 10px;
  margin-bottom: 10px; }

.result-rating-link:hover {
  text-decoration: none; }

.rating-star {
  font-size: 18px;
  color: #a47cd1; }

.rating-star-sm {
  font-size: 14px; }

.rating-star-lg {
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer; }

.rating-star-filled {
  color: #a47cd1; }

.result-address {
  margin-top: 10px;
  margin-bottom: 10px; }

.result-number {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 16px; }

.result-links {
  margin-top: 15px;
  margin-bottom: 15px; }

.result-link {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px; }

.result-description {
  margin-top: 10px;
  margin-bottom: 10px; }

.result-push {
  height: 50px; }

.result-properties {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 50px;
  width: 100%; }

.result-icon-set {
  margin-top: 10px;
  margin-left: 10px; }

.result-review {
  margin-top: 0;
  margin-bottom: 10px; }

.result-icon {
  color: #572f85; }

.result-icon-label {
  color: #999; }

.result-icon:hover {
  text-decoration: none; }

.result-logo {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px;
  margin-left: 40px; }

@media (min-width: 320px) and (max-width: 991px) {
  .result-logo {
    width: 80px;
    margin-bottom: 20px; } }
@media (min-width: 992px) and (max-width: 3000px) {
  .result-logo {
    width: 120px; } }
.em-results-map, .em-results-map-mini, .em-profile-map {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px;
  margin-bottom: 15px; }

.em-ads-masthead {
  text-align: center;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

.em-ads-rhs {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.em-activity {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-bottom: 15px; }

.em-activity-title {
  color: #81a40e;
  font-size: 21px;
  margin-top: 15px;
  margin-left: 15px; }

.em-activity-item {
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  border-color: #fff;
  border-top: 2px solid #93bb10; }

.em-activity .em-activity-item:last-child {
  margin-bottom: 10px; }

.em-activity-item-offer {
  border-left-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-top: 2px solid #93bb10; }

.em-activity-result-rating {
  margin-top: 2px;
  margin-bottom: 5px; }

.em-activity-result-rating .fa-fw {
  width: .98571429em; }

.rating-star-sm, .em-activity-gift {
  font-size: 14px; }

.em-activity-offer {
  margin-top: 10px; }

.em-activity-review, .em-activity-offer {
  font-size: 12px; }

.em-activity-review, .em-activity-reviewer, .em-activity-offerer {
  margin-bottom: 0; }

.em-activity-reviewer, .em-activity-offerer {
  font-size: 11px;
  margin-top: 6px; }

.home-hero-icon-title {
  font-size: 21px;
  margin-top: 8px;
  color: #81a40e; }

.home-hero-icon-border {
  border-top: 2px solid #93bb10; }

.em-panel {
  border-color: #ddd; }

.em-panel > .em-panel-heading {
  background-color: #f7f7f7; }

.em-panel > .em-panel-heading + .panel-collapse > .em-panel-body {
  border-top-color: #ddd; }

.em-panel-title > a {
  color: #633698; }

.profile .em-panel > .em-panel-heading {
  background-color: #fff; }

.em-pagination {
  margin-top: 5px;
  margin-bottom: 14px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.em-pagination > li > a {
  color: #633698; }

.em-pagination > li > a:hover {
  color: #9669ca;
  background-color: #f5f1fa; }

.em-pagination > .active a, .em-pagination > .active a:hover {
  background-color: #7e6699;
  border-color: #7e6699; }

.results-map-infobubble {
  font-family: 'Varela Round','Helvetica','Arial',sans-serif; }

.results-map-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700; }

.results-map-logo {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  width: 60px;
  margin-bottom: 15px; }

.results-map-address {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  width: 260px; }

.results-map-tel {
  font-size: 16px; }

.results-map-button {
  color: #fff;
  background-color: #93bb10;
  border-color: #5c750a;
  font-size: 14px;
  font-weight: 600; }

.results-map-button:hover {
  background-color: #a5d212;
  border-color: #5c750a; }

.nm_contentBG {
  background-color: #4b3d5c !important;
  opacity: .9; }

.em-map-controls {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  -webkit-box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28);
  box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.28);
  border-radius: 50%;
  right: 23px;
  top: 8px;
  width: 44px;
  height: 42px; }

.em-map-controls-link {
  padding: 8px 5px; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #930e10; }

.em-alert-info {
  background-color: #fff;
  color: #353535;
  border-color: #c1b6ce; }

.em-alert-success {
  background-color: #f4f7e8;
  color: #5f790a;
  border-color: #c3d685; }

.em-alert-warning {
  background-color: #fcf8e3;
  color: #816e0e;
  border-color: #f2e187; }

.em-alert-error {
  background-color: #facecf;
  color: #930e10;
  border-color: #930e10; }

.em-alert-info .icon-theme, .em-alert-success .icon-theme, .em-alert-warning .icon-theme {
  color: #572f85;
  opacity: .8; }

.em-alert-info .icon-theme:hover, .em-alert-success .icon-theme:hover, .em-alert-warning .icon-theme:hover {
  opacity: 1; }

.result-featured-message {
  border: 1px solid #cbc2d6;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 0; }

.result-featured-message a {
  text-decoration: none;
  padding: 6px 12px;
  display: inline-block; }

.result-featured-message:hover {
  background-color: transparent; }

.page {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; }

.page-header {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
  border-color: transparent;
  padding: 2px 10px; }

.page-header-title {
  color: #93bb10;
  font-size: 21px;
  margin: 0; }

.page-emphasis {
  color: #6e8c0c; }

.page-title {
  color: #6e8c0c;
  font-size: 16px; }

.page-title-secondary {
  color: #6e8c0c;
  text-transform: uppercase;
  font-size: 12px; }

.page-mini-title {
  font-size: 12px;
  color: #6e8c0c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase; }

.profile {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px; }

.profile hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.profile-priority {
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
  background-color: #faf9fb; }

.profile-heading {
  color: #799a0d;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 5px; }

.profile-nav-tabs {
  border-bottom: 1px solid #cbc2d6; }

.profile-nav-tabs > li > a:hover, .profile-nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

.profile-nav-tabs > li > a:hover {
  border-color: #cbc2d6; }

.profile-nav-tabs > li.active > a, .profile-nav-tabs > li.active > a:hover, .profile-nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 1px solid #cbc2d6;
  border-bottom-color: transparent; }

.profile-priority .profile-nav-tabs > li.active > a, .profile-priority .profile-nav-tabs > li.active > a:hover, .profile-priority .profile-nav-tabs > li.active > a:focus {
  background-color: #faf9fb; }

.profile-related {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 15px; }

.profile-related-heading {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 5px; }

.profile-related-address {
  margin-bottom: 10px; }

.profile-related-heading > a {
  color: #93bb10; }

.profile-category {
  font-size: 12px;
  margin-bottom: 15px;
  color: #666; }

.profile-rating-panel .fa-fw {
  width: .99171429em; }

@media screen and (max-width: 400px) {
  .profile-rating-link {
    display: block;
    margin-top: 10px; } }
.profile-rating-link:hover {
  text-decoration: none; }

.profile-address {
  margin-top: 10px;
  margin-bottom: 10px; }

.profile-opening-hours {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 15px; }

.profile-opening {
  margin-bottom: 4px;
  padding-left: 22px;
  text-indent: -22px; }

.profile-opening-hours > .profile-opening:last-child {
  margin-top: 10px;
  margin-bottom: 15px; }

.profile-affiliate-item {
  margin-bottom: 15px; }

.profile-affiliates + hr {
  margin-top: 0; }

.profile-title {
  font-size: 11px;
  color: #6e8c0c;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px; }

.profile-review-rating:hover {
  text-decoration: none; }

.profile-number {
  margin-bottom: 8px; }

.profile-numbers .profile-number:last-child {
  margin-bottom: 15px; }

.profile-link {
  margin-bottom: 8px; }

.profile-links .profile-link:last-child {
  margin-bottom: 15px; }

.profile-search-tags {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px; }

.profile-search-tags-list {
  text-transform: capitalize;
  margin-top: 4px; }

.profile-share {
  margin-top: 8px;
  margin-bottom: 15px; }

.profile-descriptions > .profile-description {
  margin-bottom: 15px; }

.profile-open-now {
  color: brighten(#93bb10, 10%); }

.profile-description-title {
  color: #93bb10;
  font-size: 16px; }

.profile-icon {
  color: #572f85; }

.profile-social-links {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

.profile-social-link {
  display: inline-block;
  width: 150px;
  padding: 6px 0 6px 0; }

.profile-social-links + hr {
  margin-top: 3px; }

.profile-featured-message {
  border: 1px solid #cbc2d6;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 0; }

.profile-featured-message a {
  text-decoration: none;
  padding: 6px 12px;
  display: inline-block; }

.profile-featured-message:hover {
  background-color: transparent; }

.profile-content-list {
  margin-top: 0;
  margin-bottom: 15px; }

.profile-title + .profile-content-list > button {
  margin-top: 0;
  margin-bottom: 8px; }

.profile-title + .profile-content-list {
  margin-bottom: 0; }

.profile-title + .profile-content-list + hr {
  margin-top: 7px; }

.profile-content-list > button {
  margin-top: 8px; }

.profile-content-list-modal-footer {
  border-top: 1px solid transparent; }

.profile-content-list-modal-body {
  padding: 0 5px 15px 5px; }

.profile-content-list-modal-header {
  border-bottom: 0; }

.profile-descriptions .profile-description-title:first-child {
  margin-top: 10px; }

.profile-logo {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px;
  margin-left: 40px;
  float: right; }

.profile-logo-free {
  padding: 8px;
  margin-bottom: 10px; }

@media (min-width: 320px) and (max-width: 991px) {
  .profile-logo {
    width: 80px;
    margin-bottom: 10px;
    margin-left: 0; }

  .profile-logo-free {
    display: block;
    float: none;
    width: 100%; } }
@media (min-width: 992px) {
  .profile-logo {
    width: 140px; }

  .profile-logo-free {
    display: block;
    float: right;
    width: 140px; } }
.profile-thumbnail {
  border: 1px solid #d8d1e0; }

a.profile-thumbnail:hover, a.profile-thumbnail:focus, a.profile-thumbnail.active {
  border-color: #bea2de; }

.profile-rating-panel {
  margin-bottom: 10px; }

.profile-review-title {
  color: #93bb10;
  font-size: 16px; }

.profile-reviews hr {
  margin-bottom: 5px; }

.profile-rating {
  margin-top: 10px;
  margin-bottom: 10px; }

.profile-rating-first {
  margin-left: 0; }

@media screen and (max-width: 991px) {
  .profile-review-title {
    display: block; }

  .profile-rating {
    margin-top: 10px;
    margin-bottom: 0; } }
.profile-review-bubble {
  position: relative;
  padding: 10px;
  background-color: #e5e0eb;
  border-radius: 4px;
  display: inline-block; }

.profile-review-bubble:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #e5e0eb;
  display: block;
  width: 0; }

.profile-review-reviewer {
  font-size: 12px;
  margin-top: 5px; }

.profile-push {
  height: 90px; }

.profile-user-controls {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 90px;
  width: 100%;
  padding-top: 10px; }

.profile-title + .profile-video {
  margin-top: 4px; }

.profile-video-title {
  color: #93bb10;
  font-size: 16px;
  margin-top: 15px; }

.profile-video {
  margin-top: 15px;
  margin-bottom: 10px; }

.profile-video-title + .profile-video {
  margin-top: 0; }

.profile-video + .profile-video-title {
  margin-top: 25px; }

.video-youtube {
  background-color: #000;
  padding: 4px;
  border-radius: 4px; }

.profile-offers {
  margin-bottom: 15px; }

.profile-offer {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  border-style: dashed;
  border-color: #c4c4c4;
  padding: 10px;
  margin-top: 10px; }

.profile-offer-title {
  color: #93bb10;
  font-size: 16px;
  margin-top: 2px; }

.profile-offer-image {
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px; }

@media screen and (max-width: 768px) {
  .profile-offer-image {
    max-width: 100px; } }
@media screen and (min-width: 768px) {
  .profile-offer-image {
    float: right; } }
.profile-events {
  margin-bottom: 15px; }

.profile-event {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px; }

.profile-event-title {
  color: #93bb10;
  font-size: 16px;
  margin-top: 2px; }

.profile-event-image {
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px; }

@media screen and (max-width: 768px) {
  .profile-event-image {
    max-width: 100px; } }
@media screen and (min-width: 768px) {
  .profile-event-image {
    float: right; } }
.profile-product-group, .profile-product {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px; }

.profile-product-title {
  color: #93bb10;
  font-size: 16px;
  margin-top: 2px; }

.profile-product-image {
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 4px; }

@media screen and (max-width: 768px) {
  .profile-product-image {
    max-width: 100px; } }
@media screen and (min-width: 768px) {
  .profile-product-image {
    float: right; } }
.profile-testimonial hr {
  margin-bottom: 5px; }

.profile-testimonial-bubble {
  position: relative;
  padding: 10px;
  background-color: #e5e0eb;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px; }

.profile-testimonial-bubble:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #e5e0eb;
  display: block;
  width: 0; }

.profile-testimonial-testifier {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0; }

.network-logos-horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.network-logos-horizontal-logo {
  padding: 4px;
  margin: 0 6px 0 0;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff; }

.add-message {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px; }

.add-message-title {
  font-size: 21px; }

.add-message-title > a {
  color: #fff; }

.health-check {
  padding: 0;
  background-color: #f4f4f4; }

.health-check-wrap {
  padding: 0 10px 10px; }

.add-message-title {
  background-color: #7e6699;
  background: #a6cc01;
  background: -moz-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6cc01), color-stop(100%, #ced628));
  background: -webkit-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -o-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -ms-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: linear-gradient(to bottom, #a6cc01 0, #ced628 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6cc01', endColorstr='#ced628', GradientType=0);
  border-bottom: 1px solid #fff; }

.spinning-alert {
  border-radius: 4px;
  border: 1px solid #e5e0eb;
  background-color: #fff;
  padding: 8px; }

.spinning {
  color: #93bb10;
  font-size: 16px; }

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.result-header-title {
  color: #B2B2B2;
  font-size: 13px; }

.results .row .result {
  margin: 0 0 25px 0; }

.result {
  border: none;
  padding: 0 30px; }

.result-logo {
  width: 80px; }
  @media screen and (max-width: 600px) {
    .result-logo {
      display: none; } }

.result-title {
  font-size: 22px;
  margin-bottom: 10px; }
  .result-title a {
    font-family: 'Varela Round', Helvetica, Arial, sans-serif; }

.result-rating {
  margin: 0; }

.result-category {
  margin-bottom: 5px; }

.result-address {
  font-size: 13px;
  margin: 10px 0 0 0; }

.result-description {
  font-size: 13px;
  margin: 0;
  padding-right: 140px; }

.result-number a {
  font-size: 18px;
  position: relative; }
  .result-number a:hover {
    text-decoration: none; }
  .result-number a.visible-xs:after {
    display: none; }
  .result-number a:after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    content: 'show';
    display: block;
    font-size: 12px;
    padding: 2px 0;
    position: absolute;
    right: -48px;
    text-align: center;
    width: 45px; }

.result-push {
  height: auto; }

.result-icon-set {
  margin: 10px 0; }
  .result-icon-set a {
    font-size: 12px;
    padding-right: 20px; }
    @media screen and (max-width: 600px) {
      .result-icon-set a {
        display: inline-block;
        padding: 10px 10px 10px 0px; } }
    .result-icon-set a i {
      font-size: 16px;
      padding-right: 5px; }

.result-priority {
  padding: 30px; }
  .result-priority .result-properties {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    height: auto;
    margin: 10px -30px -30px -30px;
    padding: 0 0 0 30px;
    position: relative;
    width: auto; }
    @media screen and (max-width: 600px) {
      .result-priority .result-properties {
        padding: 0 0 0 20px; } }

.result-rating {
  font-size: 12px; }
  .result-rating i {
    font-size: 16px; }
    .result-rating i.f12 {
      font-size: 12px; }

.form-group input {
  font-family: 'Varela Round', Helvetica, Arial, sans-serif; }

.result-title a {
  color: #7B7B7B; }

.result-category {
  color: #979797; }

.result-address {
  color: #979797; }

.result-description {
  color: #454545; }

.result-number a {
  color: #595959; }
  .result-number a:after {
    background: #979797;
    color: white; }
  .result-number a:hover {
    color: #90B100 !important; }
    .result-number a:hover:after {
      background: #90B100 !important; }
      .result-number a:hover {
    text-decoration: none; }
  .result-number a.visible-xs:after {
    display: none; }

.result-priority {
  background: #F8F8F8;
  border: 1px solid #633698; }
  .result-priority .result-properties {
    background: #633698; }
    .result-priority .result-properties a {
      color: white; }
  .result-priority .result-category {
    color: #633698; }
  .result-priority .result-address {
    color: #252525; }
  .result-priority .result-title a {
    color: #45098B; }
  .result-priority .result-number a {
    color: #45098B; }
    .result-priority .result-number a:after {
      background: #8F68C2; }

.result-rating a {
  color: #90B100; }
  .result-rating a .rating-star-filled {
    color: #90B100; }
  .result-rating a .rating-star {
    color: #90B100; }
    
/*================= Priority listing box styling =========================*/

.add-message-priority {
  border-radius: 4px;
  border: 1px solid #572f85;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px; 
  -webkit-box-shadow:0 10px 10px rgba(50,50,50,0.75); 
  -moz-box-shadow:0 10px 10px rgba(50,50,50,0.75); 
  box-shadow:0 10px 10px rgba(50,50,50,0.75);
}

.add-message-priority-title {
  font-size: 21px; }

.add-message-priority-title > a {
  color: #fff; }

.add-message-priority-title {
  background-color: #663399; 
  background: -webkit-gradient(linear, left top, left bottom, from(#572f85), to(#663399)); 
  background: -webkit-linear-gradient(top, #572f85, #663399); 
  background: -moz-linear-gradient(top, #572f85, #663399); 
  background: -ms-linear-gradient(top, #572f85, #663399); 
  background: -o-linear-gradient(top, #572f85, #663399);
  border-bottom: 1px solid #fff; }

.priority-listing {
  padding: 0;
  background-color: #f4f4f4; }

.priority-listing-wrap {
  padding: 0 10px 10px; }

.checkbox p{
  color: #93bb10;
}

.em-btn-priority {
  color: #fff;
  background: -moz-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6cc01), color-stop(100%, #ced628));
  background: -webkit-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -o-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: -ms-linear-gradient(top, #a6cc01 0, #ced628 100%);
  background: linear-gradient(to bottom, #a6cc01 0, #ced628 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6cc01', endColorstr='#ced628', GradientType=0);
  font-weight: 600; 
  border-color: #ced628;
}

.em-btn-priority:hover, .em-btn-priority:focus, .em-btn-priority:active, .em-btn-priority.active {
  color: #fff;
  background-color: #e9f30b;
  border-color: #ced628; 
}

.em-btn-priority.disabled, .em-btn-priority[disabled], fieldset[disabled] .em-btn-priority, .em-btn-priority.disabled:hover, .em-btn-priority[disabled]:hover, fieldset[disabled] .em-btn-priority:hover, .em-btn-priority.disabled:focus, .em-btn-priority[disabled]:focus, fieldset[disabled] .em-btn-priority:focus, .em-btn-priority.disabled:active, .em-btn-priority[disabled]:active, fieldset[disabled] .em-btn-priority:active, .em-btn-priority.disabled.active, .em-btn-priority[disabled].active, fieldset[disabled] .em-btn-priority.active {
  background-color: #ced628;
  border-color: #ced628; 
}

/*================= end Priority listing box styling =========================*/
