﻿/*-------- COLOR GREEN 2--------*/
[data-loader=circle-side] {
  border: 2px solid #35B170;
}

/* Main navigation */
header.sticky .main-menu > ul > li span > a {
  color: #444;
}

header.sticky .main-menu > ul > li span:hover > a {
  opacity: 1;
  color: #35B170;
}

.main-menu ul ul li:hover > a {
  background-color: #f9f9f9;
  color: #35B170;
  padding-left: 18px;
}

/*-------- 1.1 Typography --------*/
.main_title_2 span em {
  background-color: #35B170;
}

.main_title_3 span em {
  background-color: #35B170;
}

/*-------- 1.2 Buttons --------*/
btn.btn-success {
  background: #2db370;
}

a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #2db370;
  color: #2db370;
}

a.btn_map:hover {
  color: #2db370;
}

a.btn_map_in,
.btn_map_in {
  background: #2db370;
}

.image-gallery .btn_gallery {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.image-gallery .btn_gallery:hover {
  background: rgba(0, 0, 0, 0.7);
}

/*-------- 1.3 Structure --------*/
.hero_in a.btn_photos:hover {
  color: #35B170;
}

/* Footer */
footer ul li a:hover {
  color: #35B170;
  opacity: 1;
}

footer ul.links li a:hover:after {
  opacity: 1;
  color: #35B170;
}

/* Newsletter footer*/
#newsletter input[type=submit] {
  background-color: #35B170;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
#custom-search-input input[type=submit] {
  background-color: #35B170;
}

.custom-search-input-2 input[type=submit] {
  background-color: #35B170;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #35B170 !important;
}

a.box_news:hover h4 {
  color: #35B170;
}

.layout_view a:hover {
  color: #35B170;
}

.switch-field label:hover {
  color: #35B170;
}

.secondary_nav ul li a:hover {
  color: #35B170;
}

a.btn_infobox_detail:before:hover {
  color: #35B170;
}

.btn_infobox_get_directions, a.btn_infobox_phone {
  color: #35B170;
}

.contact_info ul li h4 {
  color: #35B170;
}

.search_bar_error input[type=submit] {
  background-color: #35B170;
}

.form_title h3 strong {
  background-color: #35B170;
}

.grid ul li figcaption a:hover, .grid ul li figcaption a:focus {
  color: #35B170;
}

ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
  color: #35B170;
}

.list_articles ul li a:hover {
  color: #35B170;
}

#toTop:hover {
  background-color: #35B170;
}

.accordion_2 .card-header h5 a i.indicator {
  color: #35B170;
}

#cookie-bar .cb-policy {
  background: #35B170;
}

.white-space-normal {
  white-space: normal;
}

/*============================================================================================*/
/* MAP CLUSTERER */
/*============================================================================================*/
.cluster-visible {
  background-color: #35B170;
}

.cluster-visible:before {
  border: 7px solid #35B170;
  box-shadow: inset 0 0 0 4px #35B170;
}

/*============================================================================================*/
/* BLOG */
/*============================================================================================*/
article.blog .post_info h3 a:hover {
  color: #35B170;
}

.comments-list h3 a:hover {
  color: #35B170;
}

.widget ul.cats a:hover {
  color: #35B170;
}

.tags a:hover {
  background-color: #35B170;
}

.postmeta ul li a:hover {
  color: #35B170;
}

/*============================================================================================*/
/* PRICING TABLES */
/*============================================================================================*/
.pricing-switcher .fieldset {
  background-color: #35B170;
}

.pricing-switcher .switch {
  background-color: #127b38;
}

@media only screen and (min-width: 769px) {
  .pricing-wrapper > li::before {
    background-color: #f5fef8;
  }
}
/*-------- END COLOR GREEN 2--------*/
/*-------- END COLOR GREEN 2--------*/
.imageback {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: -100;
}

.hero_in_dw {
  width: 100%;
  height: 90px;
  position: relative;
  text-align: center;
  background-color: #555555;
}

.hero_in_dw.general:before {
  background-color: #555555;
}

.hero_in_dw.general .wrapper {
  background-color: #555555;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*Map marker customization*/
.gs-map-container {
  width: 100%;
  height: 650px;
}

@media (max-width: 768px) {
  .gs-map-container {
    height: 80vh;
  }
}
.gs-map-marker {
  background-image: url("/img/map_marker.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

.gs-map-marker.active {
  background-image: url("/img/map_marker_active.png");
}

.map-popup .popup-image img {
  width: 225px;
  height: 150px;
}

.map-popup .price {
  float: right;
}

.map-popup .price .amount {
  font-weight: bold;
  color: #35B170;
  font-size: 1.2em;
}

#markerWithExternalCssApartment {
  background-image: url("/img/apartment.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssCabin {
  background-image: url("/img/cabin.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssChalet {
  background-image: url("/img/chalet.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssCondo {
  background-image: url("/img/Condo.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssCottage {
  background-image: url("/img/Cottage.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssHouse {
  background-image: url("/img/house.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssLodget {
  background-image: url("/img/lodge.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssTownhouse {
  background-image: url("/img/townhouse.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

#markerWithExternalCssOther {
  background-image: url("/img/map_marker.png");
  background-size: cover;
  width: 20px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -14px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  background-color: #2db370;
  color: #ffffff;
}

.btn-group.search .btn.small {
  font-size: 1rem;
}

.btn-group.search > .btn:not(:last-child) {
  border-right: 1px solid white;
}

.btn-group.search > .btn:not(:first-child) {
  border-left: 1px solid white;
}

@media only screen and (max-width: 769px) {
  .mobile-quote-box {
    display: block;
  }
  .desktop-quote-box {
    display: none;
  }
}
.mobile-quote-box {
  display: none;
}

.desktop-quote-box {
  display: block;
}

/* Bootstrap Extension Start */
a.collapsed.partial-collapsed:after {
  content: "+ View More";
}

a.partial-collapsed:not(.collapsed):after {
  content: "- View Less";
}

.partial-collapse.collapse:not(.show) {
  display: block;
  height: 7.6em;
  overflow: hidden;
}

.partial-collapse.collapsing {
  height: 7.6em;
}

@media (min-width: 576px) {
  .partial-collapse.collapse:not(.show) {
    height: 4.6em;
  }
  .partial-collapse.collapsing {
    height: 4.6em;
  }
}
@media (max-width: 576px) {
  .p-max-sm-0 {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .p-max-md-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog.modal-lg {
    min-width: 700px;
  }
}
.table .thead-theme th {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.pagination.theme-primary .page-item:not(.disabled) .page-link,
.pagination.theme-primary .page-item:not(.disabled) .page-link:hover {
  color: #2db370;
}

.pagination.theme-primary .page-item.active .page-link,
.pagination.theme-primary .page-item.active .page-link:hover {
  background-color: #2db370;
  border-color: #2db370;
  color: #fff;
  z-index: auto;
}

.pagination.theme-primary .page-link:focus {
  z-index: 0;
}

.pagination.theme-primary .button-loader:not(.active):after {
  border: 4px solid #2db370;
  border-top: 4px solid transparent;
}

.pagination.theme-primary .button-loader {
  color: transparent;
}

.pagination {
  flex-wrap: wrap;
}

/**override badge color used for cards*/
.supported-cards .card-name.active {
  background-color: #2db370;
}

/* Bootstrap Extension End */
