@charset "UTF-8";
/** default color **/
/*Overwrite CSS Pricing Page*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

a {
  color: #064f70;
  font-size: 14px;
}
a:hover {
  color: #076088;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}

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: 500;
  color: #000;
  opacity: 0.5;
}

::-moz-placeholder {
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

:-ms-input-placeholder {
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

:-moz-placeholder {
  font-weight: 500;
  color: #000;
  opacity: 0.5;
}

/*spinner / loader use class 'lds-ring'*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 10;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #f67821;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f67821 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  border-radius: 0px;
}
.btn.btn-primary {
  background-color: #d6244e;
  border: 1px solid #d6244e;
  border-radius: 25px;
}
.btn.btn-primary:hover {
  background-color: #a75C82;
}
.btn.btn-default {
  border-radius: 25px;
}

.btn-circle {
  border-radius: 25px;
}

.default-button {
  background-color: #064f70;
  color: #fff;
}
.default-button:hover {
  background-color: #497f97;
  color: #fff;
}

.btn-small {
  background-color: #f47e36;
  color: #fff;
  padding: 10px 30px;
}

.space-padding {
  margin-top: 20px;
  margin-bottom: 40px;
}

.half-opacity {
  opacity: 0.5;
}

.section-title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title span {
  color: #00aec6;
}

.border-line {
  border: 1px solid #efefef;
}

.padding-info-window-map {
  padding: 10px 20px 20px 20px;
}

.widget-container {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-container p.widget-title {
  background: transparent url("/images/dots.gif") repeat-x scroll 0 12px;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.widget-container p.widget-title span {
  background: #fff none repeat scroll 0 0;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 3px;
}
.widget-container ul {
  position: relative;
}
.widget-container ul li {
  background: #f3f6f9 none repeat scroll 0 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
}
.widget-container ul li span.widget-img {
  width: 16%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.widget-container ul li span.widget-img img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin-right: 5px;
}
.widget-container ul li span.widget-content {
  width: 82%;
  display: inline-block;
  vertical-align: top;
}
.widget-container ul li span.widget-content a, .widget-container ul li span.widget-content p {
  font-size: 13px;
}
.widget-container ul li span.widget-content p {
  line-height: 16px;
  margin: 0px;
}
.widget-container ul li span.widget-content p span.fa {
  margin-right: 6px;
  color: #d6d6d6;
}

.dark {
  color: #000;
}
.dark a {
  color: #000;
}
.dark a:hover {
  color: #064f70;
}

.text-danger {
  color: #a94442 !important;
}

label.required:after {
  content: "*";
  color: #ff2d2d;
}

header .lp-topbar {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 12px;
}
header .lp-topbar .lp-topbar-menu li a {
  font-size: 13px;
  color: #fff;
  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;
  color: #000;
}
header .lp-menu-bar {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
header .lp-menu-bar #logo {
  max-width: 2225px;
  vertical-align: top;
  display: inline-block;
  padding: 10px 0px;
}
@media (max-width: 980px) {
  header .lp-menu-bar #logo {
    margin: 0 auto;
  }
}
header .lp-menu-bar #logo a {
  color: #525252;
  text-transform: uppercase;
  font-weight: 800;
}
header .lp-menu-bar #logo a img {
  height: 40px;
}
@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.menu-important a {
  color: #064f70;
  font-weight: 600;
}
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: 12px;
  font-weight: 500;
  color: #000;
  padding: 5px 6px;
  text-transform: uppercase;
  line-height: 65px;
  letter-spacing: 0.5px;
  border-radius: 2px;
}
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 {
  background-color: #500128;
  color: #fff;
}
header .lp-menu-bar .lp-menu-container .lp-menu > ul li.active:after {
  background-color: #497f97;
}
header .lp-menu-bar .lp-menu-container .lp-menu > ul li .bubble-menu {
  color: #fff;
  position: absolute;
  font-size: 8px;
  top: 11px;
  right: -13px;
  background-color: #3a6c82;
  margin: 0;
  padding: 0;
  line-height: 14px;
  padding: 0px 3px;
  border-radius: 2px;
}
header .lp-menu-bar .lp-menu-container .lp-menu > ul li .bubble-menu:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -5px;
  right: 58%;
  height: 3.5px;
  border-right: 5px solid #064f70;
  background: #064f70;
  -webkit-border-bottom-right-radius: 80px 50px;
  -moz-border-radius-bottomright: 80px 50px;
  border-bottom-right-radius: 80px 50px;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
header .lp-menu-bar .lp-menu-container .lp-menu ul.header-fade-link li.menu-important button {
  background-color: #122d43;
  color: #fff;
  border: 1px solid #ffca02;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.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;
  color: #fff;
}
.lp-home-banner-contianer #header-carousel h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: 2px 2px #004b54;
}
.lp-home-banner-contianer #header-carousel h1 span {
  color: #064f70;
}
.lp-home-banner-contianer #header-carousel p {
  font-size: 0.5em;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .lp-home-banner-contianer .lp-search-bar {
    margin-top: 25px;
  }
}
.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 .inner-addon {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  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: #1050A8;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon ::-moz-placeholder {
  font-weight: 500;
  color: #1050A8;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon :-ms-input-placeholder {
  font-weight: 500;
  color: #1050A8;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon :-moz-placeholder {
  font-weight: 500;
  color: #1050A8;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon .text-keyword {
  position: absolute;
  font-weight: 700;
  font-size: 14px;
  top: 50%;
  left: 15px;
  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: #f5f6f8;
  text-indent: 50px;
  padding: 15px;
}
.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: none;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .inner-addon:first-child {
  margin-right: 2%;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-filter {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-left: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 980px) {
  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-filter {
    width: 100%;
  }
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-filter select {
  background-color: #f5f6f8;
  border: 0 none !important;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 50px;
  text-transform: none;
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button {
  background-color: #064f70;
  color: #fff;
  border-radius: 1px;
  padding: 1em 1.2em;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button {
    width: 100%;
  }
}
.lp-home-banner-contianer .lp-search-bar .lp-home-search-bar .home-search-button:hover {
  background-color: #497f97;
}

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

.lp-section-row:not(.categories) {
  padding: 10px 0;
}
.lp-section-row.categories:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .lp-section-row.categories .lp-home-categoires {
    margin-top: 5px;
  }
}
.lp-section-row.categories .lp-home-categoires li:last-child {
  border-right: none;
}
.lp-section-row.categories .lp-home-categoires li a {
  background-color: #fff;
  box-shadow: none;
  position: relative;
  border-radius: 2px;
  border: 3px solid #f5f6f8;
}
.lp-section-row.categories .lp-home-categoires li a span {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lp-section-row.categories .lp-home-categoires li a:hover {
  border: 3px solid #064f70;
}
.lp-section-row.categories .lp-home-categoires li a:hover span {
  color: #000;
}

@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.8;
}
.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: #064f70;
}
.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 .inner-addon {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-right: 20px;
}
#searchForm .lp-search-search-bar .inner-addon button {
  background-color: #064f70;
  border-radius: 50px;
  color: #fff;
  padding: 13px 28px;
  border-radius: 25px;
}
#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%;
    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: #000;
  top: 50%;
  left: 18px;
  -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-radius: 25px;
  border: 1px solid #e0e0e0;
}
#searchForm .lp-search-search-bar .inner-addon input:focus, #searchForm .lp-search-search-bar .inner-addon input:active {
  border: 1px solid #00bcd4;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #fbac18;
  border: 1px solid #fbac18;
  color: #fff;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: #CCA2B8;
  border: 1px solid #CCA2B8;
  color: #fff;
}

#tpopup {
  position: fixed;
  left: 30%;
  border-radius: 5px;
  margin: auto 0;
  text-align: center;
  z-index: 10;
  bottom: 0;
}

#tclose {
  position: absolute;
  background: black;
  color: white;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  cursor: pointer;
}

#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: 12% !important;
  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;
}

/** 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
    18. Undermaintenance
/**/
/**defaults**/
.aliceblue {
  background-color: #f4f4f4;
  /*	min-height: 1000px;*/
}

.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: "";
}

.my-profile-tab {
  min-height: 640px;
}

.thead-inverse {
  background-color: #002327;
  color: #fff;
}

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

.text-underline {
  text-decoration: underline;
}

.text-danger-link {
  color: #e00000;
}
.text-danger-link:hover {
  text-decoration: none;
  color: #e00000;
}

