@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,400italic,700,700italic);
.theme-font {
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.theme-font-body {
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.theme-text-render {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.theme-border-radius {
  border-radius: 0px !important;
}
.icon-theme {
  color: #888888;
}
.layout-container {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.white-bg {
  background-color: #ffffff;
}
.grey-bg {
  background-color: #f7f7f7;
}
.black-bg {
  background-color: #281e1e;
}
.shadow {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
}
.shadow-mid {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
}
.shadow-light {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
}
bold,
strong,
.bold {
  font-weight: 700;
}
.is-disabled {
  background-color: #f7f7f7;
}
/***** layout build *****/
.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -52px;
}
.push {
  height: 52px;
}
.em-footer {
  min-height: 68px;
  background-color: #ffffff;
}
/***** layout style *****/
body {
  font-family: 'Fira Sans', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}
/***** MODULES *****/
/***** canned searches *****/
.em-canned-searches {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.em-canned-searches > li {
  /* width: 236px; */
  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;
}
/***** type *****/
.btn {
  border-radius: 0px !important;
}
a,
.btn-link {
  color: #281e1e;
}
a:hover,
a:active,
a:focus,
.btn-link:hover {
  color: #959595;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #281e1e;
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
/***** module .em-welcome-message *****/
.em-welcome {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.em-welcome-message {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
/***** module .em-cookie-policy *****/
.em-cookie-policy {
  background-color: rgba(252, 249, 166, 0.95);
  color: #4f4c03;
  border-color: #f9f243;
}
/***** module .em-search *****/
.em-search {
  background-color: #f7f7f7;
  border: 1px solid #dadfe1;
  border-radius: 0px !important;
  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 .form-control {
  border-radius: 0px !important;
  border: 1px solid #f7f7f7;
}
.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: #ffffff !important;
  border-color: #f7f7f7 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.em-search .form-group.has-error .help-block {
  color: #ec1a2e !important;
  margin-left: 10px;
}
.em-search-company-name {
  color: #555555;
  font-size: 12px;
  line-height: 2px;
  padding-top: 2px;
  font-weight: 400;
  display: inline-block;
}
.em-search-powered {
  font-size: 12px;
}
/***** module .em-user *****/
@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;
  }
}
/***** nav tabs *****/
/*
.em-nav-tabs {
	margin-top: 15px;
	border: none;
	font-size: 12px;
	border-bottom: none;
}

.em-nav-tabs > li.active > a, 
.em-nav-tabs > li.active > a:hover, 
.em-nav-tabs > li.active > a:focus {
	border: none;
	background-color: @mutedBlue;
}

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

.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;
}
*/
.theme-title,
.title-listing {
  color: #ec1a2e;
}
.result-contact-number {
  margin-left: 8px;
  margin-right: 8px;
}
.result-address {
  margin-top: 10px;
  margin-bottom: 10px;
}
/***** backgrounds and borders *****/
.white-bg {
  background-color: #ffffff;
}
.black-bg {
  background-color: #281e1e;
}
.body-bg {
  background-color: #ffffff;
}
.theme-bg {
  background-color: #ec1a2e;
}
.is-disabled {
  background-color: #f7f7f7;
}
.alert-info {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.close {
  color: #ffffff;
  opacity: .6;
}
.close:hover {
  color: #ffffff;
  opacity: .9;
}
.alert-info a {
  color: #ffffff;
  text-decoration: underline;
}
/***** module .em-logo *****/
@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;
  }
}
/***** buttons .em-btn-primary, .em-btn-default *****/
.em-btn-primary {
  color: #ffffff;
  background-color: #ec1a2e;
  border-color: #c31021;
  font-weight: 600;
}
.em-btn-primary:hover,
.em-btn-primary:focus,
.em-btn-primary:active,
.em-btn-primary.active {
  color: #ffffff;
  background-color: #f04959;
  border-color: #c31021;
}
.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: #ec1a2e;
  border-color: #ec1a2e;
}
.em-btn-default {
  border: 1px solid #dadfe1;
  background-color: #ffffff;
  color: #281e1e;
}
.em-btn-default:hover {
  background-color: transparent;
  border: 1px solid #281e1e;
  color: #959595;
}
@media screen and (max-width: 992px) {
  .btn-internal {
    display: block;
    margin-top: 10px;
  }
}
/***** module .em-navbar *****/
.em-navbar-top,
.em-navbar-bottom {
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
}
.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: fade(@white, 90%); */
  color: #281e1e;
}
.em-navbar-footer .em-nav > li > a,
.copyright.navbar-text > a {
  color: #281e1e;
}
.copyright.navbar-text {
  color: #281e1e;
  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: #281e1e;
}
.em-navbar-footer .em-nav > li > a:hover,
.em-navbar-footer .em-nav > li > a:focus {
  color: #281e1e;
  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(40, 30, 30, 0.19999999999999996);
  color: #ffffff;
}
.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(40, 30, 30, 0.19999999999999996);
  color: #ffffff;
}
@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: #ffffff;
  }
}
@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: #ffffff;
  }
}
.em-navbar-top .navbar-collapse,
.em-navbar-bottom .navbar-collapse,
.em-navbar-footer .navbar-collapse,
.em-nav .navbar-form {
  border-color: transparent;
}
.navicon {
  color: #ec1a2e;
  font-size: 30px;
}
/***** twitter typeahead *****/
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #ec1a2e;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #ffffff;
}
.typeahead.dropdown-menu > .active > a {
  color: #ffffff;
  background-color: #ec1a2e;
}
/***** search *****/
@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;
}
.listing-is-selected-pulse {
  -webkit-animation-name: listingSelectedPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: listingSelectedPulse;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: listingSelectedPulse;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: listingSelectedPulse;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  animation-name: listingSelectedPulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes listingSelectedPulse {
  from {
    margin-right: 0;
  }
  50% {
    margin-right: 6px;
  }
  to {
    margin-right: 0;
  }
}
@-moz-keyframes listingSelectedPulse {
  from {
    margin-right: 0;
  }
  50% {
    margin-right: 6px;
  }
  to {
    margin-right: 0;
  }
}
@-ms-keyframes listingSelectedPulse {
  from {
    margin-right: 0;
  }
  50% {
    margin-right: 6px;
  }
  to {
    margin-right: 0;
  }
}
@-o-keyframes listingSelectedPulse {
  from {
    margin-right: 0;
  }
  50% {
    margin-right: 6px;
  }
  to {
    margin-right: 0;
  }
}
/* the  animation of the locate me pulse
	from color and end color should be the same */
@-webkit-keyframes locateMePulse {
  from {
    color: #ec1a2e;
  }
  50% {
    color: #ec1a2e;
  }
  to {
    color: #ec1a2e;
  }
}
@-moz-keyframes locateMePulse {
  from {
    color: #ec1a2e;
  }
  50% {
    color: #ec1a2e;
  }
  to {
    color: #ec1a2e;
  }
}
@-ms-keyframes locateMePulse {
  from {
    color: #ec1a2e;
  }
  50% {
    color: #ec1a2e;
  }
  to {
    color: #ec1a2e;
  }
}
@-o-keyframes locateMePulse {
  from {
    color: #ec1a2e;
  }
  50% {
    color: #ec1a2e;
  }
  to {
    color: #ec1a2e;
  }
}
/***** module .result *****/
.result {
  margin-bottom: 15px;
  padding: 10px;
}
.result-priority {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  background-color: #dadfe1;
  border: 1px solid #888888;
}
.result-header {
  margin-top: 0;
  padding-top: 0;
  border-color: transparent;
  padding: 2px 0;
}
.result-header-title {
  color: #ec1a2e;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Fira Sans', 'Arial', sans-serif;
  font-weight: 700;
}
.result-header-results {
  font-size: 12px;
  color: #281e1e;
}
.results .result:last-child {
  margin-bottom: 15px;
}
.result-title {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}
.result-title a {
  color: #ec1a2e;
}
@media screen and (max-width: 768px) {
  .result-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.result-category {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000000;
}
.result-rating {
  margin-top: 10px;
  margin-bottom: 10px;
}
.result-rating-link:hover {
  text-decoration: none;
}
.rating-star {
  font-size: 18px;
  color: #f8a7af;
}
.rating-star-sm {
  font-size: 14px;
}
.rating-star-lg {
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
}
.rating-star-filled {
  color: #f8a7af;
}
.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: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #888888;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 50px;
  width: 100%;
}
.result-icon-set {
  margin-top: 10px;
  margin-left: 10px;
}
.result-icon-set a {
  padding: 10px 10px 10px 0px;
}
.result-review {
  margin-top: 0;
  margin-bottom: 10px;
}
.result-icon {
  color: #ec1a2e;
}
.result-icon-label {
  color: #281e1e;
}
.result-icon:hover {
  text-decoration: none;
}
.result-logo {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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;
  }
}
/***** module .em-results-map *****/
.em-results-map,
.em-results-map-mini,
.em-profile-map {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin-bottom: 15px;
}
/***** module .em-ads-masthead *****/
.em-ads-masthead {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadfe1;
}
.em-ads-rhs {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
/***** module .em-recent-activity *****/
.em-activity {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.em-activity-title {
  color: #ec1a2e;
  font-size: 21px;
  margin-top: 15px;
  margin-left: 15px;
}
.em-activity-item {
  background-color: #ffffff;
  padding: 10px;
  cursor: pointer;
  border-color: #ffffff;
  border-top: 2px solid #ec1a2e;
}
.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-color: darken(@greyMid, 10%); */
}
.em-activity-result-rating {
  margin-top: 2px;
  margin-bottom: 5px;
}
.em-activity-result-rating .fa-fw {
  width: 0.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;
}
/***** module .home-hero *****/
.home-hero-icon-title {
  font-size: 21px;
  margin-top: 8px;
  color: #ec1a2e;
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.home-hero-icon-border {
  border-top: 2px solid #ec1a2e;
}
/***** module .em-panel *****/
.em-panel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
}
.em-panel-title {
  font-weight: 600;
  font-size: 16px;
}
.em-panel-title > a {
  color: #ec1a2e;
}
.em-panel > .em-panel-heading {
  background-color: #f7f7f7;
}
.em-panel > .em-panel-heading + .panel-collapse > .em-panel-body {
  border-top-color: #888888;
}
.profile .em-panel > .em-panel-heading {
  background-color: #ffffff;
}
/***** module .em-pagination *****/
.em-pagination {
  margin-top: 5px;
  margin-bottom: 14px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.em-pagination > li > a {
  color: #281e1e;
}
.em-pagination > li > a:hover {
  color: #959595;
  background-color: #f7f7f7;
}
.em-pagination > .active a,
.em-pagination > .active a:hover {
  background-color: #ec1a2e;
  border-color: #ec1a2e;
}
/***** module .results-map *****/
.results-map-infobubble {
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.results-map-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.results-map-logo {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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 {
  font-size: 14px;
  font-weight: 600;
}
.nm_contentBG {
  background-color: #940c19 !important;
  opacity: .9;
}
/***** module .em-map-controls *****/
.em-map-controls {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
  border-radius: 50%;
  right: 23px;
  top: 8px;
  width: 44px;
  height: 42px;
}
.em-map-controls-link {
  padding: 8px 5px;
}
/***** errors *****/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ec1a2e;
}
/***** alert .em-alert *****/
.em-alert-info {
  background-color: #ffffff;
  color: #281e1e;
  border-color: #dadfe1;
}
.em-alert-success {
  background-color: #daf7d1;
  color: #307b15;
  border-color: #63dc39;
}
.em-alert-warning {
  background-color: #fcf9a6;
  color: #767204;
  border-color: #cfc807;
}
.em-alert-error {
  background-color: #feeeef;
  color: #c31021;
  border-color: #f8a7af;
}
.em-alert-info .icon-theme,
.em-alert-success .icon-theme,
.em-alert-warning .icon-theme {
  color: #ec1a2e;
  opacity: .8;
}
.em-alert-info .icon-theme:hover,
.em-alert-success .icon-theme:hover,
.em-alert-warning .icon-theme:hover {
  opacity: 1;
}
/***** yext featured message .result-featured-message *****/
.result-featured-message {
  border: 1px solid #dadfe1;
  border-radius: 0px !important;
  background-color: #ffffff;
  margin-bottom: 0;
}
.result-featured-message a {
  text-decoration: none;
  padding: 6px 12px;
  display: inline-block;
}
.result-featured-message:hover {
  background-color: transparent;
}
/***** standard .page *****/
.page {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.page-header {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
  border-color: transparent;
  padding: 2px 10px;
}
.page-header-title {
  color: #ec1a2e;
  font-size: 21px;
  margin: 0;
}
.page-title {
  color: #c31021;
  font-size: 16px;
  font-weight: 700;
}
.page-emphasis {
  color: #ee3243;
  font-weight: 400;
}
.page-title-secondary {
  color: #c31021;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.page-mini-title {
  font-size: 12px;
  color: #6f6f6f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
/***** profiles .profile *****/
.profile {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 10px;
}
.profile hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.profile-priority {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  background-color: #ffffff;
}
.profile-heading {
  color: #ec1a2e;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.profile-nav-tabs {
  border-bottom: 1px solid #dadfe1;
  border-radius: 0px !important;
}
.profile-nav-tabs > li > a:hover,
.profile-nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0px !important;
}
.profile-nav-tabs > li > a:hover {
  border-color: #dadfe1;
}
.profile-nav-tabs > li.active > a,
.profile-nav-tabs > li.active > a:hover,
.profile-nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border-color: #dadfe1;
}
.profile-nav-tabs > li.active > a,
.profile-nav-tabs > li.active > a:hover,
.profile-nav-tabs > li.active > a:focus {
  border: 1px solid #dadfe1;
  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: #ffffff;
}
/***** profile related businesses .profile-related *****/
.profile-related {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 8px;
  margin-bottom: 15px;
}
.profile-related-heading {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.profile-related-address {
  margin-bottom: 10px;
}
.profile-related-heading > a {
  color: #888888;
}
.profile-category {
  font-size: 12px;
  margin-bottom: 15px;
  color: #000000;
}
.profile-rating-panel .fa-fw {
  width: 0.99171429em;
}
@media screen and (max-width: 400px) {
  .profile-rating-link {
    display: block;
    margin-top: 10px;
  }
}
.profile-rating-link:hover {
  text-decoration: none;
}
/*
.profile-rating .fa-fw {
	width: 0.99171429em;
}
*/
.profile-address {
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-opening-hours {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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: #ec1a2e;
  margin-top: 0px;
  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: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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(#ec1a2e, 10%);
}
.profile-description-title {
  color: #ec1a2e;
  font-size: 16px;
}
.profile-icon {
  color: #ec1a2e;
}
.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 #dadfe1;
  border-radius: 0px !important;
  background-color: #ffffff;
  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: none;
}
.profile-descriptions .profile-description-title:first-child {
  margin-top: 10px;
}
/***** profiles .profile-logo *****/
.profile-logo {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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;
  }
}
/***** profiles .profile-thumbnail *****/
.profile-thumbnail {
  border: 1px solid #dadfe1;
}
a.profile-thumbnail:hover,
a.profile-thumbnail:focus,
a.profile-thumbnail.active {
  border-color: #9a7878;
}
/***** profiles .profile-reviews *****/
.profile-rating-panel {
  margin-bottom: 10px;
}
.profile-review-title {
  color: #ec1a2e;
  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: #eaeaea;
  border-radius: 0px !important;
  display: inline-block;
}
.profile-review-bubble:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #eaeaea;
  display: block;
  width: 0;
}
.profile-review-reviewer {
  font-size: 12px;
  margin-top: 5px;
}
.profile-push {
  height: 90px;
}
.profile-user-controls {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #888888;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 90px;
  width: 100%;
  padding-top: 10px;
}
/***** profiles .profile-video *****/
.profile-title + .profile-video {
  margin-top: 4px;
}
.profile-video-title {
  color: #ec1a2e;
  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: #281e1e;
  padding: 4px;
  border-radius: 0px !important;
}
/***** profiles .profile-offers *****/
.profile-offers {
  margin-bottom: 15px;
}
.profile-offer {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-style: dashed;
  border-color: #6f6f6f;
  padding: 10px;
  margin-top: 10px;
}
.profile-offer-title {
  color: #281e1e;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 700;
}
.profile-offer-image {
  max-width: 100%;
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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;
  }
}
/***** profiles .profile-events *****/
.profile-events {
  margin-bottom: 15px;
}
.profile-event {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 10px;
}
.profile-event-title {
  color: #281e1e;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 700;
}
.profile-event-image {
  max-width: 100%;
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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;
  }
}
/***** profiles .profile-products *****/
.profile-product-group,
.profile-product {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 10px;
}
.profile-product-title {
  color: #ec1a2e;
  font-size: 16px;
  margin-top: 2px;
}
.profile-product-image {
  max-width: 100%;
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  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;
  }
}
/***** profiles .profile-testimonials *****/
.profile-testimonial hr {
  margin-bottom: 5px;
}
.profile-testimonial-bubble {
  position: relative;
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 0px !important;
  display: inline-block;
  margin-top: 5px;
}
.profile-testimonial-bubble:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #eaeaea;
  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;
  display: inline-block;
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.add-message {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 15px;
}
.add-message-title {
  font-size: 21px;
}
.add-message-title > a {
  color: #ffffff;
}
.health-check {
  padding: 0;
  background-color: #f7f7f7;
}
.health-check-wrap {
  padding: 0 10px 10px;
}
.add-message-title {
  background-color: #ec1a2e;
  border-bottom: 1px solid #ffffff;
}
.spinning-alert {
  border-radius: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 8px;
}
.spinning {
  color: #ec1a2e;
  font-size: 16px;
}
.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: 'Fira Sans', '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,
.form-group textarea {
  font-family: 'Fira Sans', 'Arial', sans-serif;
  border-radius: 0px !important;
}
.result-title a {
  color: #7B7B7B;
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.result-category {
  color: #888888;
}
.result-address {
  color: #888888;
}
.result-description {
  color: #888888;
}
.result-number a {
  color: #281e1e;
}
.result-number a:after {
  background: #888888;
  color: white;
}
.result-number a:hover {
  color: #ec1a2e !important;
}
.result-number a:hover:after {
  background: #ec1a2e !important;
}
.result-number a:hover {
  text-decoration: none;
}
.result-number a.visible-xs:after {
  display: none;
}
.result-priority {
  background: #F8F8F8;
  border: 1px solid #ec1a2e;
}
.result-priority .result-properties {
  background: #ec1a2e;
}
.result-priority .result-properties a {
  color: white;
}
.result-priority .result-category {
  color: #281e1e;
}
.result-priority .result-address {
  color: #281e1e;
}
.result-priority .result-title a {
  color: #ec1a2e;
}
.result-priority .result-number a {
  color: #indyBlue;
}
.result-rating a {
  color: #ec1a2e;
}
.result-rating a .rating-star-filled {
  color: #ec1a2e;
}
.result-rating a .rating-star {
  color: #ec1a2e;
}
/*================= Priority listing box styling =========================*/
.add-message-priority {
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  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: #ec1a2e;
  border-bottom: 1px solid #fff;
}
.priority-listing {
  padding: 0;
  background-color: #f7f7f7;
}
.priority-listing-wrap {
  padding: 0 10px 10px;
}
.em-btn-priority {
  color: #fff;
  background-color: #ec1a2e;
  border-color: #850000;
  font-weight: 600;
}
.em-btn-priority:hover,
.em-btn-priority:focus,
.em-btn-priority:active,
.em-btn-priority.active {
  color: #fff;
  background-color: #ec1a2e;
  border-color: #850000;
  font-weight: 600;
}
.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: #ec1a2e;
  border-color: #ec1a2e;
}

