/*-------- COLOR GREEN 2--------*/
[data-loader="circle-side"] {
  border: 2px solid #33c189;
}

/* Main navigation */
header.sticky .main-menu > ul > li span > a {
  color: #444;
}
header.sticky .main-menu > ul > li span:hover > a {
  opacity: 1;
  color: #33c189;
}

.main-menu ul ul li a:hover {
  color: #33c189 !important;
}
.main-menu ul ul li:hover > a {
  background-color: #f9f9f9;
  color: #33c189 !important;
  padding-left: 18px;
}

/*-------- 1.1 Typography --------*/
.main_title_2 span em {
  background-color: #33c189;
}

.main_title_3 span em {
  background-color: #33c189;
}

/*General links color*/
a {
  color: #33c189;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  background: #33c189;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #33c189;
  color: #33c189;
}

a.btn_map:hover {
  color: #33c189;
}

a.btn_map_in,
.btn_map_in {
  background: #33c189;
}

/*-------- 1.3 Structure --------*/
.hero_in a.btn_photos:hover {
  color: #33c189;
}

/* Footer */
footer ul li a:hover {
  color: #33c189;
  opacity: 1;
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: #33c189;
}

/* Newsletter footer*/
#newsletter input[type='submit'] {
  background-color: #33c189;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
#custom-search-input input[type='submit'] {
  background-color: #33c189;
}

.custom-search-input-2 input[type='submit'] {
  background-color: #33c189;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #33c189 !important;
}

a.box_news:hover h4 {
  color: #33c189;
}

.box_grid a.wish_bt.liked:after {
  color: #33c189;
}
.box_grid a.wish_bt:hover.liked:after {
  color: #33c189;
}

.box_list a.wish_bt.liked:after {
  color: #33c189;
}
.box_list a.wish_bt:hover.liked:after {
  color: #33c189;
}

.layout_view a:hover {
  color: #33c189;
}

.switch-field label:hover {
  color: #33c189;
}

.secondary_nav ul li a:hover {
  color: #33c189;
}
.secondary_nav ul li:last-child a {
  background-color: #33c189;
  color: #fff;
}

a.btn_infobox_detail:before:hover {
  color: #33c189;
}

.btn_infobox_get_directions, a.btn_infobox_phone {
  color: #33c189;
}

.contact_info ul li h4 {
  color: #33c189;
}

.search_bar_error input[type='submit'] {
  background-color: #33c189;
}

.form_title h3 strong {
  background-color: #33c189;
}

.grid ul li figcaption a:hover, .grid ul li figcaption a:focus {
  color: #33c189;
}

ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
  color: #33c189;
}

.list_articles ul li a:hover {
  color: #33c189;
}

#toTop:hover {
  background-color: #33c189;
}

.accordion_2 .card-header h5 a i.indicator {
  color: #33c189;
}

#cookie-bar .cb-policy {
  background: #33c189;
}

.applyBtn.btn.btn-sm.btn-primary {
  background-color: #33c189;
}

/*============================================================================================*/
/* MAP CLUSTERER */
/*============================================================================================*/
.cluster-visible {
  background-color: #33c189;
}
.cluster-visible:before {
  border: 7px solid #33c189;
  box-shadow: inset 0 0 0 4px #33c189;
}

/*-------- Leaflet cluster --------*/
.marker-cluster div {
  background-color: #33c189;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #33c189;
}

.marker-cluster div:before {
  border: 7px solid #33c189;
  box-shadow: inset 0 0 0 4px #33c189;
}

/*============================================================================================*/
/* BLOG */
/*============================================================================================*/
article.blog .post_info h3 a:hover {
  color: #33c189;
}

.comments-list h3 a:hover {
  color: #33c189;
}

.widget ul.cats a:hover {
  color: #33c189;
}

.tags a:hover {
  background-color: #33c189;
}

.postmeta ul li a:hover {
  color: #33c189;
}

/*============================================================================================*/
/* PRICING TABLES */
/*============================================================================================*/
.pricing-switcher .fieldset {
  background-color: #33c189;
}
.pricing-switcher .switch {
  background-color: #127b38;
}

@media only screen and (min-width: 769px) {
  .pricing-wrapper > li::before {
    background-color: #f5fef8;
  }

}

@media (max-width: 575px) {
#logo img {
width: auto;
height: 34px !important;
margin: 12px 0 0 0;
}
}


.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}


.nice-select .list {
    margin-top: 25px;
    height: 28vh;
    /* overflow: auto; */
}


.selectize-dropdown, .selectize-dropdown.form-control {
    height: auto;
    padding: 0;
    text-align: left;
}

.selectize-input {
 border: 0px !important;
padding: 0px !important;
}
.selectize-input>* {

    margin: 15px;
    font-weight: 500;
}