/*
Theme Name:         Fuzdo | Shared by VestaThemes.com
Theme URI:          https://fuzdo.themevin.com/
Description:        Fuzdo is the WordPress Theme for real estate seller, buyer, agents and agencies. It has a purpose oriented design and it comes loaded with tons of useful features
Version:            2.0
Author:             ThemeVin
Author URI:         https://themeforest.net/user/themevin

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		fuzdo
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - ShortCode
 * 8.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Gallery
* ----------------------------------------------------------------------------
*/
.gallery {
  margin: 0 -5px 10px -5px;
}
.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gallery-caption {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #dadada;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #dadada;
  vertical-align: top;
}
.entry-content thead th {
  font-weight: bold;
  background: #f8f8f8;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.875;
  overflow-x: hidden;
  color: #484848;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
#wrapper-content {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #484848;
}
a:hover,
a:focus {
  color: #82bb4e;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  color: #252525;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #82bb4e;
}
::-moz-selection {
  color: #ffffff;
  background-color: #82bb4e;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
input.form-control,
select.form-control,
select {
  padding: 0 20px;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #484848;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b7b7b7 !important;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
input.form-control:-moz-placeholder,
select.form-control:-moz-placeholder,
select:-moz-placeholder {
  color: #b7b7b7 !important;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
input.form-control::-moz-placeholder,
select.form-control::-moz-placeholder,
select::-moz-placeholder {
  color: #b7b7b7 !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b7b7b7 !important;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input.form-control:focus,
select.form-control:focus,
select:focus {
  border-color: #82bb4e;
}
select {
  height: 50px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/icon-dropdown.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98%;
  background-position: calc(100% - 15px);
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  max-width: 100%;
  outline: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.container .container {
  max-width: 1170px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #252525;
}
.back-to-top i {
  font-size: 22px;
  line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #82bb4e;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
.scheme-dark {
  color: #fff;
}
/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background-color: #252525;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #82bb4e;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  display: none;
}
.owl-nav .owl-prev {
  left: -80px;
}
.owl-nav .owl-next {
  right: -80px;
}
.owl-nav .disabled {
  cursor: not-allowed !important;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
  background-color: #82bb4e !important;
  border-color: #82bb4e !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
  color: #fff !important;
}
.owl-nav-top-right .owl-next:hover,
.owl-nav-bottom-center .owl-next:hover {
  background: #252525 !important;
  border-color: #252525 !important;
}
.owl-nav-top-right .owl-next:hover i,
.owl-nav-bottom-center .owl-next:hover i {
  color: #fff !important;
}
.owl-nav-square .owl-next,
.owl-nav-square .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.owl-nav-square .owl-next i,
.owl-nav-square .owl-prev i {
  line-height: 1;
  vertical-align: middle;
}
.owl-nav-square .owl-next i {
  margin-top: -3px;
  margin-right: -4px;
}
.owl-nav-square .owl-prev i {
  margin-top: -3px;
  margin-left: -1px;
}
.owl-nav-top-right .owl-nav .owl-prev,
.owl-nav-top-right .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  top: -65px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
.owl-nav-top-right .owl-nav .owl-prev i,
.owl-nav-top-right .owl-nav .owl-next i {
  color: #252525;
  line-height: 38px;
}
.owl-nav-top-right .owl-nav .owl-prev:hover,
.owl-nav-top-right .owl-nav .owl-next:hover {
  border-color: #252525;
  background: #252525;
}
.owl-nav-top-right .owl-nav .owl-prev:hover i,
.owl-nav-top-right .owl-nav .owl-next:hover i {
  color: #fff;
}
.owl-nav-top-right .owl-nav .owl-prev {
  right: 40px !important;
  left: auto !important;
}
.owl-nav-top-right .owl-nav .owl-next {
  right: 0;
}
.owl-dots {
  text-align: center;
  padding-top: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 3px;
  display: block;
  background-color: #EBEBEB;
}
.owl-dots .owl-dot.active span {
  background-color: #82bb4e;
}
.color-light .owl-dots .owl-dot span {
  background-color: #FFFFFF;
}
.color-light .owl-dots .owl-dot.active span {
  background-color: #82bb4e;
}
.color-dark .owl-dots .owl-dot span {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.color-dark .owl-dots .owl-dot.active span {
  background-color: #252525;
  border: none;
}
@media (max-width: 1380px) {
  .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
  }
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 40px;
    height: 50px;
    margin-top: -30px;
  }
  .owl-nav .owl-prev i,
  .owl-nav .owl-next i {
    font-size: 24px;
    line-height: 50px;
  }
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
}
#search_popup_wrapper input:focus {
  border-color: #82bb4e;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-overlay-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: rgba(20, 22, 24, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
  transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
  margin: 80px auto 0;
  width: 80%;
  position: relative;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
  border: solid 2px #FFF;
  padding: 1em;
  height: auto;
  color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
  color: #eeeeee !important;
}
.popup-overlay-content input:-moz-placeholder {
  color: #eeeeee !important;
}
.popup-overlay-content input::-moz-placeholder {
  color: #eeeeee !important;
}
.popup-overlay-content input:-ms-input-placeholder {
  color: #eeeeee !important;
}
.popup-overlay-content .search-button {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #82bb4e;
}
.popup-overlay-result {
  color: #fff;
  background-color: #343537;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
}
.popup-overlay-result ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.popup-overlay-result li {
  padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
  color: #82bb4e;
}
.popup-overlay-result li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
  color: inherit;
}
.popup-overlay-result .date {
  display: inline-block;
  float: right;
}
.popup-overlay-result .view-more {
  position: absolute;
  background: #343537;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 5px;
  background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  right: -1px;
  background-color: #82bb4e !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
  background: url(http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/preset-bg.jpg) repeat;
  padding: 150px 0;
  text-align: center;
  font-size: 60px;
  color: #222;
  border: dashed 8px #222;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-3 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
----------- Other --------------*/
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #82bb4e;
}
/*
-----------Page 404------------*/
.page404 {
  text-align: center;
  position: relative;
}
.page404 .page404-content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 205px;
}
.page404 .title {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #82bb4e;
  letter-spacing: 0.3em;
  font-family: 'Roboto';
  margin-bottom: 17px;
}
.page404 .subtitle {
  font-size: 36px;
  font-weight: 500;
  color: #252525;
}
.page404 .description {
  max-width: 440px;
  margin: auto;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  color: #646a7c;
}
.page404 .description * {
  display: inline-block;
}
.page404 a {
  color: #82bb4e;
}
.page404 .search-form-wrapper {
  background-color: transparent;
  margin-top: 30px;
}
.page404 .search-form-wrapper .search-form {
  position: relative;
  width: 570px;
  margin: auto;
}
.page404 .search-form-wrapper .search-form input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 45px;
  border: none;
  border-bottom: 2px solid #ebebeb;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page404 .search-form-wrapper .search-form input:focus {
  border-bottom-color: #82bb4e;
}
.page404 .search-form-wrapper .search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  line-height: 55px;
  padding: 0 15px;
  color: #82bb4e;
}
@media screen and (max-width: 640px) {
  .page404 .page404-content {
    position: relative;
    padding-top: 150px;
    padding-bottom: 205px;
  }
  .page404 .title {
    font-size: 160px;
  }
  .page404 .subtitle {
    font-size: 20px;
  }
  .page404 .description {
    font-size: 12px;
  }
  .page404 .search-form-wrapper .search-form {
    width: 90%;
  }
  .page404 .search-form-wrapper input {
    font-size: 12px;
  }
}
/*   SEARCH PAGE */
.archive-search-wrap .archive-search-result h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
  font-family: inherit;
  line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
  background-color: #82bb4e;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #eaeaea;
  text-align: center;
  float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #252525;
  display: block;
  position: relative;
  margin-left: 15px;
  line-height: 50px;
  margin-top: 24.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #252525;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
  bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #252525;
  display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
  color: #82bb4e;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
  margin-bottom: 0;
  color: #82bb4e;
  font-style: italic;
  letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
  margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
  margin-bottom: 0;
}
/* End Search Page */
@media screen and (max-width: 460px) {
  .search-popup-inner > input {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .search-popup-inner > button {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
.block-title {
  font-size: 18px;
  color: #252525;
  line-height: 1.2;
  position: relative;
}
.block-title.lg {
  font-size: 28px;
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 40px !important;
  }
}
.bg-gray-full {
  position: relative;
}
.bg-gray-full:before {
  position: absolute;
  content: '';
  background-color: #f6f6f6;
  display: block;
  height: 100%;
  width: 2000%;
  left: -1000%;
  top: 0;
}
.close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 20px;
}
.close-button:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-separate {
  position: relative;
  padding-top: 35px;
}
.top-separate:before {
  content: "";
  height: 2px;
  width: 110px;
  background: #82bb4e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #ebebeb;
  font-size: 16px;
  z-index: 1;
}
/**
* Columns
* ----------------------------------------------------------------------------
*/
.gf-item-wrap {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .columns-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-md-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-md-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-md-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-md-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-md-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-sm-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-sm-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-sm-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-sm-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-sm-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .columns-xs-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-xs-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-xs-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-xs-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-xs-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .columns-mb-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-mb-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-mb-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-mb-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-mb-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.paging-navigation,
.comment-navigation {
  position: relative;
}
.paging-navigation ul,
.comment-navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.paging-navigation li > a,
.comment-navigation li > a,
.paging-navigation li > span,
.comment-navigation li > span {
  border: none;
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding;
  border-radius: 0 !important;
  background-clip: padding-box;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 1px;
  padding: 0 13px;
  line-height: 38px;
  text-align: center;
  color: #252525 !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border: solid 1px #ebebeb;
  background: transparent !important;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  border-color: #000;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
  position: inherit;
  right: auto;
  width: inherit;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  line-height: 38px;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next {
  position: inherit;
  width: inherit;
  height: 40px;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
}
.wp-social-login-widget {
  padding: 0 15px;
}
.top-bar-left .ere_widget_login_menu {
  display: inline-block;
  margin-right: 20px;
}
.heading-white {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.heading-white-idx {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.05;
}
.color-white label {
  color: #fff !important;
}
.hidden-content p {
  display: none;
}
/*responsive ====================*/
@media (max-width: 768px) {
  .heading-white {
    font-size: 30px;
  }
}
/*responsive ====================*/
@media (max-width: 480px) {
  .heading-white {
    font-size: 20px;
  }
}
.vc_row.background-position-right {
  background-position: right !important;
}
form.post-password-form label {
  position: relative;
  bottom: -2px;
}
.archive-large-image .entry-post-meta a:hover .slash,
.single-blog-wrap .entry-post-meta a:hover .slash {
  color: #484848;
}
#ere-map-loading i {
  color: #82bb4e !important;
}
.ere-search-map-properties .item-body .address-marker i {
  color: #82bb4e !important;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  color: #000;
  line-height: 2.14;
  font-weight: 500;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f105';
  font-size: 14px;
  padding: 0 7px;
  color: #000;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs:before {
  content: "\f015";
  font-family: 'FontAwesome';
  color: #82bb4e;
  font-size: 12px;
  display: inline-block;
  padding-right: 8px;
}
.page-title-inner {
  position: relative;
  background: #fff;
  padding: 22px 128px 22px 30px;
  display: inline-block;
}
.page-title-main-info {
  display: inline-block;
  margin-bottom: -6px;
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
.page-title {
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-title .page-title-background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-title .page-title-background.page-title-parallax {
  height: 150%;
  top: -25%;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .page-title-inner .breadcrumbs {
  white-space: nowrap;
}
.page-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-title p {
  font-size: 22px;
  font-family: 'Quattrocento Sans';
  margin-bottom: 14px;
  color: #82bb4e;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.page-title.property-single-page-title .page-title-inner {
  padding: 30px;
}
.page-title.property-single-page-title .property-status {
  display: inline-block;
  float: right;
}
.page-title.property-single-page-title .property-status span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #82bb4e;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
.page-title.property-single-page-title h1 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-right: 30px;
}
.page-title.property-single-page-title .property-info .property-price {
  font-weight: bold;
  font-size: 18px;
  color: #252525;
  display: inline-block;
  float: left;
}
.page-title.property-single-page-title .property-info .property-price > span > span {
  font-size: 12px;
  color: #b7b7b7;
}
.page-title.property-single-page-title .property-info .property-location {
  font-weight: normal;
  color: #000;
  font-size: 14px;
  display: inline-block;
  float: right;
  position: relative;
  top: 4px;
}
@media (max-width: 991px) {
  .page-title .page-title-inner {
    display: block;
  }
  .page-title .page-title-inner .page-title-main-info,
  .page-title .page-title-inner .breadcrumbs {
    display: block;
    vertical-align: middle;
  }
  .page-title .page-title-inner .breadcrumbs {
    text-align: left;
    padding-left: 0;
  }
  .page-title h1 {
    font-size: 48px;
  }
  .page-title p {
    font-size: 32px;
    margin-bottom: -5px;
  }
}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 36px;
  }
  .page-title p {
    font-size: 24px;
    margin-bottom: -5px;
  }
  .page-title.property-single-page-title .page-title-inner {
    display: block;
  }
  .page-title.property-single-page-title .page-title-inner > div {
    display: block;
  }
  .page-title.property-single-page-title .property-info {
    text-align: left;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .page-title h1 {
    font-size: 24px;
  }
  .page-title p {
    font-size: 20px;
  }
}
.fuzdo-class .property-single-page-title + div .property-main-info {
  display: none !important;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
  font-size: 16px;
  line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #82bb4e;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.safari .dialog__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
  display: none;
}
.main-menu:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu:not(.x-nav-menu) li {
  position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
  display: block;
  padding: 5px 0;
  color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
  color: #82bb4e;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
  display: block;
  border-top: solid 1px #eee;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) > li {
  display: inline-block;
  line-height: 24px;
  padding-top: 38px;
  padding-bottom: 37px;
}
.main-menu:not(.x-nav-menu) > li + li {
  margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
  border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #82bb4e;
}
.main-menu:not(.x-nav-menu) > li ul li {
  position: relative;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
  top: 100%;
  left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
  left: auto;
  right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
  border-top: solid 1px #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
  border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
  position: absolute;
  right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
b.x-caret {
  display: inline-block;
}
b.x-caret:before {
  content: "\f107";
  font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x-custom-content-wrapper {
  white-space: normal;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.x-nav-menu img {
  max-width: 100%;
  height: auto;
}
.x-image-layout > a {
  display: block;
}
.x-image-layout {
  text-align: center;
}
.x-image-layout .x-menu-a-text {
  color: #252525;
}
.x-image-layout .x-menu-a-text:hover {
  color: #82bb4e;
}
@media screen and (min-width: 1200px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon {
    color: #82bb4e;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 1;
  }
  .x-nav-menu > .x-menu-item .x-description {
    display: none;
  }
  .x-nav-menu > .x-menu-item.menu-item-has-children .x-description {
    display: block;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 5px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 40px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-family: 'Maven Pro';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 1;
  }
  .x-nav-menu > .x-menu-item:not(.x-has-description) {
    line-height: 80px;
    vertical-align: middle;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #82bb4e;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    z-index: 1;
    min-width: 245px !important;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 2.14;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .header-3 .x-sub-menu {
    top: auto !important;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Maven Pro';
  }
  p.x-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    font-style: italic;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 13px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 0;
    transition: all 0.5s;
    top: 50%;
    margin-top: -15px;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 4px 15px 4px 0;
    color: inherit;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 20px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    color: #82bb4e;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    display: block;
    color: #999;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    margin-top: 20px;
  }
  .x-sub-menu-multi-column .x-menu-item {
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: none;
  }
  .x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-multi-column .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    color: #191919;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ededed;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-bottom: 30px;
  }
  .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 50px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: #82bb4e;
    color: #ffffff;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #fff;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
    color: inherit;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #fafafa;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #82bb4e;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #82bb4e !important;
  }
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  p.x-description,
  .x-custom-content-wrapper,
  .x-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.x-image {
    padding-top: 20px;
    display: inline-block;
  }
  .x-nav-menu,
  .x-nav-menu ul {
    list-style: none;
  }
  .x-menu-item {
    position: relative;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
  }
  .x-nav-menu a.x-menu-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  }
  b.x-caret:before {
    font-weight: 700;
    vertical-align: middle;
  }
  .x-caret {
    position: absolute;
    right: 0;
  }
  .x-sub-menu,
  .x-nav-menu,
  .x-nav-menu li.x-menu-item + li {
    border-top: solid 1px #ebebeb;
  }
  .menu-drop-fly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    width: 280px;
    background-color: #212121;
    color: #fff;
    z-index: 9999;
    overflow: auto;
  }
  .menu-drop-fly .nav-menu-mobile {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a:hover {
    color: #82bb4e;
  }
  .menu-drop-fly .nav-menu-mobile {
    display: block;
  }
  .menu-drop-fly .x-sub-menu,
  .menu-drop-fly .x-nav-menu,
  .menu-drop-fly li.x-menu-item + li {
    border-color: #313131;
  }
  .menu-drop-fly .x-caret {
    right: 20px;
  }
  .menu-drop-fly .x-menu-a-text {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
    text-transform: none;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-weight: 400;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-size: 14px;
  }
  .menu-drop-fly .x-sub-menu {
    background-color: #313131;
    position: relative;
    border-top: none !important;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu {
    background-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
    background-color: #515151;
  }
  .menu-drop-fly li li.x-menu-item + li {
    border-color: #414141;
  }
  .menu-drop-fly li li li.x-menu-item + li {
    border-color: #515151;
  }
  .menu-drop-fly li li li li.x-menu-item + li {
    border-color: #616161;
  }
  .menu-drop-fly .x-sub-menu:before {
    content: '';
    position: absolute;
    left: 20px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #212121;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu:before {
    border-top-color: #313131;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #515151;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-nav-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.5s, visibility 1s;
    transition: opacity 0.5s, visibility 1s;
    cursor: url(http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/close.png) 15 15, default;
  }
  body.mobile-nav-in {
    overflow: hidden;
    left: 280px;
  }
  body.mobile-nav-in .menu-drop-fly {
    left: 0;
  }
  body.mobile-nav-in .mobile-nav-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  body.mobile-nav-in .is-sticky .sticky-region {
    left: 280px;
    right: -280px;
  }
}
.header-mobile-nav.menu-drop-fly .x-description {
  display: none;
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
/*===============================================
                    SIDE BAR
=================================================*/
.primary-sidebar .widget {
  margin-bottom: 60px;
}
.primary-sidebar .widget .ihf-container {
  display: block !important;
}
.primary-sidebar .widget-title {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.primary-sidebar .ere-widget-listing-property-taxonomy {
  margin-top: -7px;
}
.sidebar-mobile-canvas-icon-close {
  display: none;
}
.sidebar-mobile-canvas-icon {
  padding: 10px 12px;
  display: none;
  line-height: 1;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: fixed;
  top: 245px;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*===============================================
                  WIDGET GENERAL
=================================================*/
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget cite {
  font-family: 'Quattrocento Sans';
  color: #82bb4e;
}
.widget-title {
  padding: 0;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.widget-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #82bb4e;
  bottom: -20px;
  margin: auto;
}
.page-inner .widget-title {
  margin-bottom: 50px;
}
/*===============================================
                  WIDGET DEFAULT
=================================================*/
/* 01 - search */
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 44px;
  border: solid 1px #ebebeb;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-right: 65px;
  padding-left: 15px;
}
.search-form .search-field:focus {
  border-color: #82bb4e;
}
.search-form .search-submit {
  position: absolute;
  padding: 0;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  font-size: 12px;
  background-color: transparent;
  color: #484848;
  border: none;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  color: #82bb4e;
}
.search-form .search-submit i {
  line-height: 44px;
  width: 44px;
  text-align: center;
}
.search-form input {
  width: 100%;
  padding-left: 25px;
  padding-right: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  text-align: center;
  height: 44px;
  padding: 0;
  border: none;
}
.search-form button i {
  line-height: 44px;
  font-size: 18px;
}
/* 02 - calendar */
.widget_calendar .calendar_wrap caption {
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #ebebeb;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #ebebeb;
  text-align: center;
  padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
  background-color: #82bb4e;
  color: #fff;
}
.widget_calendar #wp-calendar tbody td#today a,
.widget_calendar #wp-calendar th#today a {
  color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
  font-size: 12px;
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot tr {
  background-color: #252525;
  line-height: 35px;
}
.widget_calendar #wp-calendar tfoot tr td#prev {
  padding-left: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#prev a {
  color: #fff;
}
.widget_calendar #wp-calendar tfoot tr td#next {
  padding-right: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#next a {
  color: #fff;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
/* 03 - drop-down */
.widget_archive select,
.widget_categories select {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none !important;
}
/* 04 - list */
.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
  padding: 0 0 0 12px;
  margin: 0;
  line-height: 24px;
  position: relative;
  color: #484848;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
  float: right;
}
.widget_meta li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_nav_menu li a:before,
.widget_pages li a:before,
.widget_product_categories li a:before,
.widget_recent_entries li a:before {
  content: '\f0da';
  display: block;
  font-family: fontAwesome;
  color: #8dc63f;
  position: absolute;
  top: 10px;
  font-size: 18px;
  left: 0;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
  display: block;
  padding: 9px 0;
  color: inherit;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
  display: none;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  right: 15px;
}
.widget_meta .li-caret.in:before,
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before,
.widget_recent_entries .li-caret.in:before {
  content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
  color: #82bb4e;
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
  color: #82bb4e;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
  display: block;
}
/* 05 - special */
.widget_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
  margin-bottom: 4px;
}
.widget_recent_comments ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
  padding: 0;
}
.widget_recent_comments li,
.widget_rss li {
  padding: 10px 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
  padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
  color: #82bb4e;
}
/* 06 - tags */
.tagcloud {
  font-size: 0;
  margin-bottom: -5px;
}
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px !important;
  line-height: 1;
  padding: 10px 20px 8px 20px;
  margin: 0 5px 5px 0;
  border: solid 1px #ebebeb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
  color: #ffffff !important;
}
/*===============================================
               WIDGET CUSTOM VIN
=================================================*/
/* 01 - social profiles*/
.social-profiles {
  letter-spacing: -0.3em;
  font-size: 0;
  margin: -5px 0;
}
.social-profiles a {
  display: inline-block;
  letter-spacing: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-profiles a:hover i {
  color: #82bb4e;
}
.social-profiles a + a {
  margin-left: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: normal;
}
.social-profiles.icon-small i {
  font-size: 11px !important;
}
.social-profiles.icon-large i {
  font-size: 14px !important;
}
.social-profiles.circle i {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.1);
}
.social-profiles.circle i:hover {
  background-color: #82bb4e;
  color: #fff;
}
.social-profiles.circle a + a {
  margin-left: 10px;
}
.social-profiles.square i {
  text-align: center;
  border: 1px solid #58585b;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social-profiles.square i:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
}
.social-profiles.dark a i {
  color: #252525;
}
.social-profiles.dark a i:hover {
  color: #82bb4e;
}
.social-profiles.dark.square i:hover {
  color: #fff;
}
.social-profiles.dark.circle i:hover {
  color: #fff;
}
.social-profiles.gray a i {
  color: #66646d;
}
.social-profiles.gray a i:hover {
  color: #82bb4e;
}
.social-profiles.gray.square i:hover {
  color: #fff;
}
.social-profiles.gray.circle i:hover {
  color: #fff;
}
.social-profiles.light a i {
  color: #fff;
}
.social-profiles.light a:hover i {
  color: #82bb4e;
}
.social-profiles.light.square i:hover {
  color: #fff;
}
.social-profiles.light.circle i:hover {
  color: #252525;
}
/* 02 - posts */
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.widget-posts li {
  margin-bottom: 30px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  height: 70px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 120px;
  margin-top: -5px;
}
.widget-posts .entry-post-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px !important;
  line-height: 20px;
  color: #252525;
  max-height: 40px;
  overflow: hidden;
}
.widget-posts .entry-meta-date {
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 300;
  line-height: 20px;
}
.widget-posts .entry-thumbnail .zoomGallery {
  font-size: 12px;
  line-height: 25px;
}
.widget-posts .post-video .zoomGallery {
  font-size: 18px;
  line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
  display: none !important;
}
/* 03 - twitter */
.widget-feeds i {
  float: left;
  width: 30px;
  margin-top: 10px;
  font-size: 20px;
  color: #82bb4e;
}
.widget-feeds span.twitter-time {
  font-size: 15px;
  display: block;
  color: #949494;
}
.widget-feeds .twitter-content {
  overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
  margin-top: 30px;
}
/*-----------Mailchimp Widget----------*/
.mailchimp-widget .vin-mailchimp {
  text-align: left;
}
.mailchimp-widget .vin-mailchimp p {
  display: block;
}
.mailchimp-widget .vin-mailchimp .form-control {
  height: 42px;
  padding: 0 21px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.mailchimp-widget .vin-mailchimp .form-control::-webkit-input-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-widget .vin-mailchimp .form-control:-moz-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-widget .vin-mailchimp .form-control::-moz-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-widget .vin-mailchimp .form-control:-ms-input-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-widget .vin-mailchimp .submit {
  display: none;
}
.mailchimp-widget .vin-mailchimp .btn {
  display: inline-block;
}
/*===============================================
               PRIMARY SIDEBAR
=================================================*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget_meta > div,
.primary-sidebar .widget_archive > div,
.primary-sidebar .widget_categories > div,
.primary-sidebar .widget_nav_menu > div,
.primary-sidebar .widget_pages > div,
.primary-sidebar .widget_product_categories > div,
.primary-sidebar .widget_recent_entries > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas-icon.changed {
    display: none;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas.changed {
    opacity: 1;
    left: 0;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 5px;
    display: block;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
    color: red;
  }
  .overlay-canvas-sidebar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-canvas-sidebar.changed {
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: url(http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/close.png) 15 15, default;
  }
}
/*Custom Class*/
.background-position-top.important {
  background-position: top !important;
}
/*--------- Widget Mortgage Calculator----------*/
.ere_widget_mortgage_calculator .ere-mortgage-wrap input {
  background-color: #f7f7f7;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 14px;
  height: 50px;
  border: 1px solid #ebebeb;
  color: #959595;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap .form-group {
  margin-bottom: 25px;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap .form-group span {
  font-size: 16px;
  color: #47425d;
  font-weight: 400;
  margin-bottom: 4px;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap #btn_mc {
  background-color: #82bb4e;
  border-color: #82bb4e;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 14px;
  padding-bottom: 14px;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap #btn_mc:hover {
  background-color: #252525;
  border-color: #252525;
  color: #fff !important;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap .mc-output p b {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
}
.ere_widget_mortgage_calculator .ere-mortgage-wrap .mc-output p {
  margin-bottom: 0px;
  margin-top: 10px;
}
/* Get in touch */
.custom-html-footer {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}
.custom-html-footer li {
  display: block;
  line-height: 36px;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.custom-html-footer li i {
  position: absolute;
  top: 11px;
  left: 0;
}
/* horizontal menu */
.horizontal-menu li {
  display: inline-block;
  margin-right: 35px;
}
.horizontal-menu li a {
  font-weight: 500 !important;
  font-size: 12px !important;
}
.horizontal-menu li:last-of-type {
  margin-right: 0;
}
/* custom widget footer */
.custom-widget-footer {
  margin: 60px auto 0;
  padding-bottom: 20px;
  max-width: 550px;
}
.custom-widget-footer .widget {
  margin-bottom: 40px;
}
/* widget info */
.widget-info .info-item {
  max-width: 250px;
}
.widget-info .info-item.col-md-4 {
  width: auto;
}
.widget-info span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.widget-info span:first-child {
  font-size: 30px;
  padding-right: 18px;
}
.widget-info span:last-child {
  line-height: 18px;
  font-size: 14px;
  color: #66646d;
}
.widget-info span:last-child b {
  color: #252525;
}
.widget .ihf-small-results-photo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget .gallery-prop-info .address a {
  color: #252525 !important;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .gallery-prop-info .address a:hover {
  text-decoration: none !important;
  color: #82bb4e !important;
}
.widget .gallery-prop-info strong {
  font-weight: 600;
  color: #252525;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-info .info-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .widget-info span {
    display: inline-block;
    text-align: center;
  }
  .widget-info span:first-child {
    padding: 0;
    margin-bottom: 8px;
  }
  .info-item {
    text-align: center;
  }
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #232020;
  color: #ffffff;
  line-height: 2em;
  position: relative;
}
.top-drawer-wrapper .widget {
  margin-bottom: 0;
}
.top-drawer-wrapper .widget-title {
  color: #fff;
}
.top-drawer-wrapper .widget_meta select,
.top-drawer-wrapper .widget_archive select,
.top-drawer-wrapper .widget_categories select,
.top-drawer-wrapper .widget_nav_menu select,
.top-drawer-wrapper .widget_pages select,
.top-drawer-wrapper .widget_product_categories select,
.top-drawer-wrapper .widget_recent_entries select,
.top-drawer-wrapper .widget_text select {
  color: #ffffff;
  border-color: #ebebeb;
}
.top-drawer-wrapper .widget_meta select option,
.top-drawer-wrapper .widget_archive select option,
.top-drawer-wrapper .widget_categories select option,
.top-drawer-wrapper .widget_nav_menu select option,
.top-drawer-wrapper .widget_pages select option,
.top-drawer-wrapper .widget_product_categories select option,
.top-drawer-wrapper .widget_recent_entries select option,
.top-drawer-wrapper .widget_text select option {
  background-color: #232020;
}
.top-drawer-wrapper .widget_meta li,
.top-drawer-wrapper .widget_archive li,
.top-drawer-wrapper .widget_categories li,
.top-drawer-wrapper .widget_nav_menu li,
.top-drawer-wrapper .widget_pages li,
.top-drawer-wrapper .widget_product_categories li,
.top-drawer-wrapper .widget_recent_entries li,
.top-drawer-wrapper .widget_text li {
  color: #ffffff;
}
.top-drawer-wrapper input,
.top-drawer-wrapper .widget_calendar #wp-calendar tbody td,
.top-drawer-wrapper .widget_calendar #wp-calendar th {
  border-color: #ebebeb;
}
.top-drawer-wrapper .widget_calendar .calendar_wrap caption,
.top-drawer-wrapper .tagcloud a {
  color: #ffffff;
}
.top-drawer-wrapper .top-drawer-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #82bb4e;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
  opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
  content: "\f068";
}
.top-drawer-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 1199px) {
  .top-drawer-mobile-invisible {
    display: none;
  }
}
.top-bar-wrapper.top-bar-4 .bar-left {
  text-align: center;
}
.bar-right {
  text-align: right;
}
.bar-right .widget_meta li a:before,
.bar-right .widget_archive li a:before,
.bar-right .widget_categories li a:before,
.bar-right .widget_nav_menu li a:before,
.bar-right .widget_pages li a:before,
.bar-right .widget_product_categories li a:before,
.bar-right .widget_recent_entries li a:before {
  right: 0;
  left: auto;
  content: "\f0d9";
}
.bar-right .widget_meta li,
.bar-right .widget_archive li,
.bar-right .widget_categories li,
.bar-right .widget_nav_menu li,
.bar-right .widget_pages li,
.bar-right .widget_product_categories li,
.bar-right .widget_recent_entries li {
  padding-right: 12px;
  padding-left: 0;
}
.bar-right .widget_meta .li-caret,
.bar-right .widget_archive .li-caret,
.bar-right .widget_categories .li-caret,
.bar-right .widget_nav_menu .li-caret,
.bar-right .widget_pages .li-caret,
.bar-right .widget_product_categories .li-caret,
.bar-right .widget_recent_entries .li-caret {
  right: auto;
  left: 15px;
}
.bar-right .widget-title:before {
  right: 0;
}
.bar-wrapper {
  font-size: 13px;
}
.bar-wrapper .widget {
  margin-bottom: 0 !important;
}
.bar-wrapper .tagcloud a {
  font-size: 13px !important;
}
.topbar-link {
  cursor: pointer;
}
.topbar-link i {
  color: #82bb4e;
  padding-right: 9px;
}
.user-display-name {
  color: #fff;
}
.top-bar-wrapper a:hover {
  color: #82bb4e;
}
.top-bar-wrapper {
  background-color: #232020;
  color: #ffffff;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #ebebeb;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #ebebeb;
}
.top-bar-wrapper select {
  background-image: url("http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/icon-dropdown-2.png") !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
  border-left: solid 1px;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: #ebebeb;
  background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
  background-color: #222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
  background-color: #fff;
}
.top-bar-wrapper .widget-title {
  color: #fff;
}
.top-bar-wrapper .widget_meta select,
.top-bar-wrapper .widget_archive select,
.top-bar-wrapper .widget_categories select,
.top-bar-wrapper .widget_nav_menu select,
.top-bar-wrapper .widget_pages select,
.top-bar-wrapper .widget_product_categories select,
.top-bar-wrapper .widget_recent_entries select,
.top-bar-wrapper .widget_text select {
  color: #ffffff;
  border-color: #ebebeb;
}
.top-bar-wrapper .widget_meta select option,
.top-bar-wrapper .widget_archive select option,
.top-bar-wrapper .widget_categories select option,
.top-bar-wrapper .widget_nav_menu select option,
.top-bar-wrapper .widget_pages select option,
.top-bar-wrapper .widget_product_categories select option,
.top-bar-wrapper .widget_recent_entries select option,
.top-bar-wrapper .widget_text select option {
  background-color: #232020;
}
.top-bar-wrapper .widget_meta li,
.top-bar-wrapper .widget_archive li,
.top-bar-wrapper .widget_categories li,
.top-bar-wrapper .widget_nav_menu li,
.top-bar-wrapper .widget_pages li,
.top-bar-wrapper .widget_product_categories li,
.top-bar-wrapper .widget_recent_entries li,
.top-bar-wrapper .widget_text li {
  color: #ffffff;
}
.top-bar-wrapper input,
.top-bar-wrapper .widget_calendar #wp-calendar tbody td,
.top-bar-wrapper .widget_calendar #wp-calendar th {
  border-color: #ebebeb;
}
.top-bar-wrapper .widget_calendar #wp-calendar thead tr th {
  color: #232020;
}
.top-bar-wrapper .widget_calendar .calendar_wrap caption,
.top-bar-wrapper .tagcloud a {
  color: #ffffff;
}
.top-bar-inner {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 1200px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #252525;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-header {
    float: left;
    height: 80px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .no-menu {
    line-height: 80px;
    float: right;
  }
  .logo-sticky {
    display: none;
  }
  .header-wrapper > .container {
    position: relative;
  }
  .header-wrapper.float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-nav-wrapper {
    background-color: #ffffff;
    color: #2d2d2d;
  }
  .header-customize-nav {
    float: right;
    line-height: 80px;
    color: #2d2d2d;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 65px;
    position: relative;
  }
  .header-customize-nav .header-customize-item i {
    font-size: 14px;
    line-height: 78px;
  }
  .header-customize-nav .header-customize-item + .header-customize-item:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -32.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-customize-nav a {
    color: #2d2d2d;
  }
  .header-customize-nav a:hover {
    color: #82bb4e;
  }
  .header-customize-nav input[type="text"],
  .header-customize-nav input[type="search"],
  .header-customize-nav input[type="email"],
  .header-customize-nav input[type="url"],
  .header-customize-nav input[type="password"],
  .header-customize-nav input[type="tel"],
  .header-customize-nav textarea,
  .header-customize-nav select {
    color: #2d2d2d;
  }
  .header-customize-nav input[type="text"]::-webkit-input-placeholder,
  .header-customize-nav input[type="search"]::-webkit-input-placeholder,
  .header-customize-nav input[type="email"]::-webkit-input-placeholder,
  .header-customize-nav input[type="url"]::-webkit-input-placeholder,
  .header-customize-nav input[type="password"]::-webkit-input-placeholder,
  .header-customize-nav input[type="tel"]::-webkit-input-placeholder,
  .header-customize-nav textarea::-webkit-input-placeholder,
  .header-customize-nav select::-webkit-input-placeholder {
    color: #8a8a8a !important;
  }
  .header-customize-nav input[type="text"]:-moz-placeholder,
  .header-customize-nav input[type="search"]:-moz-placeholder,
  .header-customize-nav input[type="email"]:-moz-placeholder,
  .header-customize-nav input[type="url"]:-moz-placeholder,
  .header-customize-nav input[type="password"]:-moz-placeholder,
  .header-customize-nav input[type="tel"]:-moz-placeholder,
  .header-customize-nav textarea:-moz-placeholder,
  .header-customize-nav select:-moz-placeholder {
    color: #8a8a8a !important;
  }
  .header-customize-nav input[type="text"]::-moz-placeholder,
  .header-customize-nav input[type="search"]::-moz-placeholder,
  .header-customize-nav input[type="email"]::-moz-placeholder,
  .header-customize-nav input[type="url"]::-moz-placeholder,
  .header-customize-nav input[type="password"]::-moz-placeholder,
  .header-customize-nav input[type="tel"]::-moz-placeholder,
  .header-customize-nav textarea::-moz-placeholder,
  .header-customize-nav select::-moz-placeholder {
    color: #8a8a8a !important;
  }
  .header-customize-nav input[type="text"]:-ms-input-placeholder,
  .header-customize-nav input[type="search"]:-ms-input-placeholder,
  .header-customize-nav input[type="email"]:-ms-input-placeholder,
  .header-customize-nav input[type="url"]:-ms-input-placeholder,
  .header-customize-nav input[type="password"]:-ms-input-placeholder,
  .header-customize-nav input[type="tel"]:-ms-input-placeholder,
  .header-customize-nav textarea:-ms-input-placeholder,
  .header-customize-nav select:-ms-input-placeholder {
    color: #8a8a8a !important;
  }
  .header-customize-nav .search-form .search-submit {
    color: #82bb4e;
  }
  .header-customize-nav .search-form .search-submit:hover {
    color: #2d2d2d;
  }
  .header-customize-nav .item-search a i:before {
    color: #fff;
    font-size: 14px;
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 80px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 13px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .header-customize-item .widget {
    margin-bottom: 0;
  }
  .header-wrapper.full-border,
  .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px #ebebeb;
  }
  .header-wrapper input[type="text"],
  .header-wrapper input[type="search"],
  .header-wrapper input[type="email"],
  .header-wrapper input[type="url"],
  .header-wrapper input[type="password"],
  .header-wrapper input[type="tel"],
  .header-wrapper textarea,
  .header-wrapper select {
    color: #252525;
  }
  .header-wrapper input[type="text"]::-webkit-input-placeholder,
  .header-wrapper input[type="search"]::-webkit-input-placeholder,
  .header-wrapper input[type="email"]::-webkit-input-placeholder,
  .header-wrapper input[type="url"]::-webkit-input-placeholder,
  .header-wrapper input[type="password"]::-webkit-input-placeholder,
  .header-wrapper input[type="tel"]::-webkit-input-placeholder,
  .header-wrapper textarea::-webkit-input-placeholder,
  .header-wrapper select::-webkit-input-placeholder {
    color: #252525 !important;
  }
  .header-wrapper input[type="text"]:-moz-placeholder,
  .header-wrapper input[type="search"]:-moz-placeholder,
  .header-wrapper input[type="email"]:-moz-placeholder,
  .header-wrapper input[type="url"]:-moz-placeholder,
  .header-wrapper input[type="password"]:-moz-placeholder,
  .header-wrapper input[type="tel"]:-moz-placeholder,
  .header-wrapper textarea:-moz-placeholder,
  .header-wrapper select:-moz-placeholder {
    color: #252525 !important;
  }
  .header-wrapper input[type="text"]::-moz-placeholder,
  .header-wrapper input[type="search"]::-moz-placeholder,
  .header-wrapper input[type="email"]::-moz-placeholder,
  .header-wrapper input[type="url"]::-moz-placeholder,
  .header-wrapper input[type="password"]::-moz-placeholder,
  .header-wrapper input[type="tel"]::-moz-placeholder,
  .header-wrapper textarea::-moz-placeholder,
  .header-wrapper select::-moz-placeholder {
    color: #252525 !important;
  }
  .header-wrapper input[type="text"]:-ms-input-placeholder,
  .header-wrapper input[type="search"]:-ms-input-placeholder,
  .header-wrapper input[type="email"]:-ms-input-placeholder,
  .header-wrapper input[type="url"]:-ms-input-placeholder,
  .header-wrapper input[type="password"]:-ms-input-placeholder,
  .header-wrapper input[type="tel"]:-ms-input-placeholder,
  .header-wrapper textarea:-ms-input-placeholder,
  .header-wrapper select:-ms-input-placeholder {
    color: #252525 !important;
  }
  .header-float {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .x-menu-a-text {
    position: relative;
  }
  .x-nav-menu > li > .x-menu-a-text {
    position: relative;
  }
  .x-nav-menu > li > .x-menu-a-text:after {
    content: '';
    display: block;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
  }
  .x-nav-menu > li:hover > .x-menu-a-text:after {
    background: #82bb4e;
    width: 100%;
    visibility: visible;
  }
  .header-1 .header-customize-nav,
  .header-5 .header-customize-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .header-1 .header-customize-nav .item-custom-text:before,
  .header-5 .header-customize-nav .item-custom-text:before {
    content: '';
    display: block;
    border-top: solid 0 transparent;
    border-bottom: solid 80px #82bb4e;
    border-left: solid 22px transparent;
    right: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
  }
  .header-1 .header-customize-nav .item-custom-text:after,
  .header-5 .header-customize-nav .item-custom-text:after {
    content: '';
    display: block;
    background-color: #82bb4e;
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .header-5 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .header-5 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .header-5 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .header-1 .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .header-5 .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
  .header-5 .x-nav-menu > li > a.x-menu-a-text:hover,
  .header-1 .x-nav-menu > li.x-menu-item:hover > a,
  .header-5 .x-nav-menu > li.x-menu-item:hover > a {
    color: #2d2d2d !important;
  }
  .header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text,
  .header-5 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text,
  .header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text,
  .header-5 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text,
  .header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text,
  .header-5 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text,
  .header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text,
  .header-5 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text {
    position: relative;
  }
  .header-1 .primary-menu,
  .header-5 .primary-menu {
    float: right;
  }
  .header-5 .primary-menu {
    float: inherit;
    text-align: center;
  }
  .header-2 .sticky-wrapper .header-nav-wrapper .logo-header,
  .header-3 .sticky-wrapper .header-nav-wrapper .logo-header {
    display: none;
  }
  .header-2 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header,
  .header-3 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header {
    display: inline-block;
    margin-right: 40px;
    height: 80px;
  }
  .header-2 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img,
  .header-3 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img {
    max-height: 80px;
  }
  .header-2 .full-border,
  .header-3 .full-border,
  .header-2 .container-border .container-inner,
  .header-3 .container-border .container-inner {
    border-bottom: solid 1px #ebebeb;
  }
  .header-2 .header-wrapper,
  .header-3 .header-wrapper {
    background-color: #ffffff;
    color: #252525;
  }
  .header-2 .header-wrapper .container-inner,
  .header-3 .header-wrapper .container-inner {
    position: relative;
  }
  .header-is-float .header-2 .is-sticky .sticky-region {
    box-shadow: none;
  }
  .header-4 .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .header-4 .logo-header {
    margin-right: 40px;
    background: #82bb4e;
    width: 220px;
    text-align: center;
  }
  .header-4 .x-nav-menu > li > .x-menu-a-text {
    line-height: 80px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-4 .x-nav-menu > li > .x-menu-a-text:after {
    bottom: 0;
  }
  .header-4 .x-nav-menu > li > .x-menu-a-text:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .header-4 .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 0;
  }
  .header-4 .logo-header img {
    max-width: 220px;
  }
  .header-4 .header-customize-nav .header-customize-item {
    margin-left: 32.5px;
    margin-right: 32.5px;
  }
  .search-form .search-field {
    font-size: 12px;
    border: 0;
    padding-right: 5px;
    line-height: 1;
  }
  .search-form .search-submit {
    width: auto;
    height: auto;
    line-height: 1;
  }
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line {
  background-color: #82bb4e;
  padding: 10px 0;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .other-features-wrap,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .other-features-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-group,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-group {
  margin-bottom: 15px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search-wrap input,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap input,
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search-wrap select,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap select {
  height: 42px !important;
  background-color: #fff;
  line-height: 42px;
  border: none;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"],
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"] {
  height: initial !important;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .other-features-list .checkbox,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .other-features-list .checkbox {
  margin-top: 0;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .advanced-wrap,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .advanced-wrap {
  display: block;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search {
  margin-bottom: -15px;
  overflow: hidden;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row {
  border: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -1px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group {
  height: 42px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input {
  border: none;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form {
  padding-right: 5px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .form-group,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .form-group {
  overflow: hidden;
  padding: 0 5px;
  background: transparent;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search {
  display: none;
  padding-top: 15px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .form-group,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .form-group {
  border: none;
  height: 42px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .row,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .row {
  border: none;
  margin-left: -20px;
  margin-right: -20px;
  background: transparent;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #fff;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter {
  color: #fff !important;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fff !important;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
  line-height: 42px;
  height: 42px;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #252525;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
  margin-left: 30px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list .row,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list .row {
  margin-left: -15px;
  margin-right: -15px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list label,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list label {
  color: #fff;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
  width: initial;
  padding: 11px 33px;
  background-color: #000;
  border-color: #000;
  position: absolute;
  top: 0;
  right: 5px;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover {
  background-color: transparent;
  color: #000;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features {
  color: #fff;
}
.fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features i,
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features i {
  background-color: #fff;
  color: #82bb4e;
}
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
  text-align: center;
}
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
  padding: 0;
  font-size: 0;
  background: transparent;
  border: transparent;
  color: #82bb4e;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn i {
  display: block;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
    margin-left: 0;
  }
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
    width: 50%;
  }
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search > .row,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child {
    padding-left: 0;
  }
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
    text-align: left;
  }
  .fuzdo-class .main-header .ere-search-properties.style-mini-line .form-search .submit-search-form,
  .fuzdo-class .header-mobile .ere-search-properties.style-mini-line .form-search .submit-search-form {
    clear: initial;
  }
}
.is-sticky .header-above-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.is-sticky .sticky-region {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.is-sticky .logo-text {
  line-height: 80px;
  color: #fff;
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
  color: #82bb4e !important;
}
body.boxed .is-sticky .sticky-region {
  max-width: 1210px;
  width: 100%;
}
#lang_sel,
#help {
  display: inline-block;
}
#lang_sel > ul,
#help > ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#lang_sel > ul > li,
#help > ul > li {
  padding: 0;
  display: block;
  list-style: none;
  font-size: 14px;
}
#lang_sel > ul > li img,
#help > ul > li img {
  margin-bottom: 2px;
}
#lang_sel > ul > li > a:after,
#help > ul > li > a:after {
  content: "\f107";
  font-family: 'fontawesome';
  display: inline-block;
  padding-left: 3px;
}
#lang_sel > ul ul,
#help > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  text-align: left;
  z-index: 99999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li,
#help > ul ul > li {
  list-style: none;
  padding: 0 15px;
  display: block;
  line-height: 32px;
}
#lang_sel > ul ul > li a,
#help > ul ul > li a {
  color: #252525;
}
#lang_sel > ul ul > li a:hover,
#help > ul ul > li a:hover {
  color: #82bb4e;
}
#lang_sel > ul ul > li img,
#help > ul ul > li img {
  padding-right: 5px;
}
#lang_sel > ul:hover ul,
#help > ul:hover ul {
  display: block;
}
#help i {
  line-height: 1;
}
.lang-help div + div {
  margin-left: 25px;
}
.navbar-link {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  max-width: 180px;
  padding-left: 30px;
  line-height: 16px;
  cursor: pointer;
}
.navbar-link i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #82bb4e;
}
.logo-text {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: inline-block;
  line-height: 80px;
}
@media screen and (max-width: 1199px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  .top-bar-wrapper {
    background-color: #ffffff !important;
    color: #252525 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
  }
  .top-bar-inner {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #252525 !important;
  }
  .header-mobile-inner a {
    color: #252525;
  }
  .header-mobile-inner a:hover {
    color: #82bb4e;
  }
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
    background-color: #252525 !important;
  }
  .header-mobile-inner .widget {
    margin-bottom: 0 !important;
  }
  .header-mobile-container-inner {
    position: relative;
    z-index: 2;
  }
  .header-mobile-container-inner > div {
    line-height: 90px !important;
  }
  .toggle-mobile-menu {
    float: left;
  }
  .logo-mobile-wrapper,
  .mobile-search-button,
  .mobile-login {
    float: right;
  }
  .mobile-login {
    position: relative;
    z-index: 1;
  }
  .mobile-search-button {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .logo-mobile-wrapper img {
    max-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu-mobile {
    display: none;
  }
  .menu-drop-fly .search-form {
    padding: 20px;
    position: relative;
    background-color: #111;
  }
  .menu-drop-fly .search-form input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #333;
    background-color: #333;
  }
  .menu-drop-fly .search-form button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
  }
  .menu-drop-fly .x-sub-menu-open > a b.x-caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-mobile-1 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-1 .mobile-login + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-2 .toggle-icon-wrapper {
    float: right;
    margin-left: 10px;
  }
  .header-mobile-2 .logo-mobile-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 90px;
  }
  .header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 130px;
  }
  .header-mobile-2 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-2 .mobile-login + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-3 .toggle-icon-wrapper {
    margin-right: 20px;
  }
  .header-mobile-3 .mobile-login,
  .header-mobile-3 .mobile-search-button {
    float: left;
  }
  .header-mobile-3 .logo-mobile-wrapper {
    text-align: right;
    padding-left: 90px;
    padding-right: 0;
  }
  .header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
    padding-left: 130px;
  }
  .header-mobile-3 .mobile-login + .mobile-search-button {
    margin-left: 10px;
  }
  .header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 50px;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
  .user-dropdown .user-dropdown-menu {
    left: auto;
    right: 0;
  }
  .header-mobile-wrapper .user-dropdown .user-display-name i {
    font-size: 20px !important;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.main-footer-wrapper {
  background-color: #19181d;
  color: #b7b7b7;
  font-size: 14px;
}
.main-footer-wrapper .widget-posts .entry-post-title {
  color: #b2b1b8;
}
.main-footer-wrapper .tagcloud a {
  border: solid 1px #58585b;
  color: #b7b7b7;
  font-size: 14px !important;
}
.main-footer-wrapper .tagcloud a:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
  color: #ffffff !important;
}
.main-footer-wrapper .widget-posts .entry-meta-date {
  color: #636363;
}
.main-footer-wrapper .li-caret {
  display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
  color: #82bb4e !important;
}
.main-footer-wrapper .widget-title {
  color: #e8edef;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
  padding-left: 0;
  text-transform: uppercase;
}
.main-footer-wrapper .widget-title:before {
  display: none;
}
.footer-above-wrapper .widget_nav_menu li {
  display: inline-block;
  margin-right: 35px;
  padding: 0;
}
.footer-above-wrapper .widget_nav_menu li a {
  font-size: 14px;
  padding: 0;
  color: #b7b7b7;
}
.footer-above-wrapper .widget_nav_menu li a:hover {
  color: #82bb4e;
}
.footer-above-wrapper .widget_nav_menu li.current-menu-item a {
  color: #b7b7b7 !important;
}
.footer-above-wrapper .widget_nav_menu li.current-menu-item a:hover {
  color: #82bb4e !important;
}
.footer-above-wrapper .widget_nav_menu li a:before {
  display: none;
}
.footer-above-wrapper .widget_nav_menu li:last-child {
  margin-right: 0;
}
.main-footer {
  /*-------------------------
	    Custome Menu
	------------------------*/
}
.main-footer.full-border {
  border-top: solid 1px #58585b;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #58585b;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #82bb4e;
}
.main-footer .widget + .widget {
  margin-top: 60px;
}
.main-footer .menu-item a {
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}
.main-footer select {
  background-image: url("http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/icon-dropdown-2.png") !important;
}
.main-footer .widget_nav_menu li {
  padding: 0 0 0 25px;
  line-height: 36px;
}
.main-footer .widget_nav_menu li a:before {
  content: '\f0da';
  top: 0;
  font-size: 12px;
}
.main-footer .widget_nav_menu li a {
  font-size: 14px;
  color: #b7b7b7;
}
.main-footer .widget_nav_menu li a:hover {
  color: #82bb4e;
}
.main-footer .widget_meta select,
.main-footer .widget_archive select,
.main-footer .widget_categories select,
.main-footer .widget_nav_menu select,
.main-footer .widget_pages select,
.main-footer .widget_product_categories select,
.main-footer .widget_recent_entries select,
.main-footer .widget_text select {
  color: #b7b7b7;
  border-color: #58585b;
}
.main-footer .widget_meta select option,
.main-footer .widget_archive select option,
.main-footer .widget_categories select option,
.main-footer .widget_nav_menu select option,
.main-footer .widget_pages select option,
.main-footer .widget_product_categories select option,
.main-footer .widget_recent_entries select option,
.main-footer .widget_text select option {
  background-color: #19181d;
}
.main-footer .widget_meta li,
.main-footer .widget_archive li,
.main-footer .widget_categories li,
.main-footer .widget_nav_menu li,
.main-footer .widget_pages li,
.main-footer .widget_product_categories li,
.main-footer .widget_recent_entries li,
.main-footer .widget_text li {
  color: #b7b7b7;
}
.main-footer input,
.main-footer .widget_calendar #wp-calendar tbody td,
.main-footer .widget_calendar #wp-calendar th {
  border-color: #58585b;
}
.main-footer .widget_calendar .calendar_wrap caption {
  color: #b7b7b7;
}
.main-footer.footer-9 {
  text-align: center;
}
.footer-inner {
  padding-top: 75px;
  padding-bottom: 60px;
}
.bottom-bar-wrapper {
  background-color: #111014;
  color: #636363;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #58585b;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #58585b;
}
.bottom-bar-wrapper .widget + .widget {
  margin-left: 10px;
}
.bottom-bar-wrapper select {
  background-image: url("http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/icon-dropdown-2.png") !important;
}
.bottom-bar-wrapper .widget_nav_menu li {
  display: inline-block;
  margin-right: 35px;
  padding: 0;
}
.bottom-bar-wrapper .widget_nav_menu li a {
  font-size: 14px;
  padding: 0;
  color: #636363;
}
.bottom-bar-wrapper .widget_nav_menu li a:hover {
  color: #82bb4e;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a {
  color: #636363 !important;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a:hover {
  color: #82bb4e !important;
}
.bottom-bar-wrapper .widget_nav_menu li a:before {
  display: none;
}
.bottom-bar-wrapper .widget_nav_menu li:last-child {
  margin-right: 0;
}
.bottom-bar-wrapper .menu-bottom-2 li a {
  text-transform: uppercase;
  font-size: 13px;
}
.bottom-bar-wrapper .menu-bottom-2 li.current-menu-item a {
  color: #82bb4e !important;
}
.bottom-bar-wrapper .widget_meta select,
.bottom-bar-wrapper .widget_archive select,
.bottom-bar-wrapper .widget_categories select,
.bottom-bar-wrapper .widget_nav_menu select,
.bottom-bar-wrapper .widget_pages select,
.bottom-bar-wrapper .widget_product_categories select,
.bottom-bar-wrapper .widget_recent_entries select,
.bottom-bar-wrapper .widget_text select {
  color: #636363;
  border-color: #58585b;
}
.bottom-bar-wrapper .widget_meta select option,
.bottom-bar-wrapper .widget_archive select option,
.bottom-bar-wrapper .widget_categories select option,
.bottom-bar-wrapper .widget_nav_menu select option,
.bottom-bar-wrapper .widget_pages select option,
.bottom-bar-wrapper .widget_product_categories select option,
.bottom-bar-wrapper .widget_recent_entries select option,
.bottom-bar-wrapper .widget_text select option {
  background-color: #111014;
}
.bottom-bar-wrapper .widget_meta li,
.bottom-bar-wrapper .widget_archive li,
.bottom-bar-wrapper .widget_categories li,
.bottom-bar-wrapper .widget_nav_menu li,
.bottom-bar-wrapper .widget_pages li,
.bottom-bar-wrapper .widget_product_categories li,
.bottom-bar-wrapper .widget_recent_entries li,
.bottom-bar-wrapper .widget_text li {
  color: #636363;
}
.bottom-bar-wrapper input,
.bottom-bar-wrapper .widget_calendar #wp-calendar tbody td,
.bottom-bar-wrapper .widget_calendar #wp-calendar th {
  border-color: #58585b;
}
.bottom-bar-wrapper .widget_calendar .calendar_wrap caption {
  color: #636363;
}
.bottom-bar-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.bottom-bar-inner .tagcloud a {
  font-size: 14px !important;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1210px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-bar-left,
  .bottom-bar-right {
    text-align: center;
  }
  .bottom-bar-left {
    margin-bottom: 10px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  footer.footer-collapse-able .widget-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  footer.footer-collapse-able .widget-title:after {
    content: '+';
    float: right;
  }
  footer.footer-collapse-able .widget-title.title-expanded:after {
    content: '-';
  }
  footer.footer-collapse-able .widget-title + div,
  footer.footer-collapse-able .widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
.singleAdds {
  line-height: 32px;
}
.singleAdds i,
.singleAdds a,
.singleAdds p {
  line-height: inherit;
}
.singleAdds p {
  margin-bottom: 0;
}
.singleAdds i {
  float: left;
  padding-right: 10px;
  color: #82bb4e;
}
.singleAdds:after {
  content: '';
  clear: both;
}
.mail-title,
.mail-submit {
  display: block;
}
.mail-title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0;
  width: 410px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #82bb4e;
  color: #fff;
  padding: 45px 60px 45px 160px;
}
.mail-title label {
  line-height: 1;
  letter-spacing: .05em;
  margin: 0;
  display: block;
}
.mail-title .icon-mail-fly:before,
.mail-title .icon-mail-fly:after,
.mail-title .icon-mail-fly .fly:before,
.mail-title .icon-mail-fly .fly:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #252525;
}
.mail-title .icon-mail-fly {
  position: absolute;
  left: 25px;
  top: 25px;
}
.mail-title .icon-mail-fly:before {
  height: 9px;
  width: 45px;
  top: 0;
}
.mail-title .icon-mail-fly:after {
  height: 9px;
  width: 30px;
  top: 15px;
}
.mail-title .icon-mail-fly .fly:before {
  height: 9px;
  width: 20px;
  top: 30px;
}
.mail-title .icon-mail-fly .fly:after {
  height: 9px;
  width: 25px;
  bottom: -5px;
}
.mail-title .icon-mail-fly i {
  color: #252525;
  font-size: 105px;
  transform: rotate(-45deg);
}
.mail-title:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #82bb4e;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -999px;
  right: 100%;
}
.mail-title:after {
  content: "";
  display: block;
  width: 80px;
  position: absolute;
  background-color: #82bb4e;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -40px;
  transform: skewX(25deg);
}
.mail-submit {
  font-size: 0;
  background-color: #252525;
  z-index: 1;
  position: relative;
  bottom: 0;
  padding: 33px 15px 33px 550px;
}
.mail-submit .mail-form {
  position: relative;
}
.mail-submit .mail-form .mail-footer {
  display: none;
}
.mail-submit .mail-form:before {
  content: "";
  display: block;
  position: absolute;
  height: 55px;
  background-color: #fff;
  width: 32px;
  transform: skewX(25deg);
  left: -16px;
}
.mail-submit input[type="email"],
.mail-submit button {
  vertical-align: middle;
}
.mail-submit input[type="email"] {
  background-color: #fff !important;
  border: none !important;
  color: #8F8F8F;
  text-transform: uppercase;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.mail-submit button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #82bb4e;
  height: 55px;
  width: 60px;
  text-align: center;
  border: none;
}
.mail-submit button i {
  font-size: 26px;
  color: #fff;
  line-height: 55px;
}
.mail-submit:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 999px;
  background-color: #252525;
  height: 100%;
  top: 0;
  bottom: 0;
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
/*Archive*/
h3.entry-post-title {
  font-size: 24px;
  color: #252525;
  margin-bottom: 30px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3.entry-post-title a {
  color: inherit;
}
h3.entry-post-title a:hover {
  color: #82bb4e;
}
.blog-read-more,
.blog-load-more {
  font-size: 13px;
  line-height: 48px;
  font-weight: 600;
  color: #82bb4e;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-read-more:hover,
.blog-load-more:hover {
  color: #252525;
  text-decoration: underline;
}
.blog-load-more {
  font-size: 16px;
  padding: 0 20px;
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  border-left: none;
  border-right: none;
  line-height: 40px;
  text-decoration: none;
  color: #fff !important;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  height: 190px;
  padding: 0;
}
article.format-audio iframe {
  height: 190px;
  position: static;
}
article.format-audio .embed-responsive-full {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 32.478632478%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 74px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  height: 74px;
  width: 74px;
  font-size: 37px;
  padding-left: 5px;
}
article.format-link blockquote {
  padding: 20px 15px 25px 0;
  border: none;
  border: 2px solid #ebebeb;
  padding-left: 70px;
}
article.format-link blockquote:before {
  content: "\edec";
  font-family: icomoon;
  font-size: 30px;
  color: #82bb4e;
  position: absolute;
  left: 25px;
  top: 20px;
}
article.format-link blockquote a {
  font-size: 18px;
  letter-spacing: 0;
  color: #252525;
  font-family: 'Quattrocento Sans';
  line-height: 1.6;
}
article.format-link blockquote a:hover {
  color: #82bb4e;
}
article.format-quote blockquote {
  padding: 20px;
  border: none;
  border: 2px solid #ebebeb;
  padding-left: 65px;
}
article.format-quote blockquote:before {
  content: "\ed99";
  font-family: icomoon;
  font-size: 30px;
  color: #82bb4e;
  position: absolute;
  left: 20px;
  top: 12px;
}
article.format-quote blockquote p {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #252525;
  font-family: 'Quattrocento Sans';
  line-height: 1.8666667;
  font-style: italic;
}
article.format-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
article.format-quote cite a {
  color: #82bb4e;
}
article.sticky .entry-content-inner {
  background-color: #b7b7b7;
  padding: 30px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
article.sticky .entry-post-meta * {
  color: #fff;
}
article.sticky .entry-post-meta *:hover {
  color: #252525;
}
article.sticky .blog-read-more {
  color: #252525;
}
article.sticky .blog-read-more:hover {
  color: #fff;
}
.entry-thumb-wrap {
  position: relative;
  overflow: hidden;
}
.entry-thumb-wrap a.entry-thumbnail-overlay img {
  width: 100%;
}
.entry-thumb-wrap a.zoomGallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-thumb-wrap a.zoomGallery i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.entry-thumb-wrap:hover a.zoomGallery {
  opacity: 1;
}
.entry-thumb-wrap .owl-dots {
  display: none;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}
.entry-thumb-wrap blockquote {
  margin-bottom: 0;
}
.entry-post-meta ul,
.entry-post-meta li {
  list-style: none;
}
.entry-excerpt {
  line-height: 1.875;
  max-height: 90px;
  overflow: hidden;
  font-weight: 400;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
  padding-bottom: 100%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  padding-bottom: 70.1754386%;
}
/*Archive Grid*/
.single-blog-wrap .post-related-wrap article.post-grid,
.archive-masonry article.post-grid,
.archive-grid article.post-grid {
  padding-bottom: 30px;
}
.single-blog-wrap .post-related-wrap .entry-thumb-wrap,
.archive-masonry .entry-thumb-wrap,
.archive-grid .entry-thumb-wrap {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  font-size: 0;
  margin-bottom: 22px;
}
.single-blog-wrap .post-related-wrap .entry-thumb-wrap .entry-thumbnail,
.archive-masonry .entry-thumb-wrap .entry-thumbnail,
.archive-grid .entry-thumb-wrap .entry-thumbnail {
  display: inline-block;
  position: relative;
}
.single-blog-wrap .post-related-wrap .entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay,
.archive-masonry .entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay,
.archive-grid .entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay {
  display: block;
}
.single-blog-wrap .post-related-wrap .entry-post-meta,
.archive-masonry .entry-post-meta,
.archive-grid .entry-post-meta {
  margin-bottom: 20px;
  line-height: 0;
}
.single-blog-wrap .post-related-wrap .entry-post-meta *,
.archive-masonry .entry-post-meta *,
.archive-grid .entry-post-meta * {
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blog-wrap .post-related-wrap .entry-post-meta *:hover,
.archive-masonry .entry-post-meta *:hover,
.archive-grid .entry-post-meta *:hover {
  color: #82bb4e;
}
.single-blog-wrap .post-related-wrap .entry-post-meta a,
.archive-masonry .entry-post-meta a,
.archive-grid .entry-post-meta a {
  line-height: 30px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .slash,
.archive-masonry .entry-post-meta .slash,
.archive-grid .entry-post-meta .slash {
  padding-left: 7px;
  padding-right: 7px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta > div,
.archive-masonry .entry-post-meta > div,
.archive-grid .entry-post-meta > div {
  display: inline-block;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat span,
.archive-masonry .entry-post-meta .entry-meta-cat span,
.archive-grid .entry-post-meta .entry-meta-cat span {
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  float: left;
  margin-right: 5px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul,
.archive-masonry .entry-post-meta .entry-meta-cat ul,
.archive-grid .entry-post-meta .entry-meta-cat ul {
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  float: left;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul li,
.archive-masonry .entry-post-meta .entry-meta-cat ul li,
.archive-grid .entry-post-meta .entry-meta-cat ul li {
  float: left;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul li + li,
.archive-masonry .entry-post-meta .entry-meta-cat ul li + li,
.archive-grid .entry-post-meta .entry-meta-cat ul li + li {
  margin-left: 5px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul li + li:before,
.archive-masonry .entry-post-meta .entry-meta-cat ul li + li:before,
.archive-grid .entry-post-meta .entry-meta-cat ul li + li:before {
  content: ',';
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: 5px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul li:last-child:after,
.archive-masonry .entry-post-meta .entry-meta-cat ul li:last-child:after,
.archive-grid .entry-post-meta .entry-meta-cat ul li:last-child:after {
  content: '.';
  display: inline-block;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-cat ul li a,
.archive-masonry .entry-post-meta .entry-meta-cat ul li a,
.archive-grid .entry-post-meta .entry-meta-cat ul li a {
  margin-top: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav,
.archive-masonry article.format-gallery .owl-nav,
.archive-grid article.format-gallery .owl-nav {
  position: initial;
  top: initial;
  right: initial;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div,
.archive-masonry article.format-gallery .owl-nav > div,
.archive-grid article.format-gallery .owl-nav > div {
  height: 40px;
  width: 30px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div i,
.archive-masonry article.format-gallery .owl-nav > div i,
.archive-grid article.format-gallery .owl-nav > div i {
  line-height: 40px;
  font-size: 22px;
  color: #fff;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-nav > div.owl-prev {
  left: -80px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-nav > div.owl-next {
  right: -80px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
  right: 0;
}
.single-blog-wrap .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-masonry article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-grid article.format-video .entry-thumb-wrap a.zoomGallery i {
  height: 45px;
  width: 45px;
  line-height: 41px;
  font-size: 20px;
  padding-left: 3px;
  padding-top: 1px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li {
  display: inline-block;
}
.archive-large-image article.post-large-image,
.single-blog-wrap article.post-large-image {
  padding-bottom: 32px;
  border-bottom: solid 1px #ebebeb;
}
.archive-large-image article.post-large-image:last-child,
.single-blog-wrap article.post-large-image:last-child {
  border-bottom: none;
}
.archive-large-image article.post-large-image + article.post-large-image,
.single-blog-wrap article.post-large-image + article.post-large-image {
  margin-top: 44px;
}
.archive-large-image .entry-thumb-wrap,
.single-blog-wrap .entry-thumb-wrap {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
  font-size: 0;
  margin-bottom: 22px;
}
.archive-large-image .entry-thumb-wrap .entry-thumbnail,
.single-blog-wrap .entry-thumb-wrap .entry-thumbnail {
  display: inline-block;
  position: relative;
}
.archive-large-image .entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay,
.single-blog-wrap .entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay {
  display: block;
}
.archive-large-image .entry-post-meta,
.single-blog-wrap .entry-post-meta {
  margin-bottom: 20px;
  line-height: 0;
}
.archive-large-image .entry-post-meta *,
.single-blog-wrap .entry-post-meta * {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-large-image .entry-post-meta *:hover,
.single-blog-wrap .entry-post-meta *:hover {
  color: #82bb4e;
}
.archive-large-image .entry-post-meta a,
.single-blog-wrap .entry-post-meta a {
  line-height: 30px;
}
.archive-large-image .entry-post-meta .slash,
.single-blog-wrap .entry-post-meta .slash {
  padding-left: 7px;
  padding-right: 7px;
}
.archive-large-image .entry-post-meta > div,
.single-blog-wrap .entry-post-meta > div {
  display: inline-block;
}
.archive-large-image .entry-post-meta .entry-meta-cat span,
.single-blog-wrap .entry-post-meta .entry-meta-cat span {
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  float: left;
  margin-right: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul {
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  float: left;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li {
  float: left;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li + li,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li + li {
  margin-left: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li + li:before,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li + li:before {
  content: ',';
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li:last-child:after,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li:last-child:after {
  content: '.';
  display: inline-block;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li a,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li a {
  margin-top: 0;
}
@media (max-width: 768px) {
  .archive-medium-image .entry-thumb-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .archive-medium-image .entry-thumb-wrap img {
    width: 100%;
  }
  .archive-medium-image .blog-read-more {
    margin-top: 10px;
  }
}
/*Single*/
.single-blog-inner {
  /*Related Post*/
}
.single-blog-inner article {
  margin-bottom: 70px;
}
.single-blog-inner .entry-content-title h3.entry-post-title {
  margin-bottom: 20px !important;
  font-size: 30px;
}
.single-blog-inner .entry-content p {
  margin-bottom: 16px;
}
.single-blog-inner .entry-content blockquote {
  position: relative;
  border: none;
  padding: 30px 50px 32px 50px;
  background-color: #82bb4e;
  margin-bottom: 20px;
}
.single-blog-inner .entry-content blockquote p {
  color: #fff;
  font-size: 18px;
  line-height: 1.777777778;
  font-weight: 500;
  font-family: 'Quattrocento Sans';
  margin-bottom: 0;
}
.single-blog-inner .entry-meta-tag-wrap {
  border-bottom: 1px solid #ebebeb;
}
.single-blog-inner .entry-meta-tag-wrap .social-share {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a {
  font-weight: 400;
  font-size: 13px;
  color: #252525;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 30px;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:last-child {
  margin-right: 0;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:hover i {
  color: #82bb4e;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
  display: block;
  width: 50%;
  float: left;
  line-height: 30px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a {
  color: #82bb4e;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a:hover {
  color: #252525;
}
.single-blog-inner .post-navigation {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-inner .post-navigation .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-content {
  display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-title {
  color: #252525;
  font-weight: 400;
}
.single-blog-inner .post-navigation a {
  display: block;
}
.single-blog-inner .author-info {
  padding-bottom: 50px;
}
.single-blog-inner .author-info .author-avatar {
  width: 120px;
  float: left;
  margin-right: 30px;
}
.single-blog-inner .author-info .author-avatar img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
}
.single-blog-inner .author-info .author-description {
  overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-top: 5px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.single-blog-inner .author-info .author-description .author-title a {
  color: #252525;
}
.single-blog-inner .author-info .author-description .author-title a:hover {
  color: #82bb4e;
}
.single-blog-inner .author-info .author-social-profile {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
  display: inline-block;
  margin-right: 20px;
}
.single-blog-inner .author-info .author-social-profile li a i {
  color: #252525;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
  color: #82bb4e;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
  margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.single-blog-inner .post-related-wrap .owl-nav-top-right .owl-nav .owl-prev,
.single-blog-inner .post-related-wrap .owl-nav-top-right .owl-nav .owl-next {
  top: -45px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav {
  position: initial;
  top: initial;
  right: initial;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div {
  height: 40px;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div i {
  line-height: 40px;
  font-size: 22px;
}
.single-blog-inner .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i {
  height: 45px;
  width: 45px;
  line-height: 41px;
  font-size: 20px;
  padding-left: 3px;
  padding-top: 1px;
}
.single-blog-inner .post-related-wrap .entry-post-meta {
  margin-bottom: 0;
}
.single-blog-inner .post-related-wrap .entry-post-meta > div {
  width: 100%;
}
.single-blog-inner .page-links > span.page-link {
  color: #82bb4e;
}
.single-blog-inner .blog-line-title {
  margin-bottom: 30px;
}
#comments > ol {
  list-style: none;
}
#comments ol.children {
  list-style: none;
  margin-top: 27px;
  padding-left: 100px;
}
#comments ol ol ol ol.children {
  padding-left: 60px;
}
#comments .comment-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#comments .comment-list > li:first-child {
  border-top: none;
}
#comments .comment-list > li.pingback {
  margin-bottom: 20px;
}
#comments .comment-list .comment-respond .blog-line-title {
  margin-bottom: 20px;
}
#comments img.avatar {
  float: left;
  margin: 0;
  margin-right: 30px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .comment-text {
  overflow: hidden;
  position: relative;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
}
#comments .comment-author-date {
  margin-bottom: 11px;
}
#comments .comment-author-date .text {
  font-size: 14px;
}
#comments .author-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#comments .author-name a {
  color: #252525;
}
#comments .author-name a:hover {
  color: #82bb4e;
}
#comments .comment-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #82bb4e;
  margin-bottom: 6px;
}
#comments .comment-meta {
  font-family: 'Quattrocento Sans';
  font-size: 12px;
  text-align: right;
  color: #252525;
  position: absolute;
  top: 0;
  right: 0;
}
#comments .comment-meta .sl-wrapper,
#comments .comment-meta .comment-reply-link,
#comments .comment-meta .comment-edit-link {
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  text-align: center;
  height: 30px;
  border: solid 1px #82bb4e;
  line-height: 28px;
  padding: 0 29px;
  margin-left: 5px;
}
#comments .comment-meta .sl-wrapper:hover,
#comments .comment-meta .comment-reply-link:hover,
#comments .comment-meta .comment-edit-link:hover {
  background-color: #82bb4e;
  color: #fff;
}
#comments li.comment {
  padding-top: 18px;
  margin-bottom: 15px;
}
#comments li.comment:last-child {
  margin-bottom: 0;
}
#comments .comment-form .form-group {
  margin-bottom: 25px;
}
#comments .comment-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #484848;
  margin-bottom: 5px;
}
#comments .comment-form .input-name,
#comments .comment-form .input-email {
  width: 50%;
  float: left;
}
#comments .comment-form .input-name {
  padding-right: 15px;
}
#comments .comment-form .input-email {
  padding-left: 15px;
}
#comments .comment-form .input-phone {
  clear: both;
}
#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url'],
#comments .comment-form textarea {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  height: 40px;
  font-size: 14px;
  line-height: 42px;
  padding-left: 24px;
}
#comments .comment-form textarea {
  height: 100px;
  padding-top: 10px;
  line-height: 1.8;
}
#comments .comment-form p.comment-form-field {
  margin-bottom: 30px;
}
#comments .comment-form button {
  font-size: 13px;
  color: #fff;
}
#comments .comment-form button:hover {
  color: #252525;
}
#comments .comment-respond {
  margin-top: 35px;
}
#comments .comment-respond .blog-line-title {
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  #comments ol.children {
    padding-left: 20px;
  }
  #comments ol ol ol ol.children {
    padding-left: 0;
  }
  #comments img.avatar {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  #comments .comment-meta {
    position: static;
  }
  .owl-nav > div.owl-prev {
    left: -80px;
  }
}
@media (max-width: 599px) {
  .post-navigation .post-navigation-title {
    display: none;
  }
}
@media (max-width: 480px) {
  .single-blog-inner .entry-meta-tag-wrap .social-share {
    margin-top: 20px;
    width: 100%;
    float: none;
    text-align: left;
  }
  .single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
    display: block;
    width: 100%;
    float: none;
  }
  .single-blog-inner .post-related-wrap .blog-line-title:after {
    display: none;
  }
  .single-blog-inner .author-info .author-avatar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-blog-inner .author-info .author-description {
    overflow: inherit;
  }
}
.sl-wrapper {
  position: relative;
}
.sl-wrapper #sl-loader {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form > p {
  padding-left: 15px;
  padding-right: 15px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  float: left;
  width: 33.333333%;
}
.comment-form button {
  padding-top: 13px;
  padding-bottom: 9px;
  text-transform: capitalize;
}
.form-submit {
  text-align: right;
}
@media (max-width: 768px) {
  .comment-form .comment-form-url,
  .comment-form .comment-form-email,
  .comment-form .comment-form-author {
    float: none;
    width: 100%;
  }
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Heading
* ----------------------------------------------------------------------------
*/
.vin-heading {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 0;
}
.vin-heading h2 {
  margin-bottom: 13px;
  font-weight: 700;
  line-height: 1;
}
.vin-heading p i {
  margin-left: 10px;
  display: none;
}
.vin-heading.style1 h2 {
  font-size: 36px;
}
.vin-heading.style1 p {
  display: block;
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -9px;
}
.vin-heading.style1 span {
  display: none;
}
.vin-heading.style1:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #82bb4e;
  margin-top: 26px;
}
.vin-heading.style1.text-left:after,
.vin-heading.style1.text-left span {
  margin-left: 0;
  margin-right: auto;
}
.vin-heading.style1.text-center:after,
.vin-heading.style1.text-center span {
  margin-left: auto;
  margin-right: auto;
}
.vin-heading.style1.text-right:after,
.vin-heading.style1.text-right span {
  margin-left: auto;
  margin-right: 0;
}
.vin-heading.style2 {
  padding-left: 35px;
  position: relative;
}
.vin-heading.style2 h2 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  margin-top: -6px;
}
.vin-heading.style2 p {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  color: #636363;
  position: relative;
  bottom: -4px;
}
.vin-heading.style2 > span {
  position: absolute;
  width: 4px;
  height: 24px;
  left: 0;
  top: 0;
  background: #82bb4e;
  display: block;
  margin-top: 0;
}
.vin-heading.style2.ere-heading-sub > span {
  height: 50px;
}
.vin-heading.color-light h2,
.vin-heading.color-light p {
  color: #fff;
}
/*responsive ====================*/
@media (max-width: 480px) {
  .vin-heading h2 {
    font-size: 20px;
  }
  .vin-heading span {
    font-size: 12px;
  }
}
/**
* Button
* ----------------------------------------------------------------------------
*/
.vin-btn-container {
  display: block;
  max-width: 100%;
}
.vin-btn-container.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.vin-btn-container.btn-right {
  text-align: right;
}
.vin-btn-container.btn-center {
  text-align: center;
}
.vin-btn-container.btn-left {
  text-align: left;
}
.btn,
.btn-primary,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #82bb4e;
  border: solid 2px;
  border-color: #82bb4e;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:hover,