/**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: #064f70;
}

.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 **/
.autocomplete-suggestions {
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -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;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-group {
  font-weight: 900;
  font-size: 18px;
  padding: 2px 5px;
  font-weight: 600;
}
.autocomplete-suggestions .autocomplete-suggest-text {
  padding: 10px;
  vertical-align: top;
}
.autocomplete-suggestions .autocomplete-suggest-text:hover {
  background-color: #e1e1e1;
}
.autocomplete-suggestions .autocomplete-suggest-text p {
  width: 100%;
  display: inline-block;
}
.autocomplete-suggestions .autocomplete-suggest-text .autocomplete-image img {
  width: 40px !important;
  height: 40px !important;
  vertical-align: top;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.autocomplete-suggestions .autocomplete-suggest-text .autocomplete-text h5 {
  font-size: 14px;
  font-weight: 400;
}
.autocomplete-suggestions .autocomplete-suggest-text .autocomplete-text h5 strong {
  color: #064f70;
}

/** 1a. New Home **/
/*default css*/
.home-search {
  height: 550px;
  background-color: #efefef;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 65%;
}
.home-search:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.home-search .home-search-container {
  margin: 20% 0%;
  position: relative;
  z-index: 1;
}
.home-search .home-search-container h1 {
  text-align: center;
  color: #fff;
  font-size: 38px;
}
@media (max-width: 768px) {
  .home-search .home-search-container h1 {
    height: 90px;
  }
}
@media only screen and (max-width: 550px) {
  .home-search .home-search-container h1 {
    margin-bottom: 15%;
  }
}
.home-search .home-search-container h1 span {
  color: #00a3e4;
}
.home-search .home-search-container h1 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  word-break: break-all;
}
.home-search .home-search-container p {
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.home-search .home-search-container .home-search-input-container {
  margin-top: 5%;
  margin-left: auto;
  width: 100%;
  margin-bottom: 3%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 50px;
}
.home-search .home-search-container .home-search-input-container span.fa {
  position: absolute;
  z-index: 1;
  color: #064F70;
  font-size: 18px;
  padding: 12px;
}
.home-search .home-search-container .home-search-input-container input.input-rounded {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  border-radius: 50px;
}

.feature-navigation {
  width: 100%;
  height: 30vh;
  display: flex;
  position: relative;
  border-top: solid 3px white;
}
@media (max-width: 768px) {
  .feature-navigation {
    display: block;
    width: 100%;
    height: 100vh;
  }
}
.feature-navigation .item {
  display: block;
  float: left;
  width: 33.33%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .feature-navigation .item {
    padding: 50px 0;
    float: left;
    width: 100%;
    font-size: 16px;
  }
}
.feature-navigation .item .center-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.feature-navigation .item h3 {
  margin: 0 0 5px 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

.feature-navigation .item:hover, .feature-navigation .item:hover h3 {
  text-decoration: none;
  color: #064F70;
}

.feature-navigation .item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.feature-navigation .item-style-1::after {
  background-color: rgba(233, 123, 82, 0.6);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.feature-navigation .item-style-2::after {
  background-color: rgba(32, 60, 145, 0.6);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.feature-navigation .item-style-3::after {
  background-color: rgba(31, 151, 206, 0.6);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.item-style-4::after {
  background-color: rgba(74, 36, 23, 0.6);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.feature-navigation .item-style-1:hover::after,
.feature-navigation .item-style-2:hover::after,
.feature-navigation .item-style-3:hover::after,
.feature-navigation .item-style-4:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}

.home-content {
  min-height: 50vh;
  padding: 50px 0;
  background-color: #f7f7f7;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center center;
}
.home-content .section-title {
  position: relative;
}
.home-content .section-title h3 {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 38px;
}
.home-content a, .home-content p {
  font-size: 20px;
  font-family: inherit;
}
.home-content:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.85);
}

/** 2. Footer **/
.align-center {
  text-align: center;
}

footer {
  background-color: #2e1844;
  width: 100%;
  padding: 70px 30px 45px 30px;
  float: left;
  position: relative;
  color: #fff;
  font-size: 13px;
  z-index: 1;
  /*margin-top: 60px;*/
}
footer ul {
  position: relative;
  margin-bottom: 0px;
}
footer ul li a {
  font-size: 13px;
  color: #00aec6;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer p {
  font-size: 13px;
  color: #fff;
}
footer p a {
  font-size: 13px;
}
footer .copyright a {
  color: #00aec6;
}
footer .social-media img {
  height: 35px;
  margin-bottom: 7px;
}

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

.hr-grid-box-bottom {
  background-color: #2d2d2d !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;
  margin-bottom: 0px;
}
.copyright-map a {
  font-size: 12px;
}

.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 span {
  padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
  margin-top: 2px;
}
.chosen-container-single .chosen-single:after {
  position: absolute;
  top: 14px;
  right: 17px;
  content: "";
  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;
}

.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: #064f70;
  color: #fff;
  padding: 11px 12px;
  text-align: center;
  font-size: 14px;
  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 #064f70;
  width: 100%;
}

.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, #storeLocator {
  display: none;
}

.page-header-custom {
  font-size: 28px;
}

.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 {
  display: block;
  margin: auto;
  position: relative;
}
.events-business-container img {
  max-height: 250px;
  text-align: center;
  margin: auto;
}

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

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

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

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

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

/**6. Pricing **/
.btn-second-hover {
  background-color: #064f70;
}

.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 #064f70;
}

.plan-top h4 {
  text-align: center;
  text-transform: uppercase;
}

.plan-price {
  display: block;
  text-align: center;
  padding: 18px 0;
}
.plan-price .plan-amt {
  font-size: 34px;
  font-weight: bold;
}

.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: 330px;
}
.plan-bottom ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 310px;
}
.plan-bottom ul li {
  line-height: 2.5;
}

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

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

section.pricing-hero {
  background-image: url("../../images/bondibeach-hero.jpg") !important;
  background-repeat: no-repeat;
  background-position: 100% 17%;
  position: relative;
  background-size: cover;
}
section.pricing-hero .page-heading-inner-container h1 {
  color: #ffffff;
  font-size: 26px;
}
section.pricing-hero p {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 16px;
}
section.pricing-hero span {
  color: #064f70;
}

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

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

.pricing-header h2 {
  color: #336d8A;
  text-align: center;
  font-size: 23px;
}

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

.pricing-help-section {
  background-color: #497f97;
  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: #336d8A;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.pricing-help-section .pricing-help-left .pricing-suit-plan a:hover {
  background-color: #497f97;
}
.pricing-help-section .pricing-help-right {
  position: relative;
  display: table-cell;
  width: 30%;
  padding: 60px 30px;
  vertical-align: middle;
  background-color: #336d8A;
}
.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: #497f97;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.pricing-help-section .pricing-help-right a:hover {
  background-color: #336d8A;
}

section.pricing-common {
  background-color: rgba(209, 234, 255, 0.42);
  padding: 20px 0px;
}
section.pricing-common p {
  font-weight: bold;
  line-height: 3;
}

section.tribe-features {
  padding: 20px 0px;
  background-color: #ffffff;
}
section.tribe-features .vertical-spacer {
  padding: 10px 0px;
}
section.tribe-features .vertical-spacer h3 {
  color: #336d8A;
  font-size: 18px;
}

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;
}

/* CSS-only ribbon styles    */
/* 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: #122D43;
}

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

/** 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 **/
.categories-screen-container .lp-grid-box {
  background-color: #fff;
  min-height: 85px;
  vertical-align: middle;
  width: 100%;
}

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

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

/** 9. Business Search **/
.business-search-map-sidebar.affix {
  top: 20px !important;
}

.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: 63px;
}

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

.lp-list-view-inner-contianer .businesslisting-tagline {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 2px;
  margin-left: 12px;
}

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

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

.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: #064f70;
}

.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: -6px;
  top: -9px;
  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%;
}

.modal-content {
  text-align: left;
}
.modal-content .modal-header {
  background-color: #002327;
  color: #fff;
  border-bottom: 2px solid #064f70;
  padding: 10px;
}
.modal-content .modal-header h4 {
  font-size: 16px;
  color: #fff;
}
.modal-content .modal-header button.btn-circle {
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 0;
}
.modal-content .modal-footer .btn-primary {
  color: #fff;
  background-color: #064f70;
  border-color: #064f70;
}
.modal-content .modal-footer .btn-primary:hover {
  background-color: #497f97;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
  width: 100%;
}

.modal-body .form-horizontal .control-label {
  text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
  margin-left: 15px;
}

#map {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

.pac-container {
  z-index: 1051 !important;
}

.ig-b- {
  display: inline-block;
  float: right;
}

.ig-b- img {
  visibility: hidden;
}

/*.ig-b-:hover {
    background-position: 0 -60px;
}*/
.ig-b-:active {
  background-position: 0 -120px;
}

.ig-b-32 {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  background: url(//badges.instagram.com/static/images/ig-badge-sprite-32.png) no-repeat 0 0;
  background-size: 185%;
}

.instagramfollower {
  margin-right: 7px;
}

img.instagramfollower {
  width: 24px;
}

.social-right {
  vertical-align: middle;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  position: relative;
  float: right;
}

.instagramfollower > * {
  vertical-align: middle;
  display: block;
  float: right;
  line-height: 165%;
  margin: 2px;
  font-size: 12px;
}

.pinterestfollower > * {
  vertical-align: top;
  line-height: 175%;
  margin: 2px;
  font-size: 12px;
}

.pinterest-follow span {
  padding: 6px;
  padding-left: 40px;
  margin-right: 10px;
  width: auto !important;
}

.pinterest-follow span::after {
  height: 30px;
  width: 30px;
  background-size: contain;
  top: 1px;
  left: 3px;
}

.PIN_1499060717898_button_follow:after {
  top: 0 !important;
  height: 27px !important;
  width: 27px !important;
  background-size: 27px 27px !important;
}

/** 10. Business Profile - about-us **/
.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: 5px;
  font-size: 30px;
}

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

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

