body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  overflow-x: hidden; }

a {
  color: #ad0ba9; }
  a:hover {
    color: #c50dc0; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.lp-h1, .lp-h2, .lp-h3, .lp-h4, .lp-h5, .lp-h6, .lp-h1 a,
.lp-h2 a, .lp-h3 a, .lp-h4 a, .lp-h5 a, .lp-h6 a,
#accordion h5 .accordion-title {
  font-family: "Montserrat", sans-serif; }

::-webkit-input-placeholder {
  font-weight: 700;
  color: #272d2d; }

::-moz-placeholder {
  font-weight: 700;
  color: #272d2d; }

:-ms-input-placeholder {
  font-weight: 700;
  color: #272d2d; }

:-moz-placeholder {
  font-weight: 700;
  color: #272d2d; }

.btn {
  border-radius: 3px; }
  .btn.btn-small {
    padding: .5em 2em;
    background-color: #ad0ba9;
    color: #fff; }
    .btn.btn-small:hover {
      background-color: #c753c2; }
  .btn.btn-medium {
    background-color: #ad0ba9;
    padding: 1em 2.5em;
    color: #fff; }
    .btn.btn-medium:hover {
      background-color: #c753c2; }
  .btn.btn-large {
    padding: 1.5em 3em;
    background-color: #ad0ba9;
    color: #fff; }
    .btn.btn-large:hover {
      background-color: #c753c2; }

.default-button {
  background-color: #ad0ba9;
  color: #fff; }

.field-required-msg span {
  color: #ff0000;
  font-weight: 400; }

label.required:after {
  content: "*";
  color: #ff0000;
  font-weight: 400; }

.section-title {
  font-size: 32px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .section-title {
      font-size: 16px; } }
  .section-title h3 {
    font-family: inherit;
    font-size: 2em;
    font-weight: 300;
    color: #272d2d;
    text-align: center; }
    .section-title h3 span {
      color: #ad0ba9; }

.dark {
  color: #FFF; }
  .dark a {
    color: #FFF; }
    .dark a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #FFF; }

header .lp-topbar {
  padding-top: 8px;
  padding-bottom: 8px; }
  header .lp-topbar .lp-topbar-menu li a {
    font-size: 14px;
    color: #272d2d;
    text-transform: uppercase;
    text-decoration: none; }
  header .lp-topbar .lp-topbar-menu li .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    header .lp-topbar .lp-topbar-menu li .dropdown-menu li {
      display: block;
      margin-right: 0; }
      header .lp-topbar .lp-topbar-menu li .dropdown-menu li a {
        display: block; }
header .lp-menu-bar {
  background-color: #272d2d; }
  header .lp-menu-bar #logo {
    max-width: 150px; }
    @media (max-width: 980px) {
      header .lp-menu-bar #logo {
        margin: 0 auto; } }
  @media (max-width: 980px) {
    header .lp-menu-bar .mobile-nav-icon {
      padding: 26px 20px; } }
  header .lp-menu-bar .lp-menu-container .lp-menu > ul li {
    position: relative;
    padding-right: 0; }
    header .lp-menu-bar .lp-menu-container .lp-menu > ul li a {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.6);
      padding-left: 8px;
      padding-right: 8px;
      text-transform: uppercase;
      line-height: 54px;
      letter-spacing: .5px; }
    header .lp-menu-bar .lp-menu-container .lp-menu > ul li.active a,
    header .lp-menu-bar .lp-menu-container .lp-menu > ul li a:hover,
    header .lp-menu-bar .lp-menu-container .lp-menu > ul li a:focus {
      color: #FFF; }
    header .lp-menu-bar .lp-menu-container .lp-menu > ul li.active:after {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 12px;
      left: 0;
      background-color: #ad0ba9; }

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  padding: 8px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ececec; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #ad0ba9;
  border-bottom: 1px solid #e8e8e8; }

.autocomplete-group {
  color: red;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: block;
  border-bottom: 1px solid #e8e8e8; }

.autocomplete-categ {
  display: block;
  width: 100%; }

.autocomplete-suggest-text {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  font-size: 0;
  cursor: pointer; }

.autocomplete-image {
  display: inline-block;
  width: 10%; }

.autocomplete-text {
  display: inline-block;
  width: 90%;
  font-size: 16px;
  vertical-align: top;
  padding: 10px; }

.autocomplete-text h5 {
  margin: 0 0 3px 0; }

.lp-home-banner-contianer #header-carousel {
  font-family: "Montserrat", sans-serif;
  font-size: 32px; }
  @media (max-width: 480px) {
    .lp-home-banner-contianer #header-carousel {
      font-size: 18px; } }
  .lp-home-banner-contianer #header-carousel h1, .lp-home-banner-contianer #header-carousel p {
    font-family: inherit; }
  .lp-home-banner-contianer #header-carousel h1 {
    font-size: 1.5em;
    text-transform: uppercase; }
  .lp-home-banner-contianer #header-carousel p {
    font-size: 1em; }
.lp-home-banner-contianer .lp-search-bar {
  /*background-color: transparent;*/ }
  @media (max-width: 480px) {
    .lp-home-banner-contianer .lp-search-bar {
      margin-top: 25px; } }
  .lp-home-banner-contianer .lp-search-bar .filter-search {
    width: 15%;
    float: left; }
    .lp-home-banner-contianer .lp-search-bar .filter-search select {
      width: 99%;
      height: 55px;
      border-radius: 50px; }
  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar {
    font-size: 14px; }
    .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .filter-search {
      width: 15%;
      vertical-align: middle;
      display: inline-block;
      margin-right: 3px; }
    .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon {
      position: relative;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50px;
      margin-bottom: 14px;
      width: 81%;
      float: left; }
      @media (max-width: 480px) {
        .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon {
          width: 100%; } }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon ::-webkit-input-placeholder {
        font-weight: 500;
        color: #272d2d; }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon ::-moz-placeholder {
        font-weight: 500;
        color: #272d2d; }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon :-ms-input-placeholder {
        font-weight: 500;
        color: #272d2d; }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon :-moz-placeholder {
        font-weight: 500;
        color: #272d2d; }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon .text-keyword {
        position: absolute;
        font-weight: 700;
        font-size: 18px;
        top: 50%;
        left: 25px;
        z-index: 5;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon input {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        text-indent: 75px;
        padding: 18px;
        border: 1px solid #ff9be6;
        border-radius: 50px; }
        .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon input:hover, .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon input:focus {
          border: 1px solid #ffffff; }
      .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon:first-child {
        margin-right: 1%; }
    .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button {
      background-color: #ad0ba9;
      padding: 1.3em 4em;
      margin: 0 auto;
      color: #fff;
      font-size: 14px;
      border-radius: 50px; }

.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .filter-search {
  width: 15%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px; }

.lp-home-banner-contianer-inner {
  z-index: 9; }

.lp-section-row:not(.categories) {
  padding: 30px 0; }
.lp-section-row.categories:after {
  content: '';
  display: table;
  clear: both; }
.lp-section-row.categories .lp-home-categoires li {
  /*float: left;
  width: 20%;
  margin-right: 0;
  border-right: 1px solid #b33ed1;*/ }
  .lp-section-row.categories .lp-home-categoires li:last-child {
    border-right: none; }
  .lp-section-row.categories .lp-home-categoires li a {
    background-color: #49005a;
    box-shadow: none;
    position: relative;
    word-break: break-all;
    -ms-word-break: break-all; }
    .lp-section-row.categories .lp-home-categoires li a span {
      position: absolute;
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
.lp-section-row.section-about {
  background-color: #b33ed1;
  text-align: left; }
  .lp-section-row.section-about .section-title h3 {
    font-size: 1em;
    font-weight: 700;
    color: #FFF;
    text-align: left; }
    .lp-section-row.section-about .section-title h3 span {
      display: block;
      font-size: 2em;
      color: #FFF; }
.lp-section-row.section-details {
  padding: 60px 0; }
  .lp-section-row.section-details .vertical-services img {
    max-width: 50px;
    height: auto;
    margin-bottom: 20px; }
  .lp-section-row.section-details .vertical-services h5 {
    font-family: inherit;
    text-transform: uppercase; }
.lp-section-row.section-services {
  background-color: #f8f8f8; }
  .lp-section-row.section-services .left-image-service {
    position: relative; }
    .lp-section-row.section-services .left-image-service .img-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: auto; }
    .lp-section-row.section-services .left-image-service .text-wrapper {
      margin-left: 65px; }
      .lp-section-row.section-services .left-image-service .text-wrapper h5 {
        text-transform: uppercase; }
.lp-section-row.section-networks .networks-images a img {
  filter: grayscale(100%); }
.lp-section-row.section-networks .networks-images a:hover img {
  filter: grayscale(0); }
.lp-section-row.section-how {
  background-color: #ad0ba9;
  padding: 0; }
  .lp-section-row.section-how:after {
    content: '';
    display: table;
    clear: both; }
  .lp-section-row.section-how .section-how-wrap {
    display: table; }
    .lp-section-row.section-how .section-how-wrap .how-step {
      position: relative;
      display: table-cell;
      width: 33.33%;
      padding: 60px 30px;
      vertical-align: middle; }
      @media (max-width: 768px) {
        .lp-section-row.section-how .section-how-wrap .how-step {
          width: 100%;
          display: block; } }
      .lp-section-row.section-how .section-how-wrap .how-step#sec {
        background-color: #950992; }
      .lp-section-row.section-how .section-how-wrap .how-step#third {
        background-color: #7d087a; }

@media (max-width: 480px) {
  .categories-screen-container .lp-list-page-grid {
    width: 100%; } }
@media (min-width: 480px) and (max-width: 768px) {
  .categories-screen-container .lp-list-page-grid:nth-child(2n + 1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 980px) {
  .categories-screen-container .lp-list-page-grid:nth-child(3n + 1) {
    clear: both; } }
@media (min-width: 980px) {
  .categories-screen-container .lp-list-page-grid:nth-child(4n + 1) {
    clear: both; } }

.lp-list-view-inner-contianer {
  margin-bottom: 20px; }
  .lp-list-view-inner-contianer .container-search-result {
    border-radius: 0; }
    .lp-list-view-inner-contianer .container-search-result h4 a {
      font-weight: 500; }
    .lp-list-view-inner-contianer .container-search-result span {
      border-radius: 50px; }
    .lp-list-view-inner-contianer .container-search-result .lp-grid-box-price.post-stat li {
      font-size: 14px;
      margin-bottom: 5px; }
      .lp-list-view-inner-contianer .container-search-result .lp-grid-box-price.post-stat li img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        opacity: 0.7; }
      .lp-list-view-inner-contianer .container-search-result .lp-grid-box-price.post-stat li a {
        font-size: inherit; }
        .lp-list-view-inner-contianer .container-search-result .lp-grid-box-price.post-stat li a:last-child {
          border: none; }
          .lp-list-view-inner-contianer .container-search-result .lp-grid-box-price.post-stat li a:last-child i.fa {
            color: #ad0ba9; }
  .lp-list-view-inner-contianer:hover {
    border-left: 1px solid #e3e3e3 !important; }

#searchForm .lp-search-search-bar {
  display: table;
  width: 100%; }
  @media (max-width: 768px) {
    #searchForm .lp-search-search-bar {
      display: block; } }
  #searchForm .lp-search-search-bar .filter-search {
    float: left;
    margin-right: 11px; }
    #searchForm .lp-search-search-bar .filter-search select {
      border-radius: 50px;
      border: 1px solid #ff9be6;
      height: 50px; }
  #searchForm .lp-search-search-bar .inner-addon {
    display: table-cell;
    width: 90%;
    position: relative;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 8px; }
    #searchForm .lp-search-search-bar .inner-addon:last-child {
      padding-right: 0px; }
    @media (max-width: 768px) {
      #searchForm .lp-search-search-bar .inner-addon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center; }
        #searchForm .lp-search-search-bar .inner-addon:last-child {
          margin-bottom: 0; } }
    #searchForm .lp-search-search-bar .inner-addon .text-keyword {
      position: absolute;
      font-weight: 700;
      color: #272d2d;
      top: 50%;
      left: 25px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5; }
    #searchForm .lp-search-search-bar .inner-addon input {
      width: 100%;
      border: 1px solid #ff9be6;
      border-radius: 50px; }
    #searchForm .lp-search-search-bar .inner-addon button {
      background-color: #ad0ba9;
      color: #fff;
      font-size: 14px;
      border-radius: 50px;
      padding: 13px 30px; }

.pagination li {
  display: inline-block;
  margin-left: 2px; }
  .pagination li:last-child {
    margin-left: 0; }
  .pagination li a,
  .pagination li span {
    color: #989898;
    padding: 0 5px;
    min-width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 50px !important; }
  .pagination li a:hover {
    color: #ad0ba9;
    background-color: transparent; }
  .pagination li.active span {
    background-color: #ad0ba9;
    border: none; }

footer {
  background-color: #272d2d; }
  footer .footer-upper-bar {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0px; }
    footer .footer-upper-bar .footer-menu {
      list-style: none;
      text-align: center; }
      footer .footer-upper-bar .footer-menu li:before {
        content: none; }
      footer .footer-upper-bar .footer-menu li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px; }
        footer .footer-upper-bar .footer-menu li a:hover {
          color: #FFF; }
  footer .footer-bottom-bar .copyright {
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }
  footer .footer-bottom-bar .widget {
    color: #fff;
    margin-bottom: 15px; }
    footer .footer-bottom-bar .widget .title {
      color: #fff;
      font-size: 18px; }
    footer .footer-bottom-bar .widget.about {
      text-align: left; }
      footer .footer-bottom-bar .widget.about .img-wrapper {
        max-width: 150px;
        margin-bottom: 10px; }
    footer .footer-bottom-bar .widget.subscribe .form-control {
      height: 44px;
      padding: 10px; }
    footer .footer-bottom-bar .widget.subscribe .btn {
      font-size: 14px;
      padding: 0.8em 1.1em;
      background-color: #ad0ba9; }
    footer .footer-bottom-bar .widget.contacts ul, footer .footer-bottom-bar .widget.social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    footer .footer-bottom-bar .widget.social a {
      font-size: 36px;
      color: #FFF; }

/** Lourdes
    1. Home
    2. Footer
    3. Store Locator
    4. Contact Us
	5. Login
    6. Pricing
    7. Blogs
	8. Categories
	9. Business Search
    10. Business Profile - about-us
    11. About Us
    12. Business My profile page tab
    13. About Us
    14. Header Fade Search
    15. Static Pages
    16. Registration Pages
    17. Deals Page
/**/
/**defaults**/
.aliceblue {
  background-color: #f4f4f4; }

.breadcrumbs li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  color: black;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%; }

.lp-border-radius-3 {
  border-radius: 3px; }

.margin-vertical-spacer {
  margin: 15px 0px; }

.dropdown-menu-arrow:before {
  position: absolute;
  top: -7px;
  left: 89px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.dropdown-menu-arrow:after {
  position: absolute;
  top: -6px;
  left: 90px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''; }

.thead-inverse {
  background-color: #950992;
  color: #ffffff; }

.tt-dataset h3 {
  text-indent: 25px; }

.text-title-header {
  font-size: 34px; }

.text-title-p {
  font-size: 16px; }

/**dependencies**/
.popover {
  max-width: 100%; }

img-crop canvas {
  top: 0%;
  left: 0%; }

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  overflow-y: auto;
  height: 300px; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px; }

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0; }

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important; }

.tt-highlight {
  color: #ad0ba9; }

.tt-suggestion.tt-selectable img {
  width: 40px !important;
  height: 40px !important;
  vertical-align: middle;
  border-radius: 50px;
  float: left;
  margin-right: 10px; }

.tt-suggestion.tt-selectable p {
  vertical-align: bottom;
  padding-top: 5px; }

.leaf-gray img {
  background-color: #950992; }

/** 1. Home **/
#drop-us-message-section {
  background-color: #f7f9fa; }

.lp-section-row.categories {
  background-color: #b33ed1; }

.homepara {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/** 2. Footer **/
footer {
  background-color: #2f2f2f; }

footer .footer-bottom-bar .widget p {
  color: #fff; }

/** 3. Store Locator**/
.mapSidebar {
  min-height: 100vh; }

.hr-grid-box-bottom {
  /* background-color: $footer-header-bg !important;*/
  padding: 10px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.hr-grid-box-bottom span {
  color: #fff; }

.hr-map-list-container {
  min-height: 250px !important; }

.copyright-map {
  color: #fff;
  font-size: 12px; }

.copyright-map a {
  /*  color: $primary-color-main;*/
  font-size: 12px; }

.footer-bottom-bar-map {
  /*background-color: $footer-bottom-bg;*/ }

.ui-autocomplete li:hover {
  /*   background-color: $primary-color-main;
     border-bottom: 1px solid $primary-color-light;*/ }

.tag-select-third {
  width: 220px; }

.chosen-container-single .chosen-single,
select.chosen-select-custom.ng-pristine.ng-untouched.localytics-chosen.ng-empty.ng-invalid.ng-invalid-required,
select.chosen-select-custom.ng-pristine.localytics-chosen.ng-empty.ng-invalid.ng-invalid-required.ng-touched {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  border: 1px solid #E3E3E3 !important;
  cursor: text;
  width: 100% !important;
  border-radius: 5px !important;
  padding: 8px 15px;
  background: #fff !important; }

.chosen-container-single .chosen-single:after {
  position: absolute;
  top: 14px;
  right: 17px;
  content: "\f0d7";
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #D3D3D3 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.chosen-container-single .chosen-single span {
  padding-top: 2px; }

.chosen-container-single .chosen-single div b {
  margin-top: 2px; }

.lp-grid-box-thumb {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  background-color: #f5f5f5; }

.lp-grid-box-thumb img {
  max-width: none;
  height: auto; }

.map-button {
  background-color: #BD00AC;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  display: inline-block;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #BD00AC; }

.star-rating-filled i.fa.fa-star {
  color: #ffff00;
  white-space: nowrap;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999; }

.store-location-mobile {
  height: 160px;
  margin: 20px;
  padding: 5px;
  background-color: #f9f9f9; }

.store-locator-container-mobile {
  display: none; }

.hr-google-map-container {
  display: block;
  position: relative; }

.hair-col-12, .hair-col-5, .hair-col-6, .hair-col-2 {
  float: left;
  padding-right: 10px; }

.hair-col-12 {
  width: 100%; }

.hair-col-5 {
  width: 41.6666667%; }

.hair-col-2 {
  width: 16.66666667%; }

.hair-col-6 {
  width: 50%; }

.chosen-container .chosen-container-single {
  width: 100% !important; }

.business-info-thumb {
  width: 25%;
  float: left;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  height: 80px; }

.business-info-text {
  width: 75%;
  float: left;
  height: 100%;
  display: table;
  padding: 0 8px; }

.full-width {
  width: 100% !important; }

.search-btn {
  position: relative;
  border: none; }

.section-fixed .full-width {
  position: relative;
  height: 100%; }

.fixed-left {
  position: fixed;
  width: 50%;
  height: 100%; }

.fixed-right {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0; }

.map-img-container {
  height: 100%; }

.map-img-container img {
  height: 100%; }

.events-business-container img {
  max-height: 250px;
  text-align: center;
  margin: auto; }

.events-business-container {
  display: block;
  margin: auto;
  position: relative; }

/**4. Contact Us **/
.left-addon .fa {
  left: 15px; }

.left-addon input {
  padding-left: 35px; }

.inner-addon .fa {
  position: absolute;
  padding: 16px 12px;
  pointer-events: none; }

/**5. Login **/
.siginincontainer {
  width: 100%;
  padding: 20px 45px; }
  .siginincontainer h1 {
    font-size: 24px; }
  .siginincontainer .primary-button {
    background-color: #ad0ba9;
    color: #fff;
    font-size: 18px;
    padding: 8px 0px; }

.sign-in-header {
  display: block;
  position: relative;
  text-align: center; }

/*.login-form-popup{
	width:500px;
}*/
/**6. Pricing **/
.plan-box {
  padding: 20px;
  background-color: white;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px; }

.plan-box:hover {
  outline: 2px solid #bf2a61; }

.plan-bottom ul li {
  line-height: 2.5; }

.plan-top h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px; }

.plan-price {
  display: block;
  text-align: center;
  padding: 18px 0; }

.plan-choose {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee; }

.plans-box-basic .plan-bottom {
  border-radius: 0 0 0 8px; }

.plan-bottom {
  background-color: #F9F9F9;
  padding: 25px 0;
  margin: 0 -20px;
  height: 447px; }

.plan-bottom ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 14px;
  max-width: 310px; }

.plan-container {
  margin-top: 30px; }

.plan-price .plan-amt {
  font-size: 34px;
  font-weight: bold; }

.plan-list-image {
  margin: 0 10px 0 0; }

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none; }

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 43;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px; }

#boxes #dialog {
  height: 203px;
  padding: 10px;
  top: 20%;
  left: 30%;
  display: none; }

#dialog a.close {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  border-radius: 50px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  padding: 7px; }

/* CSS-only ribbon styles    */
.cnrflash {
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0; }

.cnrflash-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  background-size: 4px,auto, auto,auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2); }

.cnrflash-inner:before, .cnrflash-inner:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000; }

.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent; }

.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.cnrflash-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center; }

.registration-keyword {
  font-style: italic;
  /*color: $button-first;*/ }

.card-info-registration, .billing-info-registration {
  padding: 25px; }

/**Colors**/
/* CSS-only ribbon styles    */
.cnrflash-reg {
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0; }

.cnrflash-inner-reg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  background-size: 4px,auto, auto,auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2); }

.cnrflash-inner-reg:before, .cnrflash-inner-reg:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000; }

.cnrflash-inner-reg:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent; }

.cnrflash-inner-reg:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.cnrflash-label-reg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center; }

.registration-keyword {
  font-style: italic;
  color: #ad0ba9; }

.card-info-registration, .billing-info-registration {
  padding: 25px; }

/*Overwrite CSS Pricing Page*/
section.pricing-hero {
  background-image: url("../../images/bowral-hero.jpg") !important;
  background-repeat: no-repeat;
  background-position: 50% 54%;
  position: relative;
  background-size: cover; }
  section.pricing-hero .page-heading-inner-container
  h2 {
    color: #ffffff; }
  section.pricing-hero p {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 18px; }
  section.pricing-hero span {
    color: #ad0ba9; }

.black-image-bg {
  display: table;
  width: 100%;
  height: 210px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  z-index: 6; }

.pricing-header h2 {
  color: #6e0069;
  text-align: center; }

.plan-name h3 {
  text-align: center; }

section.pricing-plans {
  padding: 30px 0px; }
  section.pricing-plans .plan-container button {
    width: 40%;
    font-size: 16px; }

button.btn.btn-second-hover {
  background: #ad0ba9; }

.pricing-help-section {
  background-color: #8c0086;
  width: 100%;
  display: table; }
  .pricing-help-section .pricing-help-left {
    width: 70%;
    position: relative;
    display: table-cell;
    padding: 60px 30px;
    vertical-align: middle; }
    .pricing-help-section .pricing-help-left .pricing-suit-plan {
      text-align: center; }
      .pricing-help-section .pricing-help-left .pricing-suit-plan h3 {
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 4px; }
      .pricing-help-section .pricing-help-left .pricing-suit-plan p {
        color: #ffffff; }
      .pricing-help-section .pricing-help-left .pricing-suit-plan a {
        background-color: #8c0086;
        color: #ffffff;
        border: 1px solid #ffffff; }
        .pricing-help-section .pricing-help-left .pricing-suit-plan a:hover {
          background-color: #6e0069; }
  .pricing-help-section .pricing-help-right {
    position: relative;
    display: table-cell;
    width: 30%;
    padding: 60px 30px;
    vertical-align: middle;
    background-color: #6e0069; }
    .pricing-help-section .pricing-help-right h3 {
      text-transform: uppercase;
      color: #ffffff; }
    .pricing-help-section .pricing-help-right p {
      color: #ffffff; }
    .pricing-help-section .pricing-help-right a {
      background-color: #6e0069;
      color: #ffffff;
      border: 1px solid #ffffff; }
      .pricing-help-section .pricing-help-right a:hover {
        background-color: #8c0086; }

section.pricing-common {
  background-color: rgba(240, 220, 245, 0.45);
  padding: 20px 0px; }
  section.pricing-common p {
    font-weight: bold;
    line-height: 3; }

section.tribe-features {
  padding: 30px 0px;
  background-color: #ffffff; }
  section.tribe-features .vertical-spacer {
    padding: 15px 0px; }
    section.tribe-features .vertical-spacer h3 {
      color: #6e0069; }

section.pricing-tribe-details {
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
  padding-top: 60px;
  background-color: #fbfbfb; }
  section.pricing-tribe-details p {
    margin-bottom: 1.875rem; }
  section.pricing-tribe-details .modern-columns {
    margin-bottom: 1.1588rem;
    margin-top: 1.1588rem;
    padding-top: 1.1588rem;
    padding-bottom: 1.1588rem; }
    section.pricing-tribe-details .modern-columns h5 {
      margin-top: 0; }

.pricing-tribe-details .modern-columns + .modern-columns, .modern-columns.two:last-child {
  border-top: 1px solid #dedede;
  padding-top: 1.875rem; }

.pricing-tribe-details .modern-columns.two {
  -webkit-column-count: 2;
  column-count: 2; }
  .pricing-tribe-details .modern-columns.two span {
    width: 10%;
    margin-right: 10px; }
    .pricing-tribe-details .modern-columns.two span img {
      vertical-align: top;
      margin: 8px 0px; }
  .pricing-tribe-details .modern-columns.two .pkg-content {
    width: 90%;
    display: inline-block;
    text-align: justify; }

@media screen and (min-width: 641px) {
  .pricing-tribe-details .modern-columns {
    -webkit-column-rule: 1px solid #dedede;
    column-rule: 1px solid #dedede;
    -webkit-column-gap: 4.9086rem;
    column-gap: 4.9086rem; } }
section.ask-us-how {
  background-color: rgba(245, 245, 245, 0.48);
  padding: 25px 0px; }

/** 7. Blogs **/
.blogstatic-image {
  width: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  height: 300px; }

/** 8. Categories **/
.lp-grid-box {
  background-color: #fff;
  min-height: 85px;
  vertical-align: middle; }

.lp-grid-box-description {
  padding: 15px 20px; }

.lp-grid-box-contianer.lp-grid-box-contianer1 {
  margin-bottom: 15px; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
  border: 2px solid #950992; }

/** 9. Business Search **/
.listing-page-result-row h1.search-page-show {
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  margin-top: 10px; }

.business-search-map-sidebar.affix {
  top: 20px; }

.business-search-map-sidebar.affix-top {
  position: absolute; }

.business-search-map-sidebar.affix-bottom {
  position: absolute;
  width: 100%; }

.switch {
  height: 20px !important;
  top: 6px !important;
  margin-left: 5px !important;
  margin-right: 5px !important; }

.switch.checked small {
  left: 32px !important; }

.switch small {
  width: 20px !important;
  height: 20px !important; }

.lp-list-view-inner-contianer, .widget-bg-color {
  background-color: #fff; }

.breadrumbs-search-listing {
  background-color: #2d2d2d;
  padding: 5px 10px; }

.lp-search-search-bar .left-addon input {
  padding-left: 80px; }

.lp-search-search-bar .inner-addon .text-keyword {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  top: 50%;
  left: 25px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.lp-search-search-bar input::placeholder {
  font-weight: inherit; }

.search-row .form-inline {
  border-radius: 50px; }

.page-heading.listing-page-cover {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 100%; }

.container-search-result {
  position: relative; }

.rm-removal-business .fa {
  color: #fff; }

.lp-list-view-inner-contianer .rm-removal-business {
  background-color: #a94442;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  padding: 2px 5px;
  top: -20px;
  font-size: 10px;
  right: -20px;
  color: #fff;
  -webkit-transition: width 2s;
  transition: width 2s;
  z-index: 1; }

.lp-list-view-inner-contianer .rm-removal-business .hidden {
  visibility: hidden; }

.lp-list-view-thumb-inner {
  position: relative; }

.rm-flagged-remove {
  background: #a94442;
  box-sizing: border-box;
  bottom: 10px;
  color: #fff;
  padding: 2px 5px;
  position: absolute; }

.rm-ratings-small {
  font-size: 0.75em;
  font-style: italic; }

.rm-ratings-smaller {
  font-size: 0.65em;
  font-style: italic; }

.listing-page-result-row .breadcrumbs li span {
  color: #fff; }

.listing-page-result-row .breadcrumbs li a {
  color: #e260ff; }

.business-search-listing {
  min-height: 1000px; }

.lp-list-view-inner-contianer .rm-removal-business-verified {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  cursor: pointer;
  left: -11px;
  top: -13px;
  transition: width 2s;
  position: absolute;
  padding: 2px 5px;
  -webkit-transition: width 2s;
  z-index: 1; }

.lp-list-view-inner-contianer .rm-removal-business-verified img {
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  width: 48%; }

/** 10. Business Profile - about-us **/
.post-meta-right-box .padding-top-30 a {
  background-color: #ad0ba9;
  color: #fff;
  padding: 15px 40px;
  font-size: 18px; }

.business-logo {
  width: 150px;
  display: inline-block; }

.post-meta-info, .page-innner-container, .comments-form, .comments-container {
  background-color: #fff; }

.post-meta-info {
  padding-top: 25px;
  padding-bottom: 25px; }

.post-meta-left-box h1 {
  margin-bottom: 25px;
  font-size: 30px; }

.dashboard-tabs {
  background-color: #2d2d2d !important; }

.comments-form {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.padding-right-40 {
  padding-right: 40px; }

.comments-container {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.widget-box {
  margin-bottom: 15px; }

.nav-tabs > li > a {
  color: #fff; }

.nav-tabs > li.active > a {
  background-color: #950992;
  color: #fff; }

.nav-tabs > li > a::after {
  border-bottom-color: #2d2d2d; }

.nav-tabs > li > a:hover:after, .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
  border-bottom-color: #f4f4f4; }

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

/** 12. Business My profile page tab**/
.lp-list-view-inner-contianer-profile {
  padding: 25px;
  background-color: #fff; }

.scaled-image {
  width: 32%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-height: 85px;
  background-color: #fff; }

.scaled-image a {
  max-height: 85px; }

.scaled-image-insta a {
  height: auto;
  width: 32%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-right: 3px;
  overflow: hidden;
  background-color: #fff;
  max-height: 80px; }

.scaled-image-pinterest a {
  height: auto;
  width: 31%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-right: 3px;
  overflow: hidden;
  background-color: #fff;
  max-height: 80px; }

#links-links-pinterest {
  max-height: 320px;
  overflow: hidden; }

.scaled-image:hover .delete-image, .scaled-image:focus .delete-image {
  display: block; }

.gallery-botton-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer; }

.delete-image {
  display: none; }

.scaled-video {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%; }

.scaled-video iframe {
  top: 0;
  left: 0;
  width: 100%; }

.scaled-video:hover .delete-video, .scaled-video:focus .delete-video {
  display: block; }

.video-button-container {
  position: absolute;
  top: 20%;
  left: 47%;
  cursor: pointer; }

.delete-video {
  display: none;
  font-size: 28px;
  color: #fff;
  opacity: 0.7; }

.change-cover-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px; }

.cover-photo-container {
  position: relative; }

.business-logo {
  width: 150px;
  display: inline-block; }

.cover-photo-img {
  width: 100%;
  min-height: 250px;
  max-height: 315px;
  overflow: hidden;
  background-color: #d2d2d2; }

/** business page - activity tab**/
.img-activity-container {
  width: 150px;
  height: auto;
  margin: auto; }

.video-activity-container * {
  width: 100%; }

/**business blogs list**/
.lp-blog-grid-box-thumb-business-blog {
  width: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px; }

.lp-blog-grid-box-thumb-business-blog img {
  max-width: none;
  height: 100%;
  width: 100%; }

.blog-content-image {
  width: 30%;
  height: auto;
  display: block;
  position: relative; }

.blog-content-image img {
  display: block;
  position: relative; }

.blog-content p {
  word-break: break-all; }

.lp-blog-grid-box-description.text-center {
  background-color: #ffffff; }

/**Business Actvities Tab **/
.activity-content {
  text-align: justify;
  overflow: hidden; }

.blog-single-inner-container {
  background-color: #fff; }

/** 13. About Us **/
.about-us-detail {
  background-color: #fff;
  padding: 25px; }

.about-box-inner {
  background-color: #fff; }

.about-box-icon {
  background-color: #950992; }

/** 14. Header Fade Search**/
.header-fade-search .text-keyword {
  color: #000;
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  top: 48%;
  text-indent: 25px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

/** 15. Static Pages **/
.privacy-details-container, .tos-details-container, .about-us-detail-container, .faqs-detail-container, .reg-success-bg {
  padding: 40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #ffffff;
  text-align: justify;
  margin-bottom: 50px; }

.scrollspy-page-bg {
  padding: 15px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #ffffff;
  text-align: left; }

/** 16. Registration Page **/
.form-box {
  padding-top: 40px; }

.f1 {
  padding: 25px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15); }

.f1 .form-group {
  padding-bottom: 10px; }

.f1 h4 {
  padding-bottom: 15px; }

.f1 h3 {
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

.f1-steps {
  overflow: hidden;
  position: relative;
  margin: 70px 0px 20px 0px; }

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd; }

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #950992; }

.f1-step {
  position: relative;
  float: left;
  width: 33%;
  padding: 0 5px;
  text-align: center; }

.f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #950992;
  color: #950992;
  line-height: 38px; }

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #950992;
  font-size: 22px;
  line-height: 48px; }

.f1-step p {
  color: #ccc; }

.f1-step.activated p {
  color: #950992; }

.f1-step.active p {
  color: #950992; }

.f1-buttons {
  text-align: right;
  color: #fff; }

.step-inner-addon .fa {
  position: absolute;
  padding: 23px 22px;
  pointer-events: none; }

.step-inner-addon input {
  text-indent: 25px; }

.cropArea {
  border: 2px dashed #ccc;
  overflow: hidden;
  margin: 0 auto;
  width: 500px;
  height: 350px; }
  .cropArea img-crop {
    display: initial; }

.actual-logo-container {
  position: relative; }

.logo-marker-text {
  color: #ccc;
  text-align: center;
  position: relative;
  top: 85px; }

#logo-container {
  background: #fff;
  border: 2px dashed #ccc;
  height: 350px; }

#logo-container h4 {
  text-align: center;
  padding-top: 150px; }

#logo-container h4 a {
  color: #e76600; }

.new-font {
  font-family: 'Pacifico', cursive;
  color: #009200;
  font-size: 100px;
  margin-top: 30px;
  margin-bottom: 30px; }

/*17. Deals Page*/
section#hotdeals {
  position: relative; }
  section#hotdeals .lp-search-search-bar #keyword {
    width: 90%;
    display: inline-block; }
  section#hotdeals .lp-search-search-bar button {
    border-radius: 50px;
    padding: 1em 3em; }

.page-heading .main-banner p {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1; }
  .page-heading .main-banner p span {
    color: #ad0ba9; }

#page.aliceblue {
  background-color: #ededed; }

.hotdeals .slick-arrow {
  background: rgba(78, 78, 78, 0.1);
  color: #fff;
  font-size: 40px;
  border: none;
  padding: 10px; }

.hotdeals-header {
  background-color: #fff; }

button.left-slick-arrow.slick-arrow {
  position: absolute;
  top: 40%;
  left: -30px;
  z-index: 1; }

button.right-slick-arrow.slick-arrow {
  position: absolute;
  top: 40%;
  right: -30px;
  z-index: 1; }

.deals-scaled-image {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-height: 85px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  z-index: 25; }

.hotdeals .slick-dots li.slick-active button:before {
  color: #000; }

.hotdeals .slick-dots li button:before {
  color: #969696;
  font-size: 20px; }

.hotdeals .slick-dots li {
  margin: 0 5px; }

.hotdeals.slick-initialized.slick-slider {
  margin-bottom: 100px; }

.card-title {
  width: 100%;
  display: inline-block; }

.deals-header {
  background-color: #fff;
  margin: 50px 0;
  border-top: 4px solid #2d2d2d; }
  .deals-header h3 {
    margin: 0;
    background-color: #2d2d2d;
    display: inline-block;
    padding: 15px 25px;
    font-size: 17px;
    color: #fff; }
    .deals-header h3 i {
      transform: rotateY(180deg);
      margin-right: 10px; }
  .deals-header span {
    text-align: right;
    font-weight: 700;
    margin-left: 15px;
    letter-spacing: 1px; }

.hot-deals.deals-header {
  border-color: #b00000; }

.hot-deals h3 {
  background-color: #b00000; }

.card {
  background-color: #fff;
  padding: 0;
  border-right: 4px solid #ededed;
  border-left: 4px solid #ededed; }

.card-block {
  padding: 10px; }

.card-title .pull-right {
  margin: 12px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #929292; }

.card-title h4 {
  margin-bottom: 0; }

.card .card-img-top {
  min-height: 250px;
  background-position: center;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat; }

ul.card-text {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: left; }

ul.card-text li {
  font-size: 16px;
  font-weight: 300;
  margin: 3px 0; }

ul.card-text li i {
  color: gold;
  padding: 0 1px; }

ul.card-text li .review-count {
  margin-left: 10px; }

.card-footer a {
  float: left;
  background-color: #000;
  border-color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 22px; }

.card-footer .price {
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: #00a400;
  min-height: 60px;
  font-weight: bold; }

.price span.before {
  position: relative;
  color: #cecece;
  margin-right: 9px;
  font-size: 16px; }

.price span.before:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  border-top: 2px solid #cecece;
  height: 45%;
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-20deg); }

.price p {
  color: #ff0000; }

.card-footer .price.warning, .card-footer .price.warning p {
  color: #e65e5e; }

.card-footer {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  vertical-align: bottom; }

.slick-slide .card-footer {
  position: absolute;
  bottom: 0;
  width: 35%; }

.deals-list .card {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  position: relative;
  margin-right: 10px; }

.cnrflash {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0; }

.cnrflash-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 35px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  background-size: 4px,auto, auto,auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2); }

.cnrflash-inner:before, .cnrflash-inner:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0; }

.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent; }

.cnrflash-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.deals-list span.featured {
  position: absolute;
  top: 7%;
  background-color: #16a221;
  color: #fff;
  padding: 5px 15px;
  font-weight: 400;
  z-index: 1;
  left: 0; }

.deals-list span.featured:before {
  width: 0;
  height: 0;
  border-top: 15px solid #16a221;
  border-right: 16px solid transparent;
  position: absolute;
  content: "";
  top: 0;
  left: 100%; }

.deals-list span.featured:after {
  width: 0;
  height: 0;
  border-bottom: 15px solid #16a221;
  border-right: 16px solid transparent;
  position: absolute;
  content: "";
  bottom: 0;
  left: 100%; }

.deals-list span.sample-deal {
  position: absolute;
  top: 42%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 5px 15px;
  font-weight: 400;
  z-index: 1;
  width: 100%;
  left: 0; }

.deals-list {
  text-align: center;
  position: relative; }

.deal-page-img-mini ul img {
  margin-bottom: 5px; }

.deals-page-single {
  background-color: #fff;
  padding: 50px;
  margin: 75px 0;
  border-radius: 4px;
  border: 1px solid #e8e8e8; }

span.price-tag {
  font-size: 18px;
  font-weight: bold;
  margin-right: 28px; }

span.real {
  color: green;
  font-size: 18px;
  font-weight: bold; }

.deal-page-header li .fa-star, .deal-review-rate ul li i.fa-star {
  color: #eaea00; }

.deal-page-header ul li:first-child {
  font-weight: bold;
  color: #e76600; }

.deal-btn {
  background-color: #e76600;
  border-color: #e76600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 22px;
  width: 100%;
  margin: 20px 0px 0px 0px; }

.deal-review-comment ul hr {
  border-bottom: 1px solid #fafafa; }

img.img-responsive.img-undermaintenance {
  height: 250px;
  margin: auto; }

/*****************MAX media queries********************/
@media only screen and (max-width: 1200px) {
  header .lp-menu-bar .lp-menu-container .lp-menu > ul li a {
    padding-left: 0px;
    letter-spacing: 0px; }

  .business-search-map-sidebar {
    width: 360px !important; }

  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon {
    width: 60%; } }
@media only screen and (max-width: 992px) {
  .hair-col-5 {
    width: 37.666667%; }

  .width-32-percent {
    width: 45%; }

  .width-68-percent {
    width: 55%; }

  .business-search-map-sidebar {
    width: 292px !important; }

  .lp-menu-container {
    display: none; }

  .mobile-nav-icon {
    display: block;
    float: left;
    padding: 20px 35px; }

  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button {
    display: inline-block;
    width: 19%;
    padding: 20px 15px; } }
@media only screen and (max-width: 980px) {
  .hair-col-5 {
    width: 41%; }

  .width-32-percent {
    width: 46%; }

  .width-68-percent {
    width: 54%; }

  .business-search-map-sidebar.affix-top, .business-search-map-sidebar.affix {
    position: static; }

  .business-search-listing {
    min-height: 0px; }

  .search-search-container > .easy-autocomplete {
    width: 100% !important; }

  .lp-list-view-thumb-inner {
    width: 60%;
    margin: auto; }

  .business-search-map-sidebar {
    position: static !important;
    width: auto !important;
    top: 0 !important; }

  .mobile-search-map-pagination {
    display: block !important; }

  .business-search-map-sidebar {
    position: static !important;
    width: auto !important;
    top: 0 !important; }

  .mobile-search-map-pagination .btn-secondary a {
    color: #fff; }

  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .filter-search {
    width: 100%;
    margin-bottom: 5px; }

  button.btn.btn-large.home-search-button {
    width: 100%; }

  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon {
    width: 100%; }

  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button {
    width: 100%; }

  .deals-list .card {
    width: 47%; } }
@media only screen and (max-width: 768px) {
  .hair-col-2 {
    margin-top: 20px; }

  .mapSidebar {
    min-height: 40vh; }

  .map-img-container img {
    height: 40vh; }

  .width-32-percent {
    width: 100% !important;
    position: relative;
    background-size: 100% !important; }

  .width-68-percent {
    width: 100% !important; }

  .margin-top-30 {
    margin-top: 10px; }

  .map-img-container img {
    width: 100%; }

  .store-locator-container-mobile {
    display: block;
    background-color: #fff; }

  .store-locator-big-container {
    display: none; }

  .mapSidebar {
    min-height: 40vh; }

  .listing-page-result-row {
    padding-top: 0px;
    margin-top: 0px; }

  .locator-pagination {
    display: none !important; }

  .business-info-text a, .business-info-text p {
    font-size: 14px; }

  .hair-col-5 {
    width: 39.666667%; }

  .business-info-text p {
    line-height: 18px; }

  .lp-search-bar-left {
    width: 70%; }

  .left-image-service {
    text-align: center;
    padding: 20px 0; }

  .left-image-service .img-wrapper {
    text-align: center;
    width: 100%;
    padding: 0 0 20px 0; }

  .scaled-image:hover .delete-image, .scaled-image:focus .delete-image {
    display: block;
    font-size: 24px; }

  .scaled-video:hover .delete-video, .scaled-video:focus .delete-video {
    display: block;
    font-size: 40px; }

  ul.category-block-page li {
    width: 30%; }

  .h4, .h5, .h6, h4, h5, h6 {
    text-align: center; }

  .lp-home-banner-contianer #header-carousel h1 {
    font-size: 1.2em; }

  .pricing-tribe-details .modern-columns.two {
    -webkit-column-count: 1;
    column-count: 1; }

  .pricing-help-section .pricing-help-left, .pricing-help-section .pricing-help-right {
    width: 100%;
    display: inline-block;
    text-align: center; }

  #searchForm .lp-search-search-bar .inner-addon .text-keyword {
    top: 75%; }

  #searchForm .lp-search-search-bar .filter-search {
    width: 96%;
    margin-bottom: 5px; }

  .deals-list .card {
    width: 49%; }

  footer .footer-bottom-bar .widget,
  footer .footer-bottom-bar .widget p {
    text-align: center; }

  .vertical-services {
    text-align: center; } }
@media only screen and (max-width: 600px) {
  .login-form-popup {
    width: 100%; }

  .siginincontainer {
    width: 100%;
    padding: 8px 30px; }

  .hair-col-5 {
    width: 100% !important; }

  .cropArea {
    width: 100% !important; }

  .about-box-inner {
    max-height: 280px; }

  /*        .lp-section-row.categories .lp-home-categoires li{
              width: 100%;
              border-right: none;
          }*/
  .lp-list-view-thumb-inner {
    width: 45%;
    margin: auto; }

  .f1-step.active p, .f1-step p {
    line-height: 1.1; }

  .f1-step-hide-mobile {
    display: none; }

  .f1-step {
    width: 50%; }

  .form-box {
    padding-top: 20px; }

  .f1-step.active .f1-step-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 42px; }

  .f1-step-icon {
    width: 35px;
    height: 35px; }

  .card-info-registration {
    padding: 0px; }

  .deals-list .card {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .business-info-thumb {
    display: none !important; }

  .lp-search-bar-left {
    margin: 10px 0;
    width: 100%; }

  .footer-menu li:before {
    content: none; }

  .footer-menu li {
    display: inline-block;
    margin-right: 30px;
    position: relative; }

  .copyright {
    margin: 0; }

  .ng-scope .lp-search-bar-right, .lp-search-bar-right {
    width: 100%;
    margin-top: 10px; }

  .lp-list-page-grid {
    width: 98%; }

  .lp-search-bar-left.hair-home-search-container {
    width: 100%; }

  .nav-tabs > li > a {
    padding: 10px 15px;
    font-size: 14px; }

  .nav-tabs > li > a:after {
    display: none; }

  ul.category-block-page li {
    width: 45%; }

  .main-banner h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px; }

  .main-banner p {
    font-size: 16px; } }
@media only screen and (max-width: 360px) {
  .business-info-text a {
    font-size: 18px !important; }

  .business-name-map {
    font-size: 14px; } }