.btn-primary:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
.btn-primary:focus,
button:focus,
input[type="submit"]:focus {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
  outline: none;
}
.btn:hover.btn-outline,
.btn-primary:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:focus.btn-outline,
.btn-primary:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline {
  color: #fff;
  background-color: #82bb4e;
  border-color: #82bb4e;
}
.btn.btn-outline,
.btn-primary.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
  color: #82bb4e;
  background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-icon i {
  font-size: 12px;
  margin-right: 5px;
}
.btn.btn-icon-right i {
  margin-right: 0;
  margin-left: 5px;
}
.btn.btn-xs {
  padding: 6px 26px;
  font-size: 12px;
}
.btn.btn-sm {
  padding: 9px 27px;
}
.btn.btn-md {
  padding: 11.5px 32px;
}
.btn.btn-gray {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #252525;
}
.btn.btn-gray.btn-outline {
  color: #252525;
  background-color: transparent;
}
.btn.btn-gray:hover {
  border-color: #ebebeb;
  background-color: transparent;
  color: #252525;
}
.btn.btn-gray:hover.btn-outline {
  color: #252525;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.btn.btn-dark {
  border-color: #252525;
  background-color: #252525;
}
.btn.btn-dark.btn-outline {
  color: #252525;
  background-color: transparent;
}
.btn.btn-dark:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
  color: #fff;
}
.btn.btn-dark:hover.btn-outline {
  border-color: #82bb4e;
  background-color: #82bb4e;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.btn.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
}
.btn.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover.btn-outline {
  color: #252525;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-shape-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-shape-round {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn.btn-shape-round.btn-xs {
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
}
.btn.btn-shape-round.btn-sm {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn.btn-shape-round.btn-md {
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 {
  background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-tab.vc_active {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-tab > a {
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2 .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-tabs-container {
  margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-panel-heading {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #252525;
  border: 0;
  border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-tab,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-tab {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
/*responsive ====================*/
@media (min-width: 992px) {
  .wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2 .vc_tta-panel-body {
    padding: 30px !important;
  }
}
/**
* Tabs
* ----------------------------------------------------------------------------
*/
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-tabs-list {
  background-color: #252525;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1 .vc_tta-tab.vc_active {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-tab > a {
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1 .vc_tta-tabs-container {
  margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-panel-heading {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #252525;
  border: 0;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-panel-title {
  border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tab-1.vc_tta.vc_general .vc_tta-panel-body {
  border: 0;
  padding: 15px 0;
}
/**
* Tour
* ----------------------------------------------------------------------------
*/
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-tab,
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-panel-heading {
  background-color: #252525;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-tab.vc_active {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo.vc_tta.vc_general .vc_tta-tab > a {
  padding: 4px 13px;
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-tabs-container {
  margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-panels-container {
  background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo.vc_tta.vc_general .vc_tta-panel-heading {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo.vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #82bb4e;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-tab,
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1 .vc_tta-panel-heading {
  background-color: #252525;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-1.vc_tta.vc_general .vc_tta-tab > a {
  color: #8a8a8a;
}
.wpb-js-composer .vc_tta-style-vin-fuzdo-tour-2.vc_tta.vc_general .vc_tta-tab > a {
  color: #252525;
}
.vc_toggle .vc_toggle_title * {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
.vc_toggle.vc_toggle_size_md .vc_toggle_icon {
  width: 20px;
  height: 20px;
}
.vc_toggle.vc_toggle_size_md .vc_toggle_title {
  padding-left: 41px;
}
.vc_toggle .vc_toggle_content {
  font-size: 14px;
  line-height: 1.714;
  padding-left: 0 !important;
  margin-top: 20px;
  margin-bottom: 42px;
}
.vc_toggle.vc_toggle_active .vc_toggle_icon {
  background: #82bb4e;
  border-color: #82bb4e;
}
/*---------Mailchimp--------*/
.vin-mailchimp {
  position: relative;
}
.vin-mailchimp .email {
  font-size: 13px;
  width: 100%;
  background: #fff !important;
  height: 40px;
  display: inline-block;
  padding-right: 140px;
  padding-left: 20px;
  color: #252525;
  border: solid 1px;
  border-color: transparent !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vin-mailchimp .email::-webkit-input-placeholder {
  color: #b3b7c8 !important;
}
.vin-mailchimp .email:-moz-placeholder {
  color: #b3b7c8 !important;
}
.vin-mailchimp .email::-moz-placeholder {
  color: #b3b7c8 !important;
}
.vin-mailchimp .email:-ms-input-placeholder {
  color: #b3b7c8 !important;
}
.vin-mailchimp .email:focus {
  border-color: #82bb4e !important;
}
.vin-mailchimp .btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.vin-mailchimp .btn-dark {
  display: none;
}
.mailchimp-btn-dark .vin-mailchimp .email {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.mailchimp-btn-dark .vin-mailchimp .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mailchimp-btn-dark .vin-mailchimp .btn-primary {
  display: none;
}
.mailchimp-btn-dark .vin-mailchimp .btn-dark {
  display: block;
}
.mailchimp-btn-dark .vin-mailchimp .btn-dark:hover {
  background-color: transparent !important;
  border-color: #252525 !important;
  color: #252525 !important;
}
.mailchimp-footer .vin-mailchimp .email,
.widget .vin-mailchimp .email {
  background: rgba(62, 61, 66, 0.8) !important;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.mailchimp-footer .vin-mailchimp .email::-webkit-input-placeholder,
.widget .vin-mailchimp .email::-webkit-input-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-footer .vin-mailchimp .email:-moz-placeholder,
.widget .vin-mailchimp .email:-moz-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-footer .vin-mailchimp .email::-moz-placeholder,
.widget .vin-mailchimp .email::-moz-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-footer .vin-mailchimp .email:-ms-input-placeholder,
.widget .vin-mailchimp .email:-ms-input-placeholder {
  color: #b7b7b7 !important;
}
.mailchimp-footer .vin-mailchimp .btn,
.widget .vin-mailchimp .btn {
  position: inherit;
  right: auto;
  top: auto;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  width: 100%;
}
.mc4wp-alert p {
  color: red;
}
@media (max-width: 480px) {
  .vin-mailchimp .email {
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .vin-mailchimp .btn {
    position: inherit;
    right: auto;
    top: auto;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    width: 100%;
  }
  .mailchimp-btn-dark .vin-mailchimp .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/*---------Contact Form----------*/
.vin-contact-form input[type="text"],
.vin-contact-form input[type="search"],
.vin-contact-form input[type="email"],
.vin-contact-form input[type="url"],
.vin-contact-form input[type="password"],
.vin-contact-form input[type="tel"],
.vin-contact-form textarea,
.vin-contact-form select {
  width: 100%;
  max-width: 100%;
  color: #fff;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px transparent;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 14px;
}
.vin-contact-form input[type="text"]::-webkit-input-placeholder,
.vin-contact-form input[type="search"]::-webkit-input-placeholder,
.vin-contact-form input[type="email"]::-webkit-input-placeholder,
.vin-contact-form input[type="url"]::-webkit-input-placeholder,
.vin-contact-form input[type="password"]::-webkit-input-placeholder,
.vin-contact-form input[type="tel"]::-webkit-input-placeholder,
.vin-contact-form textarea::-webkit-input-placeholder,
.vin-contact-form select::-webkit-input-placeholder {
  color: #b7b7b7 !important;
}
.vin-contact-form input[type="text"]:-moz-placeholder,
.vin-contact-form input[type="search"]:-moz-placeholder,
.vin-contact-form input[type="email"]:-moz-placeholder,
.vin-contact-form input[type="url"]:-moz-placeholder,
.vin-contact-form input[type="password"]:-moz-placeholder,
.vin-contact-form input[type="tel"]:-moz-placeholder,
.vin-contact-form textarea:-moz-placeholder,
.vin-contact-form select:-moz-placeholder {
  color: #b7b7b7 !important;
}
.vin-contact-form input[type="text"]::-moz-placeholder,
.vin-contact-form input[type="search"]::-moz-placeholder,
.vin-contact-form input[type="email"]::-moz-placeholder,
.vin-contact-form input[type="url"]::-moz-placeholder,
.vin-contact-form input[type="password"]::-moz-placeholder,
.vin-contact-form input[type="tel"]::-moz-placeholder,
.vin-contact-form textarea::-moz-placeholder,
.vin-contact-form select::-moz-placeholder {
  color: #b7b7b7 !important;
}
.vin-contact-form input[type="text"]:-ms-input-placeholder,
.vin-contact-form input[type="search"]:-ms-input-placeholder,
.vin-contact-form input[type="email"]:-ms-input-placeholder,
.vin-contact-form input[type="url"]:-ms-input-placeholder,
.vin-contact-form input[type="password"]:-ms-input-placeholder,
.vin-contact-form input[type="tel"]:-ms-input-placeholder,
.vin-contact-form textarea:-ms-input-placeholder,
.vin-contact-form select:-ms-input-placeholder {
  color: #b7b7b7 !important;
}
.vin-contact-form input[type="text"]:focus,
.vin-contact-form input[type="search"]:focus,
.vin-contact-form input[type="email"]:focus,
.vin-contact-form input[type="url"]:focus,
.vin-contact-form input[type="password"]:focus,
.vin-contact-form input[type="tel"]:focus,
.vin-contact-form textarea:focus,
.vin-contact-form select:focus {
  border-color: #82bb4e !important;
}
.vin-contact-form input[type="text"]:focus::-webkit-input-placeholder,
.vin-contact-form input[type="search"]:focus::-webkit-input-placeholder,
.vin-contact-form input[type="email"]:focus::-webkit-input-placeholder,
.vin-contact-form input[type="url"]:focus::-webkit-input-placeholder,
.vin-contact-form input[type="password"]:focus::-webkit-input-placeholder,
.vin-contact-form input[type="tel"]:focus::-webkit-input-placeholder,
.vin-contact-form textarea:focus::-webkit-input-placeholder,
.vin-contact-form select:focus::-webkit-input-placeholder {
  color: #82bb4e !important;
}
.vin-contact-form input[type="text"]:focus:-moz-placeholder,
.vin-contact-form input[type="search"]:focus:-moz-placeholder,
.vin-contact-form input[type="email"]:focus:-moz-placeholder,
.vin-contact-form input[type="url"]:focus:-moz-placeholder,
.vin-contact-form input[type="password"]:focus:-moz-placeholder,
.vin-contact-form input[type="tel"]:focus:-moz-placeholder,
.vin-contact-form textarea:focus:-moz-placeholder,
.vin-contact-form select:focus:-moz-placeholder {
  color: #82bb4e !important;
}
.vin-contact-form input[type="text"]:focus::-moz-placeholder,
.vin-contact-form input[type="search"]:focus::-moz-placeholder,
.vin-contact-form input[type="email"]:focus::-moz-placeholder,
.vin-contact-form input[type="url"]:focus::-moz-placeholder,
.vin-contact-form input[type="password"]:focus::-moz-placeholder,
.vin-contact-form input[type="tel"]:focus::-moz-placeholder,
.vin-contact-form textarea:focus::-moz-placeholder,
.vin-contact-form select:focus::-moz-placeholder {
  color: #82bb4e !important;
}
.vin-contact-form input[type="text"]:focus:-ms-input-placeholder,
.vin-contact-form input[type="search"]:focus:-ms-input-placeholder,
.vin-contact-form input[type="email"]:focus:-ms-input-placeholder,
.vin-contact-form input[type="url"]:focus:-ms-input-placeholder,
.vin-contact-form input[type="password"]:focus:-ms-input-placeholder,
.vin-contact-form input[type="tel"]:focus:-ms-input-placeholder,
.vin-contact-form textarea:focus:-ms-input-placeholder,
.vin-contact-form select:focus:-ms-input-placeholder {
  color: #82bb4e !important;
}
.vin-contact-form .btn,
.vin-contact-form button,
.vin-contact-form input[type="submit"] {
  height: 50px;
  padding: 15px 35px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin-top: 15px;
}
.vin-contact-form textarea {
  padding-top: 7px;
  margin-bottom: 23px !important;
  height: 120px;
  min-width: 100%;
}
.vin-contact-form.widget input[type="text"],
.vin-contact-form.widget input[type="search"],
.vin-contact-form.widget input[type="email"],
.vin-contact-form.widget input[type="url"],
.vin-contact-form.widget input[type="password"],
.vin-contact-form.widget input[type="tel"],
.vin-contact-form.widget select {
  height: 32px;
  margin-bottom: 5px;
}
.vin-contact-form.widget textarea {
  margin-bottom: -2px !important;
  height: 58px;
}
.vin-contact-form.column-3 input[type="text"],
.vin-contact-form.column-3 input[type="search"],
.vin-contact-form.column-3 input[type="email"],
.vin-contact-form.column-3 input[type="url"],
.vin-contact-form.column-3 input[type="password"],
.vin-contact-form.column-3 input[type="tel"],
.vin-contact-form.column-3 textarea,
.vin-contact-form.column-3 select {
  color: #484848;
  border: none;
  border-bottom: solid 1px #000;
  padding-left: 0;
  padding-bottom: 14px;
}
.vin-contact-form.column-3 input[type="text"]::-webkit-input-placeholder,
.vin-contact-form.column-3 input[type="search"]::-webkit-input-placeholder,
.vin-contact-form.column-3 input[type="email"]::-webkit-input-placeholder,
.vin-contact-form.column-3 input[type="url"]::-webkit-input-placeholder,
.vin-contact-form.column-3 input[type="password"]::-webkit-input-placeholder,
.vin-contact-form.column-3 input[type="tel"]::-webkit-input-placeholder,
.vin-contact-form.column-3 textarea::-webkit-input-placeholder,
.vin-contact-form.column-3 select::-webkit-input-placeholder {
  color: #2b2e2f !important;
}
.vin-contact-form.column-3 input[type="text"]:-moz-placeholder,
.vin-contact-form.column-3 input[type="search"]:-moz-placeholder,
.vin-contact-form.column-3 input[type="email"]:-moz-placeholder,
.vin-contact-form.column-3 input[type="url"]:-moz-placeholder,
.vin-contact-form.column-3 input[type="password"]:-moz-placeholder,
.vin-contact-form.column-3 input[type="tel"]:-moz-placeholder,
.vin-contact-form.column-3 textarea:-moz-placeholder,
.vin-contact-form.column-3 select:-moz-placeholder {
  color: #2b2e2f !important;
}
.vin-contact-form.column-3 input[type="text"]::-moz-placeholder,
.vin-contact-form.column-3 input[type="search"]::-moz-placeholder,
.vin-contact-form.column-3 input[type="email"]::-moz-placeholder,
.vin-contact-form.column-3 input[type="url"]::-moz-placeholder,
.vin-contact-form.column-3 input[type="password"]::-moz-placeholder,
.vin-contact-form.column-3 input[type="tel"]::-moz-placeholder,
.vin-contact-form.column-3 textarea::-moz-placeholder,
.vin-contact-form.column-3 select::-moz-placeholder {
  color: #2b2e2f !important;
}
.vin-contact-form.column-3 input[type="text"]:-ms-input-placeholder,
.vin-contact-form.column-3 input[type="search"]:-ms-input-placeholder,
.vin-contact-form.column-3 input[type="email"]:-ms-input-placeholder,
.vin-contact-form.column-3 input[type="url"]:-ms-input-placeholder,
.vin-contact-form.column-3 input[type="password"]:-ms-input-placeholder,
.vin-contact-form.column-3 input[type="tel"]:-ms-input-placeholder,
.vin-contact-form.column-3 textarea:-ms-input-placeholder,
.vin-contact-form.column-3 select:-ms-input-placeholder {
  color: #2b2e2f !important;
}
.vin-contact-form.column-3 textarea {
  height: 100px;
}
div.wpcf7-mail-sent-ng {
  color: #82bb4e;
}
/*-------Clients--------*/
.vin-clients .clients-item:hover .bordered {
  border-color: #82bb4e !important;
}
.checkbox,
.radio {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*------------vin-process----------*/
.vin-process span {
  background-color: #82bb4e;
}
.vin-process h2 {
  color: #252525;
}
.vin-process h2 a:hover {
  color: #82bb4e;
}
.vin-process p {
  color: #5f5f5f;
}
.vin-process:hover span {
  background-color: #252525;
}
.vin-countdown {
  border-bottom: solid 2px #82bb4e;
}
.vin-counter h6,
.vin-counter span {
  color: #252525;
}
.vin-counter i {
  color: #82bb4e;
}
.overlay-light.suprema-effect .effect-content:before,
.overlay-light.suprema-effect .effect-content:after {
  background-color: #82bb4e;
}
.overlay-light.layla-effect .effect-content:after,
.overlay-light.bubba-effect .effect-content:after {
  border-top-color: #82bb4e;
  border-bottom-color: #82bb4e;
}
.overlay-light.layla-effect .effect-content:before,
.overlay-light.bubba-effect .effect-content:before {
  border-left-color: #82bb4e;
  border-right-color: #82bb4e;
}
.overlay-light.jazz-effect .effect-content:before {
  border-top-color: #82bb4e;
  border-bottom-color: #82bb4e;
}
.vin-icon-box h4 a:hover {
  color: #82bb4e;
}
.vin-icon-box p {
  color: #252525;
}
.vin-icon-box .icon-wrap i {
  color: #82bb4e;
}
.vin-icon-box.shape-outline .icon-wrap {
  border: solid 1px #ebebeb;
}
.vin-icon-box.color-dark .icon-wrap {
  background-color: #252525;
}
.vin-icon-box.color-dark:hover .icon-wrap {
  background-color: #82bb4e;
}
.vin-icon-box.color-dark.shape-outline:hover .icon-wrap {
  border-color: #82bb4e;
}
.vin-icon-box.color-dark.shape-outline:hover .icon-wrap i {
  color: #82bb4e;
}
.vin-icon-box.color-light .icon-wrap {
  background-color: #82bb4e;
}
.vin-icon-box.color-light:hover .icon-wrap {
  background-color: #252525;
}
.vin-icon-box.color-light:hover .icon-wrap i {
  color: #82bb4e;
}
.vin-icon-box.color-light.shape-outline:hover .icon-wrap {
  border-color: #82bb4e;
}
.vin-testimonials:before {
  color: #82bb4e;
}
.vin-testimonials.layout-center .testimonial-item p {
  font-family: 'Roboto';
}
.vin-testimonials.layout-center .testimonial-item span {
  color: #252525;
}
.vin-testimonials.layout-center .testimonial-item h6 {
  color: #252525;
}
.vin-testimonials.layout-left .owl-next,
.vin-testimonials.layout-left-background .owl-next,
.vin-testimonials.layout-left .owl-prev,
.vin-testimonials.layout-left-background .owl-prev {
  border: 1px solid #ebebeb;
}
.vin-testimonials.layout-left .owl-next i,
.vin-testimonials.layout-left-background .owl-next i,
.vin-testimonials.layout-left .owl-prev i,
.vin-testimonials.layout-left-background .owl-prev i {
  color: #ebebeb;
}
.vin-testimonials.layout-left .owl-next:hover,
.vin-testimonials.layout-left-background .owl-next:hover,
.vin-testimonials.layout-left .owl-prev:hover,
.vin-testimonials.layout-left-background .owl-prev:hover {
  border-color: #82bb4e;
}
.vin-testimonials.layout-left .owl-next:hover i,
.vin-testimonials.layout-left-background .owl-next:hover i,
.vin-testimonials.layout-left .owl-prev:hover i,
.vin-testimonials.layout-left-background .owl-prev:hover i {
  color: #82bb4e;
}
.vin-testimonials.layout-left .testimonial-item .entry-info p,
.vin-testimonials.layout-left-background .testimonial-item .entry-info p {
  font-family: 'Roboto';
}
.vin-testimonials.layout-left-background.color-light .entry-quote p {
  color: #252525 !important;
}
.vin-testimonials.layout-left-background .entry-quote:hover {
  background-color: #82bb4e;
}
.vin-testimonials.layout-left-background .entry-quote:hover:after {
  border-color: #82bb4e transparent transparent;
}
.vin-testimonials.color-light span {
  color: #b7b7b7 !important;
}
.vin-text-info span.key-name {
  color: #252525;
}
.vin-video {
  text-align: center;
}
.vin-video a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 2px solid #82bb4e;
  background: #82bb4e;
  color: #fff;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vin-video a i {
  font-size: 24px;
  line-height: 68px;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vin-video a:hover {
  background: #fff;
  border-color: #fff;
}
.vin-video a:hover i {
  color: #82bb4e;
}
.vin-property-info .property-info-after-price {
  background-color: #82bb4e;
}
.vin-property-info .property-info-after-price .property-arrow {
  border-left-color: #82bb4e !important;
  border-right-color: #82bb4e !important;
}
.vin-property-info .property-info-item > span {
  color: #82bb4e;
}
.bg-img-top-no-repeat {
  background-position: top;
  background-repeat: no-repeat;
}
p.hd-subtitle-spec {
  font-size: 21px;
  color: #fff;
  margin-bottom: 0 !important;
}
.hd-title-spec span {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-top: -5px;
}
.hd-title-spec span:first-letter {
  color: #FE6A00;
}
.bg-dark-left {
  position: relative;
}
.bg-dark-left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -999px;
  background-color: #2C2C2C;
}
@media (max-width: 991px) {
  p.hd-subtitle-spec {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0 !important;
  }
  .hd-title-spec span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  p.hd-subtitle-spec,
  .hd-title-spec {
    text-align: center;
  }
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Roboto' !important;
}
.s-font {
  font-family: 'Quattrocento Sans' !important;
}
.m-font {
  font-family: 'Maven Pro' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.text-color-accent,
.text-color-accent-hover:hover {
  color: #82bb4e !important;
}
.accent-color {
  color: #82bb4e !important;
}
.bg-accent {
  background-color: #82bb4e !important;
}
.bg-bold {
  background-color: #252525;
}
.heading-color {
  color: #252525 !important;
}
.bordered {
  border: 1px solid #ebebeb !important;
}
.border-dark {
  border: 1px solid #dadada !important;
}
.badge {
  background-color: #82bb4e;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-black {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.btn-style .btn {
  background-color: #252525 !important;
  border-color: #252525 !important;
}
.btn-style .btn:hover {
  background-color: #82bb4e !important;
  border-color: #82bb4e !important;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-34 {
  line-height: 34px !important;
}
.line-42 {
  line-height: 42px !important;
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing-50 {
  letter-spacing: 0.05em;
}
.spacing-100 {
  letter-spacing: 0.1em;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.custom-width {
  max-width: 1370px;
  margin: 0 auto;
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 479px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left;
  }
  .col-mb-12 {
    width: 100%;
  }
  .col-mb-11 {
    width: 91.66666667%;
  }
  .col-mb-10 {
    width: 83.33333333%;
  }
  .col-mb-9 {
    width: 75%;
  }
  .col-mb-8 {
    width: 66.66666667%;
  }
  .col-mb-7 {
    width: 58.33333333%;
  }
  .col-mb-6 {
    width: 50%;
  }
  .col-mb-5 {
    width: 41.66666667%;
  }
  .col-mb-4 {
    width: 33.33333333%;
  }
  .col-mb-3 {
    width: 25%;
  }
  .col-mb-2 {
    width: 16.66666667%;
  }
  .col-mb-1 {
    width: 8.33333333%;
  }
  .col-mb-pull-12 {
    right: 100%;
  }
  .col-mb-pull-11 {
    right: 91.66666667%;
  }
  .col-mb-pull-10 {
    right: 83.33333333%;
  }
  .col-mb-pull-9 {
    right: 75%;
  }
  .col-mb-pull-8 {
    right: 66.66666667%;
  }
  .col-mb-pull-7 {
    right: 58.33333333%;
  }
  .col-mb-pull-6 {
    right: 50%;
  }
  .col-mb-pull-5 {
    right: 41.66666667%;
  }
  .col-mb-pull-4 {
    right: 33.33333333%;
  }
  .col-mb-pull-3 {
    right: 25%;
  }
  .col-mb-pull-2 {
    right: 16.66666667%;
  }
  .col-mb-pull-1 {
    right: 8.33333333%;
  }
  .col-mb-pull-0 {
    right: auto;
  }
  .col-mb-push-12 {
    left: 100%;
  }
  .col-mb-push-11 {
    left: 91.66666667%;
  }
  .col-mb-push-10 {
    left: 83.33333333%;
  }
  .col-mb-push-9 {
    left: 75%;
  }
  .col-mb-push-8 {
    left: 66.66666667%;
  }
  .col-mb-push-7 {
    left: 58.33333333%;
  }
  .col-mb-push-6 {
    left: 50%;
  }
  .col-mb-push-5 {
    left: 41.66666667%;
  }
  .col-mb-push-4 {
    left: 33.33333333%;
  }
  .col-mb-push-3 {
    left: 25%;
  }
  .col-mb-push-2 {
    left: 16.66666667%;
  }
  .col-mb-push-1 {
    left: 8.33333333%;
  }
  .col-mb-push-0 {
    left: auto;
  }
  .col-mb-offset-12 {
    margin-left: 100%;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-mb-offset-9 {
    margin-left: 75%;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-mb-offset-6 {
    margin-left: 50%;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-mb-offset-3 {
    margin-left: 25%;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-mb-offset-0 {
    margin-left: 0;
  }
}
/*
---------Add new class--------*/
@media (min-width: 992px) {
  .md-text-right {
    text-align: right;
  }
}
@media (min-width: 480px) {
  .mg-left-15 {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .mb-mg-bottom-20 {
    margin-bottom: 20px;
  }
  .mb-dp-block {
    display: block !important;
  }
}
.pos-rev {
  position: relative;
}
.pos-ab {
  position: absolute;
}
.top-0 {
  top: 0;
}
.top--28 {
  top: -28px;
}
.top--80 {
  top: -80px;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.right-260 {
  right: 260px;
}
.mg-right-30 {
  margin-right: 30px;
}
.pd-left-55 {
  padding-left: 55px !important;
}
@media (max-width: 1199px) {
  .md-top-50 {
    top: 50px;
  }
  .md-right-150 {
    right: 150px;
  }
  .unset-ab {
    position: relative;
    top: 0;
  }
  .vc_row.md-bg-none {
    background: none !important;
  }
  .md-pd-left-0 {
    padding-left: 0 !important;
  }
  .bg-overlay-coomingsoon .vc_row-background-overlay {
    margin: 70px !important;
  }
}
@media (max-width: 991px) {
  .sm-pos-rev {
    position: relative;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .bg-overlay-coomingsoon .vc_row-background-overlay {
    margin: 40px !important;
  }
  .md-pd-right-0 {
    padding-right: 0;
  }
  .sm-pd-left-15 {
    padding-left: 15px !important;
  }
  .sm-pd-right-15 {
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .xs-pos-rev {
    position: relative;
  }
  .xs-transform-none {
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
  .bg-overlay-coomingsoon .vc_row-background-overlay {
    margin: 15px !important;
  }
}
.app-icon {
  overflow: inherit;
}
.app-icon div {
  display: table-cell;
  vertical-align: middle;
}
.app-icon .icon {
  border-right: solid 1px;
  border-color: rgba(255, 255, 255, 0.3);
  padding: 17px 17px 17px 5px;
}
.app-icon .content {
  padding: 11px 0 11px 17px;
}
.app-icon i,
.app-icon span,
.app-icon h4 {
  color: #fff;
}
@media (min-width: 1200px) {
  .overflow-inherit {
    overflow: inherit !important;
  }
  .container {
    width: 1200px;
  }
}
.content-center {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.visible-mb {
  display: none;
}
@media (max-width: 480px) {
  .visible-mb {
    display: block;
  }
  .hidden-mb {
    display: none !important;
  }
}
/*COMPARE TABLE*/
.compare-thumb-main .thumb-inner-empty {
  border: 2px dashed #ebebeb !important;
}
.compare-thumb-main .compare-property-remove {
  background: #82bb4e !important;
  top: 5px;
  right: 5px;
}
.compare-thumb-main .compare-property-remove:hover {
  background-color: #fff !important;
  color: #82bb4e;
}
/*COMPARE PAGE*/
.compare-tables.table-striped .property-title a {
  color: #252525 !important;
}
.compare-tables.table-striped .property-price {
  color: #252525 !important;
}
.compare-tables.table-striped .property-location i {
  color: #82bb4e !important;
}
.compare-tables.table-striped .title-list-check {
  color: #252525 !important;
}
.display-none {
  display: none;
}
.inline-block {
  display: inline-block;
}
.add-compare {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.property-id .fa-barcode,
.property-area .fa-arrows,
.property-bedrooms .fa-hotel,
.property-bathrooms .fa-bath,
.property-garage .fa-car {
  font-family: 'icomoon';
}
.property-id .fa-barcode:before {
  content: '\ed58';
}
.property-area .fa-arrows:before {
  content: '\ef22';
}
.property-bedrooms .fa-hotel:before {
  content: '\f111';
}
.property-bathrooms .fa-bath:before {
  content: '\f113';
}
.property-garage .fa-car:before {
  content: '\ef23';
}
.widget-mg-bottom-0 .widget {
  margin-bottom: 0 !important;
}
.content-padding-15 .container {
  padding-left: 15px;
  padding-right: 15px;
}
/*  CUSTOM PROCESS  */
.custom-process {
  position: relative;
}
.custom-process:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 10px 11px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  top: 50%;
  right: -22px;
  margin-top: -10px;
  z-index: 10;
}
.custom-process:hover:after {
  border-left-color: #82bb4e !important;
}
.custom-process:hover .vc_column-inner {
  background: #82bb4e !important;
}
.custom-process:hover .vc_column-inner .icon-wrap a {
  border-color: #fff !important;
}
.custom-process:hover .vin-process h2 a {
  color: #fff !important;
}
.custom-process + .custom-process + .custom-process + .custom-process:after {
  display: none;
}
@media (max-width: 768px) {
  .custom-process:after {
    display: none;
  }
}
.only-icon-search .search-form {
  padding-left: 30px;
}
.only-icon-search .search-form input {
  display: none;
}
.only-icon-search .search-form button {
  position: inherit;
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: 1;
}
.only-icon-search .search-form button i {
  line-height: 1;
  font-size: 14px;
}
.slash-inline {
  position: relative;
}
.slash-inline:before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-overlay-coomingsoon .vc_row-background-overlay {
  margin: 100px;
}
.tooltip.top {
  margin-top: -10px;
}
/**
 * 10.0 - Fonts
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
}
h1 {
  font-family: 'Maven Pro';
  font-size: 48px;
  font-weight: 700;
}
h2 {
  font-family: 'Maven Pro';
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-family: 'Maven Pro';
  font-size: 30px;
  font-weight: 700;
}
h4 {
  font-family: 'Maven Pro';
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-family: 'Maven Pro';
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-family: 'Maven Pro';
  font-size: 16px;
  font-weight: 700;
}
/**
 * 11.0 - Other
 * ----------------------------------------------------------------------------
 */
.fuzdo-class {
  /* Login */
}
.fuzdo-class .wp-social-login-widget {
  padding-bottom: 40px;
}
.fuzdo-class .wp-social-login-widget .wp-social-login-connect-with {
  color: #bababa;
}
.fuzdo-class .wp-social-login-widget .wp-social-login-provider-list {
  padding: 0;
}
.fuzdo-class .tab-pane .ere-login-wrap,
.fuzdo-class .tab-pane .ere-register-wrap,
.fuzdo-class .tab-pane .ere-reset-password-wrap {
  padding: 35px 15px 0;
}
.fuzdo-class .ere-login-wrap,
.fuzdo-class .ere-register-wrap,
.fuzdo-class .ere-reset-password-wrap {
  max-width: 470px;
  border: none;
  padding: 0;
}
.fuzdo-class .ere-login-wrap .form-group,
.fuzdo-class .ere-register-wrap .form-group,
.fuzdo-class .ere-reset-password-wrap .form-group {
  margin-bottom: 30px;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox]),
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox]),
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox]),
.fuzdo-class .ere-login-wrap .form-group select.form-control,
.fuzdo-class .ere-register-wrap .form-group select.form-control,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control {
  height: 40px;
  border: solid 1px #ebebeb;
  padding: 0 15px;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox])::-webkit-input-placeholder,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox])::-webkit-input-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox])::-webkit-input-placeholder,
.fuzdo-class .ere-login-wrap .form-group select.form-control::-webkit-input-placeholder,
.fuzdo-class .ere-register-wrap .form-group select.form-control::-webkit-input-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control::-webkit-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox]):-moz-placeholder,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox]):-moz-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):-moz-placeholder,
.fuzdo-class .ere-login-wrap .form-group select.form-control:-moz-placeholder,
.fuzdo-class .ere-register-wrap .form-group select.form-control:-moz-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox])::-moz-placeholder,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox])::-moz-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox])::-moz-placeholder,
.fuzdo-class .ere-login-wrap .form-group select.form-control::-moz-placeholder,
.fuzdo-class .ere-register-wrap .form-group select.form-control::-moz-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control::-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox]):-ms-input-placeholder,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox]):-ms-input-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):-ms-input-placeholder,
.fuzdo-class .ere-login-wrap .form-group select.form-control:-ms-input-placeholder,
.fuzdo-class .ere-register-wrap .form-group select.form-control:-ms-input-placeholder,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:-ms-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox]):hover,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox]):hover,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):hover,
.fuzdo-class .ere-login-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-register-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-login-wrap .form-group input:not([type=checkbox]):focus,
.fuzdo-class .ere-register-wrap .form-group input:not([type=checkbox]):focus,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):focus,
.fuzdo-class .ere-login-wrap .form-group select.form-control:focus,
.fuzdo-class .ere-register-wrap .form-group select.form-control:focus,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:focus {
  border-color: #82bb4e !important;
}
.fuzdo-class .ere-login-wrap .form-group:after,
.fuzdo-class .ere-register-wrap .form-group:after,
.fuzdo-class .ere-reset-password-wrap .form-group:after {
  line-height: 40px;
}
.fuzdo-class .ere-login-wrap .form-group.control-term-condition,
.fuzdo-class .ere-register-wrap .form-group.control-term-condition,
.fuzdo-class .ere-reset-password-wrap .form-group.control-term-condition {
  margin-bottom: 25px;
  margin-top: -20px;
}
.fuzdo-class .ere-login-wrap .btn-primary,
.fuzdo-class .ere-register-wrap .btn-primary,
.fuzdo-class .ere-reset-password-wrap .btn-primary {
  width: 100%;
  margin: auto;
  background-color: #82bb4e;
  border-color: #82bb4e;
  color: #fff;
}
.fuzdo-class .ere-login-wrap .btn-primary:hover,
.fuzdo-class .ere-register-wrap .btn-primary:hover,
.fuzdo-class .ere-reset-password-wrap .btn-primary:hover,
.fuzdo-class .ere-login-wrap .btn-primary:focus,
.fuzdo-class .ere-register-wrap .btn-primary:focus,
.fuzdo-class .ere-reset-password-wrap .btn-primary:focus,
.fuzdo-class .ere-login-wrap .btn-primary:active,
.fuzdo-class .ere-register-wrap .btn-primary:active,
.fuzdo-class .ere-reset-password-wrap .btn-primary:active,
.fuzdo-class .ere-login-wrap .btn-primary:active:focus,
.fuzdo-class .ere-register-wrap .btn-primary:active:focus,
.fuzdo-class .ere-reset-password-wrap .btn-primary:active:focus {
  border-color: #252525;
  background-color: #252525 !important;
}
.fuzdo-class .ere-login-wrap .ere-reset-password:hover,
.fuzdo-class .ere-register-wrap .ere-reset-password:hover,
.fuzdo-class .ere-reset-password-wrap .ere-reset-password:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-login-wrap .form-group input:not([type="checkbox"]):hover,
.fuzdo-class .ere-register-wrap .form-group input:not([type="checkbox"]):hover,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):hover,
.fuzdo-class .ere-login-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-register-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:hover,
.fuzdo-class .ere-login-wrap .form-group input:not([type="checkbox"]):focus,
.fuzdo-class .ere-register-wrap .form-group input:not([type="checkbox"]):focus,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):focus,
.fuzdo-class .ere-login-wrap .form-group select.form-control:focus,
.fuzdo-class .ere-register-wrap .form-group select.form-control:focus,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:focus,
.fuzdo-class .ere-login-wrap .form-group input:not([type="checkbox"]):active,
.fuzdo-class .ere-register-wrap .form-group input:not([type="checkbox"]):active,
.fuzdo-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):active,
.fuzdo-class .ere-login-wrap .form-group select.form-control:active,
.fuzdo-class .ere-register-wrap .form-group select.form-control:active,
.fuzdo-class .ere-reset-password-wrap .form-group select.form-control:active {
  border-bottom-color: #82bb4e;
}
.fuzdo-class .ere-login-wrap .checkbox input,
.fuzdo-class .ere-register-wrap .checkbox input,
.fuzdo-class .ere-reset-password-wrap .checkbox input {
  margin-top: 8px;
}
.fuzdo-class .ere-login-wrap .control-password {
  margin-bottom: 10px;
}
.fuzdo-class .ere-login-wrap .checkbox:hover {
  color: #82bb4e;
}
.fuzdo-class .modal-login .modal-content .close:focus,
.fuzdo-class .modal-login .modal-content .close:hover {
  background: transparent;
  color: #82bb4e;
}
.fuzdo-class {
  /*-------Agents--------*/
  /*------------Archive Agent------------*/
  /*-------Agents Single--------*/
  /* ------------------ Agencies --------------- */
}
.fuzdo-class .ere-agent h2.agent-name a {
  color: #252525;
}
.fuzdo-class div.ere-agent-wrap .ere-agent h4 a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-grid .agent-social,
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-slider .agent-social {
  background: #82bb4e;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-grid .agent-social a:hover i,
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-slider .agent-social a:hover i {
  color: #252525;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-list .agent-item {
  border-bottom-color: #ebebeb;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-list .agent-social a i {
  color: #252525;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-list .agent-social a:hover i {
  color: #82bb4e;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.agent-list h4 a {
  color: #252525;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div {
  width: 40px;
  height: 40px;
  top: -55px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div i {
  line-height: 38px;
  font-size: 24px;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div:hover {
  border-color: #252525;
  background: #252525;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div:hover i {
  color: #82bb4e;
}
.fuzdo-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-next {
  right: 0;
}
.fuzdo-class .ere-agent.agent-grid .agent-social,
.fuzdo-class .ere-agent.agent-slider .agent-social {
  background-color: #82bb4e;
}
.fuzdo-class .ere-agent h4 a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active,
.fuzdo-class .archive-agent-action .view-as span:hover {
  background: #82bb4e !important;
}
.fuzdo-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active:before,
.fuzdo-class .archive-agent-action .view-as span:hover:before {
  border-top-color: #82bb4e;
  border-bottom-color: #82bb4e;
}
.fuzdo-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active .above-archive-agent .archive-agent-action .search-box button:hover,
.fuzdo-class .archive-agent-action .view-as span:hover .above-archive-agent .archive-agent-action .search-box button:hover {
  border-color: #252525;
  background-color: #252525;
}
.fuzdo-class .ere-archive-agent-wrap .archive-agent-action .sort-agent span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.fuzdo-class .ere-archive-agent-wrap .archive-agent-action .search-box input {
  font-size: 12px;
}
.fuzdo-class .ratings-summary {
  padding: 15px;
  height: initial;
}
.fuzdo-class .reviews-count {
  display: none;
}
.fuzdo-class div.ere-agent-single-wrap .agent-single .agent-single-inner .agent-social a {
  background: #252525;
}
.fuzdo-class div.ere-agent-single-wrap .agent-single .agent-single-inner .agent-social a:hover {
  background: #82bb4e;
}
.fuzdo-class div.ere-agent-single .contact-agent .form-error {
  color: #82bb4e;
}
.fuzdo-class .ere-agent-single .agent-single-inner > .col-md-12.mg-top-40 {
  margin-top: 15px !important;
}
.fuzdo-class .ere-agent-single .agent-content .agent-content-top > span {
  margin-bottom: -7px;
  display: block;
}
.fuzdo-class .ere-agent-single .contact-agent input,
.fuzdo-class .ere-agent-single .contact-agent textarea {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #636363;
  height: 40px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #ebebeb;
}
.fuzdo-class .ere-agent-single .contact-agent input::-webkit-input-placeholder,
.fuzdo-class .ere-agent-single .contact-agent textarea::-webkit-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-agent-single .contact-agent input:-moz-placeholder,
.fuzdo-class .ere-agent-single .contact-agent textarea:-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-agent-single .contact-agent input::-moz-placeholder,
.fuzdo-class .ere-agent-single .contact-agent textarea::-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-agent-single .contact-agent input:-ms-input-placeholder,
.fuzdo-class .ere-agent-single .contact-agent textarea:-ms-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .ere-agent-single .agent-single .agent-single-inner {
  margin-bottom: 20px;
}
.fuzdo-class .ere-agent-single .agent-single .agent-single-inner .col-md-12 p {
  font-size: 16px !important;
}
.fuzdo-class .ere-agent-single .agent-single .agent-contact {
  margin-top: 12px;
}
.fuzdo-class .ere-agent-single .agent-single .agent-contact a,
.fuzdo-class .ere-agent-single .agent-single .agent-contact span {
  font-size: 14px;
  font-weight: 400 !important;
}
.fuzdo-class .ere-agent-single .agent-single .agent-contact span + * {
  margin-top: 3px;
}
.fuzdo-class .ere-agent-single .agent-single .agent-contact hr {
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.fuzdo-class .ere-agent-single .agent-single .agent-contact span {
  display: inline-block;
}
.fuzdo-class .single-property-area .agent-content .agent-heading {
  margin-bottom: 10px;
}
.fuzdo-class .single-property-area .agent-content .agent-heading a:hover {
  color: #82bb4e;
}
.fuzdo-class .single-property-area .agent-content .agent_info {
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
.fuzdo-class .single-property-area .agent-content .agent_info i {
  width: 12px;
}
.fuzdo-class .single-property-area .agent-content .btn-primary {
  display: none;
}
.fuzdo-class div.agency-single-info .agency-social a {
  background: #252525;
}
.fuzdo-class div.agency-single-info .agency-social a:hover {
  background: #82bb4e;
}
.fuzdo-class div.agency-single-info .agent-contact-btn {
  background-color: #252525;
  border-color: #252525;
}
.fuzdo-class div.agency-single-info .agent-contact-btn:hover {
  border-color: #82bb4e;
  background: #82bb4e;
  color: #fff;
}
.fuzdo-class div.agency-single-info .agency-content-top {
  margin-bottom: 13px !important;
}
.fuzdo-class div.agency-single-info .agency-content-top h2 {
  margin-bottom: -3px !important;
}
.fuzdo-class div.agency-single-info .agency-info-title {
  font-weight: 700;
}
.fuzdo-class div.agency-single-info .agency-info-item {
  margin-bottom: 0;
}
.fuzdo-class div.agency-single-info .agency-info-item:last-child {
  margin-bottom: 24px;
}
.fuzdo-class div.agency-single-info .contact-agency input[type="text"],
.fuzdo-class div.agency-single-info .contact-agency input[type="email"],
.fuzdo-class div.agency-single-info .contact-agency textarea {
  font-size: 14px;
  border-color: #ebebeb;
}
.fuzdo-class div.agency-single-info .contact-agency textarea {
  padding: 15px 20px;
}
.fuzdo-class div.agency-details-tab .nav-tabs {
  background-color: #252525;
}
.fuzdo-class div.agency-details-tab .nav-tabs li {
  background-color: #252525;
}
.fuzdo-class div.agency-details-tab .nav-tabs li.active a,
.fuzdo-class div.agency-details-tab .nav-tabs li:hover a {
  background-color: #82bb4e;
}
.fuzdo-class .ere-agency .agency-info-item {
  width: 50%;
  margin-bottom: 0 !important;
}
.fuzdo-class .agency-info-title {
  font-weight: 700;
}
.fuzdo-class div.ere-agency .agency-title a,
.fuzdo-class div.ere-agency .agency-social a {
  color: #252525;
}
.fuzdo-class div.ere-agency .agency-title a:hover,
.fuzdo-class div.ere-agency .agency-social a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-agency .ere-heading.text-center {
  margin-bottom: 20px !important;
}
.fuzdo-class div.ere-agency .ere-heading.text-right {
  margin-bottom: 60px !important;
}
.fuzdo-class div.ere-agency .agency-action-wrap {
  margin-top: -12px;
}
.fuzdo-class .agency-details-tab:before {
  position: absolute;
  content: '';
  display: block;
  background-color: #ededed;
  left: 50%;
  width: 10000px;
  top: 62px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fuzdo-class .ere_widget_top_agents .agent-item {
  margin-bottom: 30px;
}
.fuzdo-class .ere_widget_top_agents .agent-item:after,
.fuzdo-class .ere_widget_top_agents .agent-item:before {
  display: table;
  content: '';
  clear: both;
}
.fuzdo-class .ere_widget_top_agents .agent-avatar {
  width: 100px;
  height: 70px;
  background: #f0f0f0;
  text-align: center;
}
.fuzdo-class .ere_widget_top_agents .agent-avatar + .agent-info {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  margin-left: 0;
}
.fuzdo-class .ere_widget_top_agents .agent-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -3px;
}
.fuzdo-class .ere_widget_top_agents .agent-info h4 a {
  color: #252525 !important;
}
.fuzdo-class .ere_widget_top_agents .agent-info h4 a:hover {
  color: #82bb4e !important;
}
.fuzdo-class .ere_widget_top_agents .agent-total-properties {
  margin-top: -11px;
}
.fuzdo-class .ere_widget_top_agents .total_property {
  color: #82bb4e !important;
}
.fuzdo-class .ere_widget_top_agents .agent-info .agent-position,
.fuzdo-class .ere_widget_top_agents .agent-info .agent-total-properties {
  color: #b7b7b7;
  font-size: 14px;
}
.fuzdo-class .agency-action .sort-agency ul li a,
.fuzdo-class .agency-action .search-box input {
  font-size: 12px;
}
.fuzdo-class .agency-action .sort-agency span {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .fuzdo-class .ere-agency .agency-info-item {
    width: 100%;
  }
  .fuzdo-class div.agency-single-info .agency-content,
  .fuzdo-class div.agency-single-info .contact-agency {
    padding-top: 20px !important;
  }
}
.fuzdo-class {
  /* ------ Property ----------*/
  /* Invoice */
  /*walkscore*/
  /**** Ere Property ****/
  /*Archiver properties*/
  /*Compare*/
  /*Single-agent*/
  /*Agentcies*/
}
.fuzdo-class .property-type i,
.fuzdo-class .property-location i,
.fuzdo-class .property-type-list i,
.fuzdo-class .property-agent i,
.fuzdo-class .property-date i,
.fuzdo-class .property-views-count i,
.fuzdo-class .property-info-header .property-info span.fa,
.fuzdo-class .property-count span,
.fuzdo-class .agent-info i,
.fuzdo-class .ere-link-more,
.fuzdo-class .ere-widget-listing-property-taxonomy i,
.fuzdo-class .user-dropdown i,
.fuzdo-class .address-marker i,
.fuzdo-class .ere-my-saved-search-item i,
.fuzdo-class span.total-properties,
.fuzdo-class .ere-dashboard-logout i,
.fuzdo-class .attachment-file-type,
.fuzdo-class .open-on-google-maps,
.fuzdo-class .walk-score-more-detail,
.fuzdo-class .ere-my-property-address i,
.fuzdo-class .ere-my-property-total-views i,
.fuzdo-class .ere-my-property-date i {
  color: #82bb4e !important;
}
.fuzdo-class .select2-container .select2-selection--single {
  padding: 0 12px;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #484848;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.fuzdo-class .select2-container .select2-selection--single::-webkit-input-placeholder {
  color: #b7b7b7 !important;
}
.fuzdo-class .select2-container .select2-selection--single:-moz-placeholder {
  color: #b7b7b7 !important;
}
.fuzdo-class .select2-container .select2-selection--single::-moz-placeholder {
  color: #b7b7b7 !important;
}
.fuzdo-class .select2-container .select2-selection--single:-ms-input-placeholder {
  color: #b7b7b7 !important;
}
.fuzdo-class .select2-container .select2-selection--single:focus {
  border-color: #82bb4e;
}
.fuzdo-class .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 8px;
}
.fuzdo-class .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
  color: #484848 !important;
}
.fuzdo-class .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.fuzdo-class .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("http://localhost/fuzdo/wp-content/themes/fuzdo/assets/images/icon-dropdown.png");
  width: 10px;
  height: 5px;
  border: 0;
  margin-left: -15px;
}
.fuzdo-class .select2-container--default .select2-selection--single,
.fuzdo-class .select2-selection .select2-selection--single {
  border-color: #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fuzdo-class .select2-container--default .select2-selection--single:focus,
.fuzdo-class .select2-selection .select2-selection--single:focus {
  border-color: #82bb4e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fuzdo-class .ere-property-slider .property-inner .property-main-info .property-heading a {
  color: #82bb4e;
}
.fuzdo-class .ere-property-gallery .filter-wrap {
  margin-bottom: 72px;
}
.fuzdo-class .advanced-saved-searches {
  margin-top: 15px;
}
.fuzdo-class button.ere-advanced-search-btn i {
  display: none;
}
.fuzdo-class .ere-property:not(.property-zigzac) .property-inner {
  padding: 0;
}
.fuzdo-class .ere-property:not(.property-zigzac) .property-price {
  white-space: inherit;
}
.fuzdo-class .ere-heading-style2 h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.fuzdo-class .ere-heading-style2 h2:after {
  display: block;
  width: 100px;
  height: 4px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: 17px;
}
.fuzdo-class .ere-heading.text-right {
  padding-left: 0;
  padding-right: 35px;
}
.fuzdo-class .ere-heading.text-right:after {
  right: 0;
  left: auto;
}
.fuzdo-class .ere-heading.text-right p {
  right: 35px;
  left: auto;
}
.fuzdo-class .ere-heading.text-center {
  padding-left: 0;
  padding-bottom: 50px;
}
.fuzdo-class .ere-heading.text-center p {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 21px;
}
.fuzdo-class .ere-heading.text-center:after {
  width: 100px;
  height: 4px !important;
  right: 0;
  top: auto;
  bottom: 0;
}
.fuzdo-class .single-property .single-property-area .property-info-action .property-main-info {
  width: auto !important;
}
.fuzdo-class.single-property .property-info-action {
  background: transparent;
  padding: 0;
  margin-bottom: 0 !important;
}
.fuzdo-class.single-property .property-info-action .property-main-info {
  position: initial;
  background: transparent;
  padding: 0;
  display: block;
}
.fuzdo-class.single-property .property-info-action .property-main-info .property-heading h4 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  top: auto;
  max-height: initial;
}
.fuzdo-class.single-property .property-info-action .property-main-info .property-price {
  color: #82bb4e;
  font-size: 18px;
  font-weight: 500;
}
.fuzdo-class.single-property .property-info-action .property-main-info .property-location span {
  color: #000;
  font-size: 14px;
}
.fuzdo-class.single-property .property-info-action .property-action {
  position: absolute;
  left: -60px;
  top: 10px;
}
.fuzdo-class.single-property .property-info-action .property-action .property-action-inner > a,
.fuzdo-class.single-property .property-info-action .property-action .social-share {
  float: inherit;
  width: 30px;
  height: 30px;
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.fuzdo-class.single-property .property-info-action .property-action .property-action-inner > a i,
.fuzdo-class.single-property .property-info-action .property-action .social-share-hover > i {
  line-height: 30px;
}
.fuzdo-class.single-property .property-info-action .property-action .social-share-hover .social-share-list {
  top: -10px;
  right: 100%;
  left: auto;
  border: solid 10px transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
}
.fuzdo-class.single-property .property-info-action .property-action .social-share-hover .social-share-list a {
  display: block;
  margin-right: 0;
}
.fuzdo-class.single-property .property-info-action .property-info > div {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 30px;
}
.fuzdo-class.single-property .property-info-action .property-info > div p {
  display: inline-block;
}
.fuzdo-class.single-property .property-price-prefix {
  color: #252525 !important;
  margin-right: 5px;
}
.fuzdo-class .single-property-area .property-tab .nav-tabs li a {
  font-size: 14px;
}
.fuzdo-class .single-property-area .property-tab .nav-tabs li.active a,
.fuzdo-class .single-property-area .property-tab .nav-tabs li:hover a {
  background-color: #82bb4e;
}
.fuzdo-class .single-property-area .property-tab .tab-content {
  border: solid 1px #ebebeb;
}
.fuzdo-class .single-property-area .property-tab .tab-content #ere-overview {
  padding: 0 30px;
}
.fuzdo-class .single-property-area .property-tab .tab-content > div {
  padding: 15px 30px;
}
.fuzdo-class .single-property-area .property-tab .tab-content ul.ere-property-list li {
  border-bottom: solid 1px #ebebeb;
  font-size: 14px;
  padding: 7px 0;
  font-weight: 500;
}
.fuzdo-class .single-property-area .property-tab .tab-content ul.ere-property-list li span {
  font-size: 16px;
  color: #82bb4e;
}
.fuzdo-class .single-property-area .property-tab .tab-content ul.ere-property-list li:nth-child(odd) {
  background: transparent;
}
.fuzdo-class .single-property-area .property-tab .tab-content .row a {
  font-size: 14px;
  padding: 7px 0;
  font-weight: 500;
}
.fuzdo-class .single-property-area .property-nearby-places .row > div {
  width: 100%;
}
.fuzdo-class .single-property-area .property-nearby-places .row > div.near-location-map {
  height: 400px !important;
}
.fuzdo-class .single-property-area .property-nearby-places .row > div > div {
  border: solid 1px #ebebeb;
}
.fuzdo-class .single-property-area .property-nearby-places .near-location-info {
  padding: 30px;
}
.fuzdo-class .single-property-area .property-nearby-places .near-location-info ul {
  margin-bottom: 0;
}
.fuzdo-class .single-property-area .property-nearby-places .near-location-info li {
  font-family: 'Maven Pro';
  font-weight: 700;
  font-size: 16px;
  color: #252525;
}
.fuzdo-class .single-property-area .property-nearby-places .near-location-info span {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: 500;
}
.fuzdo-class .single-property-area .property-nearby-places .near-location-info + .near-location-info {
  margin-top: -1px;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-info {
  border: solid 1px #ebebeb;
  max-width: 370px;
  float: left;
  text-align: center;
  margin-left: 0;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-info + .contact-agent {
  position: relative;
  overflow: hidden;
  padding-left: 45px;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-avatar {
  width: 100%;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-avatar a {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content {
  width: 100%;
  padding-bottom: 10px;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent-heading h4 {
  font-size: 14px;
  font-weight: 500;
  padding-top: 18px;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent-heading span {
  font-size: 14px;
  font-weight: 500;
  color: #b7b7b7;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent-social {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #252525;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent-social a {
  width: 50px;
  height: 40px;
  background: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent-social a i {
  line-height: 40px;
  color: #82bb4e;
}
.fuzdo-class .single-property-area .property-contact-agent .agent-content .agent_info {
  margin-bottom: 0;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent #contact-agent-form > div {
  width: 100%;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent input,
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #636363;
  height: 40px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent input::-webkit-input-placeholder,
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea::-webkit-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent input:-moz-placeholder,
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea:-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent input::-moz-placeholder,
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea::-moz-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent input:-ms-input-placeholder,
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea:-ms-input-placeholder {
  color: #b3b7c8 !important;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent textarea {
  height: 200px;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent .form-group {
  margin-bottom: 30px;
}
.fuzdo-class .single-property-area .property-contact-agent .contact-agent .text-right {
  text-align: left;
}
.fuzdo-class .single-property-area .property-contact-agent:before,
.fuzdo-class .single-property-area .property-contact-agent:after {
  display: table;
  content: " ";
}
.fuzdo-class .single-property-area .property-contact-agent:after {
  clear: both;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-prev,
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-prev i,
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next i {
  color: #252525;
  line-height: 38px;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-prev:hover,
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next:hover {
  border-color: #252525 !important;
  background-color: #252525 !important;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-prev:hover i,
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next:hover i {
  color: #fff;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-prev {
  right: 40px !important;
  left: auto !important;
  bottom: 0;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next {
  right: 0;
  bottom: 0;
  left: auto !important;
  background-color: #82bb4e !important;
  border-color: #82bb4e !important;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-nav .owl-next i {
  color: #fff !important;
}
.fuzdo-class .property-info-action {
  padding: 9px 20px 1px;
}
.fuzdo-class .property-info-action .property-info,
.fuzdo-class .property-info-action .property-action {
  padding: 0 !important;
}
.fuzdo-class .property-info-action .property-action {
  top: 3px;
}
.fuzdo-class select.form-control:not[disabled] {
  background-color: transparent;
}
.fuzdo-class .btn-action:hover {
  border-color: #82bb4e;
}
.fuzdo-class .btn-action:hover,
.fuzdo-class .ere-package-item.active > .panel-heading {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property .property-labels p .property-label-bg {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property .property-price .price-per-unit {
  background-color: transparent;
}
.fuzdo-class .ere-property.property-list.property-list-two-columns .property-link-detail a:hover,
.fuzdo-class .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
  color: #82bb4e;
}
.fuzdo-class .ere-property .property-item-content .property-title a:hover,
.fuzdo-class .ere-property.property-list.property-list-two-columns .property-link-detail i {
  color: #82bb4e;
}
.fuzdo-class .ere-property-featured.property-single-carousel.color-light .property-heading a,
.fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-heading a {
  color: #FFFFFF;
}
.fuzdo-class .ere-property .block-center-inner > a,
.fuzdo-class .ere-property .social-share {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property .social-share:hover,
.fuzdo-class .ere-property .block-center-inner > a:hover {
  color: #82bb4e;
  background-color: #fff;
}
.fuzdo-class .ere-property .social-share-hover .social-share-list a {
  color: #82bb4e;
}
.fuzdo-class .ere-property .property-labels p .property-label-bg .property-arrow {
  border-left-color: #82bb4e;
  border-right-color: #82bb4e;
}
.fuzdo-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.fuzdo-class .ere-property.property-grid .property-info,
.fuzdo-class .ere-property.property-list .property-info {
  background-color: #82bb4e;
}
.fuzdo-class .ere-widget-search-form .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #82bb4e;
}
.fuzdo-class .ere-widget-search-form .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background-color: #82bb4e !important;
}
.fuzdo-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab,
.fuzdo-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab {
  border-bottom: none;
}
.fuzdo-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab button,
.fuzdo-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab button {
  height: 54px !important;
  width: 50% !important;
}
.fuzdo-class .ere_widget_search_form .ere-property-advanced-search .form-search-wrap .title-slider-filter,
.fuzdo-class .ere_widget_search_form .ere-search-properties .form-search-wrap .title-slider-filter {
  color: #252525 !important;
}
.fuzdo-class .ere_widget_search_form .ere-property-advanced-search .search-properties-form button.ere-advanced-search-btn:hover,
.fuzdo-class .ere_widget_search_form .ere-search-properties .search-properties-form button.ere-advanced-search-btn:hover,
.fuzdo-class .ere_widget_search_form .ere-property-advanced-search .search-properties-form button.ere-advanced-search-btn:focus,
.fuzdo-class .ere_widget_search_form .ere-search-properties .search-properties-form button.ere-advanced-search-btn:focus {
  background-color: #252525 !important;
  border-color: #252525 !important;
  color: #fff;
}
.fuzdo-class .ere-property-advanced-search.style-default .form-search-wrap,
.fuzdo-class .ere-search-properties.style-default .form-search-wrap {
  background-color: transparent;
  padding-bottom: 0;
}
.fuzdo-class .ere-property-advanced-search.color-light input,
.fuzdo-class .ere-search-properties.color-light input,
.fuzdo-class .ere-property-advanced-search.color-dark input,
.fuzdo-class .ere-search-properties.color-dark input {
  top: 3px;
}
.fuzdo-class .ere-property-advanced-search.color-light .checkbox label,
.fuzdo-class .ere-search-properties.color-light .checkbox label,
.fuzdo-class .ere-property-advanced-search.color-light .radio label,
.fuzdo-class .ere-search-properties.color-light .radio label {
  color: #fff;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .form-search-wrap,
.fuzdo-class .ere-search-properties.style-absolute .form-search-wrap {
  top: 0;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .form-search-inner,
.fuzdo-class .ere-search-properties.style-absolute .form-search-inner {
  max-width: 370px;
  margin-top: 100px;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .row,
.fuzdo-class .ere-search-properties.style-absolute .row {
  padding-bottom: 0;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .ere-search-status-tab button,
.fuzdo-class .ere-search-properties.style-absolute .ere-search-status-tab button {
  width: 50% !important;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .ere-search-status-tab button:last-child,
.fuzdo-class .ere-search-properties.style-absolute .ere-search-status-tab button:last-child {
  border: none !important;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .form-search-wrap .ere-search-content,
.fuzdo-class .ere-search-properties.style-absolute .form-search-wrap .ere-search-content {
  background-color: #fff;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .form-group.submit-search-form button,
.fuzdo-class .ere-search-properties.style-absolute .form-group.submit-search-form button {
  background-color: #82bb4e;
  border: none;
}
.fuzdo-class .ere-property-advanced-search.style-absolute .form-group.submit-search-form button:hover,
.fuzdo-class .ere-search-properties.style-absolute .form-group.submit-search-form button:hover {
  background-color: #252525;
}
.fuzdo-class .ere-property-advanced-search.style-mini-line .sidebar-filter.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all,
.fuzdo-class .ere-search-properties.style-mini-line .sidebar-filter.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: rgba(255, 255, 255, 0.5);
}
.fuzdo-class .ere-property-advanced-search .row,
.fuzdo-class .ere-search-properties .row {
  margin-left: -11px;
  margin-right: -11px;
}
.fuzdo-class .ere-property-advanced-search .row .form-group,
.fuzdo-class .ere-search-properties .row .form-group {
  padding-left: 11px;
  padding-right: 11px;
}
.fuzdo-class .ere-property-advanced-search option:not(first-child):hover,
.fuzdo-class .ere-search-properties option:not(first-child):hover {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.fuzdo-class .ere-search-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #82bb4e !important;
}
.fuzdo-class .ere-property-advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.fuzdo-class .ere-search-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #82bb4e;
}
.fuzdo-class .ere-property-advanced-search .ui-autocomplete li.ui-state-focus,
.fuzdo-class .ere-search-properties .ui-autocomplete li.ui-state-focus,
.fuzdo-class .ere-property-advanced-search .ui-autocomplete li:hover,
.fuzdo-class .ere-search-properties .ui-autocomplete li:hover {
  background-color: #9cc973;
}
.fuzdo-class .ere-property-advanced-search .btn-other-features i,
.fuzdo-class .ere-search-properties .btn-other-features i {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-advanced-search .form-group,
.fuzdo-class .ere-search-properties .form-group {
  height: 50px;
  margin-bottom: 20px;
}
.fuzdo-class .ere-property-advanced-search .form-group.submit-search-form button,
.fuzdo-class .ere-search-properties .form-group.submit-search-form button {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
}
.fuzdo-class .ere-property-advanced-search .form-group.submit-search-form button i,
.fuzdo-class .ere-search-properties .form-group.submit-search-form button i {
  margin-right: 5px;
}
.fuzdo-class .ere-property-advanced-search .form-group.submit-search-form button:hover,
.fuzdo-class .ere-search-properties .form-group.submit-search-form button:hover,
.fuzdo-class .ere-property-advanced-search .form-group.submit-search-form button:focus,
.fuzdo-class .ere-search-properties .form-group.submit-search-form button:focus {
  background-color: #252525 !important;
  border-color: #252525 !important;
  color: #fff;
}
.fuzdo-class .ere-property-advanced-search .form-group:last-child,
.fuzdo-class .ere-search-properties .form-group:last-child {
  margin-bottom: 0;
}
.fuzdo-class .ere-property-advanced-search .form-search-wrap select,
.fuzdo-class .ere-search-properties .form-search-wrap select,
.fuzdo-class .ere-property-advanced-search .form-search-wrap input,
.fuzdo-class .ere-search-properties .form-search-wrap input,
.fuzdo-class .ere-property-advanced-search .form-search-wrap .select2-container .select2-selection--single,
.fuzdo-class .ere-search-properties .form-search-wrap .select2-container .select2-selection--single {
  background-color: #f7f7f7;
  color: #47425d !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 16px;
  border: 1px solid #ebebeb;
}
.fuzdo-class .ere-property-advanced-search .form-search-wrap input::-webkit-input-placeholder,
.fuzdo-class .ere-search-properties .form-search-wrap input::-webkit-input-placeholder {
  color: #47425d !important;
}
.fuzdo-class .ere-property-advanced-search .form-search-wrap input:-moz-placeholder,
.fuzdo-class .ere-search-properties .form-search-wrap input:-moz-placeholder {
  color: #47425d !important;
}
.fuzdo-class .ere-property-advanced-search .form-search-wrap input:-ms-input-placeholder,
.fuzdo-class .ere-search-properties .form-search-wrap input:-ms-input-placeholder {
  color: #47425d !important;
}
.fuzdo-class .ere-property-advanced-search .form-search-wrap .title-slider-filter,
.fuzdo-class .ere-search-properties .form-search-wrap .title-slider-filter {
  font-size: 16px;
  color: #b7b7b7 !important;
}
.fuzdo-class .ere-property-advanced-search .sidebar-filter.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all,
.fuzdo-class .ere-search-properties .sidebar-filter.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #3b3b3b;
}
.fuzdo-class .ere-search-properties-map.style-default .ere-search-content {
  background-color: #333;
}
.fuzdo-class .ere-search-properties-map.style-default .ere-search-content .row {
  padding: 0 30px 30px;
}
.fuzdo-class .ere-search-properties-map.style-default .ere-search-status-tab {
  margin-top: -168px;
}
.fuzdo-class .ere-search-properties {
  padding-bottom: 30px;
  /* Search For Property Styles*/
}
.fuzdo-class .ere-search-properties.ere-search-properties-map {
  padding-bottom: 0;
}
.fuzdo-class .ere-search-properties #ere-map-loading i {
  color: #82bb4e;
}
.fuzdo-class .ere-search-properties .item-body .address-marker i {
  color: #82bb4e;
}
.fuzdo-class .ere-search-properties .item-body a:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-search-properties.style-default .ere-search-content .search-title i {
  background-color: #82bb4e;
}
.fuzdo-class .ere-search-properties.style-mini-line {
  padding-bottom: 0;
}
.fuzdo-class .ere-search-properties.style-mini-line .form-search-wrap {
  padding-top: 0;
}
.fuzdo-class .ere-search-properties.style-absolute .form-search-wrap .search-title {
  background-color: #82bb4e;
}
.fuzdo-class .ere-search-properties.style-absolute .form-search-wrap button:hover {
  background-color: #252525;
  border-color: #252525;
}
.fuzdo-class .ere-search-properties.style-vertical .search-title i {
  background-color: #82bb4e;
}
.fuzdo-class .hd-title-spec span:first-letter {
  color: #82bb4e;
}
.fuzdo-class .ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span,
.fuzdo-class .ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span {
  background-color: #82bb4e !important;
}
.fuzdo-class .ere-property-wrap .archive-property-action .property-status ul li a {
  background-color: #252525;
}
.fuzdo-class .ere-property-wrap .archive-property-action .property-status ul li.active a,
.fuzdo-class .ere-property-wrap .archive-property-action .property-status ul li a:hover,
.fuzdo-class .ere-property-wrap .archive-property-action .property-status ul li a:focus {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .archive-property-action .view-as .view-as-list:before {
  border-top-color: #252525;
}
.fuzdo-class .ere-property-wrap .archive-property-action .view-as .view-as-grid:before {
  border-bottom-color: #252525;
}
.fuzdo-class .ere-property-wrap .archive-property-action .view-as span.active:before,
.fuzdo-class .ere-property-wrap .archive-property-action .view-as span:hover:before {
  border-top-color: #82bb4e;
  border-bottom-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .archive-property-action .view-as span,
.fuzdo-class .ere-property-wrap .single-property-area .property-tab .nav-tabs,
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .agent-social a {
  background-color: #252525;
}
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .view-single-agent {
  background-color: #252525;
  border-color: #252525;
}
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .view-my-properties {
  background-color: #82bb4e;
  border-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .view-my-properties:hover {
  background-color: transparent;
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .archive-property-action .view-as span.active,
.fuzdo-class .ere-property-wrap .archive-property-action .view-as span:hover,
.fuzdo-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next,
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .agent-social a:hover,
.fuzdo-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li.active a,
.fuzdo-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li:hover a {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .archive-property-action .sort-property ul li a {
  font-size: 12px;
}
.fuzdo-class .ere-property-wrap .archive-property-action .sort-property ul li.active a,
.fuzdo-class .ere-property-wrap .archive-property-action .sort-property ul li:hover a,
.fuzdo-class .ere-property-wrap .single-property-area .property-tab .tab-content table th,
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .agent-heading h4,
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .agent-heading a,
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
  color: #252525;
}
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
  background-color: transparent;
}
.fuzdo-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next:after {
  border-bottom-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .single-property-area .single-property-image-thumb .current:before {
  background-color: rgba(37, 37, 37, 0.6);
}
.fuzdo-class .ere-property-wrap .single-property-area .agent-content .agent-heading a:hover,
.fuzdo-class .ere-property-wrap .single-property-area .contact-agent .form-error,
.fuzdo-class .ere-property-wrap .single-property-area .contact-agent .form-messages,
.fuzdo-class .ere-property-wrap .single-property-area .ere-view-video:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-price .price-per-unit {
  background-color: transparent;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .social-share,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .social-share:hover,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a:hover {
  color: #252525;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-action {
  background-color: rgba(37, 37, 37, 0.6);
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a {
  color: #252525;
  font-size: 24px;
  font-weight: 700;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-price {
  color: #252525;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail a {
  color: #252525;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail a:hover {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail i {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner .property-info-value {
  color: #252525;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-info,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-info,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-inner:hover .property-info,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-inner:hover .property-info,
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
  background-color: #252525;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg {
  background-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg span {
  border-left-color: #82bb4e;
  border-right-color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a {
  padding: 0;
  color: #252525;
  background-color: transparent;
  font-family: 'Maven Pro';
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-left: 35px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:after {
  content: '';
  display: block;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:last-child {
  margin-left: 0;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content .active-filter:after,
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:hover:after {
  background: #82bb4e;
  width: 100%;
  visibility: visible;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap .ere-heading.ere-heading-sub + .property-filter-content {
  bottom: -21px;
  position: relative;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-image:before {
  background: transparent;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-image .property-item-content {
  left: 30px;
  right: 30px;
  top: auto;
  bottom: 20px;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-title {
  margin-bottom: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-title a {
  font-size: 24px;
  font-family: 'Roboto';
  line-height: 30px;
  display: inline-block;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-title a:hover {
  color: #82bb4e !important;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-price {
  font-weight: 500;
  font-size: 16px;
  color: #82bb4e;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-location {
  margin-top: -6px;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-location a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-location span,
.fuzdo-class .ere-property-wrap .ere-property-gallery .property-location i {
  font-size: 14px;
  color: #fff !important;
  display: inline-block;
}
.fuzdo-class .ere-property-wrap .ere-property-gallery .ps-scrollbar-x-rail,
.fuzdo-class .ere-property-wrap .ere-property-gallery .ps-scrollbar-y-rail {
  display: none;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-item .property-image:before {
  content: '';
  display: block;
  position: absolute;
  transition: all .3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-dark .property-item-content {
  background-color: #fff;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-dark .property-heading .property-location i {
  color: #252525 !important;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-dark .property-item .property-image:before {
  background: -moz-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.6));
  background: linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.6));
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-light .property-location span {
  color: #fff;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-light .property-item-content {
  background-color: #252525;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-light .property-location i {
  color: #fff !important;
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-light .property-item .property-image:before {
  background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
}
.fuzdo-class div.ere-property-featured.property-single-carousel.color-light .property-price {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .owl-dots {
  padding-top: 30px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info .property-info-inner > div {
  text-align: center;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info .property-info-item-inner .content-property-info,
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info .property-info-item-inner > span,
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info .property-info-item-inner p {
  display: inline-block;
  font-size: 18px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-info .property-info-item-inner p {
  font-size: 18px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-inner {
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-image {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-excerpt {
  display: none;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-item-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading h4 {
  margin-bottom: 0;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading h4 a {
  font-size: 24px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading .property-location {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading .property-location a {
  font-size: 14px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading .property-location i {
  color: #fff !important;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-price {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-status {
  top: 0;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-image {
  position: relative;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-image:before {
  content: '';
  display: block;
  position: absolute;
  transition: all .3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.3));
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading {
  padding: 0 30px 20px;
  margin: 0;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading a {
  color: #fff;
  display: block;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading span {
  float: none;
  color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-info {
  background-color: #252525;
  padding-left: 0;
  height: 40px;
  line-height: 40px;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-info-inner > div {
  text-align: center;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-info-inner > div .property-info-item-inner {
  display: inline-block;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-content-inner {
  padding: 30px 30px 0;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-content-inner .content-property-info p {
  color: #fff;
  display: inline-block;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-inner {
  padding: 0 !important;
  position: relative;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-inner .property-image img {
  width: auto;
  margin: 0 auto;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap {
  float: right;
  padding-right: 0;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap .ps-scrollbar-y-rail {
  right: 1px !important;
  width: 8px;
  background-color: #ccc !important;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 8px;
  right: 0;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 21.5px 30px;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover,
.fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
  background-color: #82bb4e;
  color: #FFF;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-heading {
  color: #252525;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-heading a {
  color: #252525;
}
.fuzdo-class div.ere-property-featured.property-cities-filter .property-heading a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading a {
  color: #252525;
  font-size: 24px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-heading a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-price {
  color: #252525;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-status span {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .property-status span:before {
  border-right-color: #82bb4e;
  border-left-color: #82bb4e;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-heading h4 {
  margin-bottom: -5px;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-heading h4 a {
  color: #252525;
  font-size: 36px;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-heading h4 a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-price {
  color: #252525;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-status span {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-status span:before {
  border-right-color: #82bb4e;
  border-left-color: #82bb4e;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-location {
  margin-top: 9px;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-location a {
  font-size: 18px;
}
.fuzdo-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span,
.fuzdo-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next:after {
  border-bottom-color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-main-info {
  background-color: rgba(37, 37, 37, 0.9);
}
.fuzdo-class div.property-info-action .property-main-info .property-heading a:hover {
  color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-main-info .property-status span {
  background-color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-main-info .property-status span:before {
  border-right-color: #82bb4e;
  border-left-color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-action .social-share,
.fuzdo-class div.property-info-action .property-action .property-action-inner > a {
  background-color: #252525;
}
.fuzdo-class div.property-info-action .property-action .social-share:hover,
.fuzdo-class div.property-info-action .property-action .property-action-inner > a:hover {
  background-color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-action .social-share-hover .social-share-list {
  background-color: #82bb4e;
}
.fuzdo-class div.property-info-action .property-action .social-share-hover .social-share-list a:hover {
  color: #252525;
}
.fuzdo-class .ere-heading span:before,
.fuzdo-class .ere-heading span:after,
.fuzdo-class .ere-heading:after,
.fuzdo-class .ere-heading-style2 h2:after {
  background-color: #82bb4e;
}
.fuzdo-class .ere-heading {
  padding-left: 35px;
  position: relative;
  font-size: 0;
  margin-bottom: 60px !important;
}
.fuzdo-class .ere-heading > span {
  display: none;
}
.fuzdo-class .ere-heading h2 {
  text-transform: uppercase;
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 0 !important;
  color: #252525;
}
.fuzdo-class .ere-heading p {
  position: absolute;
  left: 35px;
  bottom: -25px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  color: #636363;
}
.fuzdo-class .ere-heading:after {
  position: absolute;
  width: 4px;
  height: 24px;
  left: 0;
  top: 0;
  background: #82bb4e;
  margin-top: 0;
}
.fuzdo-class .ere-heading.color-light h2,
.fuzdo-class .ere-heading.color-light p {
  color: #fff;
}
.fuzdo-class .ere-heading.ere-heading-sub:after {
  height: 50px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading {
  padding-left: 0;
  padding-bottom: 32px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading h4 {
  font-size: 36px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading h2 {
  max-width: 220px;
  line-height: 48px;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 11px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading p {
  left: 0;
  bottom: 21px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading p + h2 {
  margin-bottom: 21px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading:after {
  width: 100px;
  height: 4px;
  top: unset;
  bottom: 0;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .property-item-content .property-location i {
  color: #82bb4e !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .property-item-content .property-excerpt {
  max-height: 48px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-item-content .property-excerpt,
.fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-location span,
.fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-info .property-info-inner .property-info-item-inner .property-info-title,
.fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-price {
  color: #fff;
}
.fuzdo-class .ere-property-featured.property-sync-carousel.color-dark .owl-next:hover {
  background: #252525 !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .property-price span {
  color: #b7b7b7 !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-next {
  right: -50px !important;
  bottom: 0 !important;
  left: unset !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #82bb4e !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-next i {
  line-height: 1;
  vertical-align: -2px;
  margin-right: -2px;
  color: #252525 !important;
  font-size: 18px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-next:hover {
  background: transparent !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-next:hover i {
  color: #fff !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-prev {
  left: unset !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #252525 !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-prev i {
  line-height: 1;
  vertical-align: -2px;
  margin-right: -2px;
  color: #fff !important;
  font-size: 18px;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-prev:hover {
  background: #82bb4e !important;
  border: 1px solid #82bb4e !important;
}
.fuzdo-class .ere-property-featured.property-sync-carousel .owl-prev:hover i {
  color: #fff !important;
}
.fuzdo-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
  background-color: #82bb4e;
}
.fuzdo-class #map-property-single .item-body .title-marker,
.fuzdo-class #map-property-single .item-body .price-marker {
  color: #252525;
}
.fuzdo-class #map-property-single .item-body a:hover {
  color: #82bb4e;
}
.fuzdo-class #wp-property_des-wrap .insert-media {
  background-color: #252525;
}
.fuzdo-class #wp-property_des-wrap .insert-media:hover {
  background-color: #82bb4e;
}
.fuzdo-class #ere_additional_details tr td:first-of-type span:hover,
.fuzdo-class #ere_additional_details tr td:last-of-type span:hover,
.fuzdo-class #ere_floors tr td:first-of-type span:hover,
.fuzdo-class #ere_floors tr td:last-of-type span:hover {
  color: #82bb4e;
}
.fuzdo-class .user-dropdown:hover .user-display-name {
  color: #82bb4e;
}
.fuzdo-class .single-invoice-action a {
  background-color: #252525;
}
.fuzdo-class .single-invoice-action a:hover {
  background-color: #82bb4e;
}
.fuzdo-class .form-control:focus {
  border-color: #82bb4e !important;
}
.fuzdo-class div.ere-property-slider .property-inner .property-main-info .property-heading a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-slider .property-inner .property-main-info .property-status span {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-slider .property-inner .property-main-info .property-status span:before {
  border-right-color: #82bb4e;
  border-left-color: #82bb4e;
}
.fuzdo-class div.ere-property-slider .owl-nav .owl-prev {
  background-color: #82bb4e;
}
.fuzdo-class div.ere-property-slider .owl-nav .owl-next {
  left: 0;
}
.fuzdo-class div.ere-property-slider .owl-nav .owl-next i {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-type img {
  min-height: 200px;
}
.fuzdo-class div.ere-property-type .property-type-image a {
  position: relative;
  display: block;
}
.fuzdo-class div.ere-property-type .property-type-image a:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.8));
}
.fuzdo-class div.ere-property-type .property-type-info {
  position: unset;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 0;
  background: transparent;
}
.fuzdo-class div.ere-property-type .property-type-info .property-title {
  position: absolute;
  margin-bottom: 0;
  left: 30px;
  bottom: 16px;
  font-size: 24px;
  font-family: 'Maven Pro';
}
.fuzdo-class div.ere-property-type .property-type-info .property-title a:hover {
  color: #82bb4e;
}
.fuzdo-class div.ere-property-type .property-type-info .property-count {
  font-size: 12px;
  font-family: 'Maven Pro';
  font-weight: 700;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.fuzdo-class .ere-package-item.active {
  border-color: #82bb4e !important;
}
.fuzdo-class #ere-map-loading i {
  color: #82bb4e;
}
.fuzdo-class ul.walkscore-list li span.walkscore-score {
  color: #82bb4e;
  border: 1px solid #82bb4e;
}
.fuzdo-class ul.walkscore-list li span.walkscore-score:before {
  border-bottom: 1px solid #82bb4e;
  border-left: 1px solid #82bb4e;
}
.fuzdo-class .ere-mini-search-properties input::-webkit-input-placeholder {
  color: #484848 !important;
}
.fuzdo-class .ere-mini-search-properties input:-moz-placeholder {
  color: #484848 !important;
}
.fuzdo-class .ere-mini-search-properties input::-moz-placeholder {
  color: #484848 !important;
}
.fuzdo-class .ere-mini-search-properties input:-ms-input-placeholder {
  color: #484848 !important;
}
.fuzdo-class .ere-mini-search-properties select,
.fuzdo-class .ere-mini-search-properties input {
  color: #484848;
}
.fuzdo-class .advanced-saved-searches {
  border-top: 2px solid #82bb4e;
}
.fuzdo-class .ere-widget-listing-property-taxonomy li a {
  padding: 0 0 0 25px;
  line-height: 36px;
  position: relative;
  font-weight: 400;
  color: #b7b7b7;
}
.fuzdo-class .ere-widget-listing-property-taxonomy li a:before {
  content: '\f0da';
  top: 0;
  font-size: 18px;
  font-family: fontAwesome;
  color: #82bb4e;
  position: absolute;
  left: 0;
}
.fuzdo-class .ere-widget-listing-property-taxonomy li i {
  display: none;
}
.fuzdo-class .ere-widget-listing-property-taxonomy li a:hover {
  padding-left: 25px;
}
.fuzdo-class .main-footer-wrapper .ere-widget-listing-property-taxonomy li a:before {
  content: '\f276' !important;
  font-size: 14px !important;
  font-family: fontAwesome;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-carousel:hover .owl-nav .owl-next {
  left: 0 !important;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav {
  margin-top: 20px;
  padding-left: 0;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #82bb4e !important;
  border: 1px solid transparent;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-next i {
  line-height: 40px;
  color: #fff;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-next:hover {
  border-color: #252525 !important;
  background: #252525 !important;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-next:hover i {
  color: #fff;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #ebebeb !important;
  border: 1px solid transparent;
  float: left;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-prev i {
  line-height: 40px;
  color: #252525;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-prev:hover {
  border-color: #252525 !important;
  background: #252525 !important;
}
.fuzdo-class .ere-property-slider.navigation-middle .owl-nav .owl-prev:hover i {
  color: #fff;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .block-center {
  max-width: 1200px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info {
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 15px 25px 10px 30px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4 {
  margin-bottom: 0;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4 a {
  font-size: 30px;
  line-height: 26px;
  color: #000;
  font-family: 'Maven Pro';
  padding-right: 130px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-price {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-price-postfix {
  color: #b7b7b7 !important;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-location {
  font-weight: 400;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-location span,
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-location i {
  color: #000 !important;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-status {
  position: absolute;
  top: 18px;
  right: 30px;
  text-transform: uppercase;
  height: 24px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-status span {
  padding: 1px 11px;
  height: 24px;
  font-weight: 500;
  font-size: 13px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-status span:before {
  display: none;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info {
  display: block;
  padding: 22px 30px;
  line-height: 1;
  background-color: #232020;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info .content-property-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info .content-property-info p.property-info-value {
  margin-right: 5px;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info:after {
  content: '';
  display: block;
  clear: both;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div {
  padding: 0;
  width: 33.3333%;
  float: left;
  margin: 0;
  text-align: center;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div .content-property-info {
  display: inline-block;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div span {
  display: inline-block;
}
.fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div span:before {
  font-size: 14px;
  display: block;
}
.fuzdo-class .ere-property-slider.pagination-image .property-slider-image-wrap {
  padding-bottom: 10px;
  bottom: 30px;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info {
  background: rgba(0, 0, 0, 0.5);
  max-width: 770px;
  padding: 40px 15px 32px;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline {
  margin-bottom: 0;
  margin-top: 0;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price {
  font-size: 36px;
  color: #82bb4e;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price .property-price-postfix {
  color: #b7b7b7 !important;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info {
  max-width: 770px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div {
  padding: 0 25px !important;
  width: 33.3333%;
  float: left;
  margin: 0;
  text-align: center;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span {
  display: inline-block;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span::before {
  font-size: 18px;
  display: block;
  margin-right: 8px;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info {
  display: inline-block;
}
.fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .block-center-inner {
  padding: 20px;
  border: solid 20px #fff;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info {
  padding: 60px;
  background: rgba(255, 255, 255, 0.87);
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 {
  font-weight: 600;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 a {
  color: #252525;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price {
  color: #252525;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-postfix,
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-prefix {
  color: #8f8f8f !important;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-location span {
  color: #8f8f8f;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-value {
  color: #252525;
}
.fuzdo-class .ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-title {
  color: #8f8f8f;
}
.fuzdo-class .ere-property .property-inner {
  background-color: inherit !important;
}
.fuzdo-class .ere-property .property-element-inline {
  display: none;
}
.fuzdo-class .ere-property .social-share-hover .social-share-list {
  line-height: 1.875;
}
.fuzdo-class .ere-property .property-price .price-per-unit {
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 700;
  background: transparent;
  padding: 0;
  margin-left: -3px;
  top: 0;
}
.fuzdo-class .ere-property .property-item-content {
  padding-left: 15px;
  padding-right: 15px;
}
.fuzdo-class .ere-property .property-item-content .property-title {
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 20px !important;
}
.fuzdo-class .ere-property .property-item-content .property-title a {
  color: #252525;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}
.fuzdo-class .ere-property .property-item-content .property-info {
  margin-top: 23px;
  background-color: #252525 !important;
  padding-top: 10px;
  padding-bottom: 8px;
  min-height: 60px;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner {
  height: auto;
  line-height: auto;
  margin-right: 0;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) {
  width: 33.3333%;
  float: left;
  text-align: center;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) span {
  display: block !important;
  line-height: 18px;
  margin-right: 0;
  font-size: 14px;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) span:first-child {
  margin-bottom: 5px;
  margin-right: 0;
  line-height: 18px;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner > div:not(.tooltip) span:before {
  color: #82bb4e;
}
.fuzdo-class .ere-property .property-item-content .property-info .property-info-inner .property-info-item-tooltip {
  height: auto;
  display: block;
}
.fuzdo-class .ere-property .property-price {
  padding-right: 0 !important;
}
.fuzdo-class .ere-property .property-price span {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  background-color: transparent !important;
}
.fuzdo-class .ere-property .property-price span .property-price-postfix,
.fuzdo-class .ere-property .property-price span .property-price-prefix,
.fuzdo-class .ere-property .property-price span .price-per-unit {
  font-size: 12px;
  color: #b7b7b7 !important;
}
.fuzdo-class .ere-property .property-location a {
  font-size: 14px;
  color: #636363;
}
.fuzdo-class .ere-property .block-center-inner > div.social-share,
.fuzdo-class .ere-property .block-center-inner > a,
.fuzdo-class .ere-property .block-center-inner .property-view-gallery-wrap {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  color: #252525;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 1px;
}
.fuzdo-class .ere-property .block-center-inner > div.social-share i,
.fuzdo-class .ere-property .block-center-inner > a i,
.fuzdo-class .ere-property .block-center-inner .property-view-gallery-wrap i {
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}
.fuzdo-class .ere-property .block-center-inner > div.social-share:hover,
.fuzdo-class .ere-property .block-center-inner > a:hover,
.fuzdo-class .ere-property .block-center-inner .property-view-gallery-wrap:hover {
  background-color: #82bb4e;
  color: #fff;
}
.fuzdo-class .ere-property .block-center-inner .property-view-gallery-wrap a {
  color: #252525;
}
.fuzdo-class .ere-property .block-center-inner .property-view-gallery-wrap:hover a {
  color: #fff;
}
.fuzdo-class .ere-property.property-carousel .owl-nav .owl-prev {
  left: 0;
}
.fuzdo-class .ere-property.property-carousel .owl-nav .owl-next {
  right: 0;
}
.fuzdo-class .ere-property.property-carousel .property-inner .property-item-content,
.fuzdo-class .ere-property.property-grid .property-inner .property-item-content {
  padding-top: 23px;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
}
.fuzdo-class .ere-property.property-carousel .property-inner .property-type,
.fuzdo-class .ere-property.property-grid .property-inner .property-type,
.fuzdo-class .ere-property.property-carousel .property-inner .property-element-inline,
.fuzdo-class .ere-property.property-grid .property-inner .property-element-inline {
  display: none;
}
.fuzdo-class .ere-property.property-carousel .property-inner .property-title,
.fuzdo-class .ere-property.property-grid .property-inner .property-title {
  padding-left: 15px;
  padding-right: 15px;
}
.fuzdo-class .ere-property.property-carousel .property-inner .property-location,
.fuzdo-class .ere-property.property-grid .property-inner .property-location {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fuzdo-class .ere-property .property-label {
  top: 10px;
  left: 0px;
}
.fuzdo-class .ere-property .property-label p .property-label-bg {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #e1481f !important;
}
.fuzdo-class .ere-property .property-label p .property-label-bg .property-arrow {
  display: none;
}
.fuzdo-class .ere-property .property-status {
  top: 10px;
  right: 0px;
}
.fuzdo-class .ere-property .property-status p .property-status-bg {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #82bb4e !important;
}
.fuzdo-class .ere-property .property-status p .property-status-bg .property-arrow {
  display: none;
}
.fuzdo-class .ere-property.property-zigzac .property-inner {
  background-color: #fff;
}
.fuzdo-class .ere-property.property-zigzac .property-label p .property-label-bg,
.fuzdo-class .ere-property.property-zigzac .property-status {
  display: none;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content .property-title a {
  font-family: 'Maven Pro';
}
.fuzdo-class .ere-property.property-zigzac .property-location a {
  color: #252525;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content .property-excerpt {
  margin-top: 13px;
  max-height: 90px;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content .property-info {
  background-color: #fff !important;
  margin-top: 0;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content .property-info-inner .property-info-value {
  color: #252525;
  font-weight: 500;
}
.fuzdo-class .ere-property.property-zigzac .property-item-content:before {
  border-width: 10px !important;
  height: 20px;
}
.fuzdo-class .ere-property.property-list .property-inner {
  padding: 30px;
  background: #f7f8f8 !important;
}
.fuzdo-class .ere-property.property-list .property-label,
.fuzdo-class .ere-property.property-list .property-status {
  display: none;
}
.fuzdo-class .ere-property.property-list .property-element-inline {
  display: none;
}
.fuzdo-class .ere-property.property-list .property-price span {
  color: #82bb4e;
}
.fuzdo-class .ere-property.property-list .property-item-content {
  padding-left: 0;
  padding-right: 0;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-excerpt {
  color: #525151;
  line-height: 24px;
  max-height: 48px;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-excerpt p {
  margin-bottom: 0;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-excerpt {
  margin-top: 0;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-info {
  margin-top: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 45px;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-info .property-info-inner > div:not(.tooltip) span {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 2px;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-info .property-info-inner > div:not(.tooltip) span.property-info-value {
  margin-left: 5px;
  margin-bottom: 0;
}
.fuzdo-class .ere-property.property-list .property-item-content .property-type i {
  color: #252525 !important;
}
.fuzdo-class .ere-property.property-list .property-location {
  position: absolute;
  top: 38px;
  right: 0;
}
.fuzdo-class .ere-property.property-list .property-location i {
  color: #252525 !important;
}
.fuzdo-class .ere-property.property-list .property-location a {
  font-weight: 400;
  color: #252525;
}
.fuzdo-class .ere-property-featured .property-item-content .property-title {
  font-weight: 700;
}
.fuzdo-class .ere-property-featured .property-item-content .property-location i {
  color: #252525 !important;
}
.fuzdo-class .ere-property-featured .property-item-content .property-location a {
  font-size: 14px;
  font-weight: 500;
}
.fuzdo-class .ere-property-featured .property-item-content .property-excerpt {
  max-height: 4.9em;
}
.fuzdo-class .ere-property-featured .property-item-content .property-link-detail a {
  color: #82bb4e !important;
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
}
.fuzdo-class .ere-property-featured .property-item-content .property-link-detail a i {
  display: none;
}
.fuzdo-class .ere-property-featured .property-price span {
  color: #82bb4e;
  font-weight: 500;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-image {
  margin-right: 35px;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-item-content {
  padding-left: 0;
  padding-right: 0;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-location {
  position: static;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-price span {
  color: #82bb4e;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-item-content .property-location i {
  color: #82bb4e !important;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-location a {
  color: #82bb4e;
}
.fuzdo-class .ere-property-featured.property-list-two-columns.property-list .property-item-content .property-excerpt {
  font-size: 16px;
  line-height: 36px;
  color: #636363;
  line-height: 24px;
  max-height: 48px;
}
.fuzdo-class .ere-agent.agent-slider h4,
.fuzdo-class .ere-agent.agent-grid h4 {
  font-size: 16px;
}
.fuzdo-class .ere-agent.agent-slider h4 a,
.fuzdo-class .ere-agent.agent-grid h4 a {
  color: #252525;
}
.fuzdo-class .ere-agent.agent-slider span,
.fuzdo-class .ere-agent.agent-grid span {
  font-size: 14px;
  color: #b7b7b7;
  font-weight: 500;
}
.fuzdo-class .ere-agent.agent-slider .agent-info,
.fuzdo-class .ere-agent.agent-grid .agent-info {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 20px;
}
.fuzdo-class .ere-agent.agent-slider .agent-item,
.fuzdo-class .ere-agent.agent-grid .agent-item {
  margin-bottom: 0;
}
.fuzdo-class .ere-agent.agent-slider .agent-item:hover .agent-social,
.fuzdo-class .ere-agent.agent-grid .agent-item:hover .agent-social {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #82bb4e !important;
}
.fuzdo-class .ere-agent.agent-slider .agent-item:hover .agent-social a i,
.fuzdo-class .ere-agent.agent-grid .agent-item:hover .agent-social a i {
  color: #fff;
}
.fuzdo-class .ere-agent.agent-slider .agent-item .agent-item-inner,
.fuzdo-class .ere-agent.agent-grid .agent-item .agent-item-inner {
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.fuzdo-class .ere-agent.agent-slider .agent-avatar,
.fuzdo-class .ere-agent.agent-grid .agent-avatar {
  padding: 30px;
}
.fuzdo-class .ere-agent.agent-slider .agent-avatar a,
.fuzdo-class .ere-agent.agent-grid .agent-avatar a {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
}
.fuzdo-class .ere-agent.agent-slider .agent-avatar a img,
.fuzdo-class .ere-agent.agent-grid .agent-avatar a img {
  position: absolute;
  top: 0;
  left: 0;
}
.fuzdo-class .ere-agent.agent-slider .agent-social,
.fuzdo-class .ere-agent.agent-grid .agent-social {
  top: 0;
  margin: 0;
  background-color: #252525 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fuzdo-class .ere-agent.agent-slider .agent-social a i,
.fuzdo-class .ere-agent.agent-grid .agent-social a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #82bb4e;
}
.fuzdo-class .ere-agent.agent-slider .agent-social a i:hover,
.fuzdo-class .ere-agent.agent-grid .agent-social a i:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #252525 !important;
}
.fuzdo-class .ere-agent.agent-grid .agent-item {
  margin-bottom: 30px;
}
.fuzdo-class .ere-agent.agent-slider .owl-nav .owl-prev {
  left: -15px;
}
.fuzdo-class .ere-agent.agent-slider .owl-nav .owl-next {
  right: -15px;
}
.fuzdo-class .ere-agent.agent-list .agent-item {
  margin-bottom: 30px;
}
.fuzdo-class .ere-agent.agent-list .agent-item-inner {
  border: none;
}
.fuzdo-class .ere-agent.agent-list .agent-avatar {
  background-color: #ebebeb;
}
.fuzdo-class .ere-agent.agent-list .agent-content {
  padding-top: 0;
  vertical-align: top;
}
.fuzdo-class .ere-agent.agent-list .agent-info {
  margin-top: -4px;
}
.fuzdo-class .ere-agent.agent-list .agent-info h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}
.fuzdo-class .ere-agent.agent-list .agent-info h4 a {
  color: #252525;
}
.fuzdo-class .ere-agent.agent-list .agent-info span {
  font-size: 16px;
  color: #b7b7b7;
}
.fuzdo-class .ere-agent.agent-list .agent-info p {
  font-size: 16px !important;
  color: #565656;
  margin-top: 15px;
  max-height: 100px;
  overflow: hidden;
}
.fuzdo-class .ere-agent.agent-list .agent-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.fuzdo-class .ere-agent.agent-list .agent-social a {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #252525;
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  margin-right: 7px;
}
.fuzdo-class .ere-agent.agent-list .agent-social a i {
  line-height: 40px;
  vertical-align: top;
}
.fuzdo-class .ere-agent.agent-list .agent-social a:hover {
  background-color: #82bb4e;
  border-color: #82bb4e;
}
.fuzdo-class .ere-agent.agent-list .agent-social a:hover i {
  color: #fff !important;
}
.fuzdo-class .ere-property .view-all-link a {
  padding: 9px 26px;
}
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-prev,
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-next {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
  top: 5px;
}
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-prev i,
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-next i {
  color: #252525;
  line-height: 38px;
  font-size: 24px;
}
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-prev:hover,
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-next:hover {
  border-color: #82bb4e;
  background: transparent;
}
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-prev:hover i,
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .owl-next:hover i {
  color: #82bb4e;
}
.fuzdo-class .ere-property .owl-nav-bottom-center .owl-nav .view-all-link {
  margin-top: 0 !important;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav {
  position: initial;
  top: auto;
  right: auto;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-prev,
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-next {
  position: absolute;
  margin-top: -30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  top: -55px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-prev i,
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-next i {
  color: #252525;
  line-height: 38px;
  font-size: 24px;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-prev:hover,
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-next:hover {
  border-color: #252525;
  background: #252525;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-prev:hover i,
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-next:hover i {
  color: #fff;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-prev {
  right: 155px !important;
  left: auto !important;
  margin-right: 0;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .owl-next {
  right: 115px;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .disabled {
  cursor: not-allowed !important;
}
.fuzdo-class .ere-property .owl-nav-top-right .owl-nav .view-all-link {
  position: absolute;
  top: -55px;
  right: 0;
  margin-top: -30px !important;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-prev,
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: solid 1px #ebebeb;
  background-color: #ebebeb;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-prev i,
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next i {
  color: #252525;
  line-height: 38px;
  font-size: 24px;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-prev:hover,
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next:hover {
  border-color: #82bb4e;
  background: transparent;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-prev:hover i,
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next:hover i {
  color: #82bb4e;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-prev {
  margin-right: 0;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next {
  background-color: #82bb4e !important;
  border-color: #82bb4e !important;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next i {
  color: #fff !important;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next:hover {
  background: transparent !important;
}
.fuzdo-class .heading-contain-owl-nav .owl-nav .owl-next:hover i {
  color: #82bb4e !important;
}
.fuzdo-class .heading-dark .ere-heading.color-light h2,
.fuzdo-class .heading-dark .ere-heading.color-light p {
  color: #252525;
}
.fuzdo-class .ere-search-map-properties .ere-property .property-item {
  margin-bottom: 30px;
}
.fuzdo-class .ere-search-properties.style-vertical .form-search-wrap,
.fuzdo-class .ere-search-map-properties .form-search-wrap {
  background: transparent;
}
.fuzdo-class .ere-search-properties.style-vertical .col-scroll-vertical,
.fuzdo-class .ere-search-map-properties .col-scroll-vertical {
  float: left;
  padding: 30px !important;
}
.fuzdo-class .ere-search-properties.style-vertical .ere-map-search,
.fuzdo-class .ere-search-map-properties .ere-map-search {
  float: right;
}
.fuzdo-class .ere-search-properties.style-vertical .search-properties-form,
.fuzdo-class .ere-search-map-properties .search-properties-form {
  border-bottom: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
}
.fuzdo-class .ere-search-properties.style-vertical .search-properties-form .row,
.fuzdo-class .ere-search-map-properties .search-properties-form .row {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.fuzdo-class .ere-search-properties.style-vertical .list-property-result-ajax,
.fuzdo-class .ere-search-map-properties .list-property-result-ajax,
.fuzdo-class .ere-search-properties.style-vertical .ere-search-content,
.fuzdo-class .ere-search-map-properties .ere-search-content {
  padding-left: 0;
  padding-right: 0;
}
.fuzdo-class .ere-search-properties.style-vertical .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.fuzdo-class .ere-search-map-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.fuzdo-class .ere-search-properties.style-vertical .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.fuzdo-class .ere-search-map-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #82bb4e;
}
.fuzdo-class .ere-search-status-tab {
  height: auto !important;
  background: #2c2c2c;
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: solid 1px #82bb4e;
}
.fuzdo-class .ere-search-status-tab button {
  height: 60px !important;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto';
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-transform: uppercase;
  float: initial !important;
  background: #2c2c2c;
}
.fuzdo-class .ere-search-status-tab button.active,
.fuzdo-class .ere-search-status-tab button:hover,
.fuzdo-class .ere-search-status-tab button:focus {
  background-color: #82bb4e !important;
  color: #fff;
}
.fuzdo-class .top-accent-color .ere-search-status-tab {
  position: relative;
}
.fuzdo-class .top-accent-color .ere-search-status-tab:before {
  content: '';
  background-color: #2C2C2C;
  width: 10000px;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 100%;
  display: block;
  border-bottom: solid 1px #82bb4e;
}
.fuzdo-class .top-accent-color .ere-search-status-tab:after {
  content: '';
  background-color: #2C2C2C;
  width: 10000px;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 100%;
  display: block;
  border-bottom: solid 1px #82bb4e;
}
.fuzdo-class .ere-archive-property-wrap .ere-property-advanced-search {
  margin-bottom: 100px;
}
.fuzdo-class .ere-property .paging-navigation .next,
.fuzdo-class .ere-property .paging-navigation .prev {
  right: auto !important;
}
.fuzdo-class .compare-tables.table-striped .property-inner {
  background: transparent;
}
.fuzdo-class .compare-tables.table-striped .property-inner:before {
  display: none;
}
.fuzdo-class .compare-tables.table-striped tbody > tr:nth-of-type(even) {
  background-color: transparent;
}
.fuzdo-class .compare-tables.table-striped tr {
  height: 60px;
}
.fuzdo-class .compare-tables.table-striped th {
  border: solid 1px #ebebeb !important;
}
.fuzdo-class .compare-tables.table-striped td {
  border: solid 1px #ebebeb;
  color: #636363;
}
.fuzdo-class .compare-tables.table-striped .title-list-check {
  text-align: center;
  font-size: 14px;
}
.fuzdo-class .listing-btn {
  padding: 0;
}
.fuzdo-class .listing-btn i {
  left: 1px;
  top: 2px;
}
.fuzdo-class .ere-google-map-directions #get-direction:hover {
  background-color: #252525;
}
.fuzdo-class .ere-agent-single-wrap .ere-heading {
  padding-bottom: 24px;
  padding-left: 0;
}
.fuzdo-class .ere-agent-single-wrap .ere-heading:after {
  width: 100px;
  height: 4px;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.fuzdo-class .ere-agency .agency-avatar {
  width: 370px;
  border: none;
  background: transparent;
}
.fuzdo-class .ere-agency .agency-avatar img {
  max-height: initial;
  width: initial;
  position: initial;
  left: initial;
  top: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.fuzdo-class .ere-agency .agency-heading {
  margin-bottom: 16px;
}
.fuzdo-class .ere-agency .agency-title {
  font-weight: 700;
  font-size: 24px;
}
.fuzdo-class .ere-agency .agency-excerpt {
  font-size: 16px;
}
.fuzdo-class .agency-single-info .agency-logo-inner {
  padding: 0;
  border: none;
  background: transparent;
}
.fuzdo-class #agency-agent .ere-heading {
  padding-left: 0;
  padding-bottom: 50px;
}
.fuzdo-class #agency-agent .ere-heading p {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 22px;
}
.fuzdo-class #agency-agent .ere-heading:after {
  width: 100px;
  height: 4px;
  right: 0;
  top: auto;
  bottom: 0;
}
.fuzdo-class .vin-recent-properties h3.entry-post-title {
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 20px;
  color: #f8f8f8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fuzdo-class .vin-recent-properties .property-price span {
  color: #82bb4e;
  font-weight: 500;
  font-size: 15px;
}
.fuzdo-class .vin-recent-properties .property-item {
  position: relative;
  margin-bottom: 30px;
}
.fuzdo-class .vin-recent-properties .property-item:before {
  content: '';
  display: block;
  position: absolute;
  transition: all .3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.6));
}
.fuzdo-class .vin-recent-properties .property-item:last-child {
  margin-bottom: 0;
}
.fuzdo-class .vin-recent-properties .entry-content-wrap {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 100%;
  padding: 0 30px;
}
.fuzdo-class .vin-recent-properties span.property-state {
  float: right;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.fuzdo-class .vin-recent-properties .property-state i {
  margin-right: 4px;
}
.fuzdo-class .vin-recent-properties .owl-nav-top-right .owl-nav .owl-prev,
.fuzdo-class .vin-recent-properties .owl-nav-top-right .owl-nav .owl-next {
  top: -55px !important;
}
.fuzdo-class .slider-properties {
  position: relative;
}
.fuzdo-class .slider-properties .property-item .property-state {
  display: none;
}
.fuzdo-class .slider-properties .count-properties {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #181616;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 16px;
  font-family: 'Maven Pro';
}
.fuzdo-class .slider-properties .count-properties span {
  color: #82bb4e;
}
.fuzdo-class .slider-properties .property-state {
  position: absolute;
  right: 30px;
  bottom: 21px;
  z-index: 10;
}
.fuzdo-class button.ere-btn-arrow.active,
.fuzdo-class button.ere-btn-arrow:hover {
  background: #82bb4e;
}
.fuzdo-class button.ere-btn-arrow.active:after,
.fuzdo-class button.ere-btn-arrow:hover:after {
  border-left-color: #82bb4e;
}
.fuzdo-class .ere-property-multi-step .ere-step-nav {
  border-top-color: #82bb4e;
}
.fuzdo-class .ere-dashboard-nav li.active a {
  border-left-color: #82bb4e;
}
.fuzdo-class .single-property-area .property-tab .nav-tabs li.active a,
.fuzdo-class .single-property-area .property-tab .nav-tabs li:hover a,
.fuzdo-class .single-property-area .single-property-image-main .owl-next {
  background-color: #82bb4e;
}
.fuzdo-class .single-property-area .single-property-image-main .owl-next:after {
  border-bottom-color: #82bb4e;
}
.fuzdo-class .ere-dashboard-nav li.active a {
  border-left-color: #82bb4e;
}
.fuzdo-class .ratings-summary .ratings-average {
  font-size: 30px;
}
.fuzdo-class .rating-container .empty-stars {
  color: #82bb4e;
}
.fuzdo-class .rating-container .filled-stars {
  color: #82bb4e;
  -webkit-text-stroke: 1px #82bb4e;
  text-shadow: 1px 1px #82bb4e;
}
.fuzdo-class .review-date:before {
  color: #82bb4e;
}
.fuzdo-class .overall-rating .reviews-box li .item-list span {
  background-color: #82bb4e !important;
}
.fuzdo-class .login-for-review,
.fuzdo-class .waiting-for-approval {
  color: #82bb4e;
}
.fuzdo-class .reviews-list {
  margin-top: 30px;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li a:hover,
.ere-widget-listing-property-taxonomy ul li a:hover {
  color: #82bb4e !important;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy.scheme-light ul li a,
.ere-widget-listing-property-taxonomy.scheme-light ul li a {
  color: #252525;
}
/* Class Overwrite Icon Search by Title*/
.area-size-info i.fa.fa-arrows:before {
  font-family: 'icomoon';
  content: '\ef22';
}
.bed-info i.fa.fa-hotel:before {
  font-family: 'icomoon';
  content: '\f111';
}
.bath-info i.fa.fa-bath:before {
  font-family: 'icomoon';
  content: '\f113';
}
.panel {
  border-radius: 0 !important;
}
.panel-default > .panel-heading {
  background-color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
}
.archive-property-container .archive-property,
.form-container .form-search-inner {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .archive-property-container .archive-property,
  .form-container .form-search-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .archive-property-container .archive-property,
  .form-container .form-search-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .archive-property-container .archive-property,
  .form-container .form-search-inner {
    width: 1170px;
  }
}
.archive-property-container .archive-property:before,
.archive-property-container .archive-property:after,
.form-container .form-search-inner:before,
.form-container .form-search-inner:after {
  content: " ";
  display: table;
}
.archive-property-container .archive-property:after,
.form-container .form-search-inner:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .property-sync-carousel .property-main-content .main-content-inner {
    margin-left: 76px !important;
  }
  .property-sync-carousel .property-main-content.col-lg-6 {
    float: right !important;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .ere-heading h2 {
    line-height: 40px;
    font-size: 32px;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-heading h4 a {
    font-size: 36px;
  }
  .fuzdo-class .ere-property-featured .property-item-content .property-excerpt {
    max-height: 4.5em;
  }
}
@media (max-width: 1400px) {
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info {
    padding: 15px;
    max-width: 600px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
    font-size: 14px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
    font-size: 34px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price {
    font-size: 24px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 600px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
    font-size: 14px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-title a {
    font-size: 18px !important;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-price span {
    font-size: 14px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-location a {
    font-size: 12px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-excerpt {
    margin-top: 3px !important;
    max-height: 70px !important;
    font-size: 13px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info {
    margin-top: 0;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info .property-info-inner span {
    font-size: 12px !important;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info .property-info-inner > div:not(.tooltip) span:first-child {
    margin-bottom: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-slider-image-wrap {
    bottom: 10px;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .owl-nav {
    display: none !important;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-image-content {
    padding-bottom: 30px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .block-center {
    max-width: 970px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .owl-nav {
    margin-top: 21px;
    max-width: 970px;
    padding-left: 15px;
  }
  .fuzdo-class .ere-property-advanced-search.style-absolute .form-search-wrap,
  .fuzdo-class .ere-search-properties.style-absolute .form-search-wrap {
    max-width: 940px;
  }
  .fuzdo-class.single-property .property-info-action .property-action {
    position: absolute;
    left: -30px;
    top: 10px;
  }
  .other-features-list .checkbox label,
  .other-features-list .radio label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .other-features-list .checkbox label,
  .other-features-list .radio label {
    font-size: 16px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-price span {
    font-size: 18px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-location a {
    font-size: 14px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-excerpt {
    margin-top: 13px !important;
    max-height: 90px !important;
    font-size: 16px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info {
    margin-top: 15px;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info .property-info-inner span {
    font-size: 14px !important;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info .property-info-inner > div:not(.tooltip) span:first-child {
    margin-bottom: 5px;
  }
  .fuzdo-class .ere-property.property-list .property-location {
    position: static;
  }
  .fuzdo-class .ere-property-slider .property-inner .block-center {
    padding-bottom: 100px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .block-center {
    max-width: 750px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .owl-nav {
    margin-top: -9px;
    max-width: 750px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap {
    float: none;
    padding-right: 15px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .filter-wrap .property-filter-content {
    height: auto !important;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-content-inner .owl-dots {
    padding-top: 15px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-content-inner {
    padding: 30px;
  }
  .fuzdo-class .ere-property.property-grid .property-image {
    float: none;
    width: 100%;
    padding: 0;
  }
  .fuzdo-class .ere-property.property-grid .property-inner .property-item-content {
    float: none;
    width: 100%;
    padding: 15px 15px 0;
  }
  .fuzdo-class .ere-property.property-grid .property-inner .property-item-content .property-excerpt {
    max-height: 85px;
  }
  .fuzdo-class .ere-property-featured.property-single-carousel .property-item-content {
    padding-top: 0;
  }
  .fuzdo-class .ere-property-advanced-search.style-absolute .form-search-wrap,
  .fuzdo-class .ere-search-properties.style-absolute .form-search-wrap {
    max-width: 720px;
  }
  .fuzdo-class.single-property .property-info-action .property-action {
    position: initial;
  }
  .fuzdo-class.single-property .property-info-action .property-action .property-action-inner > a,
  .fuzdo-class.single-property .property-info-action .property-action .social-share {
    display: inline-block;
    margin-right: 10px;
  }
  .fuzdo-class .ere-search-properties.style-vertical .col-scroll-vertical,
  .fuzdo-class .ere-search-map-properties .col-scroll-vertical,
  .fuzdo-class .ere-search-properties.style-vertical .ere-map-search,
  .fuzdo-class .ere-search-map-properties .ere-map-search {
    float: inherit;
  }
  .fuzdo-class .ere-property-wrap .ere-property-gallery .filter-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fuzdo-class .owl-nav {
    display: none;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .block-center {
    padding-bottom: 100px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
    font-size: 42px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price {
    font-size: 32px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
    font-size: 16px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
    font-size: 16px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-slider-image-wrap {
    display: none;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-info {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 0;
  }
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-excerpt {
    max-height: auto;
  }
  .fuzdo-class .ere-property-slider .property-inner .block-center {
    padding-bottom: 0 !important;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-content-inner {
    padding: 15px;
  }
  .fuzdo-class .ere-property-advanced-search.style-absolute .form-search-inner,
  .fuzdo-class .ere-search-properties.style-absolute .form-search-inner {
    max-width: inherit;
    margin-top: 0;
  }
  .fuzdo-class .single-property-area .property-contact-agent .agent-info {
    max-width: inherit;
    float: inherit;
    margin-right: 0;
  }
  .fuzdo-class .single-property-area .property-contact-agent .agent-info + .contact-agent {
    padding-left: 0;
    margin-top: 70px;
  }
  .fuzdo-class .single-property-area .property-contact-agent .agent-avatar a {
    width: 200px;
    height: 200px;
  }
  .fuzdo-class .single-property-area .property-tab .tab-content #ere-overview {
    padding: 0 15px;
  }
  .fuzdo-class .single-property-area .property-tab .tab-content > div {
    padding: 15px;
  }
  .fuzdo-class .single-property-area .panel-default > .panel-heading {
    background-color: #222;
    color: #fff;
    position: relative;
  }
  .fuzdo-class .single-property-area .panel-default > .panel-heading:before {
    content: "\f107";
    font-family: fontawesome;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fuzdo-class .ere-property.property-list .property-item-content .property-info .property-info-inner > div:not(.tooltip) span {
    display: block !important;
  }
  .fuzdo-class .ere-search-status-tab button {
    float: initial !important;
    display: block;
    width: 100% !important;
  }
  .fuzdo-class .ere-property-advanced-search .ere-search-status-tab button {
    float: initial !important;
    display: block;
    width: 100% !important;
  }
}
@media only screen and (max-width: 599px) {
  .fuzdo-class .ere-agent.agent-list .agent-content {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .fuzdo-class .ere-agent.agent-list .agent-social {
    margin-top: 15px;
    padding-top: 15px;
  }
  .fuzdo-class .ere-property-featured .property-info .property-info-inner {
    width: 100%;
  }
  .fuzdo-class .ere-property-featured .property-info .property-info-inner > div {
    text-align: center;
    padding-right: 0;
  }
  .fuzdo-class .ere-property-featured .property-info .property-bathrooms .property-info-item-inner,
  .fuzdo-class .ere-property-featured .property-info .ere-property-featured .property-info .property-bedrooms .property-info-item-inner {
    display: block;
    text-align: center;
  }
  .fuzdo-class .ere-property-featured .property-info .property-info-inner .property-info-item-inner > span {
    padding-right: 10px;
    padding-bottom: 0;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel.color-light .property-info .property-info-inner .property-info-item-inner .property-info-value {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info {
    display: block;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content {
    position: static;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-info {
    height: auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-info .property-info-inner .property-info-item-inner > span {
    font-size: 16px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading a {
    color: #252525;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-heading span {
    display: inline-block;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-inner .property-image img {
    height: auto;
  }
  .fuzdo-class div.ere-property-featured.property-single-carousel .property-location {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .fuzdo-class .ere-property.property-zigzac .property-item-content .property-excerpt {
    font-size: 14px;
  }
  .fuzdo-class .ere-property.property-list .property-inner {
    padding: 15px !important;
  }
  .fuzdo-class .ere-property.property-list .property-item-content .property-title {
    font-size: 20px !important;
  }
  .fuzdo-class .ere-property.property-list .ere-property-featured {
    margin-bottom: 15px !important;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info {
    padding-bottom: 10px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
    display: block;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span {
    padding-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span:before {
    margin-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span {
    display: block;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span:before {
    margin-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info {
    line-height: 18px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
    font-size: 10px;
    display: block;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
    font-size: 11px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
    font-size: 32px;
    max-height: 46px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price {
    font-size: 24px;
  }
  .fuzdo-class .ere-property-featured .property-info .property-info-inner > div {
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info {
    padding-top: 22px;
    width: 100%;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-status {
    top: 0;
    right: 0;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4 a {
    font-size: 24px;
    padding-right: 0;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading .property-location {
    font-size: 13px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info {
    padding: 10px 15px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div {
    text-align: center;
    padding: 0;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div > span {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div > span:before {
    font-size: 16px;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info > div .content-property-info {
    display: inline-block;
  }
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info .content-property-info p {
    font-size: 12px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span {
    padding-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div > span:before {
    margin-right: 0;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info .content-property-info p {
    font-size: 12px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
    font-size: 13px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
    font-size: 42px;
    max-height: 55px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline .property-price {
    font-size: 26px;
  }
  .fuzdo-class .ere-property-featured .property-info .property-info-inner > div {
    width: 50%;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-status {
    display: block;
    margin-top: 10px;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-status span:before {
    display: none !important;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .main-content-inner {
    padding-bottom: 15px;
  }
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-image-content {
    padding-bottom: 15px;
  }
  .fuzdo-class div.ere-property-featured.property-cities-filter .property-item-content .property-info {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 375px) {
  .fuzdo-class .ere-property-featured.property-sync-carousel .property-price {
    margin-bottom: 10px;
  }
  .fuzdo-class .ere-property-slider.pagination-image .property-inner .property-info > div {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 320px) {
  .fuzdo-class .ere-property-slider.navigation-middle .property-inner .property-info .content-property-info p {
    display: block;
    line-height: 20px;
  }
}
body {
  background-color: #fff;
}