.comments-name {
  font-weight: 600;
}

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

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

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

.nav-tabs > li.active > a {
  background-color: #064f70;
  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: #fff;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #064f70;
  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;
}

.comments-form .comments-inner-container input.btn {
  background-color: #f47e36;
  color: #fff;
  padding: 10px 25px;
}

.post-meta-right-box .padding-top-30 a {
  background-color: #e76000;
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
}

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

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

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

/** 14. Header Fade Search**/
.header-fade-search .text-keyword {
  color: #000;
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  top: 47%;
  text-indent: 10px;
  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, .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;
}

.faqs-detail-container {
  padding: 15px 20px;
  background-color: #ffffff;
  text-align: justify;
  margin-bottom: 7px;
}

.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 #064F70;
  color: #f36e1e;
  line-height: 38px;
}

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

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

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

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

.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;
}

.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: #f47e36;
}

/**reg -success**/
.new-font {
  font-family: "Pacifico", cursive;
  color: #009200;
  font-size: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/**default toggle on home page**/
/* The switchcost - the box around the slider */
.switchcost {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switchcost input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffca02;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/** 17. Deals **/
.panel-default > .panel-business-deals {
  background-color: #002327;
  color: #ffffff;
}

.business-deals-datatables .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #0f2537;
  border-radius: 55px;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #0f2537;
  color: #fff !important;
  font-weight: 800;
}
.business-deals-datatables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f36e1e;
  color: #ffffff;
}

.business-deals-datatables .dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
}
.business-deals-datatables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #f36e1e;
  border-radius: 55px;
  color: #ffffff;
  border: 1px solid #0f2537;
  color: #fff !important;
}

.business-deals-datatables .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  height: 30px;
}

a.deals-title-datatables {
  font-weight: 600;
}

#dealsDetails li span.dealsBusinessDetails-Title {
  font-weight: 700;
  margin-right: 10px;
}

.business-deals-datatables #dealData_processing {
  text-align: center;
  font-size: 1.2em;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  font-weight: 900;
  padding: 5px 0px;
  background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

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

.form-group.required .control-label:after {
  content: "*";
  color: #ff0000;
}

section#hotdeals {
  position: relative;
}
section#hotdeals .lp-search-search-bar #keyword {
  width: 85%;
  display: inline-block;
  padding-right: 2px;
}
@media only screen and (max-width: 1200px) {
  section#hotdeals .lp-search-search-bar #keyword {
    width: 100%;
    margin-bottom: 5px;
  }
}
section#hotdeals .lp-search-search-bar button {
  background-color: #064f70;
  border: 1px solid #064f70;
  color: #fff;
  padding: 11px;
  margin: 0 auto;
  vertical-align: top;
  width: 14%;
  border-radius: 25px;
}

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

#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: $primary-color-main ;*/
}

.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-top: 5px;
  margin-bottom: 15px;
  border-top: 4px solid #122D43;
}
.deals-header h3 {
  margin: 0;
  background-color: #122D43;
  display: inline-block;
  padding: 12px 15px;
  font-size: 13px;
  color: #fff;
}
.deals-header h3 i {
  transform: rotateY(180deg);
  margin-right: 10px;
}

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

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

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

