@charset 'UTF-8';

.primary-color {
  background: #DA3743;
}


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header 
3. Picks 
4. Category 
5. reviews 
6. Blog 
7. Footer
8. Widget geomap 
9. Card-preview 
10. Banner 
11. Widget container wide 
12. Listing 
13. Post 
14. Modal 
15. Panel 
16. Agents 
17. Invoice 
18.Row flex 
19. List menu 
20. Components
21. Custom

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
*/

main.main {
  background: white;
}

body:not(.boxed) .container.container-palette {
  width: inherit;
  max-width: inherit;
  min-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

body.boxed .container.container-palette .container {
  padding: 0;
  width: inherit;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
}

body.boxed .section-profile {
  margin-top: 0;
}

body.boxed .owl-slider-content .item {
  width: 1170px;
}

body.boxed .container.container-palette .owl-slider-content .container {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  body.boxed .owl-slider-content .item {
    width: 970px;
  }
}

@media (max-width: 991px) {
  body.boxed .owl-slider-content .item {
    width: 750px;
  }
}

@media (max-width: 767px) {
  body.boxed .owl-slider-content .item {
    width: 100%;
  }
}

body {
  font-family: 'Nunito';
  font-size: 14px;
  color: #353535;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.btn,
.form-control,
input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
  border-radius: 2px;
}

input,
textarea,
.bootstrap-select .dropdown-menu,
.bootstrap-select button {
  background: #FFF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.bootstrap-select button {
  height: 100%;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
  border: 0;
}

.bootstrap-select option[hidden] {
  color: #999FA2;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: -100%;
  margin-top: 0;
  margin-left: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0;
  padding: 0;
}


.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/*.dropdown-submenu > a:after {
  display: none;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #CCC;
  margin-top: 5px;
  margin-right: -10px;
}
*/
.dropdown-submenu:hover > a:after {
  border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  right: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a:focus {
  outline: 0;
}

.bootstrap-select  .dropdown-menu > li > a {
  padding: 10px 10px;
  font-size: 15px;
  color: #252525;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 10px;
}


.bootstrap-select  .dropdown-menu > li > a:hover .glyphicon {
  color: #da3743;
}


.bootstrap-select  .dropdown-toggle .filter-option .glyphicon,
.bootstrap-select  .dropdown-menu > li > a .glyphicon {
  margin-right: 16px;
  font-size: 25px;
  top: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 3px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 15px;
  vertical-align: top;
  padding: 5px 0px;   
}

.btn-custom {
  padding: 0 50px;
  line-height: 52px;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.btn-custom.btn-icon {
  font-size: 36px;
  padding: 0 15px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn {
    box-shadow: none;
}

.btn-wide {
  width: 100%;
  line-height: 18px;
  padding: 17px 0;
  white-space: normal;
}

.btn-custom-secondary {
  background: #DA3743;
}

body .btn-custom-secondary i {
  color: #FFF;
  margin-right: 5px;
}

.btn-custom-secondary:hover {
  background: #C5434D;
}

.btn.btn-custom.focus,
.btn.btn-custom:focus,
.btn.btn-custom:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-custom-primary {
  background: #375BB3;
}

.btn-custom-primary:hover {
  background: #4776e5;
}

.btn-custom-s {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 8px 12px;
  color: #6E6E6E;
  font-size: 13px;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.btn-custom-s.btn-custom-secondary {
  color: #FFF;
}

.btn-custom-default:hover {
  background: #EAEAEA;
  color: #000;
}

.btn-custom-grey {
  background: #B9B9B9;
}

.btn-custom-grey {
  background: #B9B9B9;
}

.btn-custom-grey:hover {
  background: #909090;
}

.btn-custom-default {
  background: #F3F3F3;
}

.btn-custom-default {
  background: #F3F3F3;
}

.btn-special-primary {
    border: 2px solid #DA3743;
    color: #DA3743;
    padding: 4px 16px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    margin: 0 3px;
}

.btn-special-primary:hover {
    border: 2px solid #C5434D;
    background: #C5434D;
    color: white;
}

.btn-special-primary.fill {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.btn-special-primary.fill:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.btn-custom-s i {
  margin-right: 5px;
  color: #000;
}

.local-form .form-group .control-label {
  margin-bottom: 10px;
  font-size: 16px;
}

.section {
  padding-top: 95px;
  padding-bottom: 90px;
}

.section-s {
  padding-top: 40px;
  padding-bottom: 15px;
}

.section-picks,
.section-category,
.section-blog {
  padding-bottom: 70px;
}

.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.section-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -49px;
  border-bottom: 1px dashed #B2B2B2;
  width: 98px;
}

.section-title.no-underline:after {
  display: none;
}

.section-title .subtitle,
.section-title .title {
  display: block;
  margin-bottom: 11px;
}

.section-title .title {
  font-size: 32px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
}

.section-title.slim .title {
  font-size: 20px;
}

.section-title.middle .title {
  font-size: 22px;
}


.section-title .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #7B7B7B;
}

.section-title.middle .subtitle {
  font-size: 14px;
}

.section-title.box-v {
  margin-bottom: 0;
}

.section-title.box-v:after {
  display: none;
}

.section-title.text-left {
  text-align: left;
}

/* ratings */
.icon-star-ratings:after {
  bottom: -30px;
  content: '\f006 \f006 \f006 \f006 \f006';
  color: #da3743;
  letter-spacing: 2px;
  left: 0;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-0:after {
  bottom: -30px;
  content: '\f006 \f006 \f006 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-0-5:after {
  bottom: -30px;
  content: '\f123 \f006 \f006 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-1:after {
  bottom: -30px;
  content: '\f005 \f006 \f006 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-1-5:after {
  bottom: -30px;
  content: '\f005 \f123 \f006 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-2:after {
  bottom: -30px;
  content: '\f005 \f005 \f006 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-2-5:after {
  bottom: -30px;
  content: '\f005 \f005 \f123 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-3:after {
  bottom: -30px;
  content: '\f005 \f005 \f005 \f006 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-3-5:after {
  bottom: -30px;
  content: '\f005 \f005 \f005 \f123 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-4:after {
  bottom: -30px;
  content: '\f005 \f005 \f005 \f005 \f006';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-4-5:after {
  bottom: -30px;
  content: '\f005 \f005 \f005 \f005 \f123';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

.icon-star-ratings-5:after {
  bottom: -30px;
  content: '\f005 \f005 \f005 \f005 \f005';
  color: #da3743;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}

/* ratings */

.section {
  background-color: #FFF;
}

body .zebra-childs .section:nth-child(2n) {
  background: #F5F5F5;
}

body .slim-sections .section:not(:first-child):not(:last-child) {
  padding-top: 50px;
  padding-bottom: 50px;
}

body .slim-sections .section:last-child {
  padding-top: 50px;
}

body .slim-sections .section:first-child {
  padding-bottom: 50px;
}

.image-cover {
  position: relative;
}

img.image-cover,
.image-cover img {
  height: 100%;
       object-fit: cover;
   -ms-object-fit: cover;
    -o-object-fit: cover;
  -moz-object-fit: cover;
  width: 100%;
}

.nopaddingrow > *[class*='col'] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}


textarea.form-control::-moz-placeholder {
  color: #555;
}

textarea.form-control::-webkit-input-placeholder {
  color: #555;
}

textarea.form-control::placeholder {
  color: #555;
}

textarea.form-control::-ms-input-placeholder {
  color: #555;
}

input.form-control::-moz-placeholder {
  color: #555;
}

input.form-control::-webkit-input-placeholder {
  color: #555;
}

input.form-control::placeholder {
  color: #555;
}

input.form-control::-ms-input-placeholder {
  color: #555;
}

.section-search-area input.form-control::-moz-placeholder {
  color: #999fa2;
  font-size: 15px;
}

.section-search-area input.form-control::-webkit-input-placeholder {
  color: #999fa2;
  font-size: 15px;
}

.section-search-area input.form-control::placeholder {
  color: #999fa2;
    font-size: 15px;
}

.section-search-area input.form-control::-ms-input-placeholder {
  color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-moz-placeholder {
  color: #999fa2;
  font-size: 15px;
}

.top-bar input.form-control::-webkit-input-placeholder {
  color: #999fa2;
  font-size: 15px;
}

.top-bar input.form-control::placeholder {
  color: #999fa2;
    font-size: 15px;
}

.top-bar input.form-control::-ms-input-placeholder {
  color: #999fa2;
    font-size: 15px;
}

/*------------------------------------------------------------------
[2. Header ]
*/

.header {
  position: relative;
}

.header .map-bg {
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.top-bar {
  border-bottom: 1px solid #EBEBEB;
  padding: 21.5px 0;
  padding-top: 6.5px;
  background: white;
}

.top-bar > div > div > * {
  padding-top: 15px;
}

body:not(.boxed) .top-bar.container.container-palette {
  width: 100%;
}

body.boxed .widget-recentproperties .filters-box,
body.boxed .boxed-wide {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar.overflow {
  padding: 15px 0;
  position: absolute;
  background: transparent;
}

.top-bar.top-bar-white {
  border-bottom: none;
}

.top-bar.top-bar-color {
  padding: 30px 0;
  background: #DA3743;
}

.top-bar .container-top {
  padding: 0 30px;
}

body .top-bar .container.container-palette {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar.t-overflow {
  position: absolute;
  z-index: 25;
  background: transparent;
}

body.boxed .top-bar.t-overflow {
  left: 50%;
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.top-bar.fill {
  position: fixed;
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.top-bar .logo a {
  color: #DA3743;
  font-size: 30px;
  font-family: "Nunito Black", 'Nunito';
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 4px;
  display: block;
}

.top-bar.top-bar-white .logo a {
  color: #FFF;
}

.top-bar .nav-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-bar .nav-items {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.top-bar .nav-items > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  outline: none;
}

 body:not(.navigation-open) .top-bar .nav-items > li > .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

 body:not(.navigation-open) .top-bar .nav-items > li.open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media(min-width: 768px) {
    body:not(.navigation-open) .top-bar .nav-items > li:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top-bar .nav-items > li> a {
  display: block;
  color: #4C4C4C;
  margin-left: 5.5px;
  margin-right: 5.5px;
  text-decoration: none;
}

.top-bar .nav-items > li> a:not(.btn) {
  display: block;
  padding: 7px 0;
  margin-left: 20.5px;
  margin-right: 5.5px;
  text-decoration: none;
  position: relative;
}

.top-bar .nav-items > li >a {
  margin-left: 5.5px;
  margin-right: 5.5px;
}

.top-bar .nav-items > li.active> a {
  background: transparent;
}

.top-bar .nav-items > li a span {
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.top-bar .nav-items > li.open>a >span,
.top-bar .nav-items > li> a:hover >span {
  color: #da3743;
}

.top-bar .nav-items > li> a.btn {
  padding: 5px 20px;
}

.top-bar .nav-items > li> a.btn.btn-custom-default {
  border: 2px solid rgba(0, 0, 0, 0.24);
  background: transparent;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.top-bar .nav-items > li> a.btn.btn-custom-default:hover {
  background: #514949;
  border: 2px solid #514949;
}

.top-bar .nav-items > li> a.btn.btn-custom-primary {
    border: 2px solid #375BB3;
    transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.top-bar .nav-items > li> a.btn.btn-custom-primary:hover {
  border: 2px solid #4776e5;
}

.default-menu .dropdown-menu {
    padding: 14px 0;
    border: 0;
    border-radius: 3px !important;
    box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
    margin-top: 4px !important;
}

.dropdown-menu {
    border-radius: 3px;
}

.default-menu .dropdown-menu>li>a {
    padding: 6px 20px;
}

/* reset */

.default-menu>li>a:focus, 
.default-menu>li>a:hover,
.default-menu .dropdown-menu>.active>a,
.default-menu .dropdown-menu>li>a:focus, 
.default-menu .dropdown-menu>li>a:hover,
.default-menu > li.open>a, 
.default-menu > li.open>a:focus, 
.default-menu > li.open>a:hover,
.default-menu > li>a:hover {
    color: initial;
    background-color: transparent;
}

.default-menu .dropdown li,
.default-menu .dropdown a {
    display: block;
}

.default-menu .dropdown-menu>li>a {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.default-menu .dropdown-menu>li.active>a,
.default-menu .dropdown-menu>li>a:hover {
    color: #da3743;
}

.affix.top-bar .default-menu .dropdown-menu>li.active>a {
    background: #da3743
}

.top-bar-btns:after {
  content: '';
  clear: both;
  display: table;
}

.top-bar-btns {
  float: right;
  margin-left: 40px;
}

.navbar-toggle .icon-bar {
  background-color: #CCC;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

.nav > li {
  z-index: 5;
}

.top-bar .nav-items li a.btn.btn-custom-default:hover {
  color: white;
}

.top-bar .nav-items li a.btn.btn-custom-primary {
  color: white;
}

.top-bar .btn,
.top-bar .default-menu > li > a {
  font-weight: 600;
}

.top-bar.top-bar-white .default-menu > li > a {
  color: white;
}

.top-bar.top-bar-color .default-menu > li > a .caret {
  color: inherit;
}

.top-bar.top-bar-white .nav-items li a.btn {
  color: white;
}

.top-bar.affix .nav-items li a.btn.btn-custom-default:hover {
  background: #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
  border: 2px solid #514949;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
  background: rgba(81, 73, 73, 0.21);
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
  border: 2px solid #FFF;
}

.top-bar.top-bar-white .nav-items li a.btn.btn-custom-primary:hover,
.top-bar.top-bar-color .nav-items li a.btn.btn-custom-primary {
  color: #FFF;
}

/* end top-bar-white */

.top-bar.t-overflow .nav-items.default-menu {
    margin-right: 20px;
}


.top-bar.top-bar-color {
  padding: 30px 0;
  padding-top: 15px;
  background: #DA3743;
  z-index: 1000;
}

.lang-menu-mobile,
.navigation-wrapper .logo {
  display: none;
}

.navigation-wrapper.navigation-middle .navbar-toggle > *,
.navigation-wrapper.navigation-middle .information-box {
  display: none;
}

@media (max-width: 1160px) and (min-width: 992px) {
  .navigation-wrapper.navigation-middle .nav.default-menu > li {
    display: none;
  }

  .navigation-wrapper.navigation-middle .navbar-toggle {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    color: #000;
    padding: 0 15px;
    margin: 0;
    margin: 0 5px;
    margin-right: 10px;
    border-radius: 0;
            transition: all 0.15s;
    -webkit-transition: all 0.15s;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret,
  .navigation-wrapper.navigation-middle .navbar-toggle > * {
    display: none;
  }

  .top-bar.top-bar-color .navigation-wrapper.navigation-middle .navbar-toggle {
    color: #FFF;
  }

  .navigation-wrapper.navigation-middle .navbar-toggle:after {
    content: '\f397';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-toggle > *,
  .navigation-wrapper.navigation-middle .information-box {
    display: none;
  }

  .navigation-open {
    overflow: hidden;
  }

  .navigation-open .navigation-wrapper.navigation-middle .information-box {
    display: block;
  }

  .navigation-open:after {
    content: '';
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    z-index: 120;
  }

  .navigation-open .navigation-wrapper.navigation-middle {
    text-align: left;
    padding: 15px 15px;
    padding-right: 20px;
  }


  .navigation-open .navigation-wrapper.navigation-middle {
    left: 0;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .navigation-open .top-bar.t-overflow {
    z-index: 1000;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav ul.dropdown-menu {
    background: rgb(39, 39, 39);
    top: 0;
    left: 100%;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav li:last-child ul.dropdown-menu {
    bottom: -75px;
    left: 100%;
    top: initial;
  }

  .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li.open a,
  .navigation-open .top-bar .navigation-wrapper.navigation-middle .nav-items.default-menu li a {
    color: #FFF;
  }

  .navigation-open .navigation-wrapper.navigation-middle {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 1000;
    padding: 15px 25px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    background: rgba(34,34,34,0.95);
            transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
    -webkit-transform: perspective(1000px) rotateX(0deg) scale(1) skewX(0deg) skewY(0deg) rotateY(0deg);
  }

  .navigation-open .navigation-wrapper.navigation-middle .logo {
    display: none;
  }

  .navigation-open .navigation-wrapper.navigation-middle .logo a {
    font-size: 32px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav {
    box-shadow: none;
    background: transparent;
    padding-right: 50px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li {
    text-align: left;
    float: none;
    display: block;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav > li > a {
    text-transform: uppercase;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a {
    font-size: 20px;
    position: relative;
    line-height: 24px;
    padding: 10px 30px 10px 0;
  }

  .navigation-open .top-bar.t-overflow .nav-items li > a::after {
    display: none;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown.dropdown-submenu > a:after,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items > li > a:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: rgb(255, 255, 255);
    width: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
    border: 0;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.dropdown-submenu > a:hover:after,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li.open a:after,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav.nav-items li a:hover:after {
    width: 100%;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:focus,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open a,
  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a:hover {
    font-size: 20px;
    position: relative;
    background: transparent;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret {
    width: 41px;
    height: 41px;
    position: absolute;
    right: -12px;
    top: 0;
    cursor: pointer;
    color: #444;
    border: 0;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:before {
    position: absolute;
    width: 17px;
    height: 1px;
    background: currentColor;
    left: 12px;
    top: 20px;
    content: '';
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li a .caret:after {
    position: absolute;
    width: 1px;
    height: 17px;
    background: currentColor;
    left: 20px;
    top: 12px;
    content: '';
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-open .navigation-wrapper.navigation-middle .navbar-nav li.open > a .caret:after {
    height: 0;
    top: 20px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu {
    padding-left: 15px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu li a {
    background: transparent !important;;
  }

  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav .dropdown-menu > li a {
    background: transparent;
    opacity: 0.6;
    color: #F7F7F7 !important;
            transition: all 0.15s;
    -webkit-transition: all 0.15s;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px 10px 0;
  }

  .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu > li.dropdown-submenu:hover > a,
  .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a:hover,
  .navigation-open .navigation-wrapper.navigation-middle .affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a:hover,
  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li.active > a,
  .navigation-open .navigation-wrapper.navigation-middle .default-menu.navbar-nav.nav .dropdown-menu li > a:hover {
    background: transparent;
    opacity: 1;
    color: #FFF !important;
  }

  .navigation-open .navigation-wrapper.navigation-middle .button-close {
    width: 46px;
    height: 46px;
    background: #151515;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .navigation-open .navigation-wrapper.navigation-middle .button-close:before,
  .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -7px;
    content: '';
    background: #FFF;
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-open .navigation-wrapper.navigation-middle .button-close:after {
            transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .navigation-open .top-bar .navigation-wrapper.navigation-middle .logo a {
    color: #000;
  }

  .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -20px;
    margin-top: 10px;
    border-top: 3px solid #EEE;
    padding-top: 5px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a {
    padding: 5px 15px;
    display: block;
    color: #252525 !important;
  }

  .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a:hover {
    text-decoration: none;
    background: #F3F3F3;
  }

  .navigation-open .navigation-wrapper.navigation-middle .lang-menu-mobile a img {
    margin-bottom: 2px;
    margin-right: 4px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .infiormation-box {
    color: rgba(255,255,255,0.7);
  }

  .navigation-open .navigation-wrapper.navigation-middle .information-box {
    color: white;
    max-width: 350px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .f-box {
    margin-bottom: 30px;
  }

  .navigation-open .navigation-wrapper.navigation-middle .f-box a {
    color: white;
  }

  .navigation-wrapper.navigation-middle .f-box .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .navbar-toggle {
    display: none;
  }

  .top-bar.affix-menu.affix .navigation-wrapper.navigation-middle .nav.default-menu > li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /*.navbar-nav > li.open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
        -ms-transform: scale(1);
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.3s;
            transition: ease 0.3s;
        -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    pointer-events: none;
    padding: 0;
    border: none;
    background-clip: none;
    margin: 0;
  }*/
}

@media (max-width: 767px) {
  .lang-menu-mobile {
    display: block;
  }

  .top-bar-btns {
    float: none;
  }

  .top-bar-btns .nav-items {
    float: left;
  }

  .top-bar-btns .navbar-toggle {
    float: right;
    padding: 0;
  }

  .default-menu {
    overflow: hidden;
    background: #382F2F;
    padding: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    z-index: 555555;
    text-align: center;
  }

  .default-menu.nav-items li a:not(.btn) {
    margin: 0;
  }

  .default-menu.navbar-nav > li > .dropdown-menu {
    text-align: center;
  }

  .top-bar .nav-items.default-menu {
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 10px;
  }

  .nav.default-menu > li > a:focus,
  .nav.default-menu > li > a:hover {
    background: #375BB3;
  }

  .default-menu.navbar-nav > li > .dropdown-menu {
    background: #272323;
    padding: 0;
  }

  .default-menu.nav-items li {
    display: block;
    font-size: 14px;
    vertical-align: top;
  }

  .default-menu.nav-items li.dropdown a {
  }

  .navigation-open:after {
    content: '';
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    z-index: 120;
  }

  .navigation-wrapper {
    text-align: left;
    padding: 15px 15px;
    padding-right: 20px;
  }

  .navigation-wrapper {
    position: fixed;
    top: 0;
    width: 274px;
    left: -274px;
    height: 100%;
    background: white;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }

  .navigation-open .navigation-wrapper {
    left: 0;
  }
  
  .navigation-open .navigation-wrapper .navbar-toggle {
    display: none;
  }

  .navigation-open .top-bar.t-overflow {
    z-index: 1000;
  }

  .navigation-wrapper .default-menu.navbar-nav.nav ul.dropdown-menu {
    background: transparent;
  }

  .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open > a:hover,
  .navigation-open .top-bar.top-bar-white .navigation-wrapper .default-menu.nav .open > a:focus,
  .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open > a,
  .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open > a:focus,
  .navigation-open .top-bar.t-overflow .navigation-wrapper .default-menu.nav .open > a:hover
  .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li.open a,
  .navigation-open .top-bar .navigation-wrapper .nav-items.default-menu li a {
    color: #4C4C4C !important;
  }

  .navigation-wrapper {
    position: fixed;
    top: 0;
    width: 274px;
    left: -274px;
    height: 100%;
    min-height: 100vh;
    background: white;
    overflow: auto;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }

  .navigation-wrapper .logo {
    display: block;
  }

  .navigation-wrapper .logo a {
    font-size: 32px;
    font-weight: bold;
    color: #252525;
    line-height: 1;
  }

  .navigation-wrapper .navbar-nav {
    box-shadow: none;
    background: transparent;
  }

  .navigation-wrapper .navbar-nav li {
    text-align: left;
  }

  .navigation-wrapper .navbar-nav > li > a {
    text-transform: uppercase;
  }

  .navigation-wrapper .navbar-nav li a {
    font-size: 20px;
    position: relative;
    line-height: 24px;
    padding: 10px 30px 10px 0;
  }

  .navigation-open  .top-bar.top-bar-color .navigation-wrapper  .nav-items > li > a:not(.btn)::after,
  .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu > a:after,
  .navigation-wrapper .navbar-nav.nav-items > li > a:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background: rgb(37, 37, 37);
    width: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
    border: 0;
  }

  .navigation-open .navigation-wrapper .navbar-nav.nav-items > li.open > a:after,
  .navigation-open .navigation-wrapper .default-menu.navbar-nav .dropdown.dropdown-submenu > a:hover:after,
  .navigation-open .navigation-wrapper .navbar-nav.nav-items > li > a:hover:after,
  .navigation-open .navigation-wrapper .top-bar .nav-items > li > a:not(.btn):hover::after,
  .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown-submenu > a:hover:after,
  .navigation-open .navigation-wrapper .navbar-nav.nav-items li.dropdown.open > a:hover:after,
  .navigation-open .navigation-wrapper .navbar-nav.nav-items li a:hover:after {
    width: 100% !important;
  }

  .navigation-wrapper .navbar-nav li a:focus,
  .navigation-wrapper .navbar-nav li.open a,
  .navigation-wrapper .navbar-nav li a:hover {
    font-size: 20px;
    position: relative;
    background: transparent;
  }

  .navigation-wrapper .navbar-nav li a .caret {
    width: 41px;
    height: 41px;
    position: absolute;
    right: -12px;
    top: 0;
    cursor: pointer;
    color: #444;
    border: 0;
  }

  .navigation-wrapper .navbar-nav li a .caret:before {
    position: absolute;
    width: 17px;
    height: 1px;
    background: currentColor;
    left: 12px;
    top: 20px;
    content: '';
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-wrapper .navbar-nav li a .caret:after {
    position: absolute;
    width: 1px;
    height: 17px;
    background: currentColor;
    left: 20px;
    top: 12px;
    content: '';
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-wrapper .navbar-nav li.open > a .caret:after {
    height: 0;
    top: 20px;
  }

  .navigation-wrapper .default-menu.navbar-nav .dropdown-menu {
    padding-left: 15px;
  }

  .navigation-wrapper .default-menu.navbar-nav .dropdown-menu li a {
    background: transparent !important;;
  }

  .navigation-wrapper .default-menu.navbar-nav .dropdown-menu > li a {
    background: transparent;
    opacity: 0.6;
    color: #252525 !important;
            transition: all 0.15s;
    -webkit-transition: all 0.15s;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px 10px 0;
  }

  .navigation-open .affix-menu.affix.top-bar .default-menu .dropdown-menu > li.dropdown-submenu:hover > a,
  .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a:hover,
  .navigation-wrapper .affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a:hover,
  .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li.active > a,
  .navigation-open .navigation-wrapper .default-menu.navbar-nav.nav .dropdown-menu li > a:hover {
    background: transparent;
    opacity: 1;
    color: #252525 !important;
  }

  .navigation-wrapper .button-close {
    width: 46px;
    height: 46px;
    background: #151515;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .navigation-wrapper .button-close:before,
  .navigation-wrapper .button-close:after {
    width: 14px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -7px;
    content: '';
    background: #FFF;
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
  }

  .navigation-wrapper .button-close:after {
            transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .top-bar .navigation-wrapper .logo a {
    color: #000;
  }

  .navigation-wrapper .lang-menu-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -20px;
    margin-top: 10px;
    border-top: 3px solid #EEE;
    padding-top: 5px;
  }

  .navigation-wrapper .lang-menu-mobile a {
    padding: 5px 20px;
    display: block;
    color: #252525 !important;
  }

  .navigation-wrapper .lang-menu-mobile a:hover {
    text-decoration: none;
    background: #F3F3F3;
  }

  .navigation-wrapper .lang-menu-mobile a img {
    margin-bottom: 2px;
    margin-right: 4px;
  }
}

.lang-manu {
  margin-left: 20px;
}

.lang-manu .btn {
  background: transparent;
  box-shadow: none;
  padding-right: 0;
}

.lang-manu .dropdown-menu {
  border-radius: 3px;
  min-width: initial;
  padding: 0;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
  box-shadow: 0px 3px 15px 0px rgba(1, 1, 1, 0.11);
}

.lang-manu:hover .caret,
.lang-manu.open .caret {
    color: #da3743;
}

.lang-manu .dropdown-menu a img {
  margin-right: 5px;
  margin-bottom: 5px;
}

.lang-manu .dropdown-menu {
    padding: 14px 0;
}

.lang-manu .dropdown-menu > li > a {
    padding: 6px 20px;
    background: transparent;
}

.lang-manu .dropdown-menu > li > a:hover {
    color: #da3743;
}

.lang-manu .caret {
  margin-bottom: 2px;
  margin-left: 2px;
}

.top-bar.top-bar-color:not(.affix) .lang-manu .btn {
  color: white;
}

.t-overflow:not(.affix) .lang-manu .btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: white;
  padding-top: 10px;
}
/*
.t-overflow:not(.affix) .lang-manu .dropdown-menu {
  background: #382F2F;
}

.t-overflow:not(.affix) .lang-manu .dropdown-menu li > a {
  color: white;
  border: 0;
  position: relative;
}

.t-overflow:not(.affix) .lang-manu .dropdown-menu li > a:hover {
  background-color: transparent;
}

.t-overflow:not(.affix) .lang-manu .dropdown-menu li > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(55, 91, 179);
  content: '';
  opacity: 0;
  -webkit-transition: opacity0000.15s, -webkit-transform0000.15s;
     -moz-transition: opacity0000.15s, -moz-transform0000.15s;
          transition: opacity0000.15s, transform0000.15s;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
          transform: translateY(10px);
  border: 0;
}

.t-overflow:not(.affix) .lang-manu .dropdown-menu li > a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
          transform: translateY(0px);
}
*/
.top-bar .local-form {
  margin: -9px 0;
  margin-left: 35px;
  font-size: 0;
}

.top-bar .local-form .form-group {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-bottom;
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.top-bar .local-form .bootstrap-select {
  width: 330px;
}

.top-bar .local-form input.form-control {
  width: 270px;
}

.top-bar .local-form  .btn-custom.btn-icon {
  font-size: 30px;
  padding: 10px 12px;
  line-height: 1;
}

@media (max-width: 1750px) {
  .top-bar .local-form .bootstrap-select {
    width: 250px;
  }
  
  .top-bar .local-form input.form-control {
    width: 225px;
  }
  
}

@media (max-width: 1550px) {
  .top-bar .local-form .bootstrap-select {
    width: 220px;
  }

  .top-bar .local-form input.form-control {
    width: 215px;
  }
}

@media (max-width: 1510px) {
  .top-bar .local-form .bootstrap-select {
    width: 210px;
  }

  .top-bar .local-form input.form-control {
    width: 190px;
  }
}

@media (max-width: 1460px) {
  .top-bar .local-form .bootstrap-select {
    width: 150px;
  }

  .top-bar .local-form input.form-control {
    width: 155px;
  }

  .top-bar .navigation-middle  .nav-items > li > a:not(.btn) {
    display: block;
    padding: 7px 0;
    margin-left: 5.5px;
    margin-right: 10.5px;
    text-decoration: none;
    position: relative;
  }

  .top-bar .local-form  .btn-custom.btn-icon {
    font-size: 30px;
  }
}

@media (max-width: 1270px) {
  .top-bar .local-form {
    margin: -6px 0;
    margin-left: 25px;
  }

  .top-bar .local-form input[type='text'],
  .top-bar .local-form input[type='email'],
  .top-bar .local-form input[type='mail'],
  .top-bar .local-form input[type='password'],
  .top-bar .local-form  .bootstrap-select {
    height: 44px;
  }

  .top-bar .local-form  .btn-custom.btn-icon {
    padding: 7px 12px;
  }

  .top-bar .local-form  .btn-custom.btn-icon i {
    font-size: 30px;
  }

  .top-bar .local-form .bootstrap-select {
    width: 120px;
  }

  .top-bar .local-form input.form-control {
    width: 125px;
  }
}

.section-search-area {
  background: url(../img/bg-parallax.png) no-repeat center center;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 165px;
  position: relative;
}

.section-search-area.mask-dark {
  background: url(../img/mask_dark.png) no-repeat center center;
  background-size: cover;
}

.section-search-area.mask-grey {
  background: url(../img/mask_grey.png) no-repeat center center;
  background-size: cover;
}

.section-search-area .body {
  max-width: 865px;
  margin: 0 auto;
}

.h-area {
  color: #FFF;
  font-family: 'Nunito';
  text-align: center;
}

.h-area .title {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
}

.h-area .subtitle {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: lighter;
}

.section-search-area .local-form {
  padding: 30px 0;
  padding-bottom: 15px;
}

.section-search-area .local-form form {
  font-size: 0;
}

.section-search-area .local-form form > .form-group {
  font-size: 15px;
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.section-search-area .local-form form {
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.section-search-area .selectpicker {
  background: white;
}

.section-search-area .form-group {
  display: inline-block;
  vertical-align: top;
}

.local-form input,
.local-form textarea,
.local-form .bootstrap-select {
  border: 1px solid #E5E5E5;
}

.bootstrap-select .selectpicker-primary.btn {
  box-shadow: none;
  background: transparent;
}

.widget-search .bootstrap-select .selectpicker-primary.btn {
  background: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.local-form input[type='text'],
.local-form input[type='email'],
.local-form input[type='mail'],
.local-form input[type='password'],
.local-form .bootstrap-select {
  height: 52px;
}

.section-search-area .local-form input,
.section-search-area .local-form .bootstrap-select {
  border: none;
}

.section-search-area .form-control.bootstrap-select {
  width: 377px;
}

.top-bar .form-control.bootstrap-select .btn[title="I’m looking for..."],
.section-search-area .form-control.bootstrap-select .btn[title="I’m looking for..."] {
  color: #999fa2;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal;
}

.section-search-area .form-control.bootstrap-select .btn {
  font-size: 15px;
  box-shadow: none;
  outline: none !important;
  padding-left: 18px;
}

.section-search-area .bootstrap-select .dropdown-menu > li > a {
    padding: 5.5px 10px;
    padding-left: 18px;
}

.top-bar .bootstrap-select .dropdown-menu > li > a {
    padding: 5.5px 10px;
}

.top-bar .bootstrap-select .dropdown-menu > li > a,
.top-bar .local-form input.form-control,
.top-bar .form-control.bootstrap-select .btn {
  padding-left: 18px;
}

.top-bar  .bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    margin-bottom: 0px;
    margin-top: -10px;
}

.top-bar  .bootstrap-select .dropdown-toggle .filter-option .glyphicon {
    top: 5px;
}

.section-search-area .form-control.bootstrap-select .dropdown-menu {
    border-top: 1px solid #dde0e4;
    margin-top: -1px;
    border-radius: 0 0 2px 2px;
}

.section-search-area input.form-control {
  width: 315px;
  padding-left: 18px;
}

.section-search-area .tags {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.section-search-area .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.section-search-area .tags ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}

.section-search-area .tags a {
  color: white;
  margin-left: 16px;
  margin-right: 16px;
  font-family: 'Nunito';
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.section-search-area .tags a i {
    font-size: 16px;
}

.section-search-area .tags a:hover {
  color: #E0D6A2;
}

.section-search-area .tags a i {
  margin-right: 10px;
}

/*------------------------------------------------------------------
[3. Picks ]
*/

.thumbnail.thumbnail-property {
  border-radius: 0;
  border: 1px solid #E8ECF1;
  border-radius: 2px;
  padding: 0;
}

.thumbnail.thumbnail-property .thumbnail-image {
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  height: 253px;
}

.section-blog .thumbnail.thumbnail-property .thumbnail-image {
  height: 315px;
}

.thumbnail.thumbnail-property .thumbnail-image img {
          object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail.thumbnail-property .caption {
  padding: 25px 24px;
  display: table;
  padding-top: 21px;
}

.thumbnail.thumbnail-property.b .caption {
  padding: 35px 25px;
}

.thumbnail.thumbnail-property .caption .caption-ls {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.thumbnail.thumbnail-property .caption .caption-rs {
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.thumbnail.thumbnail-property .thumbnail-title a {
  color: #4285F4;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-property .thumbnail-title a:hover {
  color: #da3743;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
  line-height: 1;
}

.thumbnail.thumbnail-property .thumbnail-ratings,
.thumbnail.thumbnail-property .thumbnail-title {
  margin-bottom: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
  margin-bottom: 15px;
}

.thumbnail.thumbnail-property .thumbnail-ratings i {
  margin-left: 7px;
}

.thumbnail.thumbnail-property .thumbnail-ratings {
  color: #252525;
  display: block;
  font-size: 16px;
  font-weight: lighter;
}

.thumbnail.thumbnail-property .thumbnail-image a.link {
  display: block;
  height: 100%;
  width: 100%;
}

.thumbnail.thumbnail-property .type a,
.thumbnail.thumbnail-property .type {
  color: #7B7B7B;
  display: block;
  font-size: 13px;
}

.thumbnail.thumbnail-property .type a {
    display: inline;
    text-decoration: none;
    transition: all 0.55s;
    -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .type a:hover {
    text-decoration: underline;
}

.thumbnail.thumbnail-property .description {
  margin-top: 25px;
  line-height: 1.8;
}

.thumbnail.thumbnail-property .btn {
  margin-top: 25px;
}

.btn-marker {
  display: inline-block;
  text-align: center;
}

.btn-marker:hover,
.btn-marker:focus {
  text-decoration: none;
}

.btn-marker .box {
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  color: #da3743;
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn-marker .title {
  display: block;
  color: #252525;
  font-size: 13px;
  font-weight: bolder;
}

.thumbnail.thumbnail-offers .thumbnail-image img + a,
.thumbnail.thumbnail-property .thumbnail-image img + a {
  position: absolute;
  height: 100%;
  z-index: 5;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}

/* animation */
.thumbnail.thumbnail-property .thumbnail-image {
  position: relative;
  cursor: pointer;
}

.thumbnail.thumbnail-property .thumbnail-image:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border: 2px solid white;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg);
  transform-origin: 50%;
  opacity: 0;
          transition: all 0.55s;
  -webkit-transition: all 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0 ;
  left: 0;
  display: block;
  background: #000;
  opacity: 0;
          transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:before {
  opacity: 0.5;
}

.thumbnail.thumbnail-property .thumbnail-image:hover:after {
  width: 120px;
  height: 120px;
  opacity: 1;
}


.thumbnail.thumbnail-property .thumbnail-image .icons a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
  opacity: 0;
          transition: opacity 0.55s, transform 0.75s;
  -webkit-transition: transform 0.75s, opacity 0.55s;
}

.thumbnail.thumbnail-property .thumbnail-image .icons {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  display: block;
          transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  font-size: 0;
  text-align: center;
  z-index: 10;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i {
  font-size: 25px;
  color: #FFF;
  display: inline-block;
          transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.thumbnail.thumbnail-property .thumbnail-image .icons i:hover {
  color: #5AC8FB;
}

.thumbnail.thumbnail-property .thumbnail-image .icons  a:nth-child(1) {
  -webkit-transform: translate3d(-145px, -95px, 0);
          transform: translate3d(-145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons  a:nth-child(2) {
  -webkit-transform: translate3d(145px, -95px, 0);
          transform: translate3d(145px, -95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons  a:nth-child(3) {
  -webkit-transform: translate3d(-145px, 95px, 0);
          transform: translate3d(-145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image .icons  a:nth-child(4) {
  -webkit-transform: translate3d(145px, 95px, 0);
          transform: translate3d(145px, 95px, 0);
}

.thumbnail.thumbnail-property .thumbnail-image:hover .icons a {
  opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  33.3% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  49.95% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  66.6% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  33.3% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  49.95% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  66.6% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* end animation */

.btn-marker {
          transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

.btn-marker:hover .box {
  background: #da3743;
  color: #FFF;
}

.btn-marker:hover .title {
  color: #da3743;
}

.thumbnail.thumbnail-video {
  border-radius: 0;
  border: 1px solid #E8ECF1;
  border-radius: 2px;
  padding: 0;
}


.thumbnail.thumbnail-video .thumbnail-image {
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  height: 253px;
  margin-left: -1px;
  margin-right: -1px;
}

.thumbnail.thumbnail-video .thumbnail-image iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.thumbnail.thumbnail-video .caption {
  padding: 25px 25px;
  display: table;
  padding-top: 21px;
}

.thumbnail.thumbnail-video.b .caption {
  padding: 35px 25px;
}

.thumbnail.thumbnail-video .caption .caption-ls {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.thumbnail.thumbnail-video .caption .caption-rs {
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.thumbnail.thumbnail-video .thumbnail-title a {
  color: #4285F4;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-video .thumbnail-title a:hover {
  color: #da3743;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
  line-height: 1;
}

.thumbnail.thumbnail-video .thumbnail-ratings,
.thumbnail.thumbnail-video .thumbnail-title {
  margin-bottom: 7px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
  margin-bottom: 15px;
}

.thumbnail.thumbnail-video .thumbnail-ratings {
  color: #252525;
  display: block;
  font-size: 16px;
  font-weight: lighter;
}

.thumbnail.thumbnail-video .thumbnail-image a.link {
  display: block;
  height: 100%;
  width: 100%;
}

.thumbnail.thumbnail-video .type {
  color: #7B7B7B;
  display: block;
  font-size: 13px;
}

.thumbnail.thumbnail-video .description {
  margin-top: 25px;
  line-height: 1.8;
}

.thumbnail.thumbnail-video .btn {
  margin-top: 25px;
}


/*------------------------------------------------------------------
[4. Category ]
*/

.card.card-category {
  position: relative;
}

.card.card-category {
  position: relative;
  height: 310px;
  margin-bottom: 20px;
}

.card.card-category .bottom {
  background: rgba(37, 37, 37, 0.87);
  bottom: 0;
  color: #FFF;
  left: 0;
  right: 0;
  position: absolute;
  padding: 25px 0;
  text-align: center;
}

.card.card-category .bottom a {
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}

.card.card-category .badget {
  position: absolute;
}

.card.card-category .badget.b-icon {
  left: 30px;
  top: 18px;
}

.card.card-category .badget.b-icon i {
  color: #FFF;
  font-size: 40px;
}

/* animation */
.card.card-category {
  overflow: hidden;
}

.card.card-category .bottom {
  bottom: initial;
  padding: 0;
  top: calc(100% - 62px);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.card.card-category:hover .bottom {
          transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  top: 100%;
}

.card.card-category .bottom .title {
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
}

.card.card-category:hover .bottom .title {
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden-subtitle {
  padding: 10px 25px;
  background: #da3743;
}

.card.card-category .object-fit-imagediv,
.card.card-category img {
          transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
          transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.card.card-category:hover .object-fit-imagediv,
.card.card-category:hover img {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}

.card.card-category .badget.b-icon i {
  display: inline-block;
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}

.card.card-category:hover .badget.b-icon i {
  transform: rotateY(-180deg);
  color: #da3743;
}

/* end animation */

.card.card-category .object-fit-imagediv {
    position: relative;
}

.card.card-category .object-fit-imagediv:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-gallery {
  /*background: #2B2B2B;*/
  overflow: hidden;
}

.card-gallery {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: -5px;
  margin-left: -5px;
  padding: 7px;
  border: 1px solid #E8ECF1;
}

.card-gallery a:after {
  content: '';
  background: url(../img/preview.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.card-gallery a:hover:after {
  opacity: 1;
}

.card-gallery a {
  display: block;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.card-gallery .object-fit-imagediv {
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.images-gallery .widget-styles .content-box {
  margin-bottom: -30px;
}

.pull-right-img {
    float: right;
    padding: 2px 0 15px 30px;
    max-width: 230px;
}

.pull-left-img {
    float: left;
    padding: 2px 30px 15px 0;
    max-width: 230px;
}

.pull-left-img.lg,
.pull-right-img.lg {
    max-width: 300px;
}

/*
.card-gallery:hover .object-fit-imagediv {
          transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
          transform: translateY(-139px);
  -webkit-transform: translateY(-139px);
}

.card-gallery a .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
}

.card-gallery a > .title {
  padding: 35px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.card-gallery .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
  padding: 35px 40px;
  min-height: 140px;
          transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
          transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.card-gallery:hover .bottom {
          transform: translateY(0%);
  -webkit-transform: translateY(0%);
          transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.card-gallery .bottom  .subtitle {
  font-family: 'Inconsolata';
  padding-top: 10px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,0.7);
}
*/
/*------------------------------------------------------------------
[5. reviews ]
*/

.reviews-carousel {
  position: relative;
}

.review {
  text-align: center;
}

.review .rating {
  margin-bottom: 20px;
}

.review .description {
  display: block;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 35px;
  max-width: 780px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.review .user-card {
  margin: 0 auto;
}

.user-card {
  font-size: 0;
}

.user-card .user-card-image,
.user-card .body {
  display: inline-block;
  vertical-align: top;
}

.user-card .user-card-image {
  width: 70px;
  height: 70px;
  border-radius: 2px;
  overflow: hidden;
}


.user-card .body {
  padding-left: 20px;
  padding-top: 12px;
  text-align: left;
}


.user-card .body .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.user-card .body .contact {
  font-size: 14px;
  color: #B4B4B4;
}

.user-card .body .contact .link {
  color: #4285F4;
  font-weight: bold;
}

.reviews-carousel {
  position: relative;
}

.reviews-carousel .review {
  opacity: 0;
  box-sizing: border-box;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  display: block;
  z-index: 0;
  padding: 0 125px;
}

.reviews-carousel .review.show {
  opacity: 1;
  z-index: 2;
}

.reviews-carousel .nav-r a.nav-r-btn {
  font-size: 24px;
  color: #a6a6a6;
  display: block;
  position: absolute;
  height: 45px;
  width: 45px;
  left: 50px;
  top: 20%;
  z-index: 5;
  text-align: center;
  line-height: 49px;
  /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
}

.reviews-carousel .nav-r a.nav-r-btn:hover {
  color: #000;
}

.reviews-carousel .nav-r a.nav-r-btn.btn-right {
  left: initial;
  right: 50px;
}

/*------------------------------------------------------------------
[6. Blog ]
*/

.caption.caption-blog .thumbnail-title a {
  color: #252525;
  font-size: 20px;
  margin-bottom: 10px;
}

.caption .date {
  color: #7B7B7B;
  font-size: 13px;
}

.caption .date i {
  color: #da3743;
  margin-right: 10px;
}

/*------------------------------------------------------------------
[7. Footer ]
*/

.footer {
  background: #262424;
  color: white;
}

.footer-content {
  padding-bottom: 0;
  background-color: transparent;
}

.footer-content.section {
    padding-top: 90px;
}

.footer-content .container {
  padding-bottom: 0;
}

.footer-results > div {
  margin-bottom: 65px;
}

.footer .logo a {
  font-size: 30px;
  font-weight: 800;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  font-family: 'Nunito Black', 'Nunito';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.f-box .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}

.f-box .list-social,
.f-box .list-f {
  list-style: none;
  padding: 0;
  margin: 0;
}

.f-box .list-f li:not(:last-child) {
  margin-bottom: 15px;
}

.f-box .list-f a {
  color: #CFCFCF;
  font-size: 13px;
}

.f-box .list-social {
  margin-left: -3px;
  margin-right: -3px;
}

.list-social:after {
  content: '';
  clear: both;
  display: table;
}

.list-social li {
  display: block;
  float: left;
  font-size: 16px;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px;
}

.list-social li a {
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #353333;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.list-social li a:hover {
  background: #CFCFCF;
  border-radius: 100%;
  color: #262424;
}

.list-social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.footer-content .container {
  border-bottom: 1px solid #353333;
}

.footer-bottom {
  padding: 28px 0;
  text-align: center;
  font-size: 13px;
  color: #5E5C5C;
}

.footer-bottom {
  padding: 27px 0;
  text-align: center;
}

body.boxed .container.container-palette .container.footer-inner-slim,
.footer-inner-slim {
  color: #767676;
  padding: 30px 15px;
  padding-bottom: 25px;
}

.footer-inner-slim .copyright {
  float: left;
  padding: 10px 0;
}

.footer-inner-slim .social {
  float: right;
}

.footer-inner-slim .list-social {
  float: right;
  margin: 0;
}

.footer-inner-slim .list-social li a {
  color: #767676;
  background: transparent;
          transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.footer-inner-slim .list-social li a:hover {
  color: #da3743;
  background: transparent;
}

/*------------------------------------------------------------------
[8. Widget geomap ]
*/

.widget-geomap {
  background: url(../img/bg-type-1.png) repeat;
}

.widget-geomap .geomap-title {
  font-size: 36px;
}

.mark-c {
  color: #DA3743;
  font-weight: 600;
}

.widget-geomap .local-form {
  padding-top: 80px;
}

.widget-geomap .geo-map {
  padding-top: 30px;
  text-align: center;
}

.widget-geomap .geo-map img {
  max-width: 100%;
}

/*------------------------------------------------------------------
[9. Card-preview ]
*/

.card.card-preview {
  position: relative;
  background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
  background:         linear-gradient(45deg, #22682A 0%,#9B4A1B 40%,#3A342A 100%);
  margin-bottom: 15px;
  height: 260px;
}

.card.card-preview {
  position: relative;
  background: -webkit-linear-gradient(45deg, #22682A 0%, #9B4A1B 40%, #3A342A 100%);
  background:         linear-gradient(45deg, #22682A 0%,#9B4A1B 40%,#3A342A 100%);
  margin-bottom: 15px;
  height: 260px;
}

.card.card-preview img {
          object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
}

.card.card-preview:hover img {
  opacity: 0.4;
}

.card.card-preview .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 0;
}

.card.card-preview:hover .link {
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.card.card-preview figcaption {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 35px;
  left: 35px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.card.card-preview figcaption h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
  -webkit-transition: -webkit-transform 0.3s;
          transition:         transform 0.3s;
  -webkit-transform: translate3d(0,50%,0);
          transform: translate3d(0,50%,0);
}

.card.card-preview:hover figcaption h2 {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.card.card-preview figcaption p {
  font-size: 0;
  font-weight: 400;
}

.card.card-preview figcaption p {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
          transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.card.card-preview:hover figcaption p {
  opacity: 1;
  font-size: 14px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card.card-preview:before {
  content: '';
  position: absolute;
  border: 1px solid #FFF;
  opacity: 0;
  font-size: 14px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}

.card.card-preview:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card.card-preview .link,
.card.card-preview:before {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.thumbnail.thumbnail-type {
  border: none;
  background: transparent;
}

.thumbnail.thumbnail-type {
  border: none;
}

.thumbnail.thumbnail-type .thumbnail-image {
  text-align: center;
  padding-bottom: 30px;
}

.thumbnail.thumbnail-type .caption .title {
  margin-bottom: 15px;
}

.thumbnail.thumbnail-type .caption .title,
.thumbnail.thumbnail-type .caption .title a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-type .caption .title a:hover {
  color: #da3743;
}

.thumbnail.thumbnail-type .caption {
  padding: 9px 0;
}

.thumbnail.thumbnail-type .caption .description {
  color: #353535;
  font-size: 13px;
  text-align: center;
  line-height: 1.846;
}

.thumbnail.thumbnail-type .thumbnail-image .img-circle-cat:hover {
  -webkit-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
     -moz-animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
          animation: slide-bck-center 0.45s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes slide-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  100% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
}


@keyframes slide-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }100% {
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
}

.owl-carousel-property .item {
  padding-left: 15px;
  padding-right: 15px;
}

.owl-carousel-property.owl-theme .owl-pagination {
  display: none;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
  width: 34px;
  height: 34px;
  font-size: 0;
  border-radius: 3px;
  background: #E7E7E7;
  opacity: 1;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before,
.owl-carousel-property.owl-theme .owl-controls .owl-buttons div {
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
  background: #da3743;
  color: #FFF;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:before {
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #000;
  line-height: 29px;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\f3d2';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\f3d3';
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover {
  background: #da3743;
}

.owl-carousel-property.owl-theme .owl-controls .owl-buttons div:hover:before {
  color: #FFF;
}

.inv-block {
  text-align: center;
  color: #FFF;
}

.inv-block .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section-location .result-container {
  margin-bottom: 50px;
}

.grid-tiles {
  display: flex;
  width: 100%;
  align-items: stretch;
  align-content: stretch;
  -webkit-flex-flow: inherit;
  justify-content: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  flex-wrap: wrap;
}

.grid-tile {
  border: 1px solid #F2F2F2;
  flex: 2 1;
  min-width: 150px;
  text-align: center;
}

.grid-tile a {
  cursor: pointer;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
}

.grid-tile .preview {
  text-align: center;
}

.grid-tile .preview i {
  color: #DA3743;
  font-size: 50px;
  line-height: 71px;
}

.grid-tile .title {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.grid-tile a:hover .title {
  color: #da3743;
}

/* animation */
.grid-tile .preview {
  -webkit-perspective: 1000;
     -moz-perspective: 1000;
      -ms-perspective: 1000;
          perspective: 1000;
}

.grid-tile .preview i {
  display: inline-block;
  transform-style: preserve-3d;
          transition: all 0.6s  cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.grid-tile:hover a .preview i {
  transform: rotateY(-180deg);
}

/* end animation */

.card.card-location {
  position: relative;
  margin-bottom: 12px;
  height: 190px;
}

.card.card-location > img {
          object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
}

.card.card-location .description {
  background: rgba(0,0,0,0.5);
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
}

.card.card-location .description .title {
  font-size: 16px;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card.card-location .description .title a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}

.card.card-location .description .title a:hover {
  color: #da3743;
}

.card.card-location .description .sub-title {
  color: #B7B7B7;
  font-size: 12px;
}

.card.card-location .budget {
  position: absolute;
}

.card.card-location .budget.budget-type {
  right: 10px;
  top: 10px;
}

.card.card-location .budget.budget-type i {
  color: #FFF;
}

/* animation */

.card.card-location {
  overflow: hidden;
}

.card.card-location .description.description-hidden .sub-title {
  overflow: initial;
  white-space: normal;
}

.card.card-location .description {
          transition: all 0.05s;
  -webkit-transition: all 0.05s;
}

.card.card-location:hover .description {
          transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.card.card-location .description.description-hidden {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
          transition: all 0.15s 0.1s;
  -webkit-transition: all 0.15s 0.1s;
          transform: translateY(100%);
  -webkit-transform: translateY(100%);
  text-decoration: none;
}

.card.card-location:hover .description.description-hidden {
          transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.card.card-location .description.description-hidden .title,
.card.card-location .description.description-hidden .sub-title {
  overflow: initial;
  white-space: normal;
}

/* end animation */

.thumbnail.thumbnail-property-list:after {
  content: '';
  display: table;
  clear: both;
}


.thumbnail.thumbnail-property-list {
  border: 0;
  border-bottom: 1px solid #E8ECF1;
  margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .caption {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: 150px;
}

.thumbnail.thumbnail-property-list.left .caption {
  margin-right: 0;
  margin-left: 150px;
}

.thumbnail.thumbnail-property-list .header {
  display: flex;
  margin-bottom: 15px;
}

.thumbnail.thumbnail-property-list .header .left {
  width: 65%;
}

.thumbnail.thumbnail-property-list .header .right {
  white-space: nowrap;
}

.thumbnail.thumbnail-property-list .header .right .address {
  color: #7B7B7B;
  font-size: 15px;
}

.thumbnail.thumbnail-property-list .thumbnail-image {
  float: right;
  width: 150px;
  margin-top: 35px;
}

.thumbnail.thumbnail-property-list .thumbnail-image a {
  height: 140px;
  width: 100%;
  display: block;
}

.thumbnail.thumbnail-property-list .thumbnail-image a > div {
  border-radius: 2px;
}

.thumbnail.thumbnail-property-list.left .thumbnail-image {
  float: left;
}

.thumbnail.thumbnail-property-list .options span {
  display: inline-block;
  margin-right: 15px;
}

.thumbnail.thumbnail-property-list .options span .thumbnail-ratings i {
  margin: 0 6px;
}

.thumbnail.thumbnail-property-list .list-comment {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail.thumbnail-property-list .list-comment img {
  width: 35px;
  margin-right: 14px;
  margin-top: 2px;
  float: left;
}

.thumbnail.thumbnail-property-list .thumbnail-title {
  margin-top: -10px;
}

.thumbnail.thumbnail-property-list .caption {
  padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment p {
  margin-left: 35px;
  font-size: 13px;
  font-family: 'Open Sans';
}

.thumbnail.nohover .thumbnail-image:before,
.thumbnail.nohover .thumbnail-image:after {
  display: none;
}

.thumbnail.thumbnail-property-list .thumbnail-image img {
          object-fit: cover;
  -webkit-object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}

/* animation */

.thumbnail.thumbnail-property-list .thumbnail-image img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.thumbnail.thumbnail-property-list .thumbnail-image:hover img {
    opacity: .6;
    -webki-filter: contrast(1.2);
    filter: contrast(1.2);
}
/* end animation */

.thumbnail.thumbnail-property-list .thumbnail-image {
  height: initial;
  margin-bottom: 25px;
}

.thumbnail.thumbnail-property-list:before {
  content: '1.';
  float: left;
  margin-top: 37px;
  color: #b4b4b4;
  font-weight: 600;
}

.thumbnail.thumbnail-property-list.left:before {
  display: none;
}

.widget-recentproperties .row > div:nth-child(2) .thumbnail.thumbnail-property-list:before {
  content: '2.';
}
.widget-recentproperties .row > div:nth-child(3) .thumbnail.thumbnail-property-list:before {
  content: '3.';
}
.widget-recentproperties .row > div:nth-child(4) .thumbnail.thumbnail-property-list:before {
  content: '4.';
}
.widget-recentproperties .row > div:nth-child(5) .thumbnail.thumbnail-property-list:before {
  content: '5.';
}
.widget-recentproperties .row > div:nth-child(6) .thumbnail.thumbnail-property-list:before {
  content: '6.';
}
.widget-recentproperties .row > div:nth-child(7) .thumbnail.thumbnail-property-list:before {
  content: '7.';
}

.flex-md .widget.widget-recentproperties {
  padding-bottom: 0;
}

.result-slim > div {
  padding: 0 6px;
}

.result-slim {
  margin-right: -6px;
  margin-left: -6px;
}

/*------------------------------------------------------------------
[10. Banner ]
*/

.section-banner-title {
  color: #B0B0B0;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}

.banner {
  background: #3B3B3C;
  padding: 20px 85px;
  margin: 0 auto;
  display: flex;
  max-width: 850px;
  width: 100%;
  align-items: stretch;
  align-content: stretch;
  -webkit-flex-flow: inherit;
  justify-content: center;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  flex-wrap: wrap;
}

.banner .left-side {
  align-items: center;
  color: #D4C3C4;
  display: flex;
  flex: 2 1;
  font-size: 16px;
  padding: 10px 0;
}

.banner .left-side .mark-c {
  padding: 0 5px;
}

.btn.btn-banner {
  background: #9D9D9E;
  border-radius: 2px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 40px;
  white-space: nowrap;
          transition: all 0.15s  cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn.btn-banner:hover {
  background: #DA3743;
}

/*------------------------------------------------------------------
[11. Widget container wide ]
*/

.container-wide img {
  max-width: 100%;
}

.container-wide {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding: 0;
  background: white;
}


@media (min-width: 992px) {
  .flex-md {
    display: flex;
  }
  /*
    .flex-md .left-side {
        padding-left: 0;
    }         
    
    .flex-md .right-side {
        padding-right: 0;
    }*/

  .container-wide .section-search-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.container-wide .section-search-area {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.container-wide .left-side .section-search-area {
    margin-right: 0;
}

.container-wide .section-search-area .form-control.bootstrap-select,
.container-wide .section-search-area .form-group,
.container-wide .section-search-area .form-group input,
.container-wide .section-search-area .form-group select {
  width: 100%;
}

.container-wide .section-search-area .h-area {
  padding: 0 20px;
}

.container-wide .section-search-area .btn-custom {
  padding: 0 0;
  width: 100%;
}

.container-wide .section-search-area .row > div {
  padding: 0 5px;
}

.container-wide  .section-search-area .body {
  padding: 0 65px;
}

.container-wide .card.card-preview {
  height: 190px;
}

.container-wide .card.card-preview {
  height: 190px;
}

.container-wide .card.card-preview img {
  height: 100%;
  width: 100%;
          object-fit: cover;
  -webkit-object-fit: cover;
}

.container-wide .map {
  min-height: 450px;
}

.container-wmap .left-side {
  max-width: 850px;
  min-width: 700px;
  width: 100%;
}

.container-wmap .right-side {
  width: 100%;
}

#main-map-mini {
  min-height: 450px;
}

.header .title-location {
  padding: 15px 0;
  display: flex;
}

.header .title-location:after {
  content: '';
  clear: both;
  display: table;
}

.header .title-location .location {
  color: #252525;
  font-size: 15px;
  width: 100%;
}

.header .title-location .count {
  white-space: nowrap;
}

.filters-box {
  padding: 15px 0;
  padding-bottom: 10px;
  border: 1px solid #DCDCDC;
  border-left: 0;
  border-right: 0;
  background: #F3F3F3;
}

.container-wide .widget .filters-box {
  margin-left: -15px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-recentproperties .filters-box {
  margin-bottom: 35px;
}

.tag {
  font-size: 13px;
  color: #6E6E6E;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-block;
          transition: all 0.1s  cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 2px;
}

.tag:hover {
  text-decoration: none;
}

.tag.tag-default {
  background: #F3F3F3;
  border: 1px solid #DCDCDC;
}

.tag.tag-default:hover {
  background: #E4E1E1;
  color: #353535;
}

.filters .tag {
  margin-bottom: 5px;
}

.filters .picker .pc-element,
.filters .picker .pc-trigger {
  font-size: 13px;
  background: #F3F3F3;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  color: #6E6E6E;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-block;
          transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  padding-right: 30px;
  margin-bottom: 5px;
  margin-right: 4px;
  z-index: 0;
}

.filters .picker .pc-element:hover,
.filters .picker .pc-trigge:hover {
  background: #E4E1E1;
  color: #353535;
}

.filters .picker .pc-element .pc-close,
.filters .picker .pc-trigger .pc-close {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -11px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px;
}

.filters .picker .pc-select .pc-element {
  color: #252525;
}

.filters .pc-select .pc-element i {
  margin-right: 8px;
}

.filters .picker .pc-select .pc-list {
  top: calc(100% - -2px);
  border: 1px solid #DCDCDC;
  padding: 6px 0;
}

.filters .picker .pc-select .pc-list li {
  background-color: transparent !important;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #565454;
          transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}

.filters .picker .pc-select .pc-list li:hover {
  color: #DA3743;
  font-weight: 600;
}

.filters .picker {
  vertical-align: top;
}

.widget-recentproperties {
  padding-bottom: 55px;
}

.widget-recentproperties .result-container {
  padding-bottom: 30px;
}

body.boxed .container.container-palette.widget-title-location .container,
.widget-title-location .container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.widget-title-location .container {
  display: flex;
}

.widget-title-location .location {
  color: #252525;
  font-size: 22px;
  width: 100%;
}

.widget-title-location .count {
  font-size: 13px;
  color: #7B7B7B;
  white-space: nowrap;
}

.widget-filters .filters-box {
  padding: 25px 15px;
}

/*------------------------------------------------------------------
[12. Listing ]
*/

.widget-listing-title .wb {
  display: flex;
}

.widget-listing-title .wb .options {
  width: 100%;
}

.widget-listing-title .wb .actions {
  white-space: nowrap;
}

.widget-listing-title .options .type-box {
  float: left;
  width: 120px;
  height: 120px;
  background: #DFDCDC;
  text-align: center;
}

.widget-listing-title .options .type-box i {
  color: #FFF;
  font-size: 65px;
  line-height: 120px;
}

.widget-listing-title .options .options-body {
  margin-left: 120px;
  padding-left: 20px;
}

.widget-listing-title .options .options-body .title {
  color: #252525;
  font-size: 32px;
  font-weight: bold;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
  margin-bottom: 5px;
}

.widget-listing-title .options .options-body .ratings {
  color: #252525;
  font-size: 16px;
  margin-bottom: 12px;
}

.widget-listing-title .options .options-body .ratings i {
  margin-left: 5px;
}

.widget-listing-title .options .options-body .types {
  color: #7B7B7B;
}

.widget.listing-gallery {
  margin-bottom: 15px;
}

.listing-gallery img {
  max-width: 100%;
}

.listing-gallery.widget .content {
  padding-bottom: 0;
}

.listing-gallery a {
  display: block;
  height: 320px;
  margin-bottom: 15px;
}

.list-animities {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-animities li {
  display: inline-block;
  width: 33%;
  margin-bottom: 10px;
}

.list-animities li i {
  display: inline-block;
  margin-top: 1px;
  margin-right: 10px;
  vertical-align: middle;
}

.widget-animities.widget-styles .content-box {
  padding-bottom: 20px;
}

.widget.widget-styles.widget-right-map header h2 {
  font-size: 12px;
  color: #4285F4;
  padding: 4px 10px;
}

.list-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-reviews li:after {
  content: '';
  display: table;
  clear: both;
}

.list-reviews li {
  border-bottom: 1px solid #E8ECF1;
}

.list-reviews li img {
  float: left;
  max-width: 70px;
  border-radius: 2px;
}

.list-reviews .list-reviews-body {
  margin-left: 70px;
  padding-left: 20px;
}

.list-reviews .list-reviews-body .list-reviews-title h2,
.list-reviews .list-reviews-body .list-reviews-title {
  font-size: 16px;
  font-weight: 600;
}

.list-reviews .list-reviews-body .list-reviews-title {
  margin-bottom: 5px;
}

.list-reviews .list-reviews-body .raiting {
  margin-bottom: 10px;
}

.list-reviews .list-reviews-body .description {
  line-height: 1.8;
}

#property-map {
  height: 180px;
  width: 100%;
}

.list-contact ul,
.list-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #9D9798;
  font-size: 13px;
}

.list-contact ul li {
  background: #F7F7F7;
  margin-bottom: 1px;
  padding: 10px 15px;
  color: #585A5A;
}

.list-contact li {
  padding: 10px 0;
  position: relative;
}

.list-contact > li:after {
  content: '';
  display: block;
  height: 1px;
  left: 25px;
  right: 0;
  position: absolute;
  top: 100%;
  background: #E8ECF1;
}

.list-contact > li.icon:not(.multi),
.list-contact > li.icon.multi > .title {
  padding-left: 25px;
}

.list-contact > li.icon.multi > .title {
  padding-bottom: 10px;
}

.list-contact > li.icon.address {
  color: #252525;
  font-weight: 600;
}

.list-contact > li.icon:before {
  content: '';
  display: block;
  left: 5px;
  position: absolute;
  top: 11px;
  font-size: 16px;
  color: #9D9798;
}

.list-contact > li.icon.address:before {
  content: '\f041';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #DA3743;
}

.list-contact > li.icon.earth:before {
  content: '\f0ac';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.list-contact > li.icon.phone:before {
  content: '\f4b9';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-contact > li.icon.clock:before {
  content: '\f3b3';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.agent-box {
  text-align: center;
}

.agent-box .preview-image img {
  border-radius: 2px;
}

.widget-styles.agent-box .content {
  padding-bottom: 0;
}

.agent-box .title a {
  font-size: 18px;
  color: #4285F4;
}

.agent-box .title {
  margin-bottom: 10px;
}

.agent-box .btn {
  margin-top: 25px;
  font-size: 25px;
}

.location-box {
  margin-bottom: 20px;
}

.location-box:after {
  content: '';
  clear: both;
  display: table;
}

.location-box .preview-image {
  float: left;
  width: 70px;
  height: 70px;
}

.location-box .preview-image div {
  border-radius: 2px;
}

.location-box .location-box-content {
  margin-left: 70px;
  padding-left: 15px;
}

.location-box .location-box-content .title a {
  font-size: 14px;
  font-weight: 600;
  color: #4285F4;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.location-box .location-box-content .title a:hover {
  color: #da3743;
  text-decoration: none;
}

.location-box .location-box-content .ratings {
  font-size: 12px;
  color: #252525;
}

.location-box .location-box-content .types {
  font-size: 13px;
  color: #7B7B7B;
}

.location-box .location-box-content .types.date {
  margin: 5px 0;
}

.widget-other-location .widget-title.content,
.widget-other-location .widget-title.content-box {
  padding-bottom: 0;
}

.widget-other-location .content-box:after,
.widget-other-location .content:after {
  content: '';
  display: table;
  clear: both;
}

.widget-styles.widget-form .content-box {
  padding-top: 0;
}

.widget-styles.widget-form .btn {
  font-size: 13px;
  line-height: 18px;
  padding: 17px 0;
}

.widget-ads img {
  max-width: 100%;
}

.widget-top-title {
  background: #3C3C3C;
  padding: 110px 0;
  color: #FFF;
}

.widget-top-title[data-parallax='scroll'] {
  background: url(../img/bg-parallax.png) no-repeat center center;
  background-size: cover;
}

.widget-top-title .body {
  max-width: 865px;
  margin: 0 auto;
  text-align: center;
}

.widget-top-title .body .title {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
}

.widget-top-title .body .subtitle {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: lighter;
}

.widget-top-parralax {
  background-color: transparent;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
}

[data-parallax='scroll'] {
  background-color: transparent;
}

.widget-top-parralax .body {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #FFF;
}

.widget-top-parralax .body .title {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
}

.widget-top-parralax .body .subtitle {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: lighter;
}

.widget-top-parralax.full-vh {
  height: 100vh;
}

.widget-top-parralax.compat-object-fit {
  position: relative;
}
/*
.widget-top-parralax:after {
    background: #02ade7;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
}*/

.widget-top-parralax:after {
  background: url('../img/bg-parallax.png');
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.widget-top-parralax.compat-object-fit .object-fit-imagediv {
  position: absolute;
  top: 0;
}

.scroll-button {
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 60px;
  left: 50%;
  margin-left: -20px;
  background: url(../img/download.png) center bottom no-repeat;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
          transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}

.scroll-button:hover {
  background-position: center bottom 10px;
}

.scroll-button:after,
.scroll-button:before {
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}

.scroll-button:before {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  border-left: 1px transparent solid;
  border-bottom: 1px transparent solid;
  content: '';
}

.scroll-button:after {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  bottom: 0;
  border-top: 1px transparent solid;
  border-right: 1px transparent solid;
  content: '';
}

.scroll-button:hover:after,
.scroll-button:hover:before {
  border-color: #FFF;
}

.scroll-button:hover:before {
  left: 0;
}

.scroll-button:hover:after {
  right: 0;
}

.widget-owl-slider-fullh .scroll-button {
  bottom: 100px;
}

.list-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-navigation li {
  font-size: 14px;
  margin-bottom: 10px;
}

.list-navigation li a {
  color: #252525;
}

.list-navigation li.active {
  font-weight: 600;
}

.list-navigation li.return a {
  color: #DA3743;
  font-weight: 600;
}

.list-navigation li.return a i {
  margin-right: 5px;
}

.list-navigation li a:hover {
  text-decoration: none;
}

.list-navigation li:not(.return) a:hover {
  font-weight: 600;
}

.list-categories {
  display: table;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-categories {
  margin-bottom: 70px;
}

.list-category-item {
  display: table;
  border: 1px solid #E8ECF1;
  margin-top: -1px;
}

.list-category-item .preview,
.list-category-item .content {
  display: table-cell;
}

.list-category-item .preview,
.list-category-item .content {
  display: table-cell;
  vertical-align: top;
  padding: 35px 45px;
}

.list-category-item .preview {
  padding-right: 20px;
}

.list-category-item .content {
  padding-right: 55px;
  padding-left: 20px;
}

.list-category-item .title {
  margin-bottom: 20px;
}

.list-category-item .title,
.list-category-item .title a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.list-category-item .title:hover,
.list-category-item .title a:hover {
  color: #da3743;
}


.list-category-item .description {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 1.8;
}

.card.card-pricing {
  border: 1px solid #E8ECF1;
  padding: 35px 20px 45px 43px;
  margin-bottom: 25px;
}

.card.card-pricing .title {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.card.card-pricing .price-box {
  color: #252525;
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 40px;
}

.card.card-pricing .price-box sup {
  font-size: 16px;
  top: -35px;
  margin-right: 5px;
}

.card.card-pricing .price-box .notice {
  font-size: 13px;
  font-weight: 400;
  color: #7B7B7B;
}

.card.card-pricing .list-suggestions {
  margin-bottom: 30px;
}

.list-suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-suggestions li {
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 40px;
  position: relative;
}

.list-suggestions li.unchecked:before,
.list-suggestions li.checked:before {
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 13px;
}

.list-suggestions li.checked:before {
  content: '\f121';
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.list-suggestions li.unchecked:before {
  content: '\f129';
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* offers */

.thumbnail.thumbnail-offers {
  border-radius: 0;
  border: 1px solid #E8ECF1;
  border-radius: 2px;
  padding: 0;
}

.thumbnail.thumbnail-offers .thumbnail-image {
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  height: 253px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}

.thumbnail.thumbnail-offers .thumbnail-image img {
          object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  height: 100%;
          transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
}

.thumbnail.thumbnail-offers:hover .thumbnail-image img {
  filter: contrast(1.3);
  -webki-filter: contrast(1.3);
}

.thumbnail.thumbnail-offers .caption {
  padding: 25px 25px;
  display: table;
  padding-top: 21px;
}

.thumbnail.thumbnail-offers .caption .caption-ls {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.thumbnail.thumbnail-offers .caption .caption-rs {
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.thumbnail.thumbnail-offers .thumbnail-title a {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.thumbnail.thumbnail-offers .thumbnail-title a:hover {
  color: #da3743;
}

.thumbnail.thumbnail-offers .thumbnail-title {
  margin-bottom: 15px;
}

.thumbnail.thumbnail-offers .options {
  color: #6E6E6E;
  display: block;
  font-size: 13px;
}

.thumbnail.thumbnail-offers .options {
  color: #6E6E6E;
  display: block;
  font-size: 13px;
}

.thumbnail.thumbnail-offers .options span {
  margin-right: 5px;
}

.thumbnail.thumbnail-offers .options i,
.thumbnail.thumbnail-offers .options .s-mark {
  color: #E98422;
}

.thumbnail.thumbnail-offers .budget {
  position: absolute;
}

.thumbnail.thumbnail-offers .budget.budget-type {
  position: absolute;
  top: 22px;
  left: 25px;
  font-size: 10px;
  color: #FFF;
  background: #DA3743;
  line-height: 1;
  padding: 5px;
}

.widget-search-box .form-group {
  margin: 0;
}

.form-control:focus,
.form-control {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-search .btn-group.bootstrap-select {
  width: 100% !important;
}

.widget-search {
  background: #F3F3F3;
}

.widget-search .filters-box {
  padding-bottom: 15px;
  padding-top: 30px;
}

/*------------------------------------------------------------------
[13. Post ]
*/

.post-header {
  padding-top: 95px;
  padding-bottom: 45px;
}

.post-header .post-title {
  text-align: center;
  margin-bottom: 30px;
}

.post-header .post-preview {
  text-align: center;
}

.post-header .post-preview img {
  max-width: 100%;
}

.post-header .post-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #252525;
  line-height: 1;
  margin-bottom: 11px;
}

.post-header .post-title .subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #7B7B7B;
  display: block;
  margin-bottom: 11px;
}

.post-header .post-title .subtitle i {
  margin-right: 7px;
}

.post-header .post-title .subtitle a {
  color: #252525;
}

.post-content {
  padding-left: 150px;
  padding-right: 150px;
}

.post-body {
  color: #353535;
  font-size: 14px;
  font-family: 'Open Sans';
  padding-bottom: 75px;
}

.post-body p {
  line-height: 1.8;
}

p.note {
  font-family: 'Nunito';
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  line-height: 1.4;
}

p.note:before {
  content: '“';
  color: #da3743;
  font-size: 55px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 18px;
  left: 0;
}

.post-social {
  display: flex;
  vertical-align: middle;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}

.post-social > * {
  flex: 1 100%;
  width: 50%;
}

.post-social .hash-tags a {
  margin-right: 10px;
}

.post-social .list-social {
  text-align: right;
  margin: 0;
}

.post-social .list-social li {
  display: inline-block;
  float: none;
}

.post-social .list-social li a {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.author-card {
  background: #F5F5F5;
  padding: 50px 60px;
  text-align: center;
}

.author-card .author-logo {
  margin-bottom: 20px;
}

.author-card .name_surname a {
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  text-decoration: none;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.author-card .name_surname a:hover {
  color: #da3743;
}

.author-card .name_surname {
  margin-bottom: 15px;
}

.author-card .author-body {
  color: #353535;
}

.author-card .author-body {
  color: #353535;
}

.author-card .list-social {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.author-card .list-social li {
  display: inline-block;
  float: none;
}

.author-card .list-social li a {
  color: #A0A0A0;
  background: transparent;
  width: 30px;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.author-card .list-social li a:hover {
  color: #da3743;
}

.post-comments {
  padding-top: 70px;
}

.post-comments .post-comments-title {
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}

.post-comments .post-comments-title:after {
  content: '';
  display: block;
  border-bottom: 1px dashed #C4C4C4;
  position: absolute;
  bottom: -1px;
  width: 75px;
  left: 50%;
  margin-left: -37.5px;
}

.commtens-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.commtens-list .commten-box:not(:last-child) {
  border-bottom: 1px solid #E8ECF1;
}

.commten-box {
  padding: 30px 0;
}

.commten-box:after {
  content: '';
  clear: both;
  display: table;
}

.commten-box .preview-image {
  float: left;
  width: 60px;
}

.commten-box .preview-image  .img-circle {
  width: 60px;
  height: 60px;
}

.commten-box .commten-box-content {
  margin-left: 60px;
  padding-left: 30px;
}


.commten-box .header {
  display: flex;
  margin-bottom: 10px;
}

.commten-box .title {
  font-size: 16px;
  color: #252525;
  width: 100%;
  font-weight: 600;
}

.commten-box .title a {
  color: #252525;
}

.commten-box .title a {
  color: #252525;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.commten-box .title a:hover {
  color: #da3743;
  text-decoration: none;
}

.commten-box .action {
  white-space: nowrap;
}

.commten-box .action a {
  white-space: nowrap;
  font-size: 13px;
  color: #375BB3;
  font-weight: 600;
}

.commten-box .action a:hover {
  color: #da3743;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
  text-decoration: none;
}

.reply-box {
  padding-bottom: 95px;
}

.reply-box .btn {
  margin: 0 auto;
}

.reply-box .reply-title {
  font-size: 16px;
  color: #252525;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.section-profile {
  margin-top: 30px;
}

.section-profile-box {
  background: #F5F5F5;
  display: table;
  width: 100%;
}

body.boxed .section-profile {
  background: #F5F5F5;
}

.section-profile-box .content,
.section-profile-box .right-bar {
  display: table-cell;
  padding: 35px;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
  display: table-cell;
  vertical-align: middle;
}

.section-profile-box .content .profile-logo {
  display: table-cell;
  margin-right: 25px;
}

.section-profile-box .content,
.section-profile-box .right-bar .profile-body {
  display: table-cell;
}

.section-profile-box .content {
  width: 100%;
}

.section-profile-box .content .profile-logo,
.section-profile-box .content .profile-body {
  display: inline-block;
  vertical-align: middle;
}

.section-profile-box .content .title {
  color: #252525;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.section-profile-box .content .options {
  color: #252525;
  font-size: 16px;
}

.section-profile-box .content .options i {
  margin-right: 10px;
}

.section-profile-box .right-bar {
  white-space: nowrap;
  text-align: right;
}

.list-social-line {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.list-social-line li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.list-social-line li a {
  color: #000;
  -webkit-transition: all 0.15s;
  text-decoration: none;
  font-size: 17px;
}

.list-social-line li a:hover {
  color: #da3743;
}

.widget-topmap {
  padding: 0;
}

.widget-topmap .map {
  height: 500px;
}

.owl-slider,
.owl-slider .owl-stage-outer,
.owl-slider .owl-stage-outer .owl-stage,
.owl-slider .owl-item,
.owl-slider .item {
  height: 100%;
}

.owl-slider-content .item {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.owl-slider-content .item:after {
  background: url(../img/bg-parallax.png);
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.owl-slider-content .item .object-fit-imagediv {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.owl-slider-content .item .caption {
  position: relative;
  width: 100%;
  text-align: center;
  color: #EFEFEF;
  z-index: 5;
}

.owl-slider-content .item .title {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: bold;
}

.owl-slider-content .item .subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
}

/* anim-1 */

.owl-slider-content .item .caption.anim-1 .title {
          transition:         transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
  -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
  opacity: 0;
          transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1  .title {
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-1 .subtitle {
          transition:         transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
  -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
  opacity: 0;
          transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-1  .subtitle {
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* anim-2 */

.owl-slider-content .item .caption.anim-2 .title {
          transition:         transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
  -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 0.5s;
  opacity: 0;
          transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .title {
  opacity: 1;
          transform: translateX(0);
  -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-2 .subtitle {
          transition:         transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
  opacity: 0;
          transform: translateX(80px);
  -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-2 .subtitle {
  opacity: 1;
          transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* anim-3 */

.owl-slider-content .item .caption.anim-3 {
  text-align: left;
}

.owl-slider-content .item .caption.anim-3 .title {
          transition:         transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
  -webkit-transition: -webkit-transform 1.55s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
  opacity: 0;
          transform: translateX(80px);
  -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .title {
  opacity: 1;
          transform: translateX(0);
  -webkit-transform: translateX(0);
}

.owl-slider-content .item .caption.anim-3 .subtitle {
          transition:         transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s, opacity 0.25s cubic-bezier(0, 0.79, 0.81, 0.87) 1.5s;
  opacity: 0;
          transform: translateX(80px);
  -webkit-transform: translateX(80px);
}

.owl-slider-content .owl-item.active .item .caption.anim-3 .subtitle {
  opacity: 1;
          transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* anim-4 */

.owl-slider-content .item .caption.anim-4 .title {
          transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
  -webkit-transition: transform 1.85s cubic-bezier(0, 0.79, 0.81, 0.87) 1s, opacity 0.95s cubic-bezier(0, 0.79, 0.81, 0.87) 1s;
  opacity: 0;
          transform: scale(2);
  -webkit-transform: scale(2);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .title {
  opacity: 1;
          transform: scale(1);
  -webkit-transform: scale(1);
}

.owl-slider-content .item .caption.anim-4 .subtitle {
          transition:         transform 1s ease 2s, opacity 0.25s ease 2s;
  -webkit-transition: -webkit-transform 1s ease 2s, opacity 0.25s ease 2s;
  opacity: 0;
          transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-4 .subtitle {
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* anim-5 */

.owl-slider-content .item .caption.anim-5 .title {
          transition:         transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
  -webkit-transition: -webkit-transform 1.55s ease 0.5s, opacity 0.25s ease 0.5s;
  opacity: 0;
          transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5  .title {
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}

.owl-slider-content .item .caption.anim-5 .subtitle {
          transition:         transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
  -webkit-transition: -webkit-transform 1s ease 1.5s, opacity 0.25s ease 1.5s;
  opacity: 0;
          transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.owl-slider-content .owl-item.active .item .caption.anim-5  .subtitle {
  opacity: 1;
          transform: translateY(0);
  -webkit-transform: translateY(0);
}

.widget-slider-owl {
  height: 500px;
  overflow: hidden;
  padding: 0;
}

.owl-dots-local .owl-dots {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  left: 50%;
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 32px;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot:hover span {
  background: #da3743;
}

.owl-dots-local .owl-theme .owl-dots .owl-dot.active span {
  background: #da3743;
  width: 22px;
  height: 22px;
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
          transition: background 0.15s, transform 0.3s;
  -webkit-transition: background 0.15s, -webkit-transform 0.3s;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev {
  left: 30px;
          transform: translateX(-150px);
  -webkit-transform: translateX(-150px);
}

.owl-nav-local .owl-theme .owl-nav .owl-next {
  right: 30px;
          transform: translateX(150px);
  -webkit-transform: translateX(150px);
}

.owl-nav-local:hover  .owl-theme .owl-nav [class*='owl-'] {
          transform: translateX(0);
  -webkit-transform: translateX(0);
}

.owl-nav-local .owl-theme .owl-nav [class*='owl-']:after {
  position: absolute;
  left: 50%;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 18px;
}

.owl-nav-local .owl-theme .owl-nav .owl-next:after {
  content: '\f125';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 2px;
}

.owl-nav-local .owl-theme .owl-nav .owl-prev:after {
  content: '\f124';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: -2px;
}

.owl-nav-local  .owl-theme .owl-nav [class*='owl-']:hover {
  background: #da3743;
  color: #FFF;
  border-radius: 50%;
}

.widget-video-owl {
  padding: 50px 0;
  background: url(../img/bg-type-1.png) repeat;
}

.widget-video-owl.owl-dots-local .owl-dots {
  position: initial;
          transform: initial;
  -webkit-transform: initial;
  justify-content: center;
}

.widget-video-owl.owl-dots-local .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
}

.owl-carousel .item-video {
  height: 350px;
}

.widget-owl-slider-fullh {
  height: 100vh;
  overflow: hidden;
  background: #5F5F5F;
  padding: 0;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #AFAFAF;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  background: transparent;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot:hover span {
  background: #da3743;
}

.owl-carousel-items.owl-theme .owl-dots .owl-dot.active span {
  background: #da3743;
}


.owl-carousel-items.owl-theme .owl-nav [class*='owl-'] {
  color: #252525;
  cursor: pointer;
  font-size: 0;
  background: #E7E7E7;
  border-radius: 2px;
  width: 30px;
  height: 34px;
          transition: background 0.15s, transform 0.3s;
  -webkit-transition: background 0.15s, -webkit-transform 0.3s;
  position: relative;
}

.owl-carousel-items.owl-theme .owl-nav [class*='owl-']:after {
  font-size: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -3px;
}

.owl-carousel-items.owl-theme .owl-nav .owl-next:after {
  content: '\f125';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.owl-carousel-items.owl-theme .owl-nav .owl-prev:after {
  content: '\f124';
  font-family: 'Ionicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}



.section.widget-recentproperties {
  padding-top: 50px;
}

.section.widget-recentproperties .header .title-location .location {
  font-size: 20px;
}

/*------------------------------------------------------------------
[14. Modal ]
*/

.modal .modal-content {
  border-radius: 0;
  padding: 20px 20px;
}

.modal .modal-content .modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #252525;
}

.modal .modal-content .modal-header {
  border: 0;
  padding: 20px 0;
  line-height: 1;
}

.modal .modal-content .modal-footer,
.modal .modal-content .modal-body {
  padding: 15px 0;
}

.modal .modal-content .bottom-actions {
  font-size: 13px;
  padding-top: 15px;
  text-align: center;
}

.modal .modal-content .bottom-actions .link {
  color: #DA3743;
}

.modal .modal-header .close {
  margin-top: -25px;
}

.modal .notice {
  text-align: center;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 70px auto;
  }
}

/*------------------------------------------------------------------
[15. Panel ]
*/

.panel-content.panel-group .panel-heading {
  background: #F3F3F3;
  padding: 14px 15px;
  position: relative;
}
.panel-content.panel-group .panel {
  border-radius: 0;
  border-color: #DADADA;
}

.panel-content .panel-title {
  color: inherit;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}


.panel-content .panel {
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: #DADADA;
}

.panel-content.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-content.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #DDD;
}

.panel-content .panel-body {
  padding: 15px;
}

.panel-content .panel.panel-base {
  background-color: #F1C40F;
}

.panel-content .panel .panel-heading {
  border-radius: 0;
  padding: 15px;
}

.panel-content .panel-default {
  border-color: #E0EDED;
}

.panel-content .panel-default > .panel-heading {
  border-color: #E0EDED;
  background: #FCFCFC;
}

.panel-content .panel-default > .panel-heading h2 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.panel-content .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-content.panel-group {
  margin-bottom: 0;
}

.panel-content.panel-group .panel {
  border-radius: 0;
  border-color: #DADADA;
}

.panel-content.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}

.panel-content.panel-group .panel-heading {
  background: #F3F3F3;
  display: block;
  padding: 14px 15px;
  position: relative;
}

.panel-content.panel-group .panel-heading:after {
  content: '+';
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #333;
}

.panel-content.panel-group .panel-heading:after {
  content: '+';
  color: #333;
  font-size: 12px;
  margin-top: -8px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.panel-content.panel-group .panel-heading a {
  color: #333;
  font-weight: normal;
}

.panel-content.panel-group .panel-heading a i {
  color: #333;
  margin-right: 5px;
}

.panel-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #DADADA;
  color: #616161;
  line-height: 1.8;
  font-size: 13px;
}


/*------------------------------------------------------------------
[16. Agents ]
*/

.listing_wrapper_agents .agent_unit {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
  border: 1px solid #DDE4E9;
  border-radius: 3px;
  min-height: 352px;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  cursor: pointer;
  padding-bottom: 50px;
}

.listing_wrapper_agents .prop_new_details_back {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.3) );
}

.listing_wrapper_agents .agent_unit img {
  border-bottom: 3px solid #1B1464!important;
}

.listing_wrapper_agents img.wp-post-image {
  height: auto;
  max-width: 100%;
}

.listing_wrapper_agents .agent-unit-img-wrapper {
  color: #8593A9;
  overflow: hidden;
  background: #000;
  height: 190px;
}

.listing_wrapper_agents .agent-unit-img-wrapper img {
  width: 100%;
          transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.listing_wrapper_agents .agent_unit img {
          transition: all 0.7s ease;
     -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
       -o-transition: all 0.7s ease;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: inline-block;
  width: 100%;
  display: inline-block;
  height: 100%;
  object-fit: cover;
}

.listing_wrapper_agents .agent_unit h4 {
  padding: 0 13px;
  margin-top: 13px;
  margin-bottom: 3px;
  font-size: 18px;
}

.listing_wrapper_agents .agent_unit a {
  text-decoration: none;
}

.listing_wrapper_agents .agent_unit .agent_position {
  padding-right: 13px;
}

.listing_wrapper_agents .agent_position {
  font-size: 13px;
  margin: 0 0 9px 13px;
  color: #8F9EB6;
  line-height: 13px;
}

.listing_wrapper_agents .agent_unit_social.agent_list {
  left: 0;
  right: 0;
}

.listing_wrapper_agents .agent_unit_social {
  position: absolute;
  bottom: 0;
  height: 40px;
  font-size: 20px;
  background-color: #F0F0F0;
  width: 100%;
  padding: 5px 0 0 15px;
  left: 0;
  right: 0;
}

.listing_wrapper_agents .agent_detail {
  line-height: 22px;
  margin: 0 0 2px 13px;
  font-size: 13px;
  color: #8593A9;
}

.listing_wrapper_agents .agent_detail i {
  margin-right: 10px;
  min-width: 14px;
  display: inline-block;
}

.listing_wrapper_agents .agent_unit_social a {
  color: #D7D8DD;
  margin-right: 15px;
          transition: color 0.4s linear;
     -moz-transition: color 0.4s linear;
  -webkit-transition: color 0.4s linear;
       -o-transition: color 0.4s linear;
}

.listing_wrapper_agents .agent_unit_social a:hover {
  color: #1B1464;
}

.listing_wrapper_agents .social-wrapper {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.listing_wrapper_agents .agent_unit:hover img {
  opacity: 0.8;
          transform: scale(1.1);
     -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
}


.listing_wrapper_agents .agent_unit.pr {
  padding-bottom: 40px;
}

.listing_wrapper_agents .wp-post-image-bg {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

/*------------------------------------------------------------------
[17. Invoice ]
*/

.widget-form-cart .widget-body {
  border-bottom: 1px solid #CCC;
}

.widget-styles.widget-form-cart .header  {
  padding-left: 10px;
}

.widget-form-cart .widget-body:last-child {
  border-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
  padding: 5px 5px;;
}

.select-default {
  border: 1px solid #AFAFAF;
  font-size: 14px;
}

.widget-form-cart .select-default {
  height: 38px;
  margin: 10px 0;
}

.widget-form-cart .widget-body {
  padding: 40px 15px;
}

.box-container-title {
  margin-bottom: 15px;
}

.table-cart img {
  display: inline-block;
  max-height: 60px;
}

.table-bordered.table-cart {
  border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
  border: 1px solid #ECEEEF;
  vertical-align: middle;
}

.widget-invoice h2 {
  font-size: 25px;
  font-weight: 600;
}

.widget-invoice h1 {
  font-size: 27px;
  font-weight: 600;
}

.invoice-meta dd {
  margin-bottom: 0;
}

.widget-invoice caption {
  caption-side: top;
}

.list-overview > li,
.list-overview {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-overview > li {
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

.list-overview > li:after {
  content: '';
  clear: both;
  display: table;
}

.list-overview > li .list-overview-value {
  float: right;
}

.list-overview > li .list-overview-option {
  font-weight: 600;
}

.table-cart tr {
  border-bottom: 1px solid #CCC;
}

.table-cart thead td:last-child {
  text-align: center;
}

.table-cart thead,
.table-cart th {
  background: #F8F8F8;
}

.widget-form-cart h3 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1;
}

.widget-form-cart .widget-body {
  border-bottom: 1px solid #CCC;
}

.widget-form-cart .widget-body:last-child {
  border-bottom: 0;
}

.widget-form-cart h5 {
  margin-top: 0;
}

.widget-form-cart p,
.widget-form-cart .form-group {
  margin-bottom: 0;
}

.widget-form-cart .widget-body .form-additional {
  margin-bottom: 0;
}

.widget-form-cart .widget-body .list-overview {
  padding: 0 5px;;
}

.select-default {
  border: 1px solid #AFAFAF;
  font-size: 14px;
}

.widget-form-cart .select-default {
  height: 38px;
  margin: 10px 0;
}

.widget-form-cart .dropdown-menu {
  left: 0;
}

.box-container-title {
  margin-bottom: 40px;
}

.box-container-title h3,
.box-container-title h2,
.box-container-title h1 {
  margin: 0;
  line-height: 1;
}

.table-cart img {
  display: inline-block;
  max-height: 60px;
  max-width: 100%;
}

.table-bordered.table-cart {
  border: 0;
}

.table-bordered.table-cart td,
.table-cart.table-bordered th {
  border: 1px solid #ECEEEF;
  vertical-align: middle;
}

.widget-invoice h2 {
  font-size: 25px;
  font-weight: 600;
}

.widget-invoice h1 {
  font-size: 27px;
  font-weight: 600;
}

.invoice-meta dd {
  margin-bottom: 0;
}

.widget-invoice caption {
  caption-side: top;
}

.widget-property-map .form-additional {
  margin-bottom: 0;
}

#invoice {
  background: #FEFEFE;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0 0 1px #888;
     -moz-box-shadow: 0 0 1px #888;
       -o-box-shadow: 0 0 1px #888;
          box-shadow: 0 0 1px #888;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 18px;
  max-width: 840px;
  margin: auto;
}

#invoice.unpaid:before,
#invoice.paid:before {
  background: #F00;
  background: rgba(187, 0, 0, 0.8);
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: -20px;
}

#invoice.paid:before {
  background: #008000;
  background: rgba(122, 185, 0, 0.7);
}

.this-is {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
}

.invoice-intro p {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5em;
  padding-bottom: 20px;
}

.invoice-intro.invoice-logo a img {
  max-height: 90px;
}

.invoice-intro.invoice-logo a {
  color: #DA3743;
  font-size: 30px;
  font-family: 'Nunito';
  text-decoration: none;
  font-weight: 900;
  line-height: 34px;
}

.invoice-meta {
  margin-top: 15px;
}

.invoice-meta {
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.invoice-meta dt {
  clear: both;
  float: left;
  font-weight: bold;
  width: 46%;
}

.invoice-meta dd {
  float: right;
  width: 46%;
  text-align: left;
}

#parties {
  overflow: hidden;
  position: relative;
}

.invoice-from,
.invoice-to,
.invoice-status {
  padding-bottom: 30px;
  text-align: left;
}

.invoice-from {
  text-align: right;
}

.unpaid .invoice-status strong,
.paid .invoice-status strong {
  background: rgba(187, 0, 0, 0.8);
  background: #F00;
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 8px;
}

.paid .invoice-status strong {
  background: #008000;
  background: rgba(122, 185, 0, 0.7);
}

.unpaid .invoice-pay ul {
  border-right: 10px solid #F00;
  border-right: 10px solid rgba(187, 0, 0, 0.8);
  padding: 12px;
}

.invoice-items,
.invoice-totals {
  padding-bottom: 30px;
  text-align: left;
}

.invoice-items table,
.invoice-totals table {
  font-size: 12px;
  width: 100%;
}

.invoice-items table thead th:last-child {
  text-align: right;
}

.invoice-items caption,
.invoice-totals caption {
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-align: left;
}

.invoice-items thead th,
.invoice-totals thead th {
  background: #E5E5E5;
  font-weight: bold;
  padding: 6px 0;
}

.invoice-items thead tc,
.invoice-totals thead tc {
  text-align: center;
}

.invoice-items thead th:first-of-type,
.invoice-totals thead th:first-of-type {
  padding-left: 8px;
}

.invoice-items thead th:last-of-type,
.invoice-totals thead th:last-of-type {
  padding-right: 8px;
  text-align: right;
}

.invoice-items tbody tr th,
.invoice-totals tbody tr th {
  padding-left: 8px;
}

.invoice-items tbody tr td:last-of-type,
.invoice-totals tbody tr td:last-of-type {
  padding-right: 8px;
  text-align: right;
}

.invoice-items tbody tr:nth-of-type(even) th,
.invoice-totals tbody tr:nth-of-type(even) th,
.invoice-items tbody tr:nth-of-type(even) td,
.invoice-totals tbody tr:nth-of-type(even) td {
  background: #EEE;
}

.invoice-items tbody th,
.invoice-totals tbody th,
.invoice-items tbody td,
.invoice-totals tbody td {
  background: #FFF;
  padding-top: 6px;
  padding-bottom: 6px;
}

.invoice-items tbody td,
.invoice-totals tbody td {
  text-align: right;
}

.invoice-items tfoot td,
.invoice-totals tfoot td {
  background: #E5E5E5;
  font-size: 11px;
  font-weight: bold;
  padding: 6px 8px;
  text-align: right;
}

.invoice-pay {
  padding-top: 30px;
}

.invoice-pay li {
  overflow: hidden;
  padding-top: 12px;
}

.invoice-pay li:nth-of-type(even) {
  padding-top: 18px;
}

.invoice-pay .gcheckout {
  background-image: url(data:image/gif;base64,R0lGODlhdQAwAOZ/AIrQsD+G8Y+s28fa9i9lufHx8djl+HGk82qRz9pENjl85AaaWEKL+TV23fX19VaY+ujo6Eq1hfn5+aFLYIiIiDZtyb6+vj2C7a7Zvurq6kGI9Wie7zd54fjntPjMRtNvbFaFz6ampuzs7DFqwgqiXe2RP+7u7peXlw+oYjp+5+rw+TGpctS8due1sTh64pa79eTr9+fRxrfK6CZduPrx2bzT9ytkwzVz1J+33nvDn63K9jZxzZG07FyU7NQ+MbOzs8fk16rC5oKl2/WuS0yZQ7/S8PH1+zl520eF5pC39MSdK+Ll69pWTLfP9cihMLzfz0eP+kKK98yrT/X5/jd32eNkO9PZ4z2A6jh631SP6x9Vrzl84ea6OaHC9TBx2N7x6IOt7/z8/ECH80GJ9j6E7/7+/vv7+zt/6TyG9vnJQN9JPUqL7+qHb62bLzifUTmhUXyd1Ep3wH1Xhqu/3uB/djd11zFtzECI80SN+XyaOUOI9MfQ3+fn5zZ43////wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkZDN0YxMTc0MDcyMDY4MTFBNzY4RkU5M0ZEREJEQkM4IiB4bXBNTTpEb2N1bWVu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);
  float: right;
  height: 32px;
  text-indent: -9999em;
  width: 117px;
}

.invoice-pay .acheckout {
  background-image: url(data:image/gif;base64,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);
  float: right;
  height: 38px;
  width: 173px;
  text-indent: -9999em;
}

.paid .invoice-pay ul li {
  display: none;
}

.paid .invoice-pay ul:after {
  background: #008000;
  background: rgba(122, 185, 0, 0.7);
  content: 'Paid in Full';
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 8px;
  text-align: right;
}

.invoice-notes {
  padding-bottom: 0;
  text-align: left;
}

.invoice-notes p,
.invoice-notes ul,
.invoice-notes ol,
.invoice-notes dl {
  padding-bottom: 1em;
}

.invoice-notes ul li {
  list-style: inside disc;
}

.invoice-notes ol li {
  list-style: inside decimal;
}

#footer {
  border-top: 1px solid #DDD;
  font-size: 11px;
  font-weight: bold;
}

@media (max-width: 47.9em) {
  .invoice-pay {
    text-align: center;
  }
}

@media only screen and (min-width:420px) and (max-width:869px) {
  #invoice {
    margin: 0 20px;
  }
}

@media only screen and (min-width:700px) {
  #header {
    overflow: hidden;
  }
  .invoice-intro {
    float: left;
    width: 50%;
    text-align: left;
  }
  .invoice-intro p {
    text-align: left;
  }
  .invoice-meta {
    float: right;
    width: 40%;
  }
  .invoice-meta dd {
    text-align: right;
  }

  .invoice-to,
  .invoice-from,
  .invoice-status {
    float: right;
    width: 24%;
    margin-left: 4%;
  }

  .invoice-to {
    float: left;
    margin-left: 0;
  }

  .invoice-status {
    margin-right: 0;
  }
}

@media only screen and (min-width:450px) {
  .invoice-to,
  .invoice-from {
    float: right;
    width: 45%;
  }

  .invoice-to {
    float: left;
    margin-left: 0;
  }

  .invoice-from {
    text-align: right;
  }
}

@media only screen and (max-width:449px) {
  .invoice-to,
  .invoice-from {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .invoice-intro.invoice-logo {
    text-align: center;
    margin-bottom: 40px;
  }
}

.invoice-totals table {
  float: right;
  width: 50%;
}

.vcard a {
  display: block;
}

.widget-invoice .invoice-intro.invoice-logo a {
  display: inline-block;
  font-size: 24px;
  line-height: 55px;
  padding-left: 15px;
  vertical-align: top;
}

/*------------------------------------------------------------------
[18.Row flex ]
*/

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .row-flex > [class*='col-lg']:not([class*='col-md']):not([class*='col-sm']):not([class*='col-xs']) {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .row-flex > [class*='col-md']:not([class*='col-sm']):not([class*='col-xs']) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row-flex > [class*='col-sm']:not([class*='col-xs']) {
    width: 100%;
  }
}

.row-flex > [class*='col-xs'] {
  width: 100%;
}

/*------------------------------------------------------------------
[19. List menu ]
*/

ul.categories.list-menu {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

ul.categories.list-menu .dropdown-item {
  white-space: initial;
}

ul.categories > li {
  border-bottom: 1px solid #EEE;
  position: relative;
}

ul.categories > li:last-child {
  border: 0;
}

ul.categories > li > a {
  display: block;
  padding: 12px 5px;
}

ul.categories > li a {
  color: rgb(102, 102, 102);
}

ul.categories > li > a.active,
ul.categories > li > a:hover {
  font-weight: 600;
  text-decoration: none;
}

ul.categories > li > a i {
  color: #999;
  display: inline-block;
  font-style: normal;
  font-size: 11px;
  padding-right: 5px;
  vertical-align: middle;
}

ul.categories > li > a:hover i {
  color: #FFF;
}

ul.categories > li > ul {
  background: #FCFCFC;
  margin: 0;
  padding: 0;
}

ul.categories > li > ul > li {
  border-top: 1px solid #E0EDED;
}

ul.categories > li > ul > li > a {
  display: block;
  padding: 5px 25px;
}

/*------------------------------------------------------------------
[20. Components ]
*/

.highlight {
  background-color: #F7F7F9;
  margin-top: 10px;
  padding: 1rem;
}

.CodeMirror {
  border: 1px solid #EEE;
  height: 300px;
  margin-top: 10px;
}

body .CodeMirror pre {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
}

.components-descrition {
  margin: 15px 0;
}

.CodeMirror-code pre > span {
  margin-left: -120px;
}

.CodeMirror pre {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: normal;
}

.file_content {
  max-height: 350px !important;
  width: 100%;
}

/*------------------------------------------------------------------
[21. Custom ]
*/

.rating-action {
  display: inline-block;
  color: #da3743;
  cursor: pointer;
}

.rating-action i {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}

.rating-action i:before {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

.bb-alert.label.label-important {
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 1em 1.3em;
  border-radius: 0;
  position: fixed;
  left: 50%;
  top: 10%;
  background: red;
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.bd-example ul#icons {
  margin: 0;
  padding-left: 5px;
  max-width: 700px;
  width: 100%;
  list-style: none;
  text-align: left;
  font-size: 1px;
}

.bd-example ul#icons li {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 22px;
  width: 80px;
  border-radius: 4px;
  list-style: none;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  cursor: pointer;
}

.bd-example ul#icons li:hover {
  color: #4F8EF7;
}

.CodeMirror {
  margin-top: 10px;
}

.label-important {
  background-color: #B94A48;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
body .footable.table > tbody > tr > td,
td,
body table td {
  vertical-align: middle;
}

.footable .dropdown-menu {
  right: initial;
}

.pagination {
  margin: 10px 0;
}

.pagination > li a:focus,
.pagination > li span:focus,
.pagination > li a,
.pagination > li span {
  padding: 8px 12px;
  border-radius: 2px !important;
  background: transparent;
  color: #555;
  text-decoration: none;
  border: 1px solid #EEE;
  font-size: 12px;
  font-weight: 600;
  margin-right: 3px;
  line-height: 1;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
  text-decoration: none;
  outline: 0;
}

.pagination > li a:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #da3743;
  border: 1px solid #da3743;
  background: transparent;
}

.pagination.pagination-theme > li a:focus,
.pagination.pagination-theme > li span:focus,
.pagination.pagination-theme > li a,
.pagination.pagination-theme > li span {
  color: #4285F4;
  border: 0;
  font-size: 13px;
  padding: 10px 10px;
}

.pagination.pagination-theme > li a:hover,
.pagination.pagination-theme > .active > a,
.pagination.pagination-theme > .active > a:focus,
.pagination.pagination-theme > .active > a:hover,
.pagination.pagination-theme > .active > span,
.pagination.pagination-theme > .active > span:focus,
.pagination.pagination-theme > .active > span:hover {
  color: #252525;
  border: 0;
  background: transparent;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: 0 2px 0 0 #da3743;
  -webki-box-shadow: 0 2px 0 0 #da3743;
}

.compat-object-fit {
  background-size: cover;
  background-position: 50% 50%;
}

.compat-object-fit > img {
  display: none !important;
}

.compat-object-fit .object-fit-imagediv {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.img-circle-cat-fill {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: #E5E5E5;
  border-radius: 50%;
  position: relative;
  line-height: 140px;
  text-align: center;
}


.img-circle-cat-fill:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-color: #5C5C5C;
  opacity: 0;
  z-index: 101;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.img-circle-cat-fill:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.1;
}

.img-circle-cat {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #E5E5E5;
  border-radius: 50%;
  position: relative;
  line-height: 90px;
  text-align: center;
  margin: 15px 15px;
}

.img-circle-cat-fill img,
.img-circle-cat img {
  display: inline !important;
}

.img-circle-cat:before {
  content: '';
  position: absolute;
  right: -15px;
  left: -15px;
  top: -15px;
  bottom: -15px;
  border: 2px solid #EDEDED;
  border-radius: 50%;
}

.img-circle-cat:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-color: #5C5C5C;
  opacity: 0;
  z-index: 101;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}

.img-circle-cat:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.1;
}

.img-circle {
  display: inline-block;
  overflow: hidden;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.img-circle img {
  width: 100%;
  height: 100% !important;
       object-fit: cover;
   -ms-object-fit: cover;
    -o-object-fit: cover;
  -moz-object-fit: cover;
}

.pos-center {
  margin: 0 auto;
  display: inline-block;
}

.bg-first {
  background: #FFF;
}

.bg-third {
  background: #393939;
}

.bg-f {
  background: #f4f3f4;
}

.bg-mask {
  background: url(../img/bg-parallax.png)  center no-repeat;
}

/* affix menu */

.affix-menu.affix-menu-m21 {
  position: fixed;
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}

.affix-menu.affix-menu-m21 .lang-manu .btn {
    color: white;
}

.affix-menu.affix {
  position: static;
}

.sticky-wrapper {
  display: block;
}

.sticky-wrapper {
  display: block;
}

.affix-menu.affix {
  position: fixed;
}

.affix {
  z-index: 99999;
  top: 0;
  -webkit-transition: top 0.15s ease-in-out;
          transition: top 0.15s ease-in-out;
}

.affix-menu.affix.top-bar {
  background-color: #FFF;
  border-bottom: 1px solid #CACACA;
}

.affix-menu.affix.top-bar {
  padding: 15px 0;
  padding-top: 0;
}

body.boxed .affix-menu.affix-menu-m21 > .container,
.top-bar > .container {
  padding: 0 15px !important;
}

body:not(.boxed) .affix-menu.affix.top-bar {
  width: 100%;
}


body.boxed .affix-menu.affix-menu-m21,
body.boxed .affix-menu.affix.top-bar {
  left: 50%;
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open > a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open > a:focus,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .default-menu.nav .open > a:hover,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a:not(.btn),
.affix-menu.affix.top-bar:not(.affix-menu-m21) .logo a {
  color: #000;
}

.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items .dropdown-menu li.active > a,
.affix-menu.affix.top-bar:not(.affix-menu-m21) .nav-items li a.btn.btn-custom-default:hover,
.affix-menu.affix.top-bar .nav-items li a.btn.btn-custom-default:hover {
  color: #FFF;
}

.affix-menu.affix.top-bar .nav-items li a.btn:hover {
  color: #FFF;
}

.affix-menu.affix.top-bar .default-menu.navbar-nav > li .dropdown-menu {
  background-color: #FFF;
}

.affix-menu-m21.affix.top-bar .default-menu .dropdown-menu > li > a {
  color: #000;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu > li.dropdown-submenu.active > a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu > li.dropdown-submenu:hover > a,
.affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a:hover {
  color: white !important;
  background: #da3743;
          transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.affix-menu.affix.top-bar .default-menu .dropdown-menu > li > a::after {
  display: none;
}

.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default {
  border: 2px solid #464646;
}

.affix-menu.affix.top-bar.top-bar-color .nav-items li a.btn.btn-custom-default:hover {
  background: rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items > li> a.btn.btn-custom-default,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.top-bar.overflow:not(.affix) .nav-items > li> a.btn.btn-custom-default:hover,
.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-default:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  background: transparent;
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.top-bar.top-bar-color:not(.affix) .nav-items li a.btn.btn-custom-primary:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.affix-menu.affix.top-bar .local-form {
  display: none;
}

@media (min-width: 768px) {
  .affix-menu.affix.top-bar .nav-items li a:not(.btn)::after {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .affix-menu.affix.top-bar .nav-items.default-menu > li > a {
    color: #FFF;
  }

  body.boxed .affix-menu.affix-menu-m21,
  body.boxed .affix-menu.affix.top-bar {
    left: 50%;
            transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
  }
}

.affix-menu.affix-menu-m21.affix.top-bar {
  background: #222;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-bottom: 0;
}

/* end affix menu */

.row-s {
  margin-left: -3px;
  margin-right: -3px;
}

.row-s:after {
  content: '';
  display: table;
  clear: both;
}

.row-s > div {
  padding-left: 3px;
  padding-right: 3px;
}

/* swap */

@media (max-width: 991px) {
  .swap-md-down {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: center;
  }

  .swap-md-down  .swap-top {
    order: 1;
    width: 100%;
  }

  .swap-md-down  .swap-bottom {
    order: 2;
  }
}

/* end swap */

.widget-styles .caption-title.t-left,
.widget .widget-title.t-left,
.widget-styles .header.t-left h2,
.t-left {
  text-align: left;
}

.sidebar {
  padding-top: 35px;
}

.widget-styles {
  border: 1px solid #E8ECF1;
  border-radius: 2px;
}

.widget,
.widget-styles {
  margin-bottom: 30px;
}

.widget-styles .body {
  padding: 10px;
}

.widget-styles .b {
  background: #E8ECF1;
}

.widget-styles .caption-title:not(.b),
.widget-styles .header:not(.b) {
  border-bottom: 4px solid #E8ECF1;
}

.widget-styles .caption-title h2,
.widget-styles .caption-title,
.widget .widget-title,
.widget-styles .header h2,
.widget-styles .header {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.widget-styles .caption-title,
.widget-styles .header,
.widget-styles .header {
  padding: 4px 30px;
}

.widget-styles .content,
.widget .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.widget-styles .content-box,
.widget .content-box {
  padding: 30px;
}

.widget .header.link {
  padding: 8px 30px;
}

.widget .header.link h2 {
  font-size: 12px;
  color: #4285F4;
}

.widget .header.link a {
  font-size: 12px;
  color: #4285F4;
  text-decoration: none;
}

/* full width */

.full-width img,
.full-width {
  height: initial !important;
}

@media (max-width: 767px) {
  .full-width-xs img,
  .full-width-xs {
    height: initial !important;
  }
}

@media (max-width: 991px) {
  .full-width-xs img,
  .full-width-sm {
    height: initial !important;
  }
}

@media (max-width: 1199px) {
  .full-width-md img,
  .full-width-md {
    height: initial !important;
  }
}

/* end full width */
/*
.parallax-mirror {
  z-index: initial;
}*/

.footable-filtering .input-group-btn .btn.btn-primary {
  display: none;
}

.bg-tr {
  background: transparent;
}

.bg-default {
  background: white;
}

.CodeMirror {
  border: 1px solid #EEE;
  height: 300px;
  margin-top: 10px;
}

body .CodeMirror pre {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
}

.components-descrition {
  margin: 15px 0;
}

.CodeMirror-code pre > span {
  margin-left: -120px;
}

.CodeMirror pre {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  letter-spacing: normal;
}

#mapsAddress {
  position: relative;
  overflow: hidden;
  height: 500px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section.widget-top-map {
    padding: 0;
}

.contact-map#property-map {
    height: 250px;
} 

.container-wide .section-search-area .btn-custom.btn-i {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0;
}

.container-wide .flex-md .map {
    /*margin-left: -15px;
    margin-right: -15px;*/
}

@media (min-width: 992px) {
    .fullscreen-top-md {
        position: fixed;
        z-index: 5;
    }
    
    .fullscreen-map-md .map {
        overflow: hidden;
        height: calc(100vh - 95px);
        position: fixed !important;
        right: 0;
        top: 95px;
    }
    
    body.boxed .fullscreen-top-md {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
    
    body.rtl .fullscreen-map-md .map {
        right: initial !important;
    }
}

@media(max-width: 991px) {
    .fullscreen-map-md .map {
        height: 350px !important;
        position: relative;
        right: 0 !important;
        width: initial !important;
        left: 0 !important;
        top: 0 !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .fullscreen-inner-md {
        padding-top: 0 !important;
    }
    
}



@media(min-width: 1380px){
    .wrap-side .top-bar .container-top {
        padding: 0 55px;
    }

    .wrap-side .left-side {
        padding-left: 55px;
        padding-right: 50px;
    }

    .wrap-side .container-wide .widget .filters-box {
        margin-left: -55px;
        margin-right: -50px;
        padding-left: 55px;
        padding-right: 50px;
    }
}

.map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.section-main > .container  {
    padding-top: 35px;
}

.thumbnail.thumbnail-property-list .list-comment img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: top center;
    -webkit-object-fit: cover;
    -webkit-object-position: top center;
}

.color-mask {
    position: relative;
}

.color-mask:after {
    content: '';
    position: absolute;
    background: #DA3743;
    opacity: 0.902;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.mask-parallax {
    position: relative;
}

.mask-parallax:after {
    content: '';
    position: absolute;
    background: url(../img/bg-parallax.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.mask-parallax > * {
    position: relative;
    z-index: 1;
}

.section-banner2 .inv-block {
    max-width: 600px;
    margin: 0 auto;
}

.section-banner2 .header i {
    font-size: 72px;
}

.section-banner2 .header {
    padding-bottom: 15px;
}

.section-banner2 .title {
    font-size: 32px;
    font-weight: bold;
}

.section-banner2 .description {
    font-size: 16px;
    font-weight: light;
}

.header-options {
    padding-bottom: 30px;
}

.header-options:after {
    content: '';
    clear: both;
    display: table;
}

.header-options .h-title {
   float: left; 
}

.header-options .h-title .title {
    font-size: 32px;
}

.header-options .options {
    float: right;
    font-size: 13px;
}

.header-options .options .list-info {
    margin-left: 20px;
    margin-left: 20px;
    padding: 7px 0;
    display: inline-block;
    vertical-align: top;
}

.bootstrap-select button {
    border: 0;
}

.section.p90_65,
.p90_65 {
    padding-top: 90px;
    padding-bottom: 65px;
}

.section.p95_65,
.p95_65 {
    padding-top: 95px;
    padding-bottom: 65px;
}

.section.p85,
.p85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.section.p100_80,
.p100_80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.section.pb20,
.pb20 {
    padding-bottom: 20px;
}

.section.ps15-15,
.ps15-15 {
    padding-right: 30px;
    padding-left: 20px;
}

@media(min-width: 992px){
    .section.ps15-15-md-up,
    .ps15-15-md-up {
        padding-right: 30px;
        padding-left: 20px;
    }
}

.m30 {
    margin-bottom: 30px;
}

.search-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.search-tabs:after {
    content: '';
    clear: both;
    display: table;
}

.search-tabs li {
    float: left;
}

.search-tabs li.active .btn-special-primary {
    background: #DA3743;
    border: 2px solid #DA3743;
    color: white;
}

.search-tabs li.active .btn-special-primary:hover {
    background: #C5434D;
    border: 2px solid #C5434D;
}

.gm-style .gm-style-cc,
.property-map img[src="http://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
    display: none;
}

.btn.btn-basic {
    background: #929292;
    color: white;
}

.btn.btn-basic:hover {
    background: #606060;
}

.flex-md {
    background: #fff;
}