/**deals cards on view all deals list**/
.deals-list {
  position: relative;
}
.deals-list .lp-list-view-inner-contianer {
  padding: 120px 7px;
}
.deals-list .card {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  margin-right: 5px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #dadada;
  /*this css code line adds a text as a sample deal to cards*/
}
@media only screen and (max-width: 1199px) {
  .deals-list .card {
    width: 29.1%;
  }
}
@media only screen and (max-width: 991px) {
  .deals-list .card {
    width: 38.1%;
  }
}
@media only screen and (max-width: 768px) {
  .deals-list .card {
    width: 48.1%;
  }
}
@media only screen and (max-width: 600px) {
  .deals-list .card {
    width: 100%;
  }
}
.deals-list .card span.featured {
  position: absolute;
  top: 7%;
  background-color: #16a221;
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  z-index: 1;
  left: 0;
}
.deals-list .card 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 .card 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 .card 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 .card .hvr-grow-img {
  position: relative;
  overflow: hidden;
}
.deals-list .card .hvr-grow-img .card-img-top {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 210px;
  background-position: center;
  background-attachment: inherit;
  background-size: contain;
  background-repeat: no-repeat;
}
.deals-list .card .hvr-grow-img .card-img-top img {
  margin: auto;
}
.deals-list .card .hvr-grow-img:hover .card-img-top {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.deals-list .card.add-deals-card {
  border: 1px solid #81b8d0;
  background-color: rgba(155, 202, 223, 0.32);
}
.deals-list .card .add-deals-img-top {
  max-width: 100%;
  min-height: 210px;
  position: relative;
}
.deals-list .card .add-deals-img-top span.fa {
  font-size: 85px;
  color: #81b8d0;
  font-weight: 100;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 0;
}
.deals-list .card .add-deals-card-block {
  min-height: 204px;
  text-align: center;
  font-weight: 800;
  color: #064f70;
}
.deals-list .card .card-block {
  padding: 10px;
}
.deals-list .card .card-block .card-title {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
.deals-list .card .card-block .card-title .card-fb {
  overflow: hidden;
  height: 61px;
}
.deals-list .card .card-block .card-title h4 {
  margin: 0;
  line-height: 0.5;
}
.deals-list .card .card-block .card-title h4 a {
  color: #064f70;
}
.deals-list .card .card-block .card-title p {
  margin-bottom: 0;
}
.deals-list .card .card-block ul.card-text {
  list-style-type: none;
  padding: 0;
  margin: 3px 0px 12px;
  text-align: left;
}
.deals-list .card .card-block ul.card-text li {
  font-size: 14px;
  font-weight: 300;
  margin: 3px 0;
}
.deals-list .card .card-block ul.card-text li.business-name {
  font-weight: 500;
  font-size: 13px;
}
.deals-list .card .card-block ul.card-text li.business-address {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.deals-list .card .card-block ul.card-text li .card-fb {
  overflow: hidden;
  height: 61px;
}
.deals-list .card .card-block ul.card-text li .rm-ratings-small {
  font-size: 12px;
  font-style: normal;
}
.deals-list .card .card-block ul.card-text li .rm-ratings-small i {
  color: #ffd700;
  padding: 0 1px;
}
.deals-list .card .card-block ul.card-text li .rm-ratings-small.empty i {
  color: #bfbfbf;
  margin-bottom: 44px;
}
.deals-list .card .card-block ul.card-text li .rm-ratings-small.empty img {
  margin-bottom: 41px;
}
.deals-list .card .card-block .card-footer {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3px 0;
  vertical-align: bottom;
}
.deals-list .card .card-block .card-footer a {
  float: left;
  background-color: #064f70;
  border-color: #064f70;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 12px;
}
@media only screen and (max-width: 320px) {
  .deals-list .card .card-block .card-footer a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.deals-list .card .card-block .card-footer a:hover {
  background-color: #007887;
  border: 1px solid #007887;
}
.deals-list .card .card-block .card-footer .deal-price {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #00a400;
  min-height: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 320px) {
  .deals-list .card .card-block .card-footer .deal-price {
    width: 100%;
    text-align: center;
  }
}
.deals-list .card .card-block .card-footer .deal-price span.deal-price-before {
  position: relative;
  color: #cecece;
  margin-right: 7px;
  font-size: 13px;
}
.deals-list .card .card-block .card-footer .deal-price span.deal-price-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);
}
.deals-list .card .card-block .card-footer .deal-price span.deal-price-now {
  font-size: 15px;
}
.deals-list .card .card-block .card-footer .deal-price p.deal-end {
  color: #ff0000;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.deals-page-single {
  background-color: #fff;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 75px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.deals-page-single .deal-page .deal-page-header h4 {
  margin-bottom: 5px;
}
.deals-page-single .deal-page .deal-page-header ul.list-unstyled li:nth-child(2) {
  margin-bottom: 4px;
}
.deals-page-single .deals-singlepage-img {
  /*height: 250px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.price {
  font-size: 14px;
  font-weight: 400;
  min-height: 60px;
  font-weight: bold;
}
.price span.before {
  position: relative;
  color: #cecece;
  margin-right: 7px;
  font-size: 14px;
}
.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;
  margin-bottom: 0;
}

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

span.real {
  color: #00a400;
  font-size: 14px;
  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: #064f70;
}

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

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

.header-bar {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px #ddd;
}

.box-icon {
  display: inline-block;
  margin: 20px 30px;
  padding: 0 20px;
  text-transform: uppercase;
}
.box-icon i {
  color: #fff;
  font-size: 33px;
  margin-right: 20px;
  padding: 15px;
  border-radius: 50px;
  background-color: #09BB00;
}
.box-icon::first-child {
  margin-left: 0;
}

.box-icon-content {
  display: inline-block;
  font-weight: 600;
}

/**18. Under Maintenance**/
img.img-responsive.img-undermaintenance {
  height: 250px;
  margin: auto;
}

/***Deals Page Slick ***/
/*adds a class - set minimum height if page is less in content*/
.min-page-height {
  min-height: 700px;
  padding-bottom: 40px;
}

/**search deals cards result**/
.deal-card {
  /*default css for deals cards*/
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  margin-right: 5px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #dadada;
}
.deal-card:hover {
  z-index: 1;
  border: 1px solid #064f70;
}
.deal-card span.deals-featured {
  position: absolute;
  top: 7%;
  background-color: #16a221;
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  z-index: 1;
  left: 0;
}
.deal-card span.deals-featured:before {
  width: 0;
  height: 0;
  border-top: 15px solid #16a221;
  border-right: 16px solid transparent;
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
}
.deal-card span.deals-featured:after {
  width: 0;
  height: 0;
  border-bottom: 15px solid #16a221;
  border-right: 16px solid transparent;
  position: absolute;
  content: "";
  bottom: 0;
  left: 100%;
}
.deal-card .deal-card-img-top {
  height: 200px;
  background-position: center;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.deal-card .deal-card-img-top .deal-card-img-middle {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 66%;
  margin: 5px 10px;
  border: 2px solid #ececec;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 1;
  background-color: #fff;
}
.deal-card .deal-card-img-container {
  position: relative;
  display: block;
  height: 210px;
  margin-bottom: 1px;
}
.deal-card .deal-card-img-top-new {
  display: block;
  position: relative;
  height: 210px;
  overflow: hidden;
  background-size: contain;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
}
.deal-card .deal-event-card-img-container {
  position: relative;
  display: block;
  height: 210px;
  margin-bottom: 1px;
}
.deal-card .deal-event-card-img-top-new {
  display: block;
  position: relative;
  height: 210px;
  overflow: hidden;
  background-size: cover;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
}
.deal-card .deal-card-block {
  padding: 10px;
  position: relative;
}
.deal-card .deal-card-block .card-fb {
  overflow: hidden !important;
  height: 61px;
}
.deal-card .deal-card-block .card-fb .fb-like {
  margin-bottom: 5px;
  display: inherit;
}
.deal-card .deal-card-block .card-fb > .fb_iframe_widget iframe {
  position: initial !important;
}
.deal-card .deal-card-block .deals-card-verify-container {
  position: absolute;
  right: 0;
  margin: 4px;
  top: 0;
}
.deal-card .deal-card-block .deals-card-verify-container .deals-card-verify {
  height: 28px;
  background-repeat: no-repeat;
  background-position: 100%;
}
.deal-card .deal-card-block a.deal-card-title {
  margin: 12px 0 0 0;
  font-size: 14px;
  font-weight: 600;
}
.deal-card .deal-card-block p.deal-card-text {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 2px;
  font-family: inherit;
}
.deal-card .deal-card-block p.deal-card-text.business-name {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.deal-card .deal-card-block p.deal-card-text.business-address {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.deal-card .deal-card-block p.deal-card-text span.fa {
  margin-right: 3px;
  color: #8e8e8e;
}
.deal-card .deal-card-block p.deal-card-text .rm-ratings-small {
  font-size: 12px;
  font-style: normal;
}
.deal-card .deal-card-block p.deal-card-text .rm-ratings-small.empty i {
  color: #bfbfbf;
  margin-bottom: 52px;
}
.deal-card .deal-card-block p.deal-card-text .rm-ratings-small.empty img {
  margin-bottom: 51px;
}
.deal-card .deal-card-block p.deal-card-text a.btn {
  text-transform: uppercase;
}
.deal-card .deal-card-block p.deal-card-text a.btn:hover {
  background-color: #007887;
  border: 1px solid #007887;
}
.deal-card .deal-card-block button {
  text-transform: uppercase;
}
.deal-card .deal-card-block .deal-price {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #00a400;
  min-height: 30px;
  font-weight: bold;
}
.deal-card .deal-card-block .deal-price .deal-price-before {
  position: relative;
  color: #cecece;
  margin-right: 7px;
  font-size: 12px;
}
.deal-card .deal-card-block .deal-price .deal-price-before:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  border-top: 1px solid #cecece;
  height: 45%;
  height: calc(50% - 1px);
  width: 100%;
  transform: rotateZ(-20deg);
}
.deal-card .deal-card-block .deal-price .deal-price-now {
  color: #00a400;
  font-size: 13px;
  font-weight: bold;
}
.deal-card .deal-card-block .deal-price p.deal-end {
  line-height: 15px;
  font-size: 12px;
  color: #ff0000;
}
.deal-card .deal-card-footer {
  padding: 5px 10px;
}
.deal-card .deal-card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/*set minimum height for deals card*/
/*minimum height for deals card*/
#deals-list-card {
  min-height: 315px;
}

/*minimum height for events card*/
#events-list-card {
  min-height: 398px;
}

#events-list-card .deal-card-text:last-of-type {
  min-height: 60px;
}

/*minimum height for business card*/
#business-list-card {
  min-height: 390px;
  overflow: hidden;
}
#business-list-card.deal-card .deal-card-block {
  height: 165px;
  /*overflow: hidden;*/
}

.box-container-white {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  padding: 55px 35px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  margin-top: 7%;
}
.box-container-white a {
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  font-weight: 900;
  word-break: break-all;
}
.box-container-white .fa-plus {
  color: #2c57a0;
}
.box-container-white .btn-add {
  background-color: #d6e4fd;
  border: none;
  border-radius: 3px;
  padding: 3px 6px;
}
.box-container-white .search-deals-container {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.box-container-white .search-deals-container span.fa {
  color: #064f70;
  position: absolute;
  z-index: 2;
  padding: 15px;
}
.box-container-white .search-deals-container input {
  font-size: 14px;
  border-radius: 0px;
  position: relative;
  padding-left: 35px;
}
.box-container-white .search-deals-container input::placeholder {
  font-weight: 600;
}

.deals-header-search-container {
  padding-top: 30px;
  margin: 0px;
  margin-bottom: 25px;
}
.deals-header-search-container p {
  font-size: 15px;
}
.deals-header-search-container .search-deals-found {
  padding-left: 0px;
  background-color: #fff;
  padding: 5px 10px 9px 10px;
  border: 1px solid #ececec;
  margin-bottom: 10px;
}
.deals-header-search-container .search-deals-found p:nth-child(1) {
  margin-bottom: 0px;
}
.deals-header-search-container .search-deals-found p:not(:first-child) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: capitalize;
}
.deals-header-search-container .search-deals-found p:not(:first-child) span {
  border: 1px solid #ececec;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
  background-color: #eceff1;
  margin-right: 3px;
}
.deals-header-search-container .search-deals-found p:not(:first-child) span i.fa {
  text-indent: 0px;
  color: #9e9e9e;
}
.deals-header-search-container .deals-header-search {
  position: relative;
  margin-bottom: 15px;
}
.deals-header-search-container .deals-header-search .search-deals-container {
  position: relative;
  margin-bottom: 5px;
}
.deals-header-search-container .deals-header-search .search-deals-container span.fa.fa-search {
  position: absolute;
  padding: 10px;
  z-index: 1;
  color: #064f70;
}
.deals-header-search-container .deals-header-search .search-deals-container input {
  padding-left: 30px;
  border-radius: 50px;
  height: 35px;
  font-size: 12px;
}
.deals-header-search-container .deals-header-search .search-deals-container input::placeholder {
  font-weight: 400;
}

#search-deals-buttons-container-hidden {
  text-align: center;
  display: none;
}
@media only screen and (max-width: 1200px) {
  #search-deals-buttons-container-hidden {
    display: inherit;
    text-align: center;
  }
}

.search-deals-buttons-container {
  text-align: center;
}
.search-deals-buttons-container button#btn-search-deals, .search-deals-buttons-container a#btn-search-deals {
  color: #fff;
  background-color: #8dafbe;
  border: 1px solid #8dafbe;
  margin-right: 5px;
  border-radius: 50px;
}
.search-deals-buttons-container button#btn-search-deals:hover, .search-deals-buttons-container a#btn-search-deals:hover {
  background-color: #064f70;
}
.search-deals-buttons-container button#btn-search-events, .search-deals-buttons-container button.btn-search-ofi, .search-deals-buttons-container a#btn-search-events, .search-deals-buttons-container a.btn-search-ofi {
  color: #fff;
  background-color: #497f97;
  border: 1px solid #497f97;
  margin-right: 5px;
  border-radius: 50px;
}
.search-deals-buttons-container button#btn-search-events:hover, .search-deals-buttons-container button.btn-search-ofi:hover, .search-deals-buttons-container a#btn-search-events:hover, .search-deals-buttons-container a.btn-search-ofi:hover {
  background-color: #064f70;
}
.search-deals-buttons-container button#btn-search-business-listing, .search-deals-buttons-container a#btn-search-business-listing {
  color: #fff;
  background-color: #064f70;
  border: 1px solid #064f70;
  border-radius: 50px;
}
.search-deals-buttons-container button#btn-search-business-listing:hover, .search-deals-buttons-container a#btn-search-business-listing:hover {
  background-color: #497f97;
}

.container-search-deals-list {
  padding-bottom: 25px;
  /*slick*/
}
.container-search-deals-list .title p, .container-search-deals-list .title h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 800;
}
.container-search-deals-list .title p span, .container-search-deals-list .title h1 span {
  margin-left: 10px;
}
.container-search-deals-list .title p span button, .container-search-deals-list .title h1 span button {
  color: #00bcd4;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 0.65em;
  font-weight: normal;
  border: none;
  background-color: transparent;
}
.container-search-deals-list .title p span button:hover, .container-search-deals-list .title h1 span button:hover {
  background-color: #efefef;
  /*color: $color-white;*/
}
.container-search-deals-list .title p span #btn-events-suggestion, .container-search-deals-list .title h1 span #btn-events-suggestion {
  color: #00bcd4;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 0.65em;
  font-weight: normal;
}
.container-search-deals-list .container-list-slick {
  position: relative;
  /*reposition slick dots*/
}
.container-search-deals-list .container-list-slick .slick-track {
  margin-left: 0;
}
.container-search-deals-list .container-list-slick .slick-prev {
  left: -3%;
  width: 25px;
  height: 25px;
}
.container-search-deals-list .container-list-slick .slick-next {
  right: -2%;
  width: 25px;
  height: 25px;
}
.container-search-deals-list .container-list-slick button.slick-prev.slick-arrow, .container-search-deals-list .container-list-slick button.slick-next.slick-arrow {
  z-index: 2;
  transition: 1s all;
}
.container-search-deals-list .container-list-slick button.slick-prev.slick-arrow:before, .container-search-deals-list .container-list-slick button.slick-next.slick-arrow:before {
  color: #064f70 !important;
  font-size: 30px;
}
.container-search-deals-list .container-list-slick .slick-list.draggable {
  z-index: 1;
}
.container-search-deals-list .container-list-slick ul.slick-dots {
  /*top: -10%;*/
  right: 5%;
  text-align: right;
}
.container-search-deals-list .container-list-slick ul.slick-dots li {
  margin: 0;
}
.container-search-deals-list .container-list-slick ul.slick-dots li button:before {
  content: "-";
  font-size: 40px;
}

/**********************/
/** 19. Events Page **/
.lp-section-row.event {
  background-image: url("/images/event-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 155px;
  background-position: 100% 85%;
  margin-bottom: 10px;
}
.lp-section-row.event:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  position: absolute;
  z-index: -1;
  top: 0;
}
.lp-section-row.event .section-date {
  text-align: center;
  float: left;
}
.lp-section-row.event .section-date h1 {
  color: #ffffff;
  font-size: 34px;
}
.lp-section-row.event .section-description {
  text-align: center;
  padding-top: 2.5%;
}
.lp-section-row.event .section-description h3 {
  color: #ffffff;
  font-size: 26px;
}
.lp-section-row.event .section-description h3:hover {
  color: #064f70;
}

.section-row.menu .searchInput .filter-drop {
  margin-top: 0.5%;
}
.section-row.menu .searchInput .advance-search {
  margin-top: 3.5%;
}
.section-row.menu .searchInput .event-search-container {
  width: 65%;
  display: inline-block;
  margin-top: 2.5%;
}
.section-row.menu .searchInput .event-search-container .event-search-filter {
  width: 75%;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .section-row.menu .searchInput .event-search-container .event-search-filter {
    width: 100%;
    margin-top: 0%;
  }
}
.section-row.menu .searchInput .event-search-container .event-search-filter #keyword.inner-addon {
  position: relative;
}
.section-row.menu .searchInput .event-search-container .event-search-filter #keyword.inner-addon .text-keyword {
  font-weight: 600;
  position: absolute;
  padding: 12px;
}
.section-row.menu .searchInput .event-search-container .event-search-filter #keyword.inner-addon input {
  border-radius: 0;
}
.section-row.menu .searchInput .event-search-container input.searchField-event {
  font-size: 12px;
  padding-left: 55px;
}
.section-row.menu .searchInput .event-search-container input.searchField-event::-webkit-input-placeholder {
  font-weight: 400;
}
.section-row.menu .searchInput .event-search-container input.searchField-event::-moz-placeholder {
  font-weight: 400;
}
.section-row.menu .searchInput .event-search-container input.searchField-event:-ms-input-placeholder {
  font-weight: 400;
}
.section-row.menu .searchInput .event-search-container input.searchField-event:-moz-placeholder {
  font-weight: 400;
}
.section-row.menu .searchInput .event-search-container input.lp-review-btn {
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
}
.section-row.menu .searchInput .event-search-container .advance-search {
  width: 100%;
  text-align: right;
  display: inline;
}
.section-row.menu .searchInput .event-search-container .advance-search a {
  text-decoration: underline;
  font-weight: normal;
}
.section-row.menu .searchInput .event-search-container #submit.lp-review-btn {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .section-row.menu .searchInput .event-search-container #submit.lp-review-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*Create events cropper*/
#create-global-event-cropper {
  max-height: 560px;
  overflow: hidden;
  padding-bottom: 23px;
  display: block;
  position: relative;
  margin: auto;
}
#create-global-event-cropper #create-global-event-select-file {
  margin-bottom: 15px;
}
#create-global-event-cropper .cropper-container {
  margin: auto;
  margin-bottom: 10px;
}

#create-global-event-range {
  display: inherit;
  position: relative;
}
#create-global-event-range:before {
  background-color: transparent;
}

/*Edit events cropper*/
.edit-global-event-cropper {
  max-height: 560px;
  overflow: hidden;
  padding-bottom: 23px;
  display: block;
  position: relative;
  margin: auto;
}
.edit-global-event-cropper .edit-global-event-select-file {
  margin-bottom: 15px;
}
.edit-global-event-cropper .cropper-container {
  margin: auto;
  margin-bottom: 10px;
}

.edit-global-event-range {
  display: inherit;
  position: relative;
}
.edit-global-event-range:before {
  background-color: transparent;
}

.upcoming-events {
  padding-bottom: 70px;
}
.upcoming-events .events-table {
  border: 1px solid #e3e3e3;
  border-bottom: 1px solid #ecd8c9;
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .upcoming-events .events-table {
    width: 100%;
    display: inherit;
  }
}
.upcoming-events .events-table:last-child {
  border-bottom: none;
}
.upcoming-events .events-table .calendar.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 10%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  .upcoming-events .events-table .calendar.wrapper {
    width: 100%;
    display: inline;
  }
}
.upcoming-events .events-table .calendar.wrapper .upper-calender {
  min-height: 20px;
  background-color: #064f70;
  margin-bottom: 3px;
}
.upcoming-events .events-table .calendar.wrapper .upper-calender .cal-circle {
  height: 10px;
  width: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin-right: 15%;
}
.upcoming-events .events-table .calendar.wrapper .upper-calender .cal-circle:first-child {
  text-align: center;
  margin-left: 11px;
}
.upcoming-events .events-table .calendar.wrapper .bottom-calendar {
  background-color: #064f70;
  padding: 3px;
  padding-bottom: 0px;
  color: #fff;
  box-shadow: 1px 2px 4px #999;
  -webkit-box-shadow: 1px 2px 4px #999;
  -moz-box-shadow: 1px 2px 4px #999;
}
.upcoming-events .events-table .calendar.wrapper .bottom-calendar span {
  display: block;
}
@media only screen and (max-width: 980px) {
  .upcoming-events .events-table .calendar.wrapper .bottom-calendar span {
    display: inline;
    font-size: 28px;
    font-weight: 700;
  }
}
.upcoming-events .events-table .calendar.wrapper .bottom-calendar span:first-of-type {
  font-size: 28px;
  font-weight: bold;
}
.upcoming-events .events-table .calendar.wrapper .bottom-calendar span:last-of-type {
  padding-bottom: 8px;
}
.upcoming-events .events-table .sched-table {
  width: 97%;
  vertical-align: top;
  display: inline-block;
  padding-bottom: 15px;
  padding-top: 5px;
}
.upcoming-events .events-table .sched-table .event-content {
  padding: 15px 0px;
}
.upcoming-events .events-table .sched-table .event-content .event-logo {
  margin-bottom: 15px;
}
.upcoming-events .events-table .sched-table .event-content .event-logo .event-img {
  height: 140px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.upcoming-events .events-table .sched-table .event-content .event-title {
  padding-right: 0px;
}
.upcoming-events .events-table .sched-table .event-content .event-title p {
  font-weight: 600;
  background-color: #98bccc;
  color: #064b6b;
  padding-left: 12px;
}
.upcoming-events .events-table .sched-table .event-content .event-title a {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
}
.upcoming-events .events-table .sched-table .event-content .event-title a:hover {
  color: #064f70;
}
.upcoming-events .events-table .sched-table .event-content .time-sched {
  padding-right: 0px;
}
.upcoming-events .events-table .sched-table .event-content .time-sched p {
  font-weight: 600;
  background-color: #98bccc;
  color: #064b6b;
  padding-left: 12px;
}
.upcoming-events .events-table .sched-table .event-content .time-sched span {
  font-weight: 600;
}
.upcoming-events .events-table .sched-table .event-content .event-description {
  padding-right: 0px;
  word-break: break-all;
}
.upcoming-events .events-table .sched-table .event-content .event-description p {
  font-weight: 600;
  background-color: #98bccc;
  color: #064b6b;
  padding-left: 12px;
}
.upcoming-events .events-table h4.inconvinience {
  padding: 50px;
  text-align: center;
}

/*OFIs*/
.ofi-header {
  height: 400px;
  background-color: #e9eaeb;
  background-position: 60% 47%;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .ofi-header {
    height: 190px;
  }
}
.ofi-header h1 {
  font-size: 24px;
  margin: 0;
  padding: 25px;
  color: #fff;
}
@media only screen and (max-width: 760px) {
  .ofi-header h1 {
    font-size: 22px;
  }
}
.ofi-header .poweredby-banner {
  position: relative;
}
.ofi-header .poweredby-banner a {
  position: absolute;
  margin-top: -5%;
  right: -0.1%;
}
@media only screen and (max-width: 600px) {
  .ofi-header .poweredby-banner {
    display: none;
  }
}

.ofi-date-container {
  background-color: #823594;
  border: 1px solid #823594;
  border-radius: 2px;
  display: table;
  margin: 15px 0;
  width: 100%;
}
.ofi-date-container p {
  color: #fff;
  margin-bottom: 0;
  padding: 5px 14px;
}

.ofi-date-container-table {
  background-color: #ffdcc0;
  border: 1px solid #ffdcc0;
  border-radius: 5px;
  margin: 15px 0;
}
.ofi-date-container-table p {
  color: #000;
  margin-bottom: 0;
  padding: 5px 14px;
}

.ofi-page-container {
  min-height: 780px;
  padding-bottom: 25px;
}
.ofi-page-container .ofi-container {
  margin-top: -300px;
  background-color: #fff;
  padding: 15px;
}
@media only screen and (max-width: 760px) {
  .ofi-page-container .ofi-container {
    margin-top: 5px;
  }
}

.no-data-available {
  padding: 25px;
  text-align: center;
  background-color: #fff;
  margin-top: -200px;
  height: 300px;
  border: 1px solid #efefef;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .no-data-available {
    margin-top: 40px;
  }
}
.no-data-available p {
  position: relative;
  top: 38%;
  /* left: 50%; */
  margin: auto;
}

.ofi-card {
  background-color: #fff;
  border: 1px solid #efefef;
  width: 24%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 7px;
}
@media only screen and (max-width: 1199px) {
  .ofi-card {
    width: 32%;
  }
}
@media only screen and (max-width: 991px) {
  .ofi-card {
    width: 46.33%;
  }
}
@media only screen and (max-width: 600px) {
  .ofi-card {
    width: 100%;
    margin-left: 0;
  }
}
.ofi-card .ofi-card-img-top-container {
  background-color: #f9f9f9;
  background-size: cover;
  background-position: 100%;
  height: 180px;
  margin-bottom: 15px;
  max-height: 200px;
  min-height: 170px;
  overflow: hidden;
}
.ofi-card .ofi-card-body .ofi-card-title {
  font-size: 15px;
}
.ofi-card .ofi-card-body .ofi-card-list {
  height: 90px;
}
@media only screen and (max-width: 760px) {
  .ofi-card .ofi-card-body .ofi-card-list {
    height: 70px;
  }
}
.ofi-card .ofi-card-body .ofi-card-list li {
  margin-left: 5px;
  overflow: hidden;
  word-break: break-all;
}
.ofi-card .ofi-card-body .ofi-card-list li span {
  margin-right: 5px;
}
.ofi-card .ofi-card-body .ofi-card-list li span.address {
  word-break: break-word;
  word-break: keep-all;
  width: 90%;
  float: right;
}
@media only screen and (max-width: 600px) {
  .ofi-card .ofi-card-body .ofi-card-list li span.address {
    width: 93%;
  }
}
.ofi-card .ofi-card-body a.btn {
  border-radius: 50px;
}

.property-features {
  margin-top: 15px;
  color: #797979;
  font-family: "Montserrat", sans-serif;
}

.ofi-search-pagination-container .adjustment {
  margin-top: -300px;
}
@media only screen and (max-width: 760px) {
  .ofi-search-pagination-container .adjustment {
    margin: 25px;
  }
}
.ofi-search-pagination-container .ofi-page-navigation .btn {
  background-color: #d6244e;
  border: 1px solid #d6244e;
  color: #fff;
}
.ofi-search-pagination-container .ofi-page-navigation .btn:hover {
  background-color: #9A4571;
}
.ofi-search-pagination-container .ofi-page-navigation ul.pagination {
  margin-top: 5px !important;
  margin-bottom: 0;
}
.ofi-search-pagination-container .ofi-page-navigation ul.pagination li a, .ofi-search-pagination-container .ofi-page-navigation ul.pagination li span {
  margin-left: 4px;
  font-size: 13px;
  border-radius: 50px;
}
.ofi-search-pagination-container .ofi-search-input {
  width: 82%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.ofi-search-pagination-container .ofi-search-input .fa.fa-search {
  position: absolute;
  padding: 11px 14px;
}
.ofi-search-pagination-container .ofi-search-input input {
  padding: 0 38px 0;
  border-radius: 50px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.ofi-search-pagination-container .ofi-search-input input:focus {
  border: 1px solid #00bcd4;
}
.ofi-search-pagination-container .ofi-search-button {
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.ofi-search-pagination-container .ofi-search-button button {
  border-radius: 50px;
  background-color: #d6244e;
  border: 1px solid #d6244e;
  text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
  .ofi-search-pagination-container .poweredby-banner-mobile img {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .ofi-search-pagination-container .poweredby-banner-mobile {
    display: inline-block !important;
    width: 80%;
  }
}

/*OFI TABLE*/
.ofi-table #ofi_wrapper.dataTables_wrapper {
  margin-top: 25px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper #ofi_filter.dataTables_filter label {
  display: none;
}
.ofi-table #ofi_wrapper.dataTables_wrapper #ofi_length.dataTables_length {
  margin-bottom: 10px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper #ofi_length.dataTables_length label {
  font-weight: 500;
}
.ofi-table #ofi_wrapper.dataTables_wrapper #ofi_length.dataTables_length label select {
  border-radius: 3px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll {
  margin-bottom: 25px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
  /*background-color: #9dc2e0;*/
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table.dataTable thead tr th {
  border-bottom: none;
  font-weight: 600;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border-bottom: none;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi {
  background-color: #fff;
  /*padding: 0 10px 10px;*/
  position: relative;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.ofi-date-container-table {
  background-color: #ffdcc0;
  border: 1px solid #ffdcc0;
  color: #000;
  font-weight: 600;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.ofi-date-container-table td {
  border: none;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.odd td, .ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.even td {
  border: none;
  padding: 15px;
  text-transform: capitalize;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.odd td.dataTables_empty, .ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table#ofi tbody tr.even td.dataTables_empty {
  height: 250px;
  background-color: #fff;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.previous#ofi_previous, .ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button.next {
  font-size: 13px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button {
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 50px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
  color: black !important;
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 12px;
  border-radius: 50px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a.paginate_button.current {
  border-radius: 50px;
  color: #e76600 !important;
  background: #fff;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 5px 12px;
}
.ofi-table #ofi_wrapper.dataTables_wrapper .dataTables_info#ofi_info {
  font-size: 13px;
}

/*OFI MAP Page*/
.ofi-map #ofi-map {
  height: 800px;
  width: 100%;
  border: 2px solid #9A4571;
}

/*OFI Map Page - Snazzy Map and Pin*/
.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 4px 6px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -2.82843px 2.82843px 6px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  background-color: #eee;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #eee;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #eee;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #eee;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #eee;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

/*html {
height: 100%;
font-size: 62.5%; }

body {
height: 100%;
margin: 0;
font-size: 1.4rem; }*/
.map-canvas {
  width: 100%;
  height: 100%;
}

.custom-window {
  top: 30px;
  max-width: 400px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.custom-window.open .si-frame {
  overflow: visible;
}
.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.custom-window .si-content-wrapper {
  padding-bottom: 10px;
}
.custom-window .si-content {
  overflow: visible;
}

.custom-content {
  position: relative;
  max-height: inherit;
  padding-top: 120px;
  overflow: auto;
  z-index: 2;
}

.custom-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.custom-header {
  position: relative;
  margin: 0;
  padding: 10px;
  background-color: #44433e;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  width: 320px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.custom-header small {
  display: block;
  font-size: 0.55em;
  font-weight: 400;
  opacity: 0.75;
  margin-top: 7px;
}
.custom-header small a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
}
.custom-header small a:hover {
  color: #f36e1e;
}

.custom-body {
  background-color: #fff;
  padding: 10px 35px 10px 25px !important;
  font-size: 14px;
  width: 320px;
  word-break: break-all;
  line-height: 1.75em;
  max-height: 200px;
  overflow-y: overlay;
  font-family: "Montserrat", sans-serif;
  /* a {
          color: #60a295;
  
          &:hover, &:focus, &:active {
              color: #437369;
          }
      }*/
}
.custom-body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75em;
  font-family: "Montserrat", sans-serif;
}

/*.custom-body * + p {
    margin-top: 1em;
}*/
.custom-close {
  position: absolute;
  top: 0;
  right: -36px;
  width: 36px;
  height: 36px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: rgba(68, 67, 62, 0.8);
  color: #fff;
  font-size: 1.5em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.custom-close:hover, .custom-close:focus, .custom-close:active {
  background-color: rgba(28, 28, 26, 0.8);
}

@media (min-width: 992px) {
  .custom-window {
    max-width: 500px;
  }

  .custom-content {
    padding-top: 130px;
  }

  .custom-img {
    height: 160px;
  }

  .custom-header,
.custom-body {
    padding: 10px 20px;
    font-size: 14px;
    width: 350px;
  }
  .custom-header small,
.custom-body small {
    margin-top: 7px;
  }
  .custom-header small a,
.custom-body small a {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
  }
}
/*OFI Edit*/
.ofi-edit .box-container-white {
  padding: 35px;
}
.ofi-edit .box-container-white .title {
  margin-top: 0;
  margin-bottom: 15px;
}
.ofi-edit .box-container-white .inner-addon {
  position: relative;
  margin-bottom: 10px;
}
.ofi-edit .box-container-white .inner-addon .fa {
  padding: 15px 3px;
  color: #f36e1e;
}
.ofi-edit .box-container-white .img-upload-container {
  height: 215px;
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.ofi-edit .box-container-white .input_fields_wrap .ofi-input-group input, .ofi-edit .box-container-white .input_fields_wrap .ofi-form-fields input {
  width: 32%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  height: 35px;
}
.ofi-edit .box-container-white .input_fields_wrap .ofi-input-group button, .ofi-edit .box-container-white .input_fields_wrap .ofi-form-fields button {
  margin-top: 5px;
}
.ofi-edit .box-container-white .ofi-table-edit-container {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 10px;
}
.ofi-edit .box-container-white .ofi-table-edit-container .ofi-table-date {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.ofi-edit .box-container-white .ofi-table-edit-container .ofi-table-time {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.ofi-edit .box-container-white .ofi-table-edit-container .ofi-table-buttons {
  /*width:69%;*/
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.ofi-edit .box-container-white .ofi-table-add-more {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px 0;
}

/*OFI Add Property*/
.ofi-add-property .box-container-white {
  padding: 35px;
}
.ofi-add-property .box-container-white h4.title {
  font-size: 16px;
}
.ofi-add-property .box-container-white h4.title .btn {
  border: none;
  background-color: #d6e4fd;
  padding: 4px 12px;
  border-radius: 3px;
}
@media only screen and (max-width: 340px) {
  .ofi-add-property .box-container-white h4.title .btn {
    float: none !important;
    margin-top: 10px;
  }
}
.ofi-add-property .box-container-white h4.title .btn .fa {
  color: #2c57a0;
}
.ofi-add-property .box-container-white .ofi-table-add-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 10px;
}
@media only screen and (max-width: 991px) {
  .ofi-add-property .box-container-white .ofi-table-add-container {
    padding: 30px 10px;
    height: auto;
  }
}
.ofi-add-property .box-container-white .ofi-table-add-container:nth-child(odd) {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 991px) {
  .ofi-add-property .box-container-white .ofi-table-add-container:nth-child(odd) .btn-ofi-danger {
    margin-top: 10px;
  }
}
.ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-title {
  vertical-align: top;
  width: 75%;
  display: inline-block;
  word-break: break-word;
}
.ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-title a {
  font-size: 14px;
  font-weight: 500;
  text-transform: unset;
  color: #337ab7;
}
@media only screen and (max-width: 340px) {
  .ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-title a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 990px) {
  .ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-title {
    text-align: center;
    width: 100%;
  }
}
.ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-buttons {
  vertical-align: top;
  width: 24%;
  display: inline-block;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 13px;
}
.ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-buttons a {
  font-weight: normal;
  text-transform: capitalize;
}
@media only screen and (max-width: 990px) {
  .ofi-add-property .box-container-white .ofi-table-add-container .ofi-table-buttons {
    position: relative;
    text-align: center;
    width: 100%;
  }
}
.ofi-add-property .box-container-white .ofi-table-add-container #property_wrapper {
  margin-top: 15px;
  font-size: 13px;
}
.ofi-add-property .box-container-white .ofi-table-add-container #property_wrapper #property_filter label {
  display: none;
}
.ofi-add-property .box-container-white .ofi-table-add-container .dataTables_paginate a.paginate_button.current {
  border-radius: 50px;
  background: #fff;
  color: #ff7e23 !important;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 1px 9px;
  font-size: 12px;
}

/*Add OFI Image Cropper*/
#create-deal-cropper {
  max-height: 560px;
  overflow: hidden;
  padding-bottom: 23px;
  display: block;
  position: relative;
  margin: auto;
}
#create-deal-cropper .cropper-container {
  margin: auto;
  margin-bottom: 10px;
}

#upload-logo {
  color: #fff;
}

em {
  color: #000;
}

/*OFI view url details*/
.font-italic {
  font-style: italic;
}

.OFIs-form {
  padding: 30px;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 992px) {
  .OFIs-form {
    padding: 0;
  }
}
.OFIs-form h2 {
  margin-bottom: 28px;
}
.OFIs-form .box-container {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.OFIs-form .box-container .inner-addon .fa, .OFIs-form .box-container .input-group .fa {
  color: #e06d1e;
  position: absolute;
  padding: 15px 10px;
  pointer-events: none;
  z-index: 3;
}
.OFIs-form .box-container .left-addon input, .OFIs-form .box-container .left-addon select {
  padding-left: 33px !important;
  margin-bottom: 10px;
}
.OFIs-form .box-container select#select-category {
  line-height: 22px;
  -webkit-appearance: none;
}
.OFIs-form .box-container input.form-control {
  border-radius: 0px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 20px 0px;
}
.OFIs-form .box-container input#image-upload {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  width: 100%;
  height: 30px;
  padding: 20px 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.OFIs-form .box-container .img-upload-container {
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  height: 250px;
  margin-bottom: 10px;
}
.OFIs-form .box-container .input-group-btn {
  vertical-align: top;
}
.OFIs-form .box-container .input-group-btn button {
  padding: 10px 15px;
}
.OFIs-form .box-container button.btn-primary {
  margin-top: 6%;
}
@media only screen and (max-width: 600px) {
  .OFIs-form .box-container button.btn-primary {
    width: 100%;
    padding: 10px 0;
  }
}

.ofi-time-container {
  background: #fbfbfb;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  float: right;
  margin: 5px 0 10px 15px;
  width: 300px;
  zoom: 1;
}
@media only screen and (max-width: 780px) {
  .ofi-time-container {
    width: 100%;
  }
}
.ofi-time-container .ofi-time-title {
  font-size: 15px;
  font-weight: 600;
  color: #75003c;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
}
.ofi-time-container .ofi-dates {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 8px 0;
}
@media only screen and (max-width: 600px) {
  .ofi-time-container .ofi-dates {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .ofi-time-container .ofi-dates {
    font-size: 12px;
  }
}
.ofi-time-container .ofi-dates .ofi-time {
  float: left;
  position: absolute;
  right: 0px;
  text-transform: lowercase;
}
@media only screen and (max-width: 600px) {
  .ofi-time-container .ofi-dates .ofi-time {
    float: none;
    position: unset;
    right: unset;
    display: inherit;
    text-align: center;
  }
}
.ofi-time-container .ofi-dates:nth-child(odd) {
  background-color: #F7F7F7;
}

.agen-view-url .send-sms-btn {
  color: #9a4571;
}

.ofi-view-url-card {
  margin-bottom: 15px;
}
.ofi-view-url-card.bg-card {
  background-color: #f5f5f5;
}
.ofi-view-url-card .ofi-view-url-card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
}
.ofi-view-url-card a .img-responsive {
  display: block;
  position: relative;
  margin: auto;
}
.ofi-view-url-card .ofi-view-url-card-body ul li span.fa {
  margin-right: 5px;
}

.agent-view-url-info {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border-radius: 100px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .agent-view-url-info {
    text-align: center;
  }
  .agent-view-url-info img {
    margin: 10px 0px;
  }
}
.agent-view-url-info .agent-view-url-contact {
  vertical-align: top;
  display: inline-block;
}
.agent-view-url-info .agent-view-url-contact li > a {
  font-size: 13px;
}
.agent-view-url-info .agent-view-url-contact .btn {
  border-radius: 50px;
  background-color: #064f70;
  border: 1px solid #064f70;
}
@media only screen and (max-width: 600px) {
  .agent-view-url-info .sms-mobileview {
    display: block !important;
    margin-top: 10px;
  }
  .agent-view-url-info .sms-mobileview a.btn-default {
    width: 100%;
  }
  .agent-view-url-info .sms-desktopview {
    display: none;
  }
}
.agent-view-url-info .btn.btn-primary {
  border-radius: 50px;
  background-color: #f36e1e;
  border: 1px solid #f36e1e;
}
@media only screen and (max-width: 600px) {
  .agent-view-url-info .btn.btn-primary {
    /*display: table-cell;*/
    width: 100%;
  }
}
.agent-view-url-info .btn.btn-default {
  border-radius: 50px;
  color: #f36e1e;
}
.agent-view-url-info img:hover {
  filter: grayscale(100%);
}
.agent-view-url-info .ofi-price {
  display: block;
  float: right;
  text-align: center;
  position: relative;
  word-break: break-all;
  margin: 3% 0;
}
@media only screen and (max-width: 1200px) {
  .agent-view-url-info .ofi-price {
    float: none;
    text-align: center;
    margin: 0;
  }
}
.agent-view-url-info .ofi-price h5 {
  line-height: 1.2;
  font-size: 15px;
  margin: 15px 0;
  font-weight: 500;
}
.agent-view-url-info .ofi-price h5 span {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 800;
  margin-right: 3px;
}
.agent-view-url-info .ofi-price h5 .price {
  color: #00a400;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 6px;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .agent-view-url-info .ofi-price {
    width: 100%;
    text-align: center;
  }
}

.box-bg-color {
  background-color: #f6f6f6;
  padding: 10px 15px;
}

/*OFI Edit Property*/
.ofi-edit-property .box-container-white {
  padding: 35px;
}
.ofi-edit-property .box-container-white a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.ofi-edit-property .box-container-white .title {
  margin-top: 0;
  margin-bottom: 15px;
}
.ofi-edit-property .box-container-white .inner-addon .fa {
  position: absolute;
  padding: 14px 19px;
  pointer-events: none;
  color: #064f70;
}
.ofi-edit-property .box-container-white label {
  margin-top: 5px;
}
.ofi-edit-property .box-container-white .img-upload-container {
  height: 215px;
  background-position: center;
  background-size: cover;
  border: 1px solid #efefef;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.ofi-edit-property .box-container-white .input_fields_wrap .ofi-input-group input, .ofi-edit-property .box-container-white .input_fields_wrap .ofi-form-fields input {
  width: 32%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  height: 35px;
}
.ofi-edit-property .box-container-white .input_fields_wrap .ofi-input-group button, .ofi-edit-property .box-container-white .input_fields_wrap .ofi-form-fields button {
  margin-top: 5px;
}
.ofi-edit-property .addOfiTime {
  margin: 25px 15px;
}

/*OFI Property Modal*/
#addProperty .inner-addon {
  width: 85%;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  #addProperty .inner-addon {
    width: 100%;
  }
}
#addProperty button.load-button {
  display: inline-block;
  width: 14%;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  #addProperty button.load-button {
    width: 100%;
    margin-bottom: 15px;
  }
}

#load-property img {
  margin: auto;
}
#load-property p {
  margin-bottom: 0px;
}

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

.form-group.weeklyOptions {
  margin: 20px 0px;
}

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

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

  section#hotdeals .lp-search-search-bar button, section#hotdeals .lp-search-search-bar #keyword {
    width: 100%;
  }

  header .lp-menu-bar #logo a {
    font-size: 12px;
  }

  #events-list-card {
    min-height: 377px;
  }

  .ofi-search-pagination-container .ofi-search-input {
    width: 100%;
    margin-bottom: 5px;
  }

  .ofi-search-pagination-container .ofi-search-button {
    width: 100%;
  }
  .ofi-search-pagination-container .ofi-search-button button {
    margin-bottom: 15px;
    width: 100%;
  }
}
@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;
  }

  .deals-singlepage-img {
    margin-bottom: 10px;
  }

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

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

  .filter-drop {
    width: 100%;
  }

  .searchInput {
    width: 100%;
  }

  .section-row.menu .event-search-container {
    margin-top: 1%;
  }

  #events-list-card {
    min-height: 377px;
  }

  /*Responsive Data Table*/
  table#ofi, thead, tbody, th, td, tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr.group.ofi-date-container-table {
    border: 1px solid #ffdcc0;
  }

  tr.odd td, tr.even td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
    padding-left: 50% !important;
  }

  tr.odd td:before, tr.even td:before {
    position: absolute;
    top: 15px;
    left: 7px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  tr.odd td:nth-of-type(1):before, tr.even td:nth-of-type(1):before {
    content: "Date";
    font-weight: bold;
    padding-left: 5%;
  }

  tr.odd td:nth-of-type(2):before, tr.even td:nth-of-type(2):before {
    content: "Time";
    font-weight: bold;
    padding-left: 5%;
  }

  tr.odd td:nth-of-type(3):before, tr.even td:nth-of-type(3):before {
    content: "Address";
    font-weight: bold;
    padding-left: 5%;
  }

  tr.odd td:nth-of-type(4):before, tr.even td:nth-of-type(4):before {
    content: "Price";
    font-weight: bold;
    padding-left: 5%;
  }

  tr.odd td:nth-of-type(5):before, tr.even td:nth-of-type(5):before {
    content: "Agent";
    font-weight: bold;
    padding-left: 5%;
  }

  tr.odd td:nth-of-type(6):before, tr.even td:nth-of-type(6):before {
    content: "View";
    font-weight: bold;
    padding-left: 5%;
  }

  .ofi-date-container-table {
    margin: 0;
  }
}
@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;
  }

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

  #tpopup {
    display: none;
  }

  .lp-home-search-bar #toggleh, .lp-home-search-bar #keyword, .lp-search-search-bar #toggleh, .lp-search-search-bar #keyword {
    width: 100%;
  }

  .events-table.margin-bottom-30 {
    display: inherit;
  }

  .event-logo {
    margin-bottom: 12px;
  }

  .bottom-calendar span {
    display: inline;
  }

  .bottom-calendar span {
    font-size: 36px;
    font-weight: 600;
  }

  .bottom-calendar span:first-of-type {
    margin-right: 25px;
  }

  .bottom-calendar span:last-of-type {
    padding-left: 16px;
  }

  .calendar.wrapper {
    width: 98%;
  }

  .upper-calender span:first-child {
    text-align: center;
    margin-left: 79px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-home-categoires {
    margin-top: 15px;
  }

  .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%;
  }

  .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%;
  }

  .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;
  }

  .feature-navigation {
    display: block;
    width: 100%;
    height: 70vh;
  }

  nav.ofi-page-navigation {
    margin-bottom: 10px;
  }
  nav.ofi-page-navigation .btn {
    margin-bottom: 5px;
  }
}
@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-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;
  }

  .lp-home-categoires {
    display: none;
  }
}
@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;
  }

  .home-search .home-search-container {
    margin-top: 16%;
  }

  .home-search .home-search-container h1 {
    font-size: 36px;
  }

  .home-search .home-search-container h1 a {
    font-size: 27px;
  }

  .home-search .home-search-container p {
    font-size: 18px;
  }

  .home-search .home-search-container .home-search-input-container input.input-rounded {
    font-size: 12px;
  }

  .home-content .section-title h3 {
    font-size: 30px;
  }

  .home-content 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;
  }

  .feature-navigation {
    height: 68vh;
  }

  .home-content a, .home-content p {
    font-size: 16px;
  }

  .home-search-container h1 {
    height: 105px;
  }
}
@media only screen and (max-width: 320px) {
  .pricing-help-section {
    background-color: #234059;
    width: 100%;
    display: block;
  }

  .pricing-help-left h3, .pricing-help-right h3 {
    font-size: 22px;
  }

  .pricing-help-left p, .pricing-help-right p {
    font-size: 15px;
  }

  .pricing-help-left a, .pricing-help-right a {
    font-size: 12px;
  }

  .home-search .home-search-container {
    margin-top: 30%;
  }

  .home-search .home-search-container h1 {
    font-size: 34px;
  }

  .home-search .home-search-container p {
    font-size: 16px;
  }

  .home-search .home-search-container .home-search-input-container input.input-rounded {
    font-size: 12px;
  }

  .feature-navigation .item {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=bondibeach.css.map */
