

/* COMMON */
html,
body {
    width: 100%;
    height: 100%;
}

html {
    height: max-content;
}

body {
    overflow: visible!important;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;

    overflow-x: hidden;

    color: #685a42!important;
    background-color: #fff;
}

.frontpage-slider {
    position: relative;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}




h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lora', serif;
    font-weight: 100;
    font-style: normal;

    color: #d0b483;
}

a {
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;

    color: #d0b483;
}

section.related .items .item a {
    color: #d0b483;
}

a:hover {
    color: #1dc9ff;
}

section.videoblog .post-content .info .item a:hover {
    color: #1dc9ff;
}

section.blog-navigation .control a {
    color: #d0b483;
}

section.blog-navigation .control a:hover {
    color: #1dc9ff;
}

/* NAVBAR */

nav.navbar {
    z-index: 100501;

    padding-top: 0;
    padding-bottom: 0;

    -webkit-transition: background-color .25s ease-in, box-shadow .25s ease-in;
    -moz-transition: background-color .25s ease-in, box-shadow .25s ease-in;
    -ms-transition: background-color .25s ease-in, box-shadow .25s ease-in;
    -o-transition: background-color .25s ease-in, box-shadow .25s ease-in;
    transition: background-color .25s ease-in, box-shadow .25s ease-in;

    background-color: rgba(0,0,0,.7);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.0);
}
nav.navbar .container-fluid {
    padding-right: 64px;
    padding-left: 64px;
}
nav.navbar .nav-item .dropdown-menu {
    display: none;
}
nav.navbar .nav-item:hover .nav-link {   }
nav.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
nav.navbar .nav-item .dropdown-menu {
    margin-top:0;
}

section.catalog {
    padding-right: 64px;
    padding-left: 64px;
    margin-top: 130px;
    margin-bottom: 60px;
}

nav.navbar.scrolling {
    z-index: 100501;

    background-color: rgba(76, 76, 76, 1);
    /* box-shadow: 0 2px 10px 3px rgba(0,0,0,.2); */
}

nav.navbar .logo a img {
    display: inline-block;

    width: 64px;
    height: 64px;
}
nav.navbar .logo a div {
    display: inline-block;

    margin-right: 30px;
    margin-left: 15px;

    vertical-align: middle;
}
nav.navbar .logo a span.name {
    font-family: 'Lora', serif;
    font-size: 25px;

    display: block;

    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;

    color: #fff;
}
nav.navbar .logo a span.title {
    font-family: 'Rubik', serif;
    font-size: 14px;

    display: block;

    margin-top: -7px;

    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;

    color: #d0b483;
}
nav.navbar .navbar-nav {
    width: 100%;
}
nav.navbar .navbar-nav .nav-item {
    flex-grow: 0;
    font-size: 16px;
}
nav.navbar .navbar-nav .nav-link {
    font-weight: 300;

    display: inline-block;

    height: 100%;
    padding: 20px 15px;
    font-size: 15px;

    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}
nav.navbar .navbar-nav .nav-link:hover {
    color: #d0b483;
}

nav.navbar .navbar-nav .nav-link.dropdown-toggle.show {
    padding-bottom: 16px;

    color: #d0b483;
}
nav.navbar .navbar-nav .block-right {
    position: absolute;
    right: 64px;

    float: right;
}
nav.navbar .navbar-nav .language {
    display: inline-block;

    -webkit-transition: border-left .25s ease-in, border-right .25s ease-in;
    -moz-transition: border-left .25s ease-in, border-right .25s ease-in;
    -ms-transition: border-left .25s ease-in, border-right .25s ease-in;
    -o-transition: border-left .25s ease-in, border-right .25s ease-in;
    transition: border-left .25s ease-in, border-right .25s ease-in;
    text-align: right;

    border-right: 1px solid #707070;

    flex-grow: 1;
}
nav.navbar .navbar-nav .phone {
    position: relative;

    display: inline-block;
}
nav.navbar .navbar-nav .phone .whatsapp {
    font-size: 20px;
    padding-left: 8px;
    margin-top: -12px;
    margin-bottom: -5px;

    color: #d0b483;
}
nav.navbar .navbar-nav .phone .social {
    font-size: 20px;
    padding: 20px 8px;
    margin-top: -12px;
    margin-bottom: -5px;

    color: #d0b483;
}

nav.navbar .navbar-nav .phone .call .fa-phone-alt {
    color: #d0b483;
}
nav.navbar .navbar-nav .phone span.description {
    font-size: 12px;

    position: absolute;
    right: 8px;
    bottom: 6px;

    color: #d0b483;
}

/*
nav.navbar.scrolling .logo a span.name {
    color: #685a42;
}
nav.navbar.scrolling .logo a span.title {
    color: #d0b483;
}

nav.navbar.scrolling .navbar-nav .nav-link {
    color: #685a42;
}

nav.navbar.scrolling .navbar-nav .block-right .language {
    display: inline-block;

    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
*/


nav.navbar .navbar-nav .dropdown-menu {
    margin-top: -2px;

    border: 0;
    border-top: 2px solid #d0b483;
    border-radius: 0;
    background-color: #000;
}


nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item {
    font-weight: 300;

    display: inline-block;

    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;

    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}

nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item:hover,
nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item:focus,
nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item:active {
    color: #d0b483;
    background: none;
}


section.container-fluid {
    padding-left: 0.5rem;
}

section.about {
    padding-left: 0;
}

/* HEADER */
header.header {
    position: relative;
}

header.header .headline {
    position: absolute;
    z-index: 100500;
    top: 100px;
    left: 64px;
}

.headline-home {
    position: absolute;
    z-index: 100500;
    top: 100px;
    left: 64px;
}

header.header.blog-header .headline {
    top: unset;
    bottom: 40px;
}
header.header .headline h1 {
    font-style: normal;

    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 40%);
}

.headline-home h1 {
    font-style: normal;

    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 40%);
}

header.header .headline h1 {
    font-style: normal;

    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 40%);
}

header.header .headline h1 .big {
    font-size: 60px;
    font-weight: 200;
}

.headline-home h1 .big {
    font-size: 60px;
    font-weight: 200;
}

header.header .headline h1 .small {
    font-size: 50px;
    font-weight: 100;

    letter-spacing: 3px;
}

.headline-home h1 .small {
    font-size: 50px;
    font-weight: 100;

    letter-spacing: 3px;
}

header.header .filter {
    position: absolute;
    z-index: 100500;
    bottom: 0;

    width: 100%;
}
header.header .filter .form-wrapper {
    display: inline-block;

    width: calc(100% - 355px);
   /* margin-right: -5px;*/
}
header.header .filter .search-wrapper {
    display: inline-block;

    width: 355px;

    vertical-align: bottom;
}

header.header .filter .search-wrapper input:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}


header.header .filter .tabs {
    padding-left: 64px;
}
header.header .filter .tabs ul {
    border-bottom: none;
}
header.header .filter .tabs ul li {

}
header.header .filter .tabs ul li button {
    display: block;
    padding: 13px 30px;
    background-color: rgb(120 100 65 / 84%);
    border: none;
    border-radius: 0;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
header.header .filter .tabs ul li button.active {
    background-color: rgba(0,0,0,.8);
}
header.header .filter .fields .tab-content {
    display: inline-block;
}
header.header .filter .fields {
    display: block;

    padding: 30px 30px 30px 64px;

    background-color: rgba(0,0,0,.8);
}
header.header .filter .fields .item {
    display: inline-block;

    padding-right: 30px;
}
header.header .filter .fields .item label {
    font-weight: 300;
    font-family: inherit;
    font-style: normal;
    color: #fff;
    display: block;
    margin-bottom: 0;
}
header.header .filter .fields .item select {
    padding: 8px 45px 8px 15px;

    color: #fff;
    border: 2px solid #8d8d8d;
    background-color: #434343;
    background-image: url(/img/icons/icon-dropdown.svg);
    background-size: 6px 4px;
}
header.header .filter .fields .item select option {
    padding: 3px;

    background-color: #000;
}
header.header .filter .fields .item select option:hover {
    background-color: #d0b483;
}

/*#block-italiagov-tatyanalarionovaekspertpoelitnoynedvizhimostifuterblok span {
    color: #685a42;
}*/

.footer-bottom a {
    color: #d0b483;
    font-size: 16px;
}

.footer-bottom a:hover {
    color: #1dc9ff;
}

header.header .filter .fields .item select:focus {
    box-shadow: none;
    background-color: #777777;
}
header.header .filter .fields .item.button-wrapper {
    vertical-align: bottom;
}
header.header .filter .fields .item .nice-select {
    color: #fff;
    border: 2px solid #8d8d8d;
    background-color: #434343;
    display: block;
    padding: 0px 30px 0 10px;
    font-size: 16px;
    background-image: none;
}
.nice-select {
    padding-top: 0!important;
}
header.header .filter .fields .item .nice-select.open {
    background-color: #777777;
}
header.header .filter .fields .item .nice-select .list {
    background-color: #000;
}
header.header .filter .fields .item .nice-select:focus {
    box-shadow: none;
}
header.header .filter .fields .item .nice-select .option {
    line-height: 35px;
    min-height: 35px;
}
header.header .filter .fields .item .nice-select .option:hover,
header.header .filter .fields .item .nice-select .option.focus,
header.header .filter .fields .item .nice-select .option.selected.focus {
    background-color: #000;
    color: #d0b483;

}



header.header .filter .fields .item button.btn {
    font-size: 18px;

    height: 41px;
    margin-bottom: 0;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin-bottom .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin-bottom .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin-bottom .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin-bottom .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin-bottom .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
header.header .filter .fields .item button.btn:hover {
    margin-bottom: 4px;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.5);
}
header.header .filter .search {
    display: block;

    padding: 71px 64px 30px 30px;

    border-left: 1px solid #707070;
    background-color: rgba(0,0,0,.8);
}
header.header .filter .search input {
    padding: 8px 8px 8px 8px;

    color: #fff;

    border: 2px solid #8d8d8d;
    background-color: #434343;
}
header.header .filter .search button {
    border: 2px solid #8d8d8d;
    background-color: #434343;
    padding: 6px 5px;
}
header.header .filter .search button:hover {
    border: 2px solid #e7cb9b;
    background-color: #e7cb9b;
}

header.catalog-header .catalog-header-background {
    height: 520px;
}

/* BREADCRUMBS */
.breadcrumbs {
    padding: 15px 64px!important;
}
/*.object-header .breadcrumbs {
    margin-top: 64px;
}*/
.breadcrumbs.inner {
    /*margin-top: 64px;*/
    height: 64px;
    background-color: #F9F8F7;
    padding: 20px 64px;
}
.breadcrumbs.inner .row {
    margin-right: 0;
    margin-left: 0;
}
.breadcrumbs a.button {
    background-color: #D0B483;
    color: #fff;
    height: 41px;
    padding: 5px 15px;
    border-radius: 18px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .25s ease-in;
    width: max-content;
}
.breadcrumbs a.button:hover {
    background-color: #685A42;
}
.breadcrumbs .back {
    display: inline-block;
    width: fit-content;
}

.back span {
    margin-left: 10px;
}

.breadcrumbs .back a.button {
    margin-right: 30px;
}
.object-header .back {
    width: 50%;
}
.breadcrumbs .nav {
    display: inline-block;
    width: fit-content;
}
.header-main .breadcrumbs .nav {
    margin-left: 0;
}
.breadcrumbs .nav a.link {
    text-decoration: none;
    font-size: 16px;
    color: #d0b483;
}

.breadcrumbs .nav a.link:hover {
    color: #1dc9ff;
}

.breadcrumbs .nav a.link.current {
    color: #685a42;
}
.breadcrumbs .next {
    display: inline-block;
    width: fit-content;
    text-align: right;
}

.breadcrumbs .posts-select {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.breadcrumbs .posts-select .previous {
    display: inline-block;
    margin-right: 10px;
}
.breadcrumbs .posts-select .previous img {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs .posts-select .previous span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.breadcrumbs .posts-select .next {
    display: inline-block;
}
.breadcrumbs .posts-select .next img {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs .posts-select .next span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}
.breadcrumbs .separator {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 12px;
    margin: 0 5px;
    color: #c5c5c5;
}

/* FRONTPAGE SLIDER */
.frontpage-slider .slick-slider {
    margin-bottom: 0 !important;
}
.frontpage-slider .slider-controls {
    position: absolute;
    bottom: 340px;
    left: 64px;
}
.frontpage-slider .slider-controls button {
    font-size: 20px;

    width: auto;
    height: auto;

    vertical-align: middle;

    color: #fff;
    border: none;
    background: none;
}



.frontpage-slider .slider-controls .slide-m-dots {
    display: inline-block;

    vertical-align: middle;
}
.frontpage-slider .slider-controls .slide-m-dots ul {
    position: unset;
}



.frontpage-slider .slider-controls .slide-m-dots ul li a {
    font-size: 25px;
    font-weight: 100;

    text-decoration: none;

    color: #fff;
}
.frontpage-slider .slider-controls .slide-m-dots ul li.slick-active a {
    font-weight: 500;
}





.frontpage-slider .slide {
    height: 900px;

    background-position: center center;
    background-size: cover;
}

.frontpage-slider .slide .info {
    position: absolute;
    bottom: 230px;
    left: 48px;

    padding: 58px 16px 16px 16px;

    -webkit-transition: background-color .25s ease-in;
    -moz-transition: background-color .25s ease-in;
    -ms-transition: background-color .25s ease-in;
    -o-transition: background-color .25s ease-in;
    transition: background-color .25s ease-in;

    color: #fff;
    background-color: rgba(0,0,0,0);
}
.frontpage-slider .slide .info:hover {
    background-color: rgba(0,0,0,.5);
}

.frontpage-slider .slide .info span.description {
    font-size: 20px;
    font-weight: 300;

    display: block;

    margin-bottom: 15px;
}



.frontpage-slider .slide .info span.price {
    font-size: 22px;
    font-weight: 100;

    display: inline-block;
}

.frontpage-slider .slide .info a.link-more {
    display: inline-block;

    margin-left: 30px;
    padding: 4px 20px;

    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    -moz-transition: background-color .25s ease-in, color .25s ease-in;
    -ms-transition: background-color .25s ease-in, color .25s ease-in;
    -o-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}
.frontpage-slider .slide .info a.link-more:hover {
    color: #323232;
    background-color: #fff;
}
.frontpage-slider .slide .info a.link-more svg path {
    -webkit-transition: fill .25s ease-in;
    -moz-transition: fill .25s ease-in;
    -ms-transition: fill .25s ease-in;
    -o-transition: fill .25s ease-in;
    transition: fill .25s ease-in;

    fill: #fff;
}
.frontpage-slider .slide .info a.link-more:hover svg path {
    fill: #323232;
}

/* FRONTPAGE LIFESTYLE */
section.lifestyle .headline h2 {
    font-size: 40px;
    font-weight: 300;

    margin-top: 45px;
    margin-bottom: 30px;
}
section.lifestyle .item {
    position: relative;

    padding: 0;
}
section.lifestyle .col-lg-4.item {
    height: 20vw;
}
section.lifestyle .col-lg-3.item {
    height: 15vw;
}
section.lifestyle .item a {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    background-color: #9a845e;
}

section.lifestyle .item a span {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: bold;

    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 10px;

    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.2);
}
section.lifestyle .item a .background-zoom {
    z-index: 50;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .25s ease-in, transform .25s ease-in;
    -moz-transition: opacity .25s ease-in, transform .25s ease-in;
    -ms-transition: opacity .25s ease-in, transform .25s ease-in;
    -o-transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in;
    transform: scale(1.0);

    opacity: .7;
    background-position: center center;
    background-size: cover;
}
section.lifestyle .item a:hover .background-zoom {
    transform: scale(1.02);

    opacity: 1;
}

/* FRONTPAGE ABOUT */
section.about {
    background-color: #f9f8f7;
}

section.about .photo {
    display: inline-block;

    width: 25%;
}
section.about .photo .image {
    width: 100%;
    height: 600px;

    background-position: center center;
    background-size: cover;
}
section.about .text {
    display: inline-block;

    width: 50%;
    padding-right: 90px;
    padding-left: 90px;
}
section.about .text h3 {
    font-size: 40px;
    font-style: normal;

    padding-top: 60px;
}
section.about .text span.position {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-style: italic;

    display: block;

    margin-top: -5px;
    margin-bottom: 60px;
}
section.about .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
section.about .contact-me {
    display: inline-block;

    width: 25%;
}
section.about .contact-me h3 {
    font-size: 40px;
    font-style: normal;

    margin-bottom: 60px;
    padding-top: 60px;
}
section.about .contact-me a.link-contact {
    font-size: 20px;

    display: block;

    margin-bottom: 30px;

    text-decoration: none;

    color: #000;
}
section.about .contact-me a.link-contact svg {
    margin-right: 10px;

    color: #d0b483;
}
section.about .contact-me a.link-contact span.label {
    font-size: 14px;

    display: block;

    margin-bottom: 5px;
    margin-left: 30px;

    color: #d0b483;
}
section.about .contact-me a.link-contact span.time {
    font-size: 14px;

    color: #d0b483;
}

footer .row .item .links.social a {
    color: #d0b483!important;
    margin-right: 5px;
}
section.about .contact-me a.link-contact span.address {
    font-size: 18px;

    color: #000;
}


/* FRONTPAGE BLOG */
section.blog-frontpage {
    padding-right: 64px;
}
section.blog-frontpage .headline {
    padding: 30px 0 15px 160px;
}
section.blog-frontpage .headline h2 {
    font-size: 50px;

    display: inline-block;

    margin-bottom: 0;
    padding: 20px 30px;

    border-right: 2px solid #d0b483;
}
section.blog-frontpage .headline .subheader {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    display: inline-block;

    padding-left: 30px;

    color: #685a42;
}

section.blog-frontpage .background-left {
    margin-bottom: 30px;
}


section.blog-frontpage .blog-posts .item a {
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 30px;

    background-color: #9a845e;
}
section.blog-frontpage .blog-posts .item a .background-zoom {
    z-index: 50;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .25s ease-in, transform .25s ease-in;
    -moz-transition: opacity .25s ease-in, transform .25s ease-in;
    -ms-transition: opacity .25s ease-in, transform .25s ease-in;
    -o-transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in;
    transform: scale(1.0);

    opacity: .7;
    background-position: center center;
    background-size: cover;
}
section.blog-frontpage .blog-posts .item a:hover .background-zoom {
    transform: scale(1.02);

    opacity: 1;
}

section.blog-frontpage .blog-posts .item a span.title {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;

    position: absolute;
    z-index: 100;
    bottom: 10px;

    width: 100%;
    padding: 15px;

    color: #fff;
    text-shadow: 0 2px 6px rgb(0 0 0 / 40%);
}
section.blog-frontpage .blog-posts .item a span.title .date {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;

    display: block;
}

section.blog-frontpage .blog-posts .item.last a {
    text-decoration: none;
}
section.blog-frontpage .blog-posts .item.last a .link-more {
    -webkit-transition: background-size .25s ease-in, filter .25s ease-in;
    -moz-transition: background-size .25s ease-in, filter .25s ease-in;
    -ms-transition: background-size .25s ease-in, filter .25s ease-in;
    -o-transition: background-size .25s ease-in, filter .25s ease-in;
    transition: background-size .25s ease-in, filter .25s ease-in;

    background-position: center center;
    background-size: 30%;

    filter: brightness(1.0);
}
section.blog-frontpage .blog-posts .item.last a:hover .link-more {
    background-size: 31%;

    filter: brightness(1.1);
}

section.blog-frontpage .blog-posts .item.last .link-more span.text {
    font-family: 'Lora', serif;
    font-size: 30px;

    display: block;

    width: 100%;
    padding-top: 42%;

    text-align: center;

    color: #fff;
}
section.blog-frontpage .blog-posts .item.last .link-more span.divider {
    display: block;

    width: 70px;
    height: 2px;
    margin: 30px auto 0;

    background-color: #fff;
}


/* VIDEOBLOG */
section.videoblog {
    padding: 10px 64px 0 64px;
}
section.videoblog .headline {
    padding: 30px 0 15px 160px;
}
section.videoblog .headline h2 {
    font-size: 50px;

    display: inline-block;

    margin-bottom: 0;
    padding: 20px 30px;

    border-right: 2px solid #d0b483;
    vertical-align: baseline;
}
section.videoblog .headline .subheader {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    display: inline-block;

    padding-left: 30px;

    color: #685a42;
}
section.videoblog .playlists h3 {
    font-family: 'Lora', serif;
    font-size: 25px;

    color: #d0b483;
}
section.videoblog .playlists .playlist-wrapper {
    /*margin-bottom: 60px;*/
}
section.videoblog .playlists .playlist-wrapper a {
    text-decoration: none;
}



section.videoblog .playlists .playlist-wrapper a .border1 {
    width: auto;
    height: 5px;
    margin: auto 10px;

    -webkit-transition: height .25s ease-in;
    -moz-transition: height .25s ease-in;
    -ms-transition: height .25s ease-in;
    -o-transition: height .25s ease-in;
    transition: height .25s ease-in;

    background-color: #e2e2e2;
}
section.videoblog .playlists .playlist-wrapper a .border2 {
    width: auto;
    height: 5px;
    margin: auto 20px;

    -webkit-transition: height .25s ease-in;
    -moz-transition: height .25s ease-in;
    -ms-transition: height .25s ease-in;
    -o-transition: height .25s ease-in;
    transition: height .25s ease-in;

    background-color: #f2f2f2;
}
section.videoblog .playlists .playlist-wrapper a:hover .border1 {
    height: 10px;
}
section.videoblog .playlists .playlist-wrapper a:hover .border2 {
    height: 10px;
}
section.videoblog .playlists .playlist-wrapper a .playlist {
    margin-bottom: 10px;

    -webkit-transition: margin-bottom .25s ease-in;
    -moz-transition: margin-bottom .25s ease-in;
    -ms-transition: margin-bottom .25s ease-in;
    -o-transition: margin-bottom .25s ease-in;
    transition: margin-bottom .25s ease-in;
    transform: scale(1.0);

    border: 1px solid #d0b483;
}
section.videoblog .playlists .playlist-wrapper a:hover .playlist {
    margin-bottom: 0;
}
section.videoblog .playlists .playlist-wrapper a .playlist .image {
    display: inline-block;

    width: 45%;
    height: 190px;
    margin-bottom: -7px;

    background-position: center center;
    background-size: cover;
}
section.videoblog .playlists .playlist-wrapper a .playlist .text {
    display: inline-block;

    width: 54%;
    padding: 30px;

    vertical-align: top;
}
section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
    font-weight: 600;

    display: block;

    margin-bottom: 10px;

    text-transform: uppercase;
}
section.videoblog .playlists .playlist-wrapper a .playlist .text .title {
    font-family: 'Lora', serif;
    font-size: 24px;

    text-transform: uppercase;

    color: #685a42;
}
section.videoblog .posts h3 {
    font-family: 'Lora', serif;
    font-size: 25px;

    color: #d0b483;
}
section.videoblog .posts .item {
    margin-bottom: 30px;
}
section.videoblog .posts .item a {
    text-decoration: none;
}
section.videoblog .posts .item a:hover {
    color: #d0b483;
}
section.videoblog .posts .item a .image {
    height: 15vw;
    margin-bottom: 15px;

    -webkit-transition: transform .25s ease-in;
    -moz-transition: transform .25s ease-in;
    -ms-transition: transform .25s ease-in;
    -o-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
    transform: scale(1.0);

    background-position: center center;
    background-size: cover;
}
section.videoblog .posts .item a:hover .image {
    transform: scale(1.02);
}

section.videoblog .posts .item a .text .date {
    display: block;
}
section.videoblog .posts .item a .text .title {
    font-family: 'Lora', serif;
    font-size: 20px;

    display: block;

    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;

    color: #413829;
}
section.videoblog .posts .item a:hover .text .title {
    color: #d0b483;
}
section.videoblog .posts.sale {
    margin-right: -64px;
    margin-bottom: 60px;
    margin-left: -64px;
    padding: 24px;

    background-color: #f9f8f7;
}
section.videoblog .posts.sale h3 {
    font-size: 35px;

    margin-bottom: 25px;
}
section.videoblog .posts.sale .item a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;

    -webkit-transition: transform .25s ease-in, box-shadow .25s ease-in;
    -moz-transition: transform .25s ease-in, box-shadow .25s ease-in;
    -ms-transition: transform .25s ease-in, box-shadow .25s ease-in;
    -o-transition: transform .25s ease-in, box-shadow .25s ease-in;
    transition: transform .25s ease-in, box-shadow .25s ease-in;
    transform: scale(1.00);

    box-shadow: 0 2px 5px 2px rgba(0,0,0,.0);

    color: #d0b483!important;
}

section.videoblog .posts .item a {
    color: #d0b483!important;
}

section.videoblog .posts.sale .item a:hover {
    transform: scale(1.01);

    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
}
section.videoblog .posts.sale .item a .image {
    margin-bottom: 0;
}
section.videoblog .posts.sale .item a:hover .image {
    transform: scale(1.00);
}
section.videoblog .posts.sale .item a .text {
    min-height: 170px;
    padding: 15px;
    flex: 1;
    -webkit-transition: border .25s ease-in;
    -moz-transition: border .25s ease-in;
    -ms-transition: border .25s ease-in;
    -o-transition: border .25s ease-in;
    transition: border .25s ease-in;

    border: 1px solid #fff;
    background-color: #fff;
}
section.videoblog .posts.sale .item a:hover .text {
    border: 1px solid #d0b483;
}
section.videoblog .posts.sale .item a .text .info {
    display: block;
}
section.videoblog .posts.sale .item a .text .info strong {
    display: inline-block;

    width: 100px;

    color: #413829;
}
section.videoblog .posts.sale .item a .text .info span {
    display: inline-block;
}


section.videoblog .more a.button {
    font-size: 18px;

    display: inline-block;

    height: 41px;
    margin: 30px 10px 30px 10px;
    padding: 7px 30px 1px;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.videoblog .more a.button:hover {
    margin: 26px 10px 34px 10px;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}


/* FRONTPAGE FEATURED */

section.featured .headline {
    padding: 30px 0 15px 160px;
}
section.featured .headline h2 {
    font-size: 50px;

    display: inline-block;

    margin-bottom: 0;
    padding: 20px 30px;

    border-right: 2px solid #d0b483;
}
section.featured .headline .subheader {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    display: inline-block;

    padding-left: 30px;

    color: #685a42;
}
section.featured .items {
    margin-right: -24px;
    margin-left: -12px;
}
section.featured .items .item {
    display: flex;

    margin-bottom: 45px;
}
section.featured .items .item .col-first {
    display: inline-block;

    width: 55%;

    vertical-align: top;
}

section.featured .items .item:nth-child(even) .col-first {
    order: 5;
}




section.featured .items .item .col-first .image {
    width: 100%;
    height: 43vw;

    background-size: cover;
}
section.featured .items .item .col-first .info {
    height: 300px;
    margin-top: -150px;
    margin-left: 200px;
    padding: 30px 0 0 30px;

    background-color: #fff;
}
section.featured .items .item:nth-child(even) .col-first .info {
    margin-right: 200px;
    margin-left: 0;
    padding: 30px 30px 0 0;
}
section.featured .items .item .col-first .info .text {
    display: inline-block;

    width: calc(100% - 254px);

    vertical-align: top;
}
section.featured .items .item .col-first .info h4.title {
    font-size: 30px;

    margin-bottom: 15px;

    color: #000;
}
section.featured .items .item .col-first .info span.price {
    font-family: 'Lora', serif;
    font-size: 20px;

    display: block;

    margin-bottom: 15px;

    color: #d0b483;
}


a.button.more {
    font-size: 18px;

    display: inline-block;

    height: 41px;
    margin: 30px auto 30px auto;
    padding: 7px 30px 1px;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #685a42;
    background-image: url(/img/texture-small-dark.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0) brightness(1.0);
}
a.button.more:hover {
    margin: 26px auto 34px auto;

    box-shadow: 0 3px 0 0 #87724f;

    filter: contrast(1.5) brightness(1.2);
}



section.featured .items .item .col-first .info .icons {
    display: inline-block;

    width: 253px;

    vertical-align: top;
}
section.featured .items .item .col-first .info .icons .icon {
    display: inline-block;

    margin: auto 10px;

    width: auto;
}
section.featured .items .item .col-first .info .icons .icon img {
    display: block;

    width: 60px;
    height: 60px;
}
section.featured .items .item .col-first .info .icons .icon span.title {
    font-size: 12px;

    display: block;

    text-align: center;
}
section.featured .items .item .col-first .info .icons .icon span.number {
    font-family: 'Lora', serif;
    font-size: 20px;

    display: block;

    text-align: center;
}
section.featured .items .item .col-second {
    display: inline-block;

    width: calc(45% - 4px);

    vertical-align: top;

    background-image: url('/img/background-gold-pattern-gradient-right.svg');
    background-repeat: repeat-y;
    background-position: top right;
}
section.featured .items .item:nth-child(even) .col-second {
    margin-left: -13px;

    text-align: right;

    background-image: url('/img/background-gold-pattern-gradient-left.svg');
    background-position: top left;

    order: 1;
}
section.featured .items .item .col-second .image {
    width: 30vw;
    height: 20.6vw;
    margin-left: 4vw;

    background-size: cover;
}
section.featured .items .item:nth-child(even) .col-second .image {
    display: inline-block;

    margin-right: 4vw;
    margin-left: 0;
}
section.featured .items .item .col-second .info {
    height: 300px;
    margin-top: 280px;

    background-color: #fff;
}

section.featured .items .item .col-second .info span.city {
    font-family: 'Lora', serif;
    font-size: 35px;
    font-style: italic;

    display: block;

    margin-left: 4vw;
    padding: 20px 0 0 35px;

    color: #d0b483;
    border-left: 2px solid #d0b483;
}
section.featured .items .item:nth-child(even) .col-second .info span.city {
    margin-right: 4vw;
    margin-left: 0;
    padding: 20px 35px 0 0;

    text-align: right;

    border-right: 2px solid #d0b483;
}




/* FRONTPAGE FEEDBACK */
section.feedback-form {
    background-repeat: no-repeat;
    background-position: 140% 50%;
    background-size: contain;
}
section.feedback-form .form {
    background-repeat: repeat-y;
}

section.feedback-form .form .form-wrapper form {
    margin-top: 60px;
    margin-bottom: 90px;
    margin-left: 200px;
    padding: 45px;

    background-color: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 16%);
}
section.feedback-form .form .form-wrapper form h3 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    margin-bottom: 30px;

    color: #d0b483;
}

section.feedback-form .form .form-wrapper form .group label {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

    display: block;

    color: #d0b483;
}
section.feedback-form .form .form-wrapper form .group input {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.feedback-form .form .form-wrapper form .group input:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%)!important;
    border-bottom-color: #d0b483!important;
}

section.feedback-form .form .form-wrapper form .group textarea {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.feedback-form .form .form-wrapper form .group textarea:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
section.feedback-form .form .form-wrapper form .group button.button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.feedback-form .form .form-wrapper form .group button.button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}

section.feedback-form .form .form-wrapper form .group .button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.feedback-form .form .form-wrapper form .group .button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea  {
    font-weight: 400;
}

input::placeholder {
    font-weight: 400 !important;
}

textarea::placeholder {
    font-weight: 400 !important;
}


/* FRONTPAGE ARTICLES */

section.frontpage-articles .row .headline h2 {
    font-family: 'Lora', serif;
    font-size: 30px;

    margin-bottom: 30px;

    color: #d0b483;
}

section.frontpage-articles .row .text .col {
    font-weight: 100;

    display: inline-block;

    width: 49%;
    padding-right: 60px;

    vertical-align: top;
}
section.frontpage-articles .row.first .text {
    width: 70%;
    margin-bottom: 60px;
    padding: 60px 60px 60px 210px;

    color: #fff;
    background-color: #413829;
}
section.frontpage-articles .row.first .text ul {
    padding-left: 18px;

    list-style: url('/img/list-style-square.svg');
}
section.frontpage-articles .row.first .text ul li {
    margin-bottom: 24px;
    padding-left: 18px;
}
section.frontpage-articles .row.first .image-wrapper {
    position: relative;
}
section.frontpage-articles .row.first .image {
    position: absolute;
    top: -330px;
    right: 0;

    width: calc(62% - 10px);
    height: 28vw;

    background-position: center center;
    background-size: cover;
}
section.frontpage-articles .row.second .image-wrapper {
    position: relative;

    display: inline-block;

    width: 30%;
    margin-top: 210px;
    padding-bottom: 55px;

    background-color: #9a845e;
}
section.frontpage-articles .row.second .image-wrapper .image {
    position: absolute;
    top: -130px;
    left: 80px;

    width: 100%;
    height: 30vw;

    background-size: cover;
}
section.frontpage-articles .row.second .text {
    width: 70%;
    margin-top: 210px;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 160px;

    color: #413829;
}
section.frontpage-articles .row.second .text .col.full {
    width: 100%;
}
section.frontpage-articles .row.second .text ul {
    padding-left: 18px;

    list-style: url('/img/list-style-square.svg');
}
section.frontpage-articles .row.second .text ul li {
    margin-bottom: 24px;
    padding-left: 18px;
}

section.frontpage-articles .row.third .image-wrapper {
    position: relative;

    display: inline-block;

    width: 30%;
    margin-top: 0;
    padding-bottom: 0;

    background-color: #9a845e;
}
section.frontpage-articles .row.third .image-wrapper .image {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
}
section.frontpage-articles .row.third .text {
    width: 70%;
    margin-top: 160px;
    padding: 60px 120px 60px 60px;

    color: #413829;
    background-color: #f6f6f6;
}
section.frontpage-articles .row.third .text .col.full {
    width: 100%;
}
section.frontpage-articles .row.third .text ul {
    padding-left: 18px;

    list-style: url('/img/list-style-image.svg');
}
section.frontpage-articles .row.third .text ul li {
    margin-bottom: 24px;
    padding-left: 18px;
}


section.frontpage-articles button.article-toggle {
    flex-direction: row;

    width: 100%;

    border: none;
    background: none;

    align-content: center;
    flex-wrap: inherit;
}
section.frontpage-articles button.article-toggle span.border {
    display: inline-block;

    height: 1px;
    margin-top: 10px;
    margin-bottom: 0;

    vertical-align: middle;

    border: none !important;
    background-color: #d0b483;

    flex-grow: 1;
}
section.frontpage-articles button.article-toggle span.txt {
    display: inline-block;

    width: auto;

    vertical-align: middle;

    color: #d0b483;

    flex-grow: 0;
}

section.frontpage-articles button.article-toggle span.icon {
    display: inline-block;

    width: 10px;
    height: 5px;
    margin: 10px 15px;

    vertical-align: middle;

    background-image: url(/img/icons/icon-dropdown-expand.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.frontpage-articles button.article-toggle span.icon.up {
    background-image: url('/img/icons/icon-dropdown-collapse.svg');
}


section.blog-frontpage .blog-posts .slider-controls,
section.videoblog .playlists .slider-controls,
section.videoblog .posts.postlist .slider-controls,
section.videoblog .posts.sale .slider-controls,
section.videoblog .posts.list .slider-controls {
    display: none;
}

/* CATALOG */
section.sort {
    padding: 15px 64px;
}
section.sort .item {
    display: inline-block;
}
section.sort .item .icon {
    display: inline-block;
}
section.sort .item .text {
    display: inline-block;
    margin-right: 30px;
}
section.sort .item select.sort-by {
    border: none;
    box-shadow: none !important;
}
section.catalog {
    /*    padding-right: 64px;
        padding-left: 64px;
        margin-top: 60px;
        margin-bottom: 60px;*/
}
/*section.catalog .item {*/
/*    margin-bottom: 30px;*/
/*}*/
section.catalog .item .item-img {
    width: 100%;
    height: 16vw;
    margin-bottom: 15px;
    transform: scale(1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.catalog .item .item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.catalog .item .item-title {
    margin-bottom: 10px;
    min-height: 60px;
}
section.catalog .item .item-title .title {
    font-family: 'Lora', serif;
    font-size: 22px;
    display: inline-block;
    width: 80%;
    vertical-align: top;
    line-height: 30px;
    color: #413829;
    transition: color 0.25s ease;
}
section.catalog .item .item-title .object-id {
    text-align: right;
    color: #ACACAC;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 6px;
}
section.catalog .item .item-price {
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 20px;
    color: #D0B483;
    margin-bottom: 10px;
}

section.catalog .item .item-price .price {
    display: inline-block;
    width: 50%;
}
section.catalog .item .item-price .city {
    display: inline-block;
    width: 50%;
    text-align: right;
}
section.catalog .item .item-descr {
    margin-bottom: 10px;
}
section.catalog .item .item-descr .descr{
    color: #707070;
    font-size: 16px;
    display: block;
}
section.catalog .item .item-icons {
    display: flex;
}
section.catalog .item .item-icons .icon {
    display: inline-block;

    margin: auto 10px;
}
section.catalog .item .item-icons .icon img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
section.catalog .item .item-icons .icon span.title {
    font-size: 12px;

    display: block;

    text-align: center;
}

section.catalog .item .item-icons .icon span.number {
    font-family: 'Lora', serif;
    font-size: 20px;

    display: block;

    text-align: center;
}
section.catalog .item a.item-link {
    text-decoration: none;
    color: unset;
}
section.catalog .item a.item-link:hover .item-img {
    transform: scale(1.03);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
}

section.catalog .item a.item-link:hover .item-title .title {
    color: #D0B483;
}


section.catalog .item.first {

}
section.catalog .item.first .wrapper {
    background-color: #413829;
    background-image: url("/img/background-brown-pattern-gradient-left.svg");
    background-repeat: repeat-y;
    background-position: left center;
    margin-left: -64px;
    height: 100%;
}
section.catalog .item.first .description {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 64px;
}
section.catalog .item.first .description .agent-img {
    width: 300px;
    height: 520px;
    background-position: center center;
    display: inline-block;
    float: left;
    margin-top: -120px;
    margin-right: 30px;
    margin-left: -64px;
}
section.catalog .item.first .description .button-call {
    font-size: 18px;

    height: 41px;
    margin-top: 0;
    padding: 7px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin-top .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin-top .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin-top .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin-top .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin-top .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);

    display: inline-block;
    text-decoration: none;
    text-align: center;
}
section.catalog .item.first .description .button-call:hover {
    margin-top: -4px;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}


section.catalog button.button-more {
    font-size: 18px;

    display: inline-block;

    height: 41px;
    margin: 30px auto 30px auto;
    padding: 7px 30px 4px;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #685a42;
    background-image: url(/img/texture-small-dark.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0) brightness(1.0);
}
section.catalog button.button-more:hover {
    margin: 26px auto 34px auto;

    box-shadow: 0 3px 0 0 #87724f;

    filter: contrast(1.5) brightness(1.2);
}

/* CATALOG ARTICLES */
section.catalog-articles {

}
section.catalog-articles .heading div.headline h2 {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 500;
    color: #D0B483;
    text-align: center;
    margin-bottom: 30px;
}
section.catalog-articles .row.first {
    margin-bottom: 370px;
}
section.catalog-articles .row.first .background-spacer {
    background-image: url(/img/background-pattern-gradient-left.svg);
    background-repeat: repeat-y;
    background-position: left center;
    display: inline-block;
    width: 300px;
}
section.catalog-articles .row.first .text {
    background-color: #413829;
    color: #fff;
    display: inline-block;
    width: calc(100% - 300px);
}
section.catalog-articles .row.first .text .image-wrapper {
    width: 54vw;
    height: 28vw;
    position: absolute;
    left: 0;
    margin-top: 280px;
}
section.catalog-articles .row.first .text .image-wrapper .image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
section.catalog-articles .row.first .text  .col {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 30px;
}
section.catalog-articles .row.second {

}
section.catalog-articles .row.second div.headline {
    padding-left: 64px;
    margin-bottom: 10px;
}
section.catalog-articles .row.second div.headline h2 {

}
section.catalog-articles .row.second .text {
    background-color: #F6F6F6;
    padding: 45px 64px;
}
section.catalog-articles .row.second .text .col.full {
    width: 60%;
}
section.catalog-articles .row.second .text .col.full ul {
    list-style: none;
    padding-left: 0;
    columns: 2;
}
/*section.catalog-articles .row.second .text .col.full ul li {*/
/*    background-image: url(/img/list-style-image.svg);*/
/*    background-repeat: no-repeat;*/
/*    line-height: 30px;*/
/*    padding-left: 40px;*/
/*    background-position: 0 3px;*/
/*    margin-bottom: 15px;*/
/*}*/
section.catalog-articles .row.second .text .col.full ul li .item {

}
section.catalog-articles .row.second .text .col.full ul li .item span.headline {
    font-family: 'Lora', serif;
    color: #D0B483;
    font-weight: 500;
    font-size: 20px;
}
section.catalog-articles .row.second .image-wrapper {
    width: 35vw;
    height: 40vw;
    position: absolute;
    right: 0;
    margin-top: -180px;
}
section.catalog-articles .row.second .image-wrapper .image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
section.feedback-form.feedback-catalog {
    background-position: 100% 50%;
}

/* OBJECT */
header.object-header .slider .object-slider .slide {
    height: 35vw;
    width: 100%;
}
header.object-header .slider .object-slider .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
header.object-header .slider .object-slider-thumbnails .slick-slide {
    margin-top: 5px;
}
header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
    width: calc(100% - 10px) !important;
    height: 100px;
    transform: scale(1);
    -webkit-transition: transform .25s ease-in;
    -moz-transition: transform .25s ease-in;
    -ms-transition: transform .25s ease-in;
    -o-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
}
header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: grayscale(0.9) brightness(1.1) contrast(0.8);
    -webkit-transition: filter .25s ease-in;
    -moz-transition: filter .25s ease-in;
    -ms-transition: filter .25s ease-in;
    -o-transition: filter .25s ease-in;
    transition: filter .25s ease-in;
}
header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb:hover,
header.object-header .slider .object-slider-thumbnails .slick-slide.slick-current .slide.thumb {
    transform: scale(1.08);
    transform-origin: center;
}
header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb img:hover,
header.object-header .slider .object-slider-thumbnails .slick-slide.slick-current .slide.thumb img {
    filter: grayscale(0) brightness(1) contrast(1);
}

header.object-header .slider .object-slider-thumbnails button.slick-prev {
    display: block;
    left: 0;
    background-color: #d0b483;
    height: 100%;
    width: 40px;
    z-index: 100;
}
header.object-header .slider .object-slider-thumbnails button.slick-next {
    display: block;
    right: 0;
    background-color: #d0b483;
    height: 100%;
    width: 40px;
}
header.object-header .slider .object-slider-thumbnails .slick-dots {
    display: none !important;
}
header.object-header .info {
    padding-right: 64px;
}
header.object-header .info .text {

}
header.object-header .info .text span.code {
    font-size: 20px;
    color: #ACACAC;
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
}
header.object-header .info .text h1 {
    font-size: 35px;
    color: #9A845E;
    font-weight: 500;
}
header.object-header .info .text span.city {
    color: #d0b483;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
}
header.object-header .info .text span.price {
    margin-bottom: 30px;
    display: block;
    color: #ACACAC;
    font-size: 16px;
    text-transform: uppercase;
}
header.object-header .info .text span.price .num {
    font-size: 25px;
    font-family: 'Lora', serif;
    color: #D0B483;
    font-weight: 500;
    margin-left: 15px;
}
header.object-header .info .icons {
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
header.object-header .info .icons .icon {
    display: inline-block;
    margin-right: 0;
    text-align: center;
    width: 20%;
    margin-bottom: 15px;
}
header.object-header .info .icons .icon img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
}
header.object-header .info .icons .icon span.title {
    display: block;
}
header.object-header .info .icons .icon span.number {
    display: block;
    font-size: 20px;
    font-family: 'Lora', serif;
    color: #D0B483;
}
header.object-header .info .additional {
    margin-bottom: 45px;
}
header.object-header .info .additional .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px dashed #E2E2E2;
}
header.object-header .info .additional .item span.title {
    display: block;
    color: #685A42;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: -2px;
    padding-right: 10px;
}
header.object-header .info .additional .item span.value {
    display: block;
    color: #685A42;
    font-size: 16px;
    background-color: #fff;
    margin-bottom: -2px;
    padding-left: 10px;
    font-weight: bold;
}
header.object-header .info .social-share {
    text-align: right;
}
header.object-header .info .social-share .title {
    display: inline-block;
    color: #D0B483;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 15px;
}
header.object-header .info .social-share .social {
    display: inline-block;
}
header.object-header .info .social-share .social a.social-item {
    background-color: #D0B483;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    transition: background-color .25s ease-in;
    margin-right: 10px;
}
header.object-header .info .social-share .social a.social-item:hover {
    background-color: #685A42;
}
section.object-content .description .text {
    margin-top: 30px;
    margin-bottom: 60px;
}
section.object-content .description .video {
    margin-bottom: 30px;
}
section.object-content .description .video .headline {
    font-size: 18px;
    text-transform: uppercase;
    color: #D0B483;
    font-weight: 300;
}
section.object-content .description .video .video-title {
    border-left: 1px solid #D0B483;
    color: #9A845E;
    font-family: 'Lora', serif;
    font-size: 25px;
    padding: 10px 0 10px 30px;
    font-weight: 400;
}
section.object-content .description .video iframe {
    height: 443px;
}
section.object-content .description .location-map {

}
section.object-content .description .location-map .headline {
    font-size: 18px;
    text-transform: uppercase;
    color: #D0B483;
    font-weight: 300;
}
section.object-content .form {
    background-image: url(/img/background-pattern-gradient-right.svg);
    background-repeat: repeat-y;
    background-position: top right;
}
section.object-content .form .form-wrapper {
    /*padding-top: 80px;*/
}
.modal form .webform-button--submit {
    font-size: 18px;
    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;
    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;
    filter: contrast(1.0);
}
section.object-content .form .form-wrapper form {
    padding: 45px;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 16%);
}
section.object-content .form .form-wrapper form h3 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    margin-bottom: 30px;

    color: #d0b483;
}
section.object-content .form .form-wrapper form .group label {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

    display: block;

    color: #d0b483;
}
section.object-content .form .form-wrapper form .group input {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.object-content .form .form-wrapper form .group input:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
section.object-content .form .form-wrapper form .group textarea {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.object-content .form .form-wrapper form .group textarea:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
section.object-content .form .form-wrapper form .group button.button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.object-content .form .form-wrapper form .group button.button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}

section.object-content .form .form-wrapper form .group input.button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.object-content .form .form-wrapper form .group input.button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}

section.object-city {
    margin-top: 50px;
    margin-bottom: 30px;
}
section.object-city .headline {

}
section.object-city .headline h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
section.object-city .text {

}
section.object-city .text .buttons {
    margin-top: 30px;
}
section.object-city .text a.button {
    display: inline-block;
    border: 1px solid #D0B483;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 15px;
    margin-right: 30px;
    color: #D0B483;
    background-color: #fff;
    transition: all .25s ease-in;
}
section.object-city .text a.button:hover {
    color: #fff;
    background-color: #D0B483;
}
section.object-city .image {
    height: 500px;
    padding-right: 0;
}
section.object-city .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.related {
    padding: 30px 64px;
}
section.related h3 {
    margin-bottom: 30px;
}
section.related .items .item a {
    text-decoration: none;
}
section.related .items .item a .info {
    display: flex;
    justify-content: space-between;
}
section.related .items .item a .info .city {
    font-family: 'Lora', serif;
}
section.related .items .item a .info .code {
    color: #ACACAC;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.25s ease;
}
section.related .items .item a .image {
    height: 333px;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.related .items .item a:hover {
    color: #D0B483;
}
section.related .items .item a:hover .image {
    transform: scale(1.02);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);

}
section.related .items .item a .price {
    display: block;
}
section.related .items .item a .title {
    font-family: 'Lora', serif;
    color: #413829;
    display: block;
    font-size: 20px;
    transition: color 0.25s ease;
}
section.related .items .item a:hover .title,
section.related .items .item a:hover .info .code {
    color: #D0B483;
}
section.feedback .wrapper {
    background-color: #F6F6F6;
    margin-bottom: 60px;
    padding: 0;
}
section.feedback .wrapper .image {
    display: inline-block;
    width: 275px;
    height: 100%;
}
section.feedback .wrapper .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.feedback .wrapper .text {
    display: inline-block;
    width: calc(100% - 359px);
    padding: 0 60px;
    vertical-align: middle;
}
section.feedback .wrapper .text h3 {
    margin-bottom: 15px;
}
section.feedback .wrapper .text p {
    margin-bottom: 15px;
    display: block;
}
section.feedback .wrapper .text button {
    font-size: 18px;

    display: inline-block;

    height: 41px;
    margin: 30px auto 0 auto;
    padding: 7px 30px 4px;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #685a42;
    background-image: url(/img/texture-small-dark.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0) brightness(1.0);
}
section.feedback .wrapper .text button:hover {
    margin: 26px auto 4px auto;

    box-shadow: 0 3px 0 0 #87724f;

    filter: contrast(1.5) brightness(1.2);
}
section.aboutme .header button {
    font-size: 18px;

    display: inline-block;

    height: 41px;
    margin: 15px auto 45px auto;
    padding: 7px 30px 4px;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #685a42;
    background-image: url(/img/texture-small-dark.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0) brightness(1.0);
}
section.aboutme  .header button:hover {
    margin: 11px auto 49px auto;

    box-shadow: 0 3px 0 0 #87724f;

    filter: contrast(1.5) brightness(1.2);
}


/* BLOG */
header.blog-header .header-background {
    height: 370px;
    background-position: center center;
}

section.blog-archive {
    padding-right: 64px;
    padding-left: 64px;
    margin-top: 60px;
    margin-bottom: 60px;
}
section.blog-archive .postlist  {

}
section.blog-archive .postlist .item {
    margin-bottom: 30px;
}
section.blog-archive .postlist .item a {
    text-decoration: none;
    color: unset;
}
section.blog-archive .postlist .item .image {
    display: block;
    height: 12.5vw;
    background-size: cover;
    background-position: center center;
}
section.blog-archive .postlist .item .date {
    display: block;
    font-size: 14px;
    color: #D0B483;
    margin-top: 5px;
    margin-bottom: 5px;
}
section.blog-archive .postlist .item .title {
    font-family: 'Lora', serif;
    font-size: 24px;
    display: block;
    color: #413829;
    transition: color 0.25s ease;
    line-height: 28px;
}
section.blog-archive .postlist .item .divider {
    display: block;
    width: 100px;
    height: 1px;
    background-color: #D0B483;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.blog-archive .postlist .item .text {
    display: block;
    font-size: 16px;
}
section.blog-archive .postlist .row.featured {
    background-color: #D0B483;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
section.blog-archive .postlist .row.featured .featured-image {
    background-size: cover;
    background-position: center;
}
section.blog-archive .postlist .row.featured .featured-content {
    padding: 45px 30px;
}
section.blog-archive .postlist .row.featured .featured-content h3 {
    color: #fff;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
}
section.blog-archive .postlist .row.featured .featured-content span.subheader {
    display: block;
    color: #fff;
    margin-top: 20px;
}


/* SIDEBAR */
.sidebar .sticky-lg-top {
    top: 80px;
}
.sidebar .menu {
    margin-bottom: 30px;
}
.sidebar .menu h4 {
    font-family: 'Lora', serif;
    font-size: 24px;
    color: #413829;
    border-bottom: 1px solid #9A845E;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.sidebar .menu nav.sidebar-nav ul li {
    list-style: none;
    border-bottom: 1px solid #E2E2E2;
}
.sidebar .menu nav.sidebar-nav ul li a {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #000000;
}
.sidebar .menu nav.sidebar-nav ul li a img {
    margin-left: -30px;
    margin-right: 12px;
}
.sidebar .menu nav.sidebar-nav ul li a:hover {
    color: #9A845E;
}


/* LIFESTYLE AND CITIES CAROUSEL */
section.links-carousel {

    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}
section.links-carousel .headline h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}
section.links-carousel.expanded .cities {
    font-size: 0;
}
section.links-carousel.expanded .slide {
    width: 20%;
    display: inline-block;
}
section.links-carousel .slide {
    height: 14vw;
}
section.links-carousel .slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
section.links-carousel .slide a span {
    width: 100%;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.39539565826330536) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
section.links-carousel .slide a span span.small {
    background: none;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
section.links-carousel .slide a .background-zoom {
    z-index: 50;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .25s ease-in, transform .25s ease-in;
    -moz-transition: opacity .25s ease-in, transform .25s ease-in;
    -ms-transition: opacity .25s ease-in, transform .25s ease-in;
    -o-transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in;
    transform: scale(1.0);

    opacity: .7;
    background-position: center center;
    background-size: cover;
}
section.links-carousel .slide a:hover .background-zoom {
    transform: scale(1.02);

    opacity: 1;
}
section.links-carousel .slider-controls {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
}
section.links-carousel .slider-controls button {
    display: inline-block;
    border: none;
    background-color: #D0B483;
    height: 14vw;
    width: 50px;
    vertical-align: top;
    position: absolute;
}
section.links-carousel .slider-controls button:hover {

}
section.links-carousel .slider-controls button.life-button-prev,
section.links-carousel .slider-controls button.cities-button-prev{
    left: 0;
}
section.links-carousel .slider-controls button.life-button-next,
section.links-carousel .slider-controls button.cities-button-next{
    right: 0;
}


/* BLOG POST */
section.blog-content {
    padding-right: 64px;
    padding-left: 64px;
    margin-top: 0;
    margin-bottom: 0;
}
section.blog-content.second {

}
section.blog-content .post-content {

}
section.blog-content .post-content img {
    margin-bottom: 30px;
}
section.blog-content .post-content p {

}
section.blog-content .post-content p ul {

}
section.blog-content .post-content p ul li {

}
section.blog-content .post-content p.collumn-2 {
    column-count: 2;
    column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
}
section.blog-content .post-content div.featured {
    text-align: center;
    width: 50%;
    margin: 30px auto;
    color: #D0B483;
    font-style: italic;
}
section.blog-content .post-content div.featured span.divider {
    width: 100px;
    height: 1px;
    display: block;
    background-color: #D0B483;
    margin: 15px auto;
}
section.blog-content .post-content ul {
    list-style: none;
    padding-left: 0;
}
section.blog-content .post-content ul li {
    background-image: url(/img/list-style-image-rotated.svg);
    background-repeat: no-repeat;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 15px;
    background-size: 17px 17px;
    background-position: left center;
}
section.blog-content .post-content ol {

}
section.blog-content .post-content ol li {
    background-repeat: no-repeat;
    line-height: 24px;
    padding-left: 8px;
    background-position: 0 3px;
    margin-bottom: 15px;
}
section.blog-content .post-content ol li::marker {
    font-family: 'Lora', serif;
    font-weight: 100;
    font-style: normal;
    color: #d0b483;
    font-size: 20px;
}

section.blog-content .post-content div.featured p {

}
section.blog-content .post-content p span.quote {
    display: inline-block;
    font-family: 'Lora', serif;
    font-size: 23px;
    line-height: 31px;
    float: right;
    width: 50%;
    padding-left: 30px;
    border-left: 1px solid #CECECE;
    margin-left: 30px;
    margin-bottom: 20px;
}
section.blog-content .post-content p span.headline {
    font-family: 'Lora', serif;
    font-size: 23px;
    color: #D0B483;
}
section.blog-content .post-content p img.inline {
    width: 50%;
    float: left;
    margin-left: -64px;
    margin-right: 64px;
    box-shadow: 30px 30px #D0B483;
}
section.blog-content .post-content .social-share {

}
section.blog-content .post-content .social-share .title {
    display: inline-block;
    color: #D0B483;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 15px;
}
section.blog-content .post-content .social-share .social {
    display: inline-block;
}
section.blog-content .post-content .social-share .social a.social-item {
    background-color: #D0B483;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    transition: background-color .25s ease-in;
    margin-right: 5px;
}
section.blog-content .post-content .social-share .social a.social-item:hover {
    background-color: #685A42;
}

/* INLINE FORM */
section.blog-content .sidebar.form {
    background-image: url(/img/background-pattern-gradient-right.svg);
    background-repeat: repeat-y;
    background-position: top right;
}
section.blog-content .sidebar.form  {
    padding-top: 80px;
}
section.blog-content .sidebar.form .form-wrapper form {
    padding: 45px;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 16%);
}
section.blog-content .sidebar.form .form-wrapper form h3 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    margin-bottom: 30px;

    color: #d0b483;
}
section.blog-content .sidebar.form .form-wrapper form .group label {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

    display: block;

    color: #d0b483;
}
section.blog-content .sidebar.form .form-wrapper form .group input {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.blog-content .sidebar.form .form-wrapper form .group input:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
section.blog-content .sidebar.form .form-wrapper form .group textarea {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
section.blog-content .sidebar.form .form-wrapper form .group textarea:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
section.blog-content .sidebar.form .form-wrapper form .group button.button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
section.blog-content .sidebar.form .form-wrapper form .group button.button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}


/* BLOG NAVIGATION */
section.blog-navigation {
    padding: 30px 64px;
}
section.blog-navigation .row {
    padding-top: 40px;
    border-top: 1px solid #CECECE;
}
section.blog-navigation .control {

}
section.blog-navigation .control a {
    display: block;
    text-decoration: none;
}
section.blog-navigation .control span.title {
    font-family: 'Lora', serif;
    font-size: 18px;
    width: 60%;
    display: inline-block;
}
section.blog-navigation .control .prev {
    text-align: left;
}
section.blog-navigation .control .next {
    text-align: right;
}


/* NEW OBJECTS */
section.new-objects .headline {
    padding: 30px 0 15px 160px;
}
section.new-objects .headline h2 {
    font-size: 40px;

    display: inline-block;

    margin-bottom: 0;
    padding: 20px 30px;

    border-right: 2px solid #d0b483;
}
section.new-objects .headline .subheader {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-style: italic;

    display: inline-block;

    padding-left: 30px;

    color: #685a42;
}
section.new-objects .row.background {
    background-image: url("/img/background-gold-pattern-gradient-right.svg");
    background-position: right center;
    background-repeat: repeat-y;
}
section.new-objects .item {
    margin-bottom: 30px;
}
section.new-objects .item a {
    display: block;
    height: 22vw;
    position: relative;
    overflow: hidden;
    width: 100%;
}
section.new-objects .item a span.title {
    display: block;
    font-family: 'Lora', serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 15px;
    z-index: 100;
    font-size: 24px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    line-height: 27px;
    padding-right: 120px;
}
section.new-objects .item a span.price {
    display: block;
    font-family: 'Lora', serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 100;
    font-size: 24px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
section.new-objects .item a .background-zoom {
    z-index: 50;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: opacity .25s ease-in, transform .25s ease-in;
    -moz-transition: opacity .25s ease-in, transform .25s ease-in;
    -ms-transition: opacity .25s ease-in, transform .25s ease-in;
    -o-transition: opacity .25s ease-in, transform .25s ease-in;
    transition: opacity .25s ease-in, transform .25s ease-in;
    transform: scale(1.0);

    opacity: .9;
    background-position: center center;
    background-size: cover;
}
section.new-objects .item a:hover .background-zoom {
    transform: scale(1.02);

    opacity: 1;
}

/* VIDEOBLOG */
section.videoblog.inner .headline {
    padding: 30px 0;
}
section.videoblog.inner .headline .subheader {

}

section.videoblog.inner .posts.sale {
    margin-top: 64px;
}
section.videoblog.inner .headline .subheader span {

}
section.videoblog .featured-post {
    padding-right: 24px;
    padding-left: 24px;
}
section.videoblog .featured-post .player {
    padding: 0;
}
section.videoblog .featured-post .text {
    background-color: #D0B483;
    color: #fff;
    padding: 64px;
}
section.videoblog .featured-post .text h2 {
    color: #fff;
}
section.videoblog .featured-post .text a {
    text-decoration: none;
    color: #fff;
}
section.videoblog .featured-post .text {

}
section.videoblog .featured-post .text span.title {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    font-size: 24px;
}
section.videoblog .featured-post .text .divider {
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
}
section.videoblog .featured-post .text p {

}
section.videoblog.inner .sale {

}
section.videoblog.inner .sale h2 {
    margin-bottom: 30px;
}
section.videoblog.inner .sale .items {
    margin-top: 30px;
}
section.videoblog .sidebar .playlists {

}
section.videoblog .sidebar .playlists .playlist-wrapper {
    margin-bottom: 30px !important;
}
section.videoblog .sidebar .playlists .playlist .image {
    display: block !important;
    width: 100% !important;
}
section.videoblog .sidebar .playlists .playlist .text {
    display: block !important;
    width: 100% !important;
    padding: 15px !important;
}
section.videoblog .sidebar .playlists .playlist .text .title {
    font-size: 20px !important;
}
section.videoblog .post-content .info {
    margin: 30px 0;
}
section.videoblog .post-content .info .item {
    font-size: 18px;
    margin-bottom: 10px;
}
section.videoblog .post-content .info .item span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}
section.videoblog .post-content .info .item a {
    transition: color .25s ease-in;
    color: #d0b483;
    text-decoration: none;
}


/* SERVICES */

section.services .services-list .item a {
    text-decoration: none;
    color: unset;
}
section.services .services-list .item .image {
    display: block;
    height: 16vw;
    background-size: cover;
    background-position: center center;
}
section.services .services-list .item .title {
    font-family: 'Lora', serif;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}


/* PAGE */
section.page {
    padding: 0 64px 32px;
}
section.page.aboutme {
    padding: 0;
}
section.page.aboutme .row.inside {
    padding: 0 64px;
}
section.page .header {
    margin-bottom: 30px;
}
section.page .header h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
section.page .content {
    padding-top: 64px;
}
section.page .image {
    width: 100%;
    height: 13vw;
    background-size: cover;
    background-position: center center;
}
section.page.aboutme .header .image {
    width: 300px;
    height: 100%;
    margin-top: 0;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

/* CITY */
header.cote-d-azure-map .map-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
header.cote-d-azure-map .map-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
header.cote-d-azure-map .map-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
header.cote-d-azure-map .map-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}
header.cote-d-azure-map .map-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
header.cote-d-azure-map .map-wrapper img.map {
    height: 597px;
}
header.cote-d-azure-map .map-wrapper a.link-city {
    position: absolute;
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;
}
header.cote-d-azure-map .map-wrapper a.link-city:hover {
    color: #F2A929;
}
header.cote-d-azure-map .map-wrapper a.link-city span.city {
    font-size: 16px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}
header.cote-d-azure-map .map-wrapper a.link-city span.fr {
    font-size: 12px;
    font-weight: bold;
    display: block;
}
header.cote-d-azure-map .map-wrapper a.link-city.featured span.city {
    font-size: 22px;
    display: block;
    margin-bottom: -5px;
}
header.cote-d-azure-map .map-wrapper a.link-city.featured span.fr {
    font-size: 14px;
    display: block;
}


/* CITY LINKS */
a.link-city#map-link-saint-tropez {
    top: 295px;
    left: 122px;
}
a.link-city#map-link-saint-raphael {
    top: 302px;
    left: 408px;
}
a.link-city#map-link-theoule {
    top: 348px;
    left: 559px;
}
a.link-city#map-link-mandelieu {
    top: 236px;
    left: 551px;
}
a.link-city#map-link-cannes {
    top: 219px;
    left: 852px;
}
a.link-city#map-link-mougins {
    top: 294px;
    left: 924px;
}
a.link-city#map-link-cap-d-antibes {
    top: 520px;
    left: 975px;
}
a.link-city#map-link-antibes {
    top: 252px;
    left: 1035px;
}
a.link-city#map-link-villeneuve-loubet {
    top: 464px;
    left: 1121px;
}
a.link-city#map-link-cagnes-sur-mer {
    top: 301px;
    left: 1175px;
}
a.link-city#map-link-nice {
    top: 220px;
    left: 1316px;
}
a.link-city#map-link-cap-ferrat {
    top: 520px;
    left: 1420px;
}
a.link-city#map-link-villefranche {
    top: 258px;
    left: 1429px;
}
a.link-city#map-link-beaulieu {
    top: 329px;
    left: 1447px;
}
a.link-city#map-link-eze {
    top: 361px;
    left: 1537px;
}
a.link-city#map-link-cap-d-aile {
    top: 520px;
    left: 1592px;
}
a.link-city#map-link-monaco {
    top: 352px;
    left: 1629px;
}
a.link-city#map-link-saint-roquebrune-cap-martin {
    top: 520px;
    left: 1712px;
}
a.link-city#map-link-menton {
    top: 381px;
    left: 1782px;
}

section.city .headline {
    padding: 30px 64px;
}
section.city .headline .fr {
    font-family: 'Lora', serif;
    color: #d0b483;
    font-size: 20px;
}
section.city .headline h1 {
    color: #685A42;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.city .headline h2 {
    font-size: 25px;
}
section.city .text {
    padding-left: 64px;
}
section.city .image img {
    object-fit: cover;
    height: 34vw;
}
section.city-features {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.city-features .headline {
    margin-bottom: 18px;
}
section.city-features .item {
    padding: 0;
}
section.city-features .item .image {
    height: 20vw;
    background-size: cover;
    background-position: center center;
}
section.city-features .item .text {
    text-align: center;
    font-size: 18px;
    font-family: 'Lora', serif;
    color: #d0b483;
    padding: 10px 30px;
}

section.catalog-articles.city-articles .row.first .text .image-wrapper  {
    margin-top: 375px;
}

section.catalog-articles.city-articles .row.first {
    margin-bottom: 100px;
}
section.catalog-articles.city-articles.region-articles .row.first {
    margin-bottom: 0 !important;
}

section.city-objects .toggle {
    margin-top: 30px;
    margin-bottom: 30px;
}
section.city-objects .toggle .toggle-wrapper {
    padding: 3px;
    border: 1px solid #D0B483;
    border-radius: 30px;
    display: inline-block;
}
section.city-objects .toggle .toggle-wrapper a {
    display: inline-block;
    text-decoration: none;
    color: #D0B483;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    -moz-transition: background-color .25s ease-in, color .25s ease-in;
    -ms-transition: background-color .25s ease-in, color .25s ease-in;
    -o-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in;
}
section.city-objects .toggle .toggle-wrapper a.active {
    background-color: #D0B483;
    color: #fff;
}
section.city-objects .toggle .toggle-wrapper a:hover {
    background-color: #D0B483;
    color: #fff;
}

section.cote-d-azur-events {
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 32px;
}
section.cote-d-azur-events .heading h2 {
    margin-top: 30px;
}
section.cote-d-azur-events .text p {

}
section.cote-d-azur-events .image img {
    max-width: 100%;
    margin-bottom: 30px;
}

/* MAP OF NICE */
.about-regions-main .headline h2 {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 500;
    color: #D0B483;
    text-align: center;
    margin-bottom: 40px;
}
.region-map {
    position: absolute;
    padding-top: 30px;
    padding-bottom: 30px;
}
.region-map img {
    width: 100%;
}
.region-image {
    display: none;
}
.region-image.active {
    display: block;
}
ul.region-title-list {

}
ul.region-title-list li {
    font-size: 1.22em;
    padding-bottom: 7px;
    list-style: none;
}
.region-title.active {
    color: #D0B483;;
}


/* REVIEWS */
section.reviews {
    background-color: #F9F8F7;
    padding: 64px 0;
    margin-bottom: 64px;
}
section.reviews h2 {
    margin-bottom: 30px;
}
section.reviews .slide {
    padding: 0 15px;
}
section.reviews .slide .review {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}
section.reviews .slide .review p {
    font-size: 14px;
}
section.reviews .slide .review a.review-collapse {
    display: block;
    font-size: 14px;
    color: #D0B483;
    margin-top: 10px;
    margin-bottom: 30px;
}
section.reviews .slide .review .author {
    display: block;
    font-family: 'Lora', serif;
    font-size: 16px;
}
section.reviews .slide .review .place {
    font-size: 14px;
    color: #D0B483;
    display: block;
}
section.reviews ul.slick-dots {
    bottom: -45px;
}
section.reviews ul.slick-dots li {

}
section.reviews ul.slick-dots li.slick-active {

}
section.reviews ul.slick-dots li button {

}
section.reviews ul.slick-dots li button:before {
    font-size: 24px;
}
section.reviews ul.slick-dots li.slick-active button:before {

}


/* CONTACTS */
section.contacts .contact-me {
    padding-left: 60px;
    padding-top: 110px;
}
section.contacts .contact-me h3 {
    font-size: 40px;
    font-style: normal;

    margin-bottom: 60px;
    padding-top: 60px;
}
section.contacts .contact-me a.link-contact {
    font-size: 20px;

    display: block;
    vertical-align: top;
    width: 100%;

    margin-bottom: 30px;

    text-decoration: none;

    color: #000;
}
section.contacts .contact-me a.link-contact svg {
    margin-right: 10px;

    color: #d0b483;
}
section.contacts .contact-me a.link-contact span.label {
    font-size: 14px;

    display: block;

    margin-bottom: 5px;
    margin-left: 30px;

    color: #d0b483;
}
section.contacts .contact-me a.link-contact span.time {
    font-size: 14px;

    color: #d0b483;
}
section.contacts .contact-me a.link-contact span.address {
    font-size: 18px;

    color: #000;
}



/* FOOTER */
footer.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
footer .footer-top {
    padding: 90px 64px;

    background-color: #685a42;
}
footer .footer-bottom {
    padding: 45px 64px;

    background-color: #413829;
}


footer .row .item h4 {
    margin-bottom: 30px;

    font-weight: 100;

    color: #fff;
}

footer .row .item .links a.footer-link {
    display: block;

    margin-bottom: 16px;

    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;
    text-decoration: none;
    color: #d0b483;
}
footer .row .item .links a.footer-link:hover {
    color: #fff;
}
footer .row .item .links a.footer-link span.fr {

}
footer .row .item .links a.footer-link span.time {
    font-size: 12px;

    margin-left: 10px;

    color: #9a845e;
}
footer .row .item .links a.footer-link span.address {
    display: inline-block;

    vertical-align: top;
}
footer .row .item .subscribe {
    margin-bottom: 45px;
    padding-bottom: 4px;

    border-bottom: 1px solid #d0b483;
}
footer .row .item .links.contacts {
    margin-bottom: 45px;
}
footer .row .item .subscribe input {
    color: #fff;
    border: none;
    background: none;
}
footer .row .item .subscribe input:focus {
    box-shadow: inset 0 0 0 .25rem rgb(208 180 131 / 17%);
}
footer .row .item .subscribe button.submit {
    padding: 10px 20px;

    color: #fff;
    border: 0;
    background-color: #d0b483;
}
footer .row .item .subscribe button.submit:hover {
    color: #d0b483;
    background-color: #fff;
}

footer .row .item .links.social a {
    font-size: 22px;

    display: inline-block;

    width: 50px;
    height: 50px;
    padding-top: 9px;

    -webkit-transition: color .25s ease-in, background-color .25s ease-in;
    -moz-transition: color .25s ease-in, background-color .25s ease-in;
    -ms-transition: color .25s ease-in, background-color .25s ease-in;
    -o-transition: color .25s ease-in, background-color .25s ease-in;
    transition: color .25s ease-in, background-color .25s ease-in;
    text-align: center;

    border-radius: 50%;
    background-color: #413829;
}
footer .row .item .links.social a:hover {
    color: #d0b483;
    background-color: #fff;
}



footer .footer-bottom .logo a {
    text-decoration: none;
}

footer .footer-bottom .logo a span.name {
    font-family: 'Lora', serif;
    font-size: 25px;

    display: block;

    color: #fff;
}
footer .footer-bottom .logo a span.title {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;

    display: block;

    margin-top: 3px;

    color: #d0b483;
}




/* SCROLL TO TOP */
div.toTop {
    position: fixed;
    bottom: 30px;
    left: 0;

    padding: 10px;

    cursor: pointer;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;

    opacity: .7;
    color: #d0b483;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
}
div.toTop:hover {
    opacity: 1;
}
div.toTop .fa-arrow-circle-up {
    font-size: 40px;
}


/* MODAL  */
.modal {

}
.modal .modal-dialog {
    margin-top: 80px;
}
.modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal form {
    padding: 45px;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(0 0 0 / 16%);
}
.modal form h3 {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;

    margin-bottom: 30px;

    color: #d0b483;
}
.modal form .group label {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;

    display: block;

    color: #d0b483;
}
.modal form .group input {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
.modal form .group input:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
.modal form .group textarea {
    font-size: 18px;

    margin-bottom: 30px;

    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}
.modal form .group textarea:focus {
    box-shadow: 0 0 0 .25rem rgb(214 180 131 / 30%);
}
.modal form .group button.button {
    font-size: 18px;

    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;

    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url(/img/texture-small-light.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;

    filter: contrast(1.0);
}
.modal form .group button.button:hover {
    margin: 11px auto 19px auto;

    box-shadow: 0 3px 0 0 #a38d68;

    filter: contrast(1.3);
}
































/*===================================*/
/*=========  MEDIA QUERIES  =========*/
/*===================================*/


/* Very mall devices (less than 7688px) */
@media (max-width: 576px) {
    nav.navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    nav.navbar button.navbar-toggler {
        color: #fff;
    }
    header.header .headline h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    .headline-home h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    header.header .filter form {

    }
    header.header .headline {
        left: 16px;
    }

    .headline-home {
        left: 16px;
    }

    header.header .headline h1 .small {
        font-size: 30px;
    }

    .headline-home h1 .small {
        font-size: 30px;
    }

    section.about .photo {
        display: block;

        width: 100%;
    }
    section.about .text {
        display: block;

        width: 100%;
        padding: 0 32px;
    }
    section.about .contact-me {
        display: block;

        width: 100%;
        padding: 0 32px 30px;
    }
    section.blog-frontpage .headline,
    section.videoblog .headline,
    section.featured .headline {
        padding: 0 16px;
    }
    section.blog-frontpage {
        padding: 32px 16px;
    }
    section.videoblog {
        padding: 0 16px 32px 16px;
    }
    section.blog-frontpage .row {
        margin-right: 0;
        margin-left: 0;
    }
    section.lifestyle .col-lg-4.item,
    section.lifestyle .col-lg-3.item {
        height: 50vw;
    }
    section.about {
        margin-top: 200px;
    }
    section.about .photo .image {
        display: block;

        width: 270px;
        height: 270px;
        margin: -135px auto 0;

        border-radius: 50%;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;

        text-align: center;
    }
    section.about .text span.position {
        text-align: center;
    }
    section.about .contact-me h3 {
        font-size: 35px;
        font-style: normal;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .contact-me a.link-contact span.label {
        margin-bottom: 0;
    }
    section.about .contact-me a.link-contact {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 80px;
    }
    section.blog-frontpage .headline h2,
    section.videoblog .headline h2,
    section.featured .headline h2 {
        font-size: 35px;
        padding: 0px 15px 10px 0;
        border-right: 2px solid #d0b483;
        margin-right: 15px;
    }
    section.blog-frontpage .headline .subheader,
    section.videoblog .headline .subheader,
    section.featured .headline .subheader {
        font-size: 22px;

        padding-top: 20px;
        padding-left: 0;
    }
    section.about .text span.position {
        font-size: 18px;
    }
    section.blog-frontpage .blog-posts {
        position: relative;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 300;

        top: 100%;
        bottom: unset;

        padding: 15px 15px 0 0;

        color: #000;
        text-shadow: none;
    }
    section.blog-frontpage .blog-posts .slider-controls {
        position: absolute;
        top: 150px;
        left: -15px;
        display: block;
        width: calc(100% + 30px);
    }
    section.blog-frontpage .blog-posts .slider-controls button {
        border: none;
        background: none;
    }
    section.blog-frontpage .blog-posts .slider-controls img {
        width: 16px;
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-prev {
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-next {
        float: right;
    }
    nav.navbar .logo a div {
        margin-right: 20px;
    }
    section.videoblog .headline .subheader {
        padding-top: 9px;
        margin-bottom: 0;
        display: inline-block;
        width: 60%;
    }
    section.featured .items .item .col-first .info h4.title {
        font-size: 25px;
    }
    section.feedback-form .form .form-wrapper form .group textarea {
        min-height: 100px;
    }
    section.videoblog .posts.sale h3 {
        font-size: 30px;
    }
    section.blog-frontpage .blog-posts .item a {
        overflow: visible;

        margin-bottom: 50%;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 18px;

        color: #d0b483;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image,
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        display: block;

        width: 100%;
    }
    section.videoblog .posts .item a .image {
        height: 32vw;
    }

    section.videoblog .playlists {
        position: relative;

        padding: 0 16px;
    }
    section.videoblog .playlists .row.items {
        margin-left: 0;
    }
    section.videoblog .playlists .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 300px;
    }
    section.videoblog .playlists .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .playlists .slider-controls img {
        width: 16px;
    }
    section.videoblog .playlists .slider-controls .slide-p-prev {
    }
    section.videoblog .playlists .slider-controls .slide-p-next {
        float: right;
    }
    section.featured .items .item .col-second {
        display: none;
    }
    section.featured .items .item .col-first {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .info,
    section.featured .items .item:nth-child(even) .col-first .info {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 16px;

        background-color: #fff;
    }
    section.featured .items .item .col-first .info .text,
    section.featured .items .item .col-first .info .icons {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .image {
        width: calc(100% + 24px);
        height: 66vw;
        margin-left: -12px;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 0;
    }
    section.frontpage-articles .row.first .text,
    section.frontpage-articles .row.second .text,
    section.frontpage-articles .row.third .text {
        width: 100%;
        padding: 30px;
    }
    .frontpage-slider .slide {
        height: 780px;
    }
    header.header .filter .search-wrapper {
        width: 100%;
    }
    header.header .filter .search {
        padding: 0;
        border-left: none;
        background: none;
    }
    .frontpage-slider .slide .info {
        position: absolute;
        bottom: 336px;
        left: 0;

        padding: 16px 32px;

        background-color: rgba(0,0,0,.3);
    }
    .frontpage-slider .slider-controls {
        bottom: 452px;
        left: 32px;
    }

    header.header .filter .tabs {
        margin-left: 10px;
    }

    nav.navbar {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling .logo a span.name {
        color: #fff;
    }
    nav.navbar.scrolling .navbar-nav .nav-link {
        color: #fff;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 32px;
    }
    nav.navbar .navbar-nav {
        overflow-y: scroll;

        max-height: calc(100vh - 86px);

        border-top: 1px solid #707070;
    }

    nav.navbar .navbar-nav .nav-item {
        font-size: 20px;

        border-bottom: 1px solid #707070;

        order: 2;
    }
    nav.navbar .navbar-nav .language {
        text-align: left;

        border-right: none;

        order: 3;
    }
    nav.navbar .navbar-nav .phone {
        background-color: #9a845ea8;

        order: 1;
    }
    nav.navbar .navbar-nav .phone .whatsapp {
        font-size: 26px;

        float: unset;

        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 0 14px 32px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone .call .fa-phone-alt {
        margin-right: 10px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone span.description {
        display: none;
    }
    nav.navbar button.navbar-toggler {
        font-size: 16px;

        height: 64px;
        padding-top: 10px;

        box-shadow: none;
    }
    nav.navbar button.navbar-toggler .navbar-toggler-icon .hidden {
        display: none;
    }
    nav.navbar .navbar-nav .dropdown-menu {
        padding: 0 0 0 32px;
        background-color: #d0b48375;
    }
    nav.navbar .navbar-nav .dropdown-menu li {
        font-size: 18px;

        border-bottom: 1px solid #707070;
    }
    nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item {
        padding: 15px 0;
    }
    section.frontpage-articles .row .text .col {
        display: block;

        width: 100%;
        padding-right: 0;
    }
    section.featured .items {
        margin-right: 0;
        margin-left: 0;
    }
    section.videoblog {
        position: relative;
    }
    section.videoblog .posts.sale {
        position: relative;
        margin-right: -16px;
        margin-left: -16px;
        padding: 24px 16px;
    }
    section.videoblog .posts.sale .items {
        margin-left: 0;
    }
    section.videoblog .posts.sale .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 500px;
    }
    section.videoblog .posts.sale .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.sale .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.sale .slider-controls .slide-s-prev {
    }
    section.videoblog .posts.sale .slider-controls .slide-s-next {
        float: right;
    }
    section.videoblog .more a.button {
        width: 100%;
        margin: 15px 0;
    }

    section.videoblog .posts.postlist {
        position: relative;
    }
    section.videoblog .posts.postlist .row.items {
        margin-left: 0;
    }
    section.videoblog .posts.postlist .slider-controls {
        position: absolute;
        top: 31%;
        left: -20px;

        display: none;

        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        padding: 0;
    }
    section.videoblog .posts.postlist .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.postlist .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-prev {
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-next {
        float: right;
    }
    section.featured .mobile-border {
        display: block;

        width: 100%;
        height: 100px;
        margin-bottom: 45px;
        margin-left: -12px;

        background-image: url(/img/background-pattern-gradient-left.svg);
        background-repeat: no-repeat;
    }
    section.featured .headline {
        margin-bottom: 30px;
    }
    section.featured .items .item .col-first .info span.price {
        margin-bottom: 5px;
    }
    section.featured .items .item .col-first .info span.city-mobile {
        font-family: 'Lora', serif;
        font-size: 18px;

        margin-bottom: 15px;

        color: #d0b483;
    }
    section.frontpage-articles .row.first .image-wrapper {
        padding: 0;

        order: 1;
    }
    section.frontpage-articles .row.first .text {
        margin-bottom: 0;

        order: 2;
    }
    section.frontpage-articles .row.first .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .image-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 15px;
    }
    section.frontpage-articles .row.third .text {
        margin-top: 0;

        order: 2;
    }
    section.frontpage-articles .row.third .image-wrapper {
        display: block;

        width: 100%;
        padding: 0;

        background-color: #9a845e;

        order: 1;
    }
    section.frontpage-articles .row.third .image-wrapper .image {
        position: initial;

        height: 88vw;
    }
    footer .footer-top {
        padding: 32px;
    }
    footer button.footer-links-toggle {
        width: 100%;
        padding: 0 0 15px;

        text-align: left;

        color: #fff;
        border: none;
        border-bottom: 1px solid #d0b483;
        background: none;
    }
    footer button.footer-links-toggle span.icon {
        display: inline-block;
        float: right;

        width: 16px;
        height: 9px;
        margin: 10px 0;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    footer button.footer-links-toggle span.icon.up {
        background-image: url(/img/icons/icon-dropdown-collapse-white.svg);
    }
    footer .row .item .links {
        margin-bottom: 45px;
    }
    header.header .headline h1 {
        font-size: 35px;
        padding-right: 16px;
    }
    section.blog-archive {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    section.blog-archive .postlist .item {
        margin-bottom: 30px;
    }
    section.blog-archive .postlist .item .image {
        height: 60vw;
    }
    section.blog-archive .postlist .item .title {
        font-size: 22px;
    }
    .sidebar .menu {
        margin-top: 30px;
    }
    section.blog-content {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .breadcrumbs {
        padding: 16px 0;
    }
    .breadcrumbs .next {
        display: none;
    }
    .breadcrumbs .back a.button {
        display: none;
    }
    section.links-carousel .slide {
        height: 46vw;
    }
    section.links-carousel .slider-controls button {
        height: 46vw;
    }
    section.links-carousel .slide a span {
        font-size: 20px
    }
    section.links-carousel .slider-controls {
        top: unset;
        bottom: 47.65vw;
    }
    section.blog-content .post-content p.collumn-2 {
        column-count: 1;
        column-gap: unset;
        -webkit-column-count: 1;
        -webkit-column-gap: unset;
        -moz-column-count: 1;
        -moz-column-gap: unset;
    }
    section.blog-content .post-content p img.inline {
        width: 100%;
    }
    section.blog-content .post-content p span.quote {
        font-size: 20px;
        padding-left: 20px;
        margin-left: 20px;

    }
    section.blog-content .post-content div.featured {
        width: 80%;
    }
    section.blog-content .post-content .social-share .social {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    section.blog-content .post-content .social-share .title {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    section.blog-navigation {
        padding: 30px 16px;
    }
    section.blog-navigation .control a {
        font-size: 15px;
    }
    section.new-objects .headline {
        padding: 30px 16px 15px 16px;
    }
    section.new-objects .headline h2 {
        padding: 20px 30px 20px 0;
        border-right: none;
    }
    section.new-objects .headline .subheader {
        padding-left: 0;
    }
    section.new-objects .item a {
        height: 64vw;
    }
    section.new-objects .item a span.title {
        padding-right: 16px;
        font-weight: normal;
        font-size: 20px;
        bottom: 50px;
    }
    section.new-objects .item a span.price {
        font-size: 20px;
    }
    section.blog-navigation .control span.title {
        width: 100%;
    }
    section.links-carousel .slide a .background-zoom {
        opacity: 1;
    }
    section.links-carousel .slick-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
    section.videoblog.inner .headline h2 {
        font-size: 30px;
        padding: 10px 30px 10px 0;
    }
    section.videoblog .playlists .playlist-wrapper {
        margin-bottom: 0;
    }
    section.videoblog.inner .posts.sale {
        margin-top: 45px;
    }
    section.videoblog .featured-post .text p {
        display: none;
    }
    section.videoblog .featured-post .text {
        padding: 24px;
    }
    section.videoblog .featured-post .text .divider {
        display: none;
    }
    section.videoblog .featured-post {
        padding-right: 12px;
        padding-left: 12px;
    }
    section.videoblog.inner .headline {
        padding: 30px 16px;
    }
    section.videoblog .posts.sale {
        margin-bottom: 0;
    }
    section.city .headline {
        padding: 30px 16px;
    }
    section.city .text {
        padding-left: 16px;
        padding-right: 16px;
    }
    section.city .image img {
        object-fit: cover;
        height: 40vw;
        width: 100%;
    }
    section.cote-d-azur-events {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }
    section.catalog-articles .heading div.headline h2 {
        font-size: 30px;
        font-weight: 400;
    }
    section.catalog-articles.city-articles .row.first .text .image-wrapper{
        position: initial;
        margin-top: 0;
        width: 100%;
        height: 48vw;
    }
    section.catalog-articles .row.first .background-spacer {
        display: none;
    }
    section.catalog-articles .row.first .text {
        width: 100%;
    }
    section.catalog-articles .row.first .text .col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 16px;
    }
    section.catalog-articles button.article-toggle {
        flex-direction: row;

        width: 100%;

        border: none;
        background: none;

        align-content: center;
        flex-wrap: inherit;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    section.catalog-articles button.article-toggle span.border {
        display: inline-block;

        height: 1px;
        margin-top: 10px;
        margin-bottom: 0;

        vertical-align: middle;

        border: none !important;
        background-color: #d0b483;

        flex-grow: 1;
    }
    section.catalog-articles button.article-toggle span.txt {
        display: inline-block;

        width: auto;

        vertical-align: middle;

        color: #d0b483;

        flex-grow: 0;
    }

    section.catalog-articles button.article-toggle span.icon {
        display: inline-block;

        width: 10px;
        height: 5px;
        margin: 10px 15px;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    section.catalog-articles button.article-toggle span.icon.up {
        background-image: url('/img/icons/icon-dropdown-collapse.svg');
    }
    section.feedback .wrapper .image {
        display: block;
        width: 200px;
        height: 200px;
        margin: 30px auto 0;
    }
    section.feedback .wrapper .image img {
        border-radius: 50%;
    }
    section.feedback .wrapper .text {
        display: inline-block;
        width: 100%;
        padding: 0 16px 32px;
        vertical-align: middle;
        text-align: center;
    }
    section.feedback .wrapper {
        margin-bottom: 0;
    }
    section.city-features .item .image {
        height: 70vw;
    }
    section.catalog-articles.city-articles .row.first {
        margin-bottom: 0;
    }
    section.catalog .item .item-img {
        height: 55vw;
    }
    section.catalog {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 45px;
        margin-top: 0;
    }
    .breadcrumbs.inner {
        padding: 20px 16px;
    }
    section.page {
        padding: 0 16px 32px;
    }
    section.services .services-list .item {
        margin-bottom: 30px;
    }
    section.services .services-list .item .image {
        height: 65vw;
    }
    section.page .header .image {
        width: 100%;
        height: 60vw;
    }
    section.page .image {
        width: 100%;
        height: 50vw;
    }
    section.reviews {
        padding: 64px 25px;
    }
    section.contacts .contact-me a.link-contact {
        width: 100%;
        display: block;
    }
    header.catalog-header .catalog-header-background {
        height: 750px;
        background-size: cover;
        background-position: 30% 50%;
    }
    header.header .filter .fields .item label {
        display: none;
    }
    header.header .filter .form-wrapper {
        display: block;
        width: 100%;
        margin-right: 0;

    }
    header.header .filter .fields .item {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    header.header .filter .fields {
        padding: 16px 30px;
    }
    header.header .filter .fields .tab-content {
        display: block;
        margin-bottom: 10px;
    }
    .tab-content>.active {
        display: flex;
        justify-content: space-between;
    }
    section.sort {
        padding: 16px;
    }
    section.catalog .item.first .description .agent-img {
        width: calc(100% + 32px);
        height: 320px;
        background-position: 50% 35%;
        display: block;
        float: none;
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    section.catalog .item.first .wrapper {
        margin-left: 0;
    }
    section.catalog .item.first .description {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
    section.catalog .item.first .description .button-call {
        margin: 0 auto 30px;
        display: block;
    }

    section.catalog-articles .row.first .text .image-wrapper {
        width: 100%;
        height: 58vw;
        position: initial;
        margin-top: 0;
    }
    section.catalog-articles .row.first {
        margin-bottom: 60px;
    }
    section.catalog-articles .row.second .image-wrapper {
        width: 100%;
        height: 60vw;
        position: initial;
        right: 0;
        margin-top: 0;
    }
    section.catalog-articles .row.second div.headline {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    section.catalog-articles .row.second .text {
        padding: 32px 16px;
    }
    section.catalog-articles .row.second .text .col.full ul {
        columns: 1;
    }
    .breadcrumbs .posts-select {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    header.object-header .slider .object-slider .slide {
        height: 80vw;
    }
    header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
        height: 70px;
    }
    section.object-city .text a.button {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0;
    }
    section.related {
        padding: 30px 16px;
    }
    header.header.object-header .slider {
        padding-left: 0;
        padding-right: 0;
    }
    header.object-header .info {
        padding-right: 16px;
    }
    header.object-header .info .icons {
        justify-content: space-evenly;
    }
    header.object-header .info .social-share {
        text-align: center;
    }
    header.object-header .info .social-share .title {
        margin-bottom: 10px;
    }
    section.object-content .description .video .video-title {
        font-size: 20px;
    }
    section.object-city .headline h2 {
        font-size: 25px;
    }
    section.object-city .image {
        height: 280px;
        padding-right: 0;
        padding-left: 0;
    }
    header.header .filter .fields .item.button-wrapper {
        vertical-align: bottom;
        display: flex;
        justify-content: space-between;
    }
    nav.navbar .navbar-nav .phone .social {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 13px;
    }
    section.blog-frontpage .blog-posts .item a {
        background-color: #ffffff;
        padding: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }
    section.videoblog .posts.sale .item a {
        padding: 5px;
    }

    header.header .filter .tabs {
        padding-left: 0;
    }

    header.header .filter .search input {
        margin-bottom: 0;
    }

    body {
        overflow: hidden!important;
    }

    .regiom-imgs-wrapper {
        overflow: scroll;
    }

    section.catalog {
        padding-right: 16px!important;
        padding-left: 16px!important;;
        margin-bottom: 45px!important;;
        margin-top: 0!important;;
    }

    section.catalog .item .item-icons .icon span.title {
        font-size: 12px;
    }

    section.catalog .item .item-icons .icon span.number {
        font-size: 16px;
    }

    section.catalog-articles {
        padding-right: 0;
        margin-right: 0;
    }

    #it-main-content > div.paragraph.paragraph--type--seo-teksty.paragraph--view-mode--default > section > div > div.row.first.wow.fadeInRight {
        padding-right: 0;
        margin-right: 0;
    }

    .view-display-id-page_2 {
        margin-top: 120px;
    }

    .img-fluid {
        height: 100%!important;
    }

    section.page.aboutme .header .image {
        width: 100%;
    }

    section.page.aboutme .row.inside {
        margin-top: 550px;
    }

    section.page.aboutme {
        margin: 12px;
    }

    section.aboutme .header button {
        margin-left: 20%;
    }


    section.page.aboutme .row.inside {
        padding: 0;
    }

    .aboutme .item {
        padding-right: 60px;
    }
}






/* Small devices (less than 768px) */
@media (min-width: 579px) and (max-width: 768px) {

    nav.navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    nav.navbar button.navbar-toggler {
        color: #fff;
    }
    header.header .headline h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    .headline-home h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    header.header .filter form {

    }
    header.header .headline {
        left: 16px;
    }

    .headline-home {
        left: 16px;
    }

    header.header .headline h1 .small {
        font-size: 30px;
    }

    .headline-home h1 .small {
        font-size: 30px;
    }

    section.about .photo {
        display: block;

        width: 100%;
    }
    section.about .text {
        display: block;

        width: 100%;
        padding: 0 32px;
    }
    section.about .contact-me {
        display: block;

        width: 100%;
        padding: 0 32px 30px;
    }
    section.blog-frontpage .headline,
    section.videoblog .headline,
    section.featured .headline {
        padding: 0 16px;
    }
    section.blog-frontpage {
        padding: 32px 16px;
    }
    section.videoblog {
        padding: 0 16px 32px 16px;
    }
    section.blog-frontpage .row {
        margin-right: 0;
        margin-left: 0;
    }
    section.lifestyle .col-lg-4.item,
    section.lifestyle .col-lg-3.item {
        height: 50vw;
    }
    section.about {
        margin-top: 200px;
    }
    section.about .photo .image {
        display: block;

        width: 270px;
        height: 270px;
        margin: -135px auto 0;

        border-radius: 50%;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;

        text-align: center;
    }
    section.about .text span.position {
        text-align: center;
    }
    section.about .contact-me h3 {
        font-size: 35px;
        font-style: normal;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .contact-me a.link-contact span.label {
        margin-bottom: 0;
    }
    section.about .contact-me a.link-contact {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 80px;
    }
    section.blog-frontpage .headline h2,
    section.videoblog .headline h2,
    section.featured .headline h2 {
        font-size: 35px;
        padding: 0px 15px 10px 0;
        border-right: 2px solid #d0b483;
        margin-right: 15px;
    }
    section.blog-frontpage .headline .subheader,
    section.videoblog .headline .subheader,
    section.featured .headline .subheader {
        font-size: 22px;

        padding-top: 10px;
        padding-left: 0;
    }
    section.about .text span.position {
        font-size: 18px;
    }
    section.blog-frontpage .blog-posts {
        position: relative;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 300;

        top: 100%;
        bottom: unset;

        padding: 15px 15px 0 0;

        color: #000;
        text-shadow: none;
    }
    section.blog-frontpage .blog-posts .slider-controls {
        position: absolute;
        top: 150px;
        left: -15px;
        display: block;
        width: calc(100% + 30px);
    }
    section.blog-frontpage .blog-posts .slider-controls button {
        border: none;
        background: none;
    }
    section.blog-frontpage .blog-posts .slider-controls img {
        width: 16px;
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-prev {
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-next {
        float: right;
    }
    nav.navbar .logo a div {
        margin-right: 20px;
    }
    section.videoblog .headline .subheader {
        padding-top: 9px;
        margin-bottom: 0;
        display: inline-block;
        width: 60%;
    }
    section.featured .items .item .col-first .info h4.title {
        font-size: 25px;
    }
    section.feedback-form .form .form-wrapper form .group textarea {
        min-height: 100px;
    }
    section.videoblog .posts.sale h3 {
        font-size: 30px;
    }
    section.blog-frontpage .blog-posts .item a {
        overflow: visible;

        margin-bottom: 50%;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 18px;

        color: #d0b483;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image,
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        display: block;

        width: 100%;
    }
    section.videoblog .posts .item a .image {
        height: 32vw;
    }

    section.videoblog .playlists {
        position: relative;

        padding: 0 16px;
    }
    section.videoblog .playlists .row.items {
        margin-left: 0;
    }
    section.videoblog .playlists .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 300px;
    }
    section.videoblog .playlists .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .playlists .slider-controls img {
        width: 16px;
    }
    section.videoblog .playlists .slider-controls .slide-p-prev {
    }
    section.videoblog .playlists .slider-controls .slide-p-next {
        float: right;
    }
    section.featured .items .item .col-second {
        display: none;
    }
    section.featured .items .item .col-first {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .info,
    section.featured .items .item:nth-child(even) .col-first .info {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 16px;

        background-color: #fff;
    }
    section.featured .items .item .col-first .info .text,
    section.featured .items .item .col-first .info .icons {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .image {
        width: calc(100% + 24px);
        height: 66vw;
        margin-left: -12px;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 0;
    }
    section.frontpage-articles .row.first .text,
    section.frontpage-articles .row.second .text,
    section.frontpage-articles .row.third .text {
        width: 100%;
        padding: 30px;
    }
    .frontpage-slider .slide {
        height: 780px;
    }
    header.header .filter .search-wrapper {
        width: 100%;
    }
    header.header .filter .search {
        padding: 0;
        border-left: none;
        background: none;
    }
    .frontpage-slider .slide .info {
        position: absolute;
        bottom: 210px;
        left: 0;

        padding: 16px 32px;

        background-color: rgba(0,0,0,.3);
    }
    .frontpage-slider .slider-controls {
        bottom: 485px;
        left: 32px;
    }
    nav.navbar {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling .logo a span.name {
        color: #fff;
    }
    nav.navbar.scrolling .navbar-nav .nav-link {
        color: #fff;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 32px;
    }
    nav.navbar .navbar-nav {
        overflow-y: scroll;

        max-height: calc(100vh - 86px);

        border-top: 1px solid #707070;
    }

    nav.navbar .navbar-nav .nav-item {
        font-size: 20px;

        border-bottom: 1px solid #707070;

        order: 2;
    }
    nav.navbar .navbar-nav .language {
        text-align: left;

        border-right: none;

        order: 3;
    }
    nav.navbar .navbar-nav .phone {
        background-color: #9a845ea8;

        order: 1;
    }
    nav.navbar .navbar-nav .phone .whatsapp {
        font-size: 26px;

        float: unset;

        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 0 14px 32px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone .call .fa-phone-alt {
        margin-right: 10px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone span.description {
        display: none;
    }
    nav.navbar button.navbar-toggler {
        font-size: 16px;

        height: 64px;
        padding-top: 10px;

        box-shadow: none;
    }
    nav.navbar button.navbar-toggler .navbar-toggler-icon .hidden {
        display: none;
    }
    nav.navbar .navbar-nav .dropdown-menu {
        padding: 0 0 0 32px;
        background-color: #d0b48375;
    }
    nav.navbar .navbar-nav .dropdown-menu li {
        font-size: 18px;

        border-bottom: 1px solid #707070;
    }
    nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item {
        padding: 15px 0;
    }
    section.frontpage-articles .row .text .col {
        display: block;

        width: 100%;
        padding-right: 0;
    }
    section.featured .items {
        margin-right: 0;
        margin-left: 0;
    }
    section.videoblog {
        position: relative;
    }
    section.videoblog .posts.sale {
        position: relative;
        margin-right: -16px;
        margin-left: -16px;
        padding: 24px 16px;
    }
    section.videoblog .posts.sale .items {
        margin-left: 0;
    }
    section.videoblog .posts.sale .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 500px;
    }
    section.videoblog .posts.sale .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.sale .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.sale .slider-controls .slide-s-prev {
    }
    section.videoblog .posts.sale .slider-controls .slide-s-next {
        float: right;
    }
    section.videoblog .more a.button {
        width: 30%;
        margin: 15px 10px;
    }

    section.videoblog .posts.postlist {
        position: relative;
    }
    section.videoblog .posts.postlist .row.items {
        margin-left: 0;
    }
    section.videoblog .posts.postlist .slider-controls {
        position: absolute;
        top: 31%;
        left: -20px;

        display: none;

        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        padding: 0;
    }
    section.videoblog .posts.postlist .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.postlist .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-prev {
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-next {
        float: right;
    }
    section.featured .mobile-border {
        display: block;

        width: 100%;
        height: 100px;
        margin-bottom: 45px;
        margin-left: -12px;

        background-image: url(/img/background-pattern-gradient-left.svg);
        background-repeat: no-repeat;
    }
    section.featured .headline {
        margin-bottom: 30px;
    }
    section.featured .items .item .col-first .info span.price {
        margin-bottom: 5px;
    }
    section.featured .items .item .col-first .info span.city-mobile {
        font-family: 'Lora', serif;
        font-size: 18px;

        margin-bottom: 15px;

        color: #d0b483;
    }
    section.frontpage-articles .row.first .image-wrapper {
        padding: 0;

        order: 1;
    }
    section.frontpage-articles .row.first .text {
        margin-bottom: 0;

        order: 2;
    }
    section.frontpage-articles .row.first .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .image-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 15px;
    }
    section.frontpage-articles .row.third .text {
        margin-top: 0;

        order: 2;
    }
    section.frontpage-articles .row.third .image-wrapper {
        display: block;

        width: 100%;
        padding: 0;

        background-color: #9a845e;

        order: 1;
    }
    section.frontpage-articles .row.third .image-wrapper .image {
        position: initial;

        height: 88vw;
    }
    footer .footer-top {
        padding: 32px;
    }
    footer button.footer-links-toggle {
        width: 100%;
        padding: 0 0 15px;

        text-align: left;

        color: #fff;
        border: none;
        border-bottom: 1px solid #d0b483;
        background: none;
    }
    footer button.footer-links-toggle span.icon {
        display: inline-block;
        float: right;

        width: 16px;
        height: 9px;
        margin: 10px 0;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    footer button.footer-links-toggle span.icon.up {
        background-image: url(/img/icons/icon-dropdown-collapse-white.svg);
    }
    footer .row .item .links {
        margin-bottom: 45px;
    }
    header.header .headline h1 {
        font-size: 35px;
        padding-right: 16px;
    }
    section.blog-archive {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    section.blog-archive .postlist .item {
        margin-bottom: 30px;
    }
    section.blog-archive .postlist .item .image {
        height: 40vw;
    }
    section.blog-archive .postlist .item .title {
        font-size: 22px;
    }
    .sidebar .menu {
        margin-top: 30px;
    }
    section.blog-content {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .breadcrumbs {
        padding: 16px 0;
    }
    .breadcrumbs .next {
        display: none;
    }
    .breadcrumbs .back a.button {
        display: none;
    }
    section.links-carousel .slide {
        height: 36vw;
    }
    section.links-carousel .slider-controls button {
        height: 36vw;
    }
    section.links-carousel .slide a span {
        font-size: 20px
    }
    section.links-carousel .slider-controls {
        top: unset;
        bottom: 37vw;
    }
    section.blog-content .post-content p.collumn-2 {
        column-count: 1;
        column-gap: unset;
        -webkit-column-count: 1;
        -webkit-column-gap: unset;
        -moz-column-count: 1;
        -moz-column-gap: unset;
    }
    section.blog-content .post-content p img.inline {
        width: 100%;
    }
    section.blog-content .post-content p span.quote {
        font-size: 20px;
        padding-left: 20px;
        margin-left: 20px;

    }
    section.blog-content .post-content div.featured {
        width: 80%;
    }
    section.blog-content .post-content .social-share .social {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    section.blog-content .post-content .social-share .title {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    section.blog-navigation {
        padding: 30px 16px;
    }
    section.blog-navigation .control a {
        font-size: 15px;
    }
    section.new-objects .headline {
        padding: 30px 16px 15px 16px;
    }
    section.new-objects .headline h2 {
        padding: 20px 30px 20px 0;
        border-right: none;
    }
    section.new-objects .headline .subheader {
        padding-left: 0;
    }
    section.new-objects .item a {
        height: 64vw;
    }
    section.new-objects .item a span.title {
        padding-right: 16px;
        font-weight: normal;
        font-size: 20px;
        bottom: 50px;
    }
    section.new-objects .item a span.price {
        font-size: 20px;
    }
    section.blog-navigation .control span.title {
        width: 100%;
    }
    section.links-carousel .slide a .background-zoom {
        opacity: 1;
    }
    section.links-carousel .slick-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
    section.videoblog.inner .headline h2 {
        font-size: 30px;
        padding: 10px 30px 10px 0;
    }
    section.videoblog .playlists .playlist-wrapper {
        margin-bottom: 0;
    }
    section.videoblog.inner .posts.sale {
        margin-top: 45px;
    }
    section.videoblog .featured-post .text p {
        display: none;
    }
    section.videoblog .featured-post .text {
        padding: 24px;
    }
    section.videoblog .featured-post .text span.title {
        text-transform: uppercase;
        font-size: 20px;
    }
    section.videoblog .featured-post .text .divider {
        display: none;
    }
    section.videoblog .featured-post {
        padding-right: 12px;
        padding-left: 12px;
    }
    section.videoblog.inner .headline {
        padding: 30px 16px;
    }
    section.videoblog .posts.sale {
        margin-bottom: 0;
    }
    section.city .headline {
        padding: 30px 16px;
    }
    section.city .text {
        padding-left: 16px;
        padding-right: 16px;
    }
    section.city .image img {
        object-fit: cover;
        height: 40vw;
        width: 100%;
    }
    section.cote-d-azur-events {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }
    section.catalog-articles .heading div.headline h2 {
        font-size: 30px;
        font-weight: 400;
    }
    section.catalog-articles.city-articles .row.first .text .image-wrapper{
        position: initial;
        margin-top: 0;
        width: 100%;
        height: 48vw;
    }
    section.catalog-articles .row.first .background-spacer {
        display: none;
    }
    section.catalog-articles .row.first .text {
        width: 100%;
    }
    section.catalog-articles .row.first .text .col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 16px;
    }
    section.catalog-articles button.article-toggle {
        flex-direction: row;

        width: 100%;

        border: none;
        background: none;

        align-content: center;
        flex-wrap: inherit;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    section.catalog-articles button.article-toggle span.border {
        display: inline-block;

        height: 1px;
        margin-top: 10px;
        margin-bottom: 0;

        vertical-align: middle;

        border: none !important;
        background-color: #d0b483;

        flex-grow: 1;
    }
    section.catalog-articles button.article-toggle span.txt {
        display: inline-block;

        width: auto;

        vertical-align: middle;

        color: #d0b483;

        flex-grow: 0;
    }

    section.catalog-articles button.article-toggle span.icon {
        display: inline-block;

        width: 10px;
        height: 5px;
        margin: 10px 15px;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    section.catalog-articles button.article-toggle span.icon.up {
        background-image: url('/img/icons/icon-dropdown-collapse.svg');
    }
    section.feedback .wrapper .image {
        display: block;
        width: 200px;
        height: 200px;
        margin: 30px auto 0;
    }
    section.feedback .wrapper .image img {
        border-radius: 50%;
    }
    section.feedback .wrapper .text {
        display: inline-block;
        width: 100%;
        padding: 0 16px 32px;
        vertical-align: middle;
        text-align: center;
    }
    section.feedback .wrapper {
        margin-bottom: 0;
    }
    section.city-features .item .image {
        height: 30vw;
    }
    section.catalog-articles.city-articles .row.first {
        margin-bottom: 0;
    }
    section.catalog .item .item-img {
        height: 40vw;
    }
    section.catalog {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 45px;
        margin-top: 0;
    }
    .breadcrumbs.inner {
        padding: 20px 16px;
    }
    section.page {
        padding: 0 16px 32px;
    }
    section.services .services-list .item {
        margin-bottom: 30px;
    }
    section.services .services-list .item .image {
        height: 38vw;
    }
    section.page .header .image {
        width: 100%;
        height: 60vw;
    }
    section.page .image {
        width: 100%;
        height: 50vw;
    }
    section.reviews {
        padding: 64px 25px;
    }
    section.contacts .contact-me a.link-contact {
        width: 100%;
        display: block;
    }
    header.catalog-header .catalog-header-background {
        height: 750px;
        background-size: cover;
        background-position: 30% 50%;
    }
    header.header .filter .fields .item label {
        display: none;
    }
    header.header .filter .form-wrapper {
        display: block;
        width: 100%;
        margin-right: 0;

    }
    header.header .filter .fields .item {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    header.header .filter .fields {
        padding: 16px 30px;
    }
    header.header .filter .fields .tab-content {
        display: block;
        margin-bottom: 10px;
    }
    .tab-content>.active {
        display: flex;
        justify-content: space-between;
    }
    section.sort {
        padding: 16px;
    }
    section.catalog .item.first .description .agent-img {
        width: calc(100% + 32px);
        height: 350px;
        background-position: 50% 35%;
        display: block;
        float: none;
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 16px;
        margin-top: 0;
        background-size: cover;
    }
    section.catalog .item.first .wrapper {
        margin-left: 0;
    }
    section.catalog .item.first .description {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
    section.catalog .item.first .description .button-call {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
    }

    section.catalog-articles .row.first .text .image-wrapper {
        width: 100%;
        height: 58vw;
        position: initial;
        margin-top: 0;
    }
    section.catalog-articles .row.first {
        margin-bottom: 60px;
    }
    section.catalog-articles .row.second .image-wrapper {
        width: 100%;
        height: 60vw;
        position: initial;
        right: 0;
        margin-top: 0;
    }
    section.catalog-articles .row.second div.headline {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    section.catalog-articles .row.second .text {
        padding: 32px 16px;
    }
    section.catalog-articles .row.second .text .col.full ul {
        columns: 1;
    }
    .breadcrumbs .posts-select {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    header.object-header .slider .object-slider .slide {
        height: 80vw;
    }
    header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
        height: 70px;
    }
    section.object-city .text .buttons {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 45px;
    }
    section.object-city .text a.button {
        display: inline-block;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 10px;
    }

    section.related {
        padding: 30px 16px;
    }
    header.header.object-header .slider {
        padding-left: 0;
        padding-right: 0;
    }
    header.object-header .info {
        padding-right: 16px;
    }
    header.object-header .info .icons {
        justify-content: space-evenly;
    }
    header.object-header .info .social-share {
        text-align: center;
    }
    header.object-header .info .social-share .title {
        margin-bottom: 10px;
    }
    section.object-content .description .video .video-title {
        font-size: 20px;
    }
    section.object-city .headline h2 {
        font-size: 25px;
    }
    section.object-city .image {
        height: 280px;
        padding-right: 0;
        padding-left: 0;
    }
    header.header .filter .fields .item.button-wrapper {
        vertical-align: bottom;
        display: flex;
        justify-content: space-between;
    }
    nav.navbar .navbar-nav .phone .social {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 13px;
    }
    section.blog-frontpage .blog-posts .item a {
        background-color: #ffffff;
        padding: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }
    section.videoblog .posts.sale .item a {
        padding: 5px;
    }
    section.videoblog .posts h3 {
        margin: 30px;
        text-align: center;
    }
    section.videoblog .posts .item a {
        padding: 5px;
        display: block;
    }
    section.featured .headline .subheader {
        width: 60%;
        vertical-align: top;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    footer .row .item h4 {
        font-size: 20px;
    }
    section.sort .item .nice-select.sort-by {

    }
    section.related .items .item a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }
    section.sort .item {
        vertical-align: middle;
    }
    .nice-map-wrapper {
        width: 100%;
    }
    .regiom-imgs-wrapper img {
        width: 100%;
    }
    .region-map {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
    }

    .view-display-id-page_2 {
        margin-top: 115px;
    }


}






/* MD - Medium devices (tablets, 768px and up) */
@media (min-width: 769px) and (max-width: 991px) {

    nav.navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    nav.navbar button.navbar-toggler {
        color: #fff;
    }
    header.header .headline h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    .headline-home h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    header.header .filter form {

    }
    header.header .headline {
        left: 16px;
    }
    header.header .headline h1 .small {
        font-size: 30px;
    }


    .headline-home h1 .small {
        font-size: 30px;
    }

    section.about .photo {
        display: block;

        width: 100%;
    }
    section.about .text {
        display: block;

        width: 100%;
        padding: 0 32px;
    }
    section.about .contact-me {
        display: block;

        width: 100%;
        padding: 0 32px 30px;
    }
    section.blog-frontpage .headline,
    section.videoblog .headline,
    section.featured .headline {
        padding: 0 16px;
    }
    section.blog-frontpage {
        padding: 32px 16px;
    }
    section.videoblog {
        padding: 0 16px 32px 16px;
    }
    section.blog-frontpage .row {
        margin-right: 0;
        margin-left: 0;
    }
    section.lifestyle .col-lg-4.item,
    section.lifestyle .col-lg-3.item {
        height: 50vw;
    }
    section.about {
        margin-top: 200px;
    }
    section.about .photo .image {
        display: block;

        width: 270px;
        height: 270px;
        margin: -135px auto 0;

        border-radius: 50%;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;

        text-align: center;
    }
    section.about .text span.position {
        text-align: center;
    }
    section.about .contact-me h3 {
        font-size: 35px;
        font-style: normal;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .contact-me a.link-contact span.label {
        margin-bottom: 0;
    }
    section.about .contact-me a.link-contact {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 80px;
    }
    section.blog-frontpage .headline h2,
    section.videoblog .headline h2,
    section.featured .headline h2 {
        font-size: 35px;
        padding: 0px 15px 10px 0;
        border-right: 2px solid #d0b483;
        margin-right: 15px;
    }
    section.blog-frontpage .headline .subheader,
    section.videoblog .headline .subheader,
    section.featured .headline .subheader {
        font-size: 22px;

        padding-top: 10px;
        padding-left: 0;
    }
    section.about .text span.position {
        font-size: 18px;
    }
    section.blog-frontpage .blog-posts {
        position: relative;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 300;

        top: 100%;
        bottom: unset;

        padding: 15px 15px 0 0;

        color: #000;
        text-shadow: none;
    }
    section.blog-frontpage .blog-posts .slider-controls {
        position: absolute;
        top: 150px;
        left: -15px;
        display: block;
        width: calc(100% + 30px);
    }
    section.blog-frontpage .blog-posts .slider-controls button {
        border: none;
        background: none;
    }
    section.blog-frontpage .blog-posts .slider-controls img {
        width: 16px;
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-prev {
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-next {
        float: right;
    }
    nav.navbar .logo a div {
        margin-right: 20px;
    }
    section.videoblog .headline .subheader {
        padding-top: 9px;
        margin-bottom: 0;
        display: inline-block;
        width: 60%;
    }
    section.featured .items .item .col-first .info h4.title {
        font-size: 25px;
    }
    section.feedback-form .form .form-wrapper form .group textarea {
        min-height: 100px;
    }
    section.videoblog .posts.sale h3 {
        font-size: 30px;
    }
    section.blog-frontpage .blog-posts .item a {
        overflow: visible;

        margin-bottom: 50%;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 18px;

        color: #d0b483;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image,
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        display: block;

        width: 100%;
    }
    section.videoblog .posts .item a .image {
        height: 32vw;
    }

    section.videoblog .playlists {
        position: relative;

        padding: 0 16px;
    }
    section.videoblog .playlists .row.items {
        margin-left: 0;
    }
    section.videoblog .playlists .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 300px;
    }
    section.videoblog .playlists .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .playlists .slider-controls img {
        width: 16px;
    }
    section.videoblog .playlists .slider-controls .slide-p-prev {
    }
    section.videoblog .playlists .slider-controls .slide-p-next {
        float: right;
    }
    section.featured .items .item .col-second {
        display: none;
    }
    section.featured .items .item .col-first {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .info,
    section.featured .items .item:nth-child(even) .col-first .info {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 16px;

        background-color: #fff;
    }
    section.featured .items .item .col-first .info .text,
    section.featured .items .item .col-first .info .icons {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .image {
        width: calc(100% + 24px);
        height: 66vw;
        margin-left: -12px;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 0;
    }
    section.frontpage-articles .row.first .text,
    section.frontpage-articles .row.second .text,
    section.frontpage-articles .row.third .text {
        width: 100%;
        padding: 30px;
    }
    .frontpage-slider .slide {
        height: 780px;
    }
    header.header .filter .search-wrapper {
        width: 100%;
    }
    header.header .filter .search {
        padding: 0;
        border-left: none;
        background: none;
    }
    .frontpage-slider .slide .info {
        position: absolute;
        bottom: 210px;
        left: 0;

        padding: 16px 32px;

        background-color: rgba(0,0,0,.3);
    }
    .frontpage-slider .slider-controls {
        bottom: 340px;
        left: 32px;
    }
    nav.navbar {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling .logo a span.name {
        color: #fff;
    }
    nav.navbar.scrolling .navbar-nav .nav-link {
        color: #fff;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 32px;
    }
    nav.navbar .navbar-nav {
        overflow-y: scroll;

        max-height: calc(100vh - 86px);

        border-top: 1px solid #707070;
    }

    nav.navbar .navbar-nav .nav-item {
        font-size: 20px;

        border-bottom: 1px solid #707070;

        order: 2;
    }
    nav.navbar .navbar-nav .language {
        text-align: left;

        border-right: none;

        order: 3;
    }
    nav.navbar .navbar-nav .phone {
        background-color: #9a845ea8;

        order: 1;
    }
    nav.navbar .navbar-nav .phone .whatsapp {
        font-size: 26px;

        float: unset;

        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 0 14px 32px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone .call .fa-phone-alt {
        margin-right: 10px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone span.description {
        display: none;
    }
    nav.navbar button.navbar-toggler {
        font-size: 16px;

        height: 64px;
        padding-top: 10px;

        box-shadow: none;
    }
    nav.navbar button.navbar-toggler .navbar-toggler-icon .hidden {
        display: none;
    }
    nav.navbar .navbar-nav .dropdown-menu {
        padding: 0 0 0 32px;
        background-color: #d0b48375;
    }
    nav.navbar .navbar-nav .dropdown-menu li {
        font-size: 18px;

        border-bottom: 1px solid #707070;
    }
    nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item {
        padding: 15px 0;
    }
    section.frontpage-articles .row .text .col {
        display: block;

        width: 100%;
        padding-right: 0;
    }
    section.featured .items {
        margin-right: 0;
        margin-left: 0;
    }
    section.videoblog {
        position: relative;
    }
    section.videoblog .posts.sale {
        position: relative;
        margin-right: -16px;
        margin-left: -16px;
        padding: 24px 16px;
    }
    section.videoblog .posts.sale .items {
        margin-left: 0;
    }
    section.videoblog .posts.sale .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 500px;
    }
    section.videoblog .posts.sale .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.sale .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.sale .slider-controls .slide-s-prev {
    }
    section.videoblog .posts.sale .slider-controls .slide-s-next {
        float: right;
    }
    section.videoblog .more a.button {
        width: 30%;
        margin: 15px 10px;
    }

    section.videoblog .posts.postlist {
        position: relative;
    }
    section.videoblog .posts.postlist .row.items {
        margin-left: 0;
    }
    section.videoblog .posts.postlist .slider-controls {
        position: absolute;
        top: 31%;
        left: -20px;

        display: none;

        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        padding: 0;
    }
    section.videoblog .posts.postlist .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.postlist .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-prev {
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-next {
        float: right;
    }
    section.featured .mobile-border {
        display: block;

        width: 100%;
        height: 100px;
        margin-bottom: 45px;
        margin-left: -12px;

        background-image: url(/img/background-pattern-gradient-left.svg);
        background-repeat: no-repeat;
    }
    section.featured .headline {
        margin-bottom: 30px;
    }
    section.featured .items .item .col-first .info span.price {
        margin-bottom: 5px;
    }
    section.featured .items .item .col-first .info span.city-mobile {
        font-family: 'Lora', serif;
        font-size: 18px;

        margin-bottom: 15px;

        color: #d0b483;
    }
    section.frontpage-articles .row.first .image-wrapper {
        padding: 0;

        order: 1;
    }
    section.frontpage-articles .row.first .text {
        margin-bottom: 0;

        order: 2;
    }
    section.frontpage-articles .row.first .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .image-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 15px;
    }
    section.frontpage-articles .row.third .text {
        margin-top: 0;

        order: 2;
    }
    section.frontpage-articles .row.third .image-wrapper {
        display: block;

        width: 100%;
        padding: 0;

        background-color: #9a845e;

        order: 1;
    }
    section.frontpage-articles .row.third .image-wrapper .image {
        position: initial;

        height: 88vw;
    }
    footer .footer-top {
        padding: 32px;
    }
    footer button.footer-links-toggle {
        width: 100%;
        padding: 0 0 15px;

        text-align: left;

        color: #fff;
        border: none;
        border-bottom: 1px solid #d0b483;
        background: none;
    }
    footer button.footer-links-toggle span.icon {
        display: inline-block;
        float: right;

        width: 16px;
        height: 9px;
        margin: 10px 0;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    footer button.footer-links-toggle span.icon.up {
        background-image: url(/img/icons/icon-dropdown-collapse-white.svg);
    }
    footer .row .item .links {
        margin-bottom: 45px;
    }
    header.header .headline h1 {
        font-size: 35px;
        padding-right: 16px;
    }
    section.blog-archive {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    section.blog-archive .postlist .item {
        margin-bottom: 30px;
    }
    section.blog-archive .postlist .item .image {
        height: 40vw;
    }
    section.blog-archive .postlist .item .title {
        font-size: 22px;
    }
    .sidebar .menu {
        margin-top: 30px;
    }
    section.blog-content {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .breadcrumbs {
        padding: 16px 0;
    }
    .breadcrumbs .next {
        display: none;
    }
    .breadcrumbs .back a.button {
        display: none;
    }
    section.links-carousel .slide {
        height: 36vw;
    }
    section.links-carousel .slider-controls button {
        height: 36vw;
    }
    section.links-carousel .slide a span {
        font-size: 20px
    }
    section.links-carousel .slider-controls {
        top: unset;
        bottom: 37vw;
    }
    section.blog-content .post-content p.collumn-2 {
        column-count: 1;
        column-gap: unset;
        -webkit-column-count: 1;
        -webkit-column-gap: unset;
        -moz-column-count: 1;
        -moz-column-gap: unset;
    }
    section.blog-content .post-content p img.inline {
        width: 100%;
    }
    section.blog-content .post-content p span.quote {
        font-size: 20px;
        padding-left: 20px;
        margin-left: 20px;

    }
    section.blog-content .post-content div.featured {
        width: 80%;
    }
    section.blog-content .post-content .social-share .social {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    section.blog-content .post-content .social-share .title {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    section.blog-navigation {
        padding: 30px 16px;
    }
    section.blog-navigation .control a {
        font-size: 15px;
    }
    section.new-objects .headline {
        padding: 30px 16px 15px 16px;
    }
    section.new-objects .headline h2 {
        padding: 20px 30px 20px 0;
        border-right: none;
    }
    section.new-objects .headline .subheader {
        padding-left: 0;
    }
    section.new-objects .item a {
        height: 64vw;
    }
    section.new-objects .item a span.title {
        padding-right: 16px;
        font-weight: normal;
        font-size: 20px;
        bottom: 50px;
    }
    section.new-objects .item a span.price {
        font-size: 20px;
    }
    section.blog-navigation .control span.title {
        width: 100%;
    }
    section.links-carousel .slide a .background-zoom {
        opacity: 1;
    }
    section.links-carousel .slick-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
    section.videoblog.inner .headline h2 {
        font-size: 30px;
        padding: 10px 30px 10px 0;
    }
    section.videoblog .playlists .playlist-wrapper {
        margin-bottom: 0;
    }
    section.videoblog.inner .posts.sale {
        margin-top: 45px;
    }
    section.videoblog .featured-post .text p {
        display: none;
    }
    section.videoblog .featured-post .text {
        padding: 24px;
    }
    section.videoblog .featured-post .text span.title {
        text-transform: uppercase;
        font-size: 20px;
    }
    section.videoblog .featured-post .text .divider {
        display: none;
    }
    section.videoblog .featured-post {
        padding-right: 12px;
        padding-left: 12px;
    }
    section.videoblog.inner .headline {
        padding: 30px 16px;
    }
    section.videoblog .posts.sale {
        margin-bottom: 0;
    }
    section.city .headline {
        padding: 30px 16px;
    }
    section.city .text {
        padding-left: 16px;
        padding-right: 16px;
    }
    section.city .image img {
        object-fit: cover;
        height: 40vw;
        width: 100%;
    }
    section.cote-d-azur-events {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }
    section.catalog-articles .heading div.headline h2 {
        font-size: 30px;
        font-weight: 400;
    }
    section.catalog-articles.city-articles .row.first .text .image-wrapper{
        position: initial;
        margin-top: 0;
        width: 100%;
        height: 48vw;
    }
    section.catalog-articles .row.first .background-spacer {
        display: none;
    }
    section.catalog-articles .row.first .text {
        width: 100%;
    }
    section.catalog-articles .row.first .text .col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 16px;
    }
    section.catalog-articles button.article-toggle {
        flex-direction: row;

        width: 100%;

        border: none;
        background: none;

        align-content: center;
        flex-wrap: inherit;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    section.catalog-articles button.article-toggle span.border {
        display: inline-block;

        height: 1px;
        margin-top: 10px;
        margin-bottom: 0;

        vertical-align: middle;

        border: none !important;
        background-color: #d0b483;

        flex-grow: 1;
    }
    section.catalog-articles button.article-toggle span.txt {
        display: inline-block;

        width: auto;

        vertical-align: middle;

        color: #d0b483;

        flex-grow: 0;
    }

    section.catalog-articles button.article-toggle span.icon {
        display: inline-block;

        width: 10px;
        height: 5px;
        margin: 10px 15px;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    section.catalog-articles button.article-toggle span.icon.up {
        background-image: url('/img/icons/icon-dropdown-collapse.svg');
    }
    section.feedback .wrapper .image {
        display: block;
        width: 200px;
        height: 200px;
        margin: 30px auto 0;
    }
    section.feedback .wrapper .image img {
        border-radius: 50%;
    }
    section.feedback .wrapper .text {
        display: inline-block;
        width: 100%;
        padding: 0 16px 32px;
        vertical-align: middle;
        text-align: center;
    }
    section.feedback .wrapper {
        margin-bottom: 0;
    }
    section.city-features .item .image {
        height: 70vw;
    }
    section.catalog-articles.city-articles .row.first {
        margin-bottom: 0;
    }
    section.catalog .item .item-img {
        height: 40vw;
    }
    section.catalog {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 45px;
        margin-top: 0;
    }
    .breadcrumbs.inner {
        padding: 20px 16px;
    }
    section.page {
        padding: 0 16px 32px;
    }
    section.services .services-list .item {
        margin-bottom: 30px;
    }
    section.services .services-list .item .image {
        height: 56vw;
    }
    section.page .header .image {
        width: 100%;
        height: 60vw;
    }
    section.page .image {
        width: 100%;
        height: 50vw;
    }
    section.reviews {
        padding: 64px 25px;
    }
    section.contacts .contact-me a.link-contact {
        width: 100%;
        display: block;
    }
    header.catalog-header .catalog-header-background {
        height: 750px;
        background-size: cover;
        background-position: 30% 50%;
    }
    header.header .filter .fields .item label {
        display: none;
    }
    header.header .filter .form-wrapper {
        display: block;
        width: 100%;
        margin-right: 0;

    }
    header.header .filter .fields .item {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    header.header .filter .fields {
        padding: 16px 30px;
    }
    header.header .filter .fields .tab-content {
        display: block;
        margin-bottom: 10px;
    }
    .tab-content>.active {
        display: flex;
        justify-content: space-between;
    }
    section.sort {
        padding: 16px;
    }
    section.catalog .item.first .description .agent-img {
        width: calc(100% + 32px);
        height: 350px;
        background-position: 50% 35%;
        display: block;
        float: none;
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 16px;
        margin-top: 0;
        background-size: cover;
    }
    section.catalog .item.first .wrapper {
        margin-left: 0;
    }
    section.catalog .item.first .description {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
    section.catalog .item.first .description .button-call {
        margin: 0 auto 30px;
        display: block;
        width: 50%;
    }

    section.catalog-articles .row.first .text .image-wrapper {
        width: 100%;
        height: 58vw;
        position: initial;
        margin-top: 0;
    }
    section.catalog-articles .row.first {
        margin-bottom: 60px;
    }
    section.catalog-articles .row.second .image-wrapper {
        width: 100%;
        height: 60vw;
        position: initial;
        right: 0;
        margin-top: 0;
    }
    section.catalog-articles .row.second div.headline {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    section.catalog-articles .row.second .text {
        padding: 32px 16px;
    }
    section.catalog-articles .row.second .text .col.full ul {
        columns: 1;
    }
    .breadcrumbs .posts-select {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    header.object-header .slider .object-slider .slide {
        height: 80vw;
    }
    header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
        height: 70px;
    }
    section.object-city .text .buttons {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 45px;
    }
    section.object-city .text a.button {
        display: inline-block;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 10px;
    }

    section.related {
        padding: 30px 16px;
    }
    header.header.object-header .slider {
        padding-left: 0;
        padding-right: 0;
    }
    header.object-header .info {
        padding-right: 16px;
    }
    header.object-header .info .icons {
        justify-content: space-evenly;
    }
    header.object-header .info .social-share {
        text-align: center;
    }
    header.object-header .info .social-share .title {
        margin-bottom: 10px;
    }
    section.object-content .description .video .video-title {
        font-size: 20px;
    }
    section.object-city .headline h2 {
        font-size: 25px;
    }
    section.object-city .image {
        height: 280px;
        padding-right: 0;
        padding-left: 0;
    }
    header.header .filter .fields .item.button-wrapper {
        vertical-align: bottom;
        display: flex;
        justify-content: space-between;
    }
    nav.navbar .navbar-nav .phone .social {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 13px;
    }
    section.blog-frontpage .blog-posts .item a {
        background-color: #ffffff;
        padding: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }
    section.videoblog .posts.sale .item a {
        padding: 5px;
    }
    section.videoblog .posts h3 {
        margin: 30px;
        text-align: center;
    }
    section.videoblog .posts .item a {
        padding: 5px;
        display: block;
    }
    section.featured .headline .subheader {
        width: 60%;
        vertical-align: top;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    footer .row .item h4 {
        font-size: 20px;
    }
    section.sort .item .nice-select.sort-by {

    }
    section.related .items .item a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }
    section.sort .item {
        vertical-align: middle;
    }


    .view-display-id-page_2 {
        margin-top: 80px;
    }

}





/* LG - Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {



    nav.navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    nav.navbar button.navbar-toggler {
        color: #fff;
    }
    header.header .headline h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    .headline-home h1 .big {
        font-size: 35px;
        font-weight: 200;
    }

    header.header .filter form {

    }
    header.header .headline {
        left: 16px;
    }
    header.header .headline h1 .small {
        font-size: 30px;
    }

    .headline-home h1 .small {
        font-size: 30px;
    }

    section.about .photo {
        display: block;

        width: 100%;
    }
    section.about .text {
        display: block;

        width: 100%;
        padding: 0 32px;
    }
    section.about .contact-me {
        display: block;

        width: 100%;
        padding: 0 32px 30px;
    }
    section.blog-frontpage .headline,
    section.videoblog .headline,
    section.featured .headline {
        padding: 0 16px;
    }
    section.blog-frontpage {
        padding: 32px 16px;
    }
    section.videoblog {
        padding: 0 16px 32px 16px;
    }
    section.blog-frontpage .row {
        margin-right: 0;
        margin-left: 0;
    }
    section.lifestyle .col-lg-4.item,
    section.lifestyle .col-lg-3.item {
        height: 23vw;
    }
    section.about {
        margin-top: 200px;
    }
    section.about .photo .image {
        display: block;

        width: 270px;
        height: 270px;
        margin: -135px auto 0;

        border-radius: 50%;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;

        text-align: center;
    }
    section.about .text span.position {
        text-align: center;
    }
    section.about .contact-me h3 {
        font-size: 35px;
        font-style: normal;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .contact-me a.link-contact span.label {
        margin-bottom: 0;
    }
    section.about .contact-me a.link-contact {
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 40px;
        vertical-align: top;
    }
    section.blog-frontpage .headline h2,
    section.videoblog .headline h2,
    section.featured .headline h2 {
        font-size: 35px;
        padding: 0 15px 10px 0;
        border-right: 2px solid #d0b483;
        vertical-align: baseline;
        margin-right: 15px;
    }
    section.videoblog .playlists h3 {
        margin-top: 30px;
    }
    section.blog-frontpage .headline .subheader,
    section.videoblog .headline .subheader,
    section.featured .headline .subheader {
        font-size: 22px;

        padding-top: 20px;
        padding-left: 0;
    }
    section.about .text span.position {
        font-size: 18px;
    }
    section.blog-frontpage .blog-posts {
        position: relative;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 300;

        top: 100%;
        bottom: unset;

        padding: 15px 0;

        color: #000;
        text-shadow: none;
    }
    section.blog-frontpage .blog-posts .slider-controls {
        position: absolute;
        top: 150px;
        left: -15px;
        display: block;
        width: calc(100% + 30px);
    }
    section.blog-frontpage .blog-posts .slider-controls button {
        border: none;
        background: none;
    }
    section.blog-frontpage .blog-posts .slider-controls img {
        width: 16px;
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-prev {
    }
    section.blog-frontpage .blog-posts .slider-controls .slide-b-next {
        float: right;
    }
    nav.navbar .logo a div {
        margin-right: 20px;
    }
    section.videoblog .headline .subheader {
        margin-bottom: 0;
    }
    section.featured .items .item .col-first .info h4.title {
        font-size: 25px;
    }
    section.feedback-form .form .form-wrapper form .group textarea {
        min-height: 100px;
    }
    section.videoblog .posts.sale h3 {
        font-size: 30px;
    }
    section.blog-frontpage .blog-posts .item a {
        overflow: visible;

        margin-bottom: 70%;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 18px;

        color: #d0b483;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image,
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        display: block;

        width: 100%;
    }

    section.videoblog .posts .item a .image {
        height: 16vw;
    }
    section.videoblog .playlists {
        position: relative;

        padding: 0 16px;
    }
    section.videoblog .playlists .row.items {
        margin-left: 0;
    }
    section.videoblog .playlists .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 300px;
    }
    section.videoblog .playlists .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .playlists .slider-controls img {
        width: 16px;
    }
    section.videoblog .playlists .slider-controls .slide-p-prev {
    }
    section.videoblog .playlists .slider-controls .slide-p-next {
        float: right;
    }
    section.featured .items .item .col-second {
        display: none;
    }
    section.featured .items .item .col-first {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .info,
    section.featured .items .item:nth-child(even) .col-first .info {
        height: auto;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 16px;

        background-color: #fff;
    }
    section.featured .items .item .col-first .info .text,
    section.featured .items .item .col-first .info .icons {
        display: block;

        width: 100%;
    }
    section.featured .items .item .col-first .image {
        width: calc(100% + 24px);
        height: 50vw;
        margin-left: -12px;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 0;
    }
    section.frontpage-articles .row.first .text,
    section.frontpage-articles .row.second .text,
    section.frontpage-articles .row.third .text {
        width: 100%;
        padding: 30px;
    }
    .frontpage-slider .slide {
        height: 700px;
    }
    header.header .filter .search-wrapper {
        width: 100%;
    }

    .frontpage-slider .slide .info {
        position: absolute;
        bottom: 180px;
        left: 0;

        padding: 16px 32px;

        background-color: rgba(0,0,0,.3);
    }
    .frontpage-slider .slider-controls {
        bottom: 300px;
        left: 32px;
    }

    section.frontpage-articles .row .text .col {
        display: block;

        width: 100%;
        padding-right: 0;
    }
    section.featured .items {
        margin-right: 0;
        margin-left: 0;
    }
    section.videoblog {
        position: relative;
    }
    section.videoblog .posts.sale {
        position: relative;
        margin-right: -16px;
        margin-left: -16px;
        padding: 24px 16px;
    }
    section.videoblog .posts.sale .items {
        margin-left: 0;
    }
    section.videoblog .posts.sale .slider-controls {
        position: absolute;
        left: 0;

        display: none;

        width: 100%;
        max-width: 100%;
        padding: 0;
        bottom: 500px;
    }
    section.videoblog .posts.sale .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.sale .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.sale .slider-controls .slide-s-prev {
    }
    section.videoblog .posts.sale .slider-controls .slide-s-next {
        float: right;
    }
    section.videoblog .more a.button {
        width: 32%;
        margin: 15px;
    }

    section.videoblog .posts.postlist {
        position: relative;
    }
    section.videoblog .posts.postlist .row.items {
        margin-left: 0;
    }
    section.videoblog .posts.postlist .slider-controls {
        position: absolute;
        top: 31%;
        left: -20px;

        display: none;

        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        padding: 0;
    }
    section.videoblog .posts.postlist .slider-controls button {
        border: none;
        background: none;
    }
    section.videoblog .posts.postlist .slider-controls img {
        width: 16px;
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-prev {
    }
    section.videoblog .posts.postlist .slider-controls .slide-c-next {
        float: right;
    }
    section.featured .mobile-border {
        display: block;

        width: 100%;
        height: 100px;
        margin-bottom: 45px;
        margin-left: -12px;

        background-image: url(/img/background-pattern-gradient-left.svg);
        background-repeat: no-repeat;
    }
    section.featured .headline {
        margin-bottom: 30px;
    }
    section.featured .items .item .col-first .info span.price {
        margin-bottom: 5px;
    }
    section.featured .items .item .col-first .info span.city-mobile {
        font-family: 'Lora', serif;
        font-size: 18px;

        margin-bottom: 15px;

        color: #d0b483;
    }
    section.frontpage-articles .row.first .image-wrapper {
        padding: 0;

        order: 1;
    }
    section.frontpage-articles .row.first .text {
        margin-bottom: 0;

        order: 2;
    }
    section.frontpage-articles .row.first .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .image-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        position: initial;

        width: 100%;
        height: 48vw;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 15px;
    }
    section.frontpage-articles .row.third .text {
        margin-top: 0;

        order: 2;
    }
    section.frontpage-articles .row.third .image-wrapper {
        display: block;

        width: 100%;
        padding: 0;

        background-color: #9a845e;

        order: 1;
    }
    section.frontpage-articles .row.third .image-wrapper .image {
        position: initial;

        height: 88vw;
    }
    footer .footer-top {
        padding: 32px;
    }
    footer button.footer-links-toggle {
        width: 100%;
        padding: 0 0 15px;

        text-align: left;

        color: #fff;
        border: none;
        border-bottom: 1px solid #d0b483;
        background: none;
    }
    footer button.footer-links-toggle span.icon {
        display: inline-block;
        float: right;

        width: 16px;
        height: 9px;
        margin: 10px 0;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    footer button.footer-links-toggle span.icon.up {
        background-image: url(/img/icons/icon-dropdown-collapse-white.svg);
    }
    footer .row .item .links {
        margin-bottom: 45px;
    }
    header.header .headline h1 {
        font-size: 35px;
        padding-right: 16px;
    }
    section.blog-archive {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    section.blog-archive .postlist .item {
        margin-bottom: 30px;
    }
    section.blog-archive .postlist .item .image {
        height: 21vw;
    }
    section.blog-archive .postlist .item .title {
        font-size: 22px;
    }
    .sidebar .menu {
        margin-top: 30px;
    }
    section.blog-content {
        padding-right: 16px;
        padding-left: 16px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .breadcrumbs {
        padding: 16px 0;
    }
    .breadcrumbs .next {
        display: none;
    }
    .breadcrumbs .back a.button {
        display: none;
    }
    section.links-carousel .slide {
        height: 19vw;
    }
    section.links-carousel .slider-controls button {
        height: 19vw;
    }
    section.links-carousel .slide a span {
        font-size: 20px
    }
    section.links-carousel .slider-controls {
        top: unset;
        bottom: 19.65vw;
    }
    section.blog-content .post-content p.collumn-2 {
        column-count: 1;
        column-gap: unset;
        -webkit-column-count: 1;
        -webkit-column-gap: unset;
        -moz-column-count: 1;
        -moz-column-gap: unset;
    }
    section.blog-content .post-content p img.inline {
        width: 100%;
    }
    section.blog-content .post-content p span.quote {
        font-size: 20px;
        padding-left: 20px;
        margin-left: 20px;

    }
    section.blog-content .post-content div.featured {
        width: 80%;
    }
    section.blog-content .post-content .social-share .social {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    section.blog-content .post-content .social-share .title {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    section.blog-navigation {
        padding: 30px 16px;
    }
    section.blog-navigation .control a {
        font-size: 15px;
    }
    section.new-objects .headline {
        padding: 30px 16px 15px 16px;
    }
    section.new-objects .headline h2 {
        padding: 20px 30px 20px 0;
        border-right: none;
    }
    section.new-objects .headline .subheader {
        padding-left: 0;
    }
    section.new-objects .item a {
        height: 34vw;
    }
    section.new-objects .item a span.title {
        padding-right: 16px;
        font-weight: normal;
        font-size: 20px;
        bottom: 50px;
    }
    section.new-objects .item a span.price {
        font-size: 20px;
    }
    section.blog-navigation .control span.title {
        width: 100%;
    }
    section.links-carousel .slide a .background-zoom {
        opacity: 1;
    }
    section.links-carousel .slick-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
    section.videoblog.inner .headline h2 {
        font-size: 30px;
        padding: 10px 30px 10px 0;
    }
    section.videoblog .playlists .playlist-wrapper {
        margin-bottom: 0;
    }
    section.videoblog.inner .posts.sale {
        margin-top: 45px;
    }
    section.videoblog .featured-post .text p {
        display: none;
    }
    section.videoblog .featured-post .text {
        padding: 24px;
    }
    section.videoblog .featured-post .text .divider {
        display: none;
    }
    section.videoblog .featured-post {
        padding-right: 12px;
        padding-left: 12px;
    }
    section.videoblog.inner .headline {
        padding: 30px 16px;
    }
    section.videoblog .posts.sale {
        margin-bottom: 0;
    }
    section.city .headline {
        padding: 30px 16px;
    }
    section.city .text {
        padding-left: 16px;
        padding-right: 16px;
    }
    section.city .image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    section.cote-d-azur-events {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }
    section.catalog-articles .heading div.headline h2 {
        font-size: 30px;
        font-weight: 400;
    }
    section.catalog-articles.city-articles .row.first .text .image-wrapper{
        position: initial;
        margin-top: 0;
        width: 100%;
        height: 48vw;
    }
    section.catalog-articles .row.first .background-spacer {
        display: none;
    }
    section.catalog-articles .row.first .text {
        width: 100%;
        position: relative;
    }
    section.sort .item {
        display: inline-block;
        vertical-align: middle;
    }
    section.catalog-articles .row.first .text .col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 16px;
    }
    section.catalog-articles button.article-toggle {
        flex-direction: row;

        width: 100%;

        border: none;
        background: none;

        align-content: center;
        flex-wrap: inherit;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    section.catalog-articles button.article-toggle span.border {
        display: inline-block;

        height: 1px;
        margin-top: 10px;
        margin-bottom: 0;

        vertical-align: middle;

        border: none !important;
        background-color: #d0b483;

        flex-grow: 1;
    }
    section.catalog-articles button.article-toggle span.txt {
        display: inline-block;

        width: auto;

        vertical-align: middle;

        color: #d0b483;

        flex-grow: 0;
    }

    section.catalog-articles button.article-toggle span.icon {
        display: inline-block;

        width: 10px;
        height: 5px;
        margin: 10px 15px;

        vertical-align: middle;

        background-image: url(/img/icons/icon-dropdown-expand.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    section.catalog-articles button.article-toggle span.icon.up {
        background-image: url('/img/icons/icon-dropdown-collapse.svg');
    }
    section.feedback .wrapper .image {
        display: block;
        width: 200px;
        height: 200px;
        margin: 30px auto 0;
    }
    section.feedback .wrapper .image img {
        border-radius: 50%;
    }
    section.feedback .wrapper .text {
        display: inline-block;
        width: 100%;
        padding: 0 16px 32px;
        vertical-align: middle;
        text-align: center;
    }
    section.feedback .wrapper {
        margin-bottom: 0;
    }
    section.city-features .item .image {
        height: 22vw;
    }
    section.catalog-articles.city-articles .row.first {
        margin-bottom: 0;
    }
    section.catalog .item .item-img {
        height: 31vw;
    }
    section.catalog {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 45px;
        margin-top: 0;
    }
    .breadcrumbs.inner {
        padding: 20px 16px;
    }
    section.page {
        padding: 0 16px 32px;
    }
    section.services .services-list .item {
        margin-bottom: 30px;
    }
    section.services .services-list .item .image {
        height: 22vw;
    }
    section.page .header .image {
        width: 100%;
        height: 100%;
    }
    section.page .image {
        width: 100%;
        height: 50vw;
    }
    section.reviews {
        padding: 64px 25px;
    }
    section.contacts .contact-me a.link-contact {
        width: 100%;
        display: block;
    }
    header.catalog-header .catalog-header-background {
        height: 750px;
        background-size: cover;
        background-position: 30% 50%;
    }
    header.header .filter .fields .item label {
        display: none;
    }
    header.header .filter .form-wrapper {
        display: inline-block;
        width: 100%;
        margin-right: 0;

    }

    header.header .filter .fields {
        padding: 16px 30px;
    }
    header.header .filter .fields .tab-content {
        display: inline-block;
    }
    section.sort {
        padding: 16px;
    }
    section.catalog .item.first .description .agent-img {
        width: calc(100% + 32px);
        height: 31vw;
        background-position: 50% 35%;
        display: block;
        float: none;
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    section.catalog .item.first .wrapper {
        margin-left: 0;
    }
    section.catalog .item.first .description {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
    section.catalog .item.first .description .button-call {
        margin: 0 auto 30px;
        display: block;
    }

    section.catalog-articles .row.first .text .image-wrapper {
        width: 100%;
        height: 58vw;
        position: initial;
        margin-top: 0;
    }
    section.catalog-articles .row.first {
        margin-bottom: 60px;
    }
    section.catalog-articles .row.second .image-wrapper {
        width: 100%;
        height: 60vw;
        position: initial;
        right: 0;
        margin-top: 0;
    }
    section.catalog-articles .row.second div.headline {
        padding-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    section.catalog-articles .row.second .text {
        padding: 32px 16px;
    }
    section.catalog-articles .row.second .text .col.full ul {
        columns: 1;
    }
    .breadcrumbs .posts-select {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    header.object-header .slider .object-slider .slide {
        height: 54vw;
    }
    header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
        height: 70px;
    }
    section.object-city .text a.button {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0;
    }
    section.related {
        padding: 30px 16px;
    }
    header.header.object-header .slider {
        padding-left: 0;
        padding-right: 0;
    }
    header.object-header .info {
        padding-right: 16px;
    }
    header.object-header .info .icons {
        justify-content: space-evenly;
    }
    header.object-header .info .social-share {
        text-align: center;
    }
    header.object-header .info .social-share .title {
        margin-bottom: 10px;
    }
    section.object-content .description .video .video-title {
        font-size: 20px;
    }
    section.object-city .headline h2 {
        font-size: 25px;
    }
    section.object-city .image {
        padding-right: 0;
        padding-left: 0;
    }
    nav.navbar .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }
    nav.navbar {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling {
        background-color: rgba(0,0,0,.8);
    }
    nav.navbar.scrolling .logo a span.name {
        color: #fff;
    }
    nav.navbar.scrolling .navbar-nav .nav-link {
        color: #fff;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 32px;
    }
    nav.navbar .navbar-nav {
        overflow-y: scroll;

        max-height: calc(100vh - 86px);

        border-top: 1px solid #707070;
    }

    nav.navbar .navbar-nav .nav-item {
        font-size: 20px;

        border-bottom: 1px solid #707070;

        order: 2;
    }
    nav.navbar .navbar-nav .language {
        text-align: left;

        border-right: none;

        order: 3;
    }
    nav.navbar .navbar-nav .phone {
        background-color: #9a845ea8;

        order: 1;
    }
    nav.navbar .navbar-nav .phone .whatsapp {
        font-size: 26px;

        float: right;

        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 32px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone .call .fa-phone-alt {
        margin-right: 10px;

        color: #fff;
    }
    nav.navbar .navbar-nav .phone span.description {
        display: none;
    }
    nav.navbar button.navbar-toggler {
        font-size: 16px;

        height: 64px;
        padding-top: 10px;

        box-shadow: none;
        color: #fff;
    }
    nav.navbar button.navbar-toggler .navbar-toggler-icon .hidden {
        display: none;
    }
    nav.navbar .navbar-nav .dropdown-menu {
        padding: 0 0 0 32px;
        background-color: #d0b48375;
    }
    nav.navbar .navbar-nav .dropdown-menu li {
        font-size: 18px;

        border-bottom: 1px solid #707070;
    }
    nav.navbar .navbar-nav .dropdown-menu li a.dropdown-item {
        padding: 15px 0;
    }
    header.header .filter .fields {
        padding: 23px 8px 22px 16px;
    }
    header.header .filter .form-wrapper {
        width: calc(100% - 204px);
    }
    header.header .filter .search-wrapper {
        width: 204px;
    }
    header.header .filter .fields .item select {
        padding: 8px 25px 8px 10px;
        font-size: 14px;
    }
    header.header .filter .fields .item {
        padding-right: 10px;
        vertical-align: top;
    }
    header.header .filter .fields .item button.btn {
        font-size: 16px;
        height: 41px;
        margin-top: 0;
        padding: 2px 15px 0;
    }
    header.header .filter .search {
        padding: 20px 22px 22px 22px;
    }
    section.catalog .item.first .description .button-call {
        margin-bottom: 30px;
    }
    section.catalog-articles .row.first .text .image-wrapper {
        width: 84vw;
        height: 28vw;
        position: initial;
        margin: 0 auto;
    }
    section.catalog-articles .row.second .text .col.full {
        width: 60%;
        margin-left: 20%;
    }
    section.catalog-articles .row.first {
        margin-bottom: 180px;
    }
    section.feedback-form.feedback-catalog {
        background-position: 330% 50%;
    }
    .region-map img,
    .regiom-imgs-wrapper img {
        width: 100%;
    }
    nav.navbar .navbar-nav .phone .whatsapp {
        font-size: 26px;
        float: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding: 14px 0 14px 32px;
        color: #fff;
    }
    nav.navbar .navbar-nav .phone .social {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 13px;
    }
    section.cote-d-azur-events .image img {
        max-width: 100%;
        margin-bottom: 30px;
        height: 100%;
        object-fit: cover;
    }

    .view-display-id-page_2 {
        margin-top: 80px;
    }

}


/* XL - Laptops 1200 */
@media (min-width: 1200px) and (max-width: 1365px) {
    nav.navbar .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    header.header .filter .fields {
        padding: 24px 16px 24px 16px;
    }
    header.header .filter .fields .item {
        padding-right: 15px;
    }
    header.header .filter .fields .item select {
        padding: 8px 22px 8px 8px;
        font-size: 14px;
    }
    header.header .filter .fields .item button.btn {
        padding: 2px 20px 0;
        font-size: 16px;
    }
    header.header .filter .form-wrapper {
        width: calc(100% - 265px);
    }
    header.header .filter .search-wrapper {
        width: 265px;
    }
    header.header .filter .search input {
        font-size: 14px;
    }
    header.header .filter .search {
        padding: 65px 64px 24px 30px;
    }
    header.header .filter .tabs {
        padding-left: 16px;
    }
    .frontpage-slider .slide .info {
        bottom: 190px;
        left: 0;

        padding: 45px 16px 10px 16px;
    }
    nav.navbar .navbar-nav .block-right {
        right: 16px;
    }
    nav.navbar .logo a span.name {
        font-size: 16px;
    }
    nav.navbar .logo a span.title {
        font-size: 9px;
    }
    nav.navbar .navbar-nav .phone .social {
        font-size: 16px;
        padding: 24px 4px;
    }
    nav.navbar .logo a div {
        margin-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }
    header.header .headline h1 .big {
        font-size: 50px;
    }

    .headline-home h1 .big {
        font-size: 50px;
    }

    header.header .headline h1 .small {
        font-size: 40px;
    }

    .headline-home h1 .small {
        font-size: 40px;
    }

    .frontpage-slider .slide {
        height: 650px;
    }
    .frontpage-slider .slide .info span.description {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .frontpage-slider .slide .info span.price {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls .slide-m-dots ul li a {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls {
        bottom: 275px;
        left: 16px;
    }
    section.lifestyle .item a span {
        font-size: 22px;
        font-weight: 500;
    }
    section.about .text {
        padding-right: 30px;
        padding-left: 30px;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;
    }
    section.about .text span.position {
        font-size: 19px;

        margin-top: -15px;
        margin-bottom: 30px;
    }
    section.about .text p {
        font-size: 16px;
    }
    section.about .contact-me h3 {
        font-size: 35px;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .text {
        width: 40%;
    }
    section.about .contact-me {
        width: 35%;
    }
    section.about .photo .image {
        height: 540px;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;

        padding: 15px 15px 10px 15px;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 16px;
    }
    section.videoblog .headline,
    section.featured .headline {
        padding: 30px 0 15px 0;
    }
    section.videoblog .headline h2,
    section.blog-frontpage .headline h2,
    section.featured .headline h2 {
        font-size: 40px;
    }
    section.videoblog .headline .subheader,
    section.blog-frontpage .headline .subheader,
    section.featured .headline .subheader {
        font-size: 24px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        padding: 15px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image {
        height: 145px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
        font-size: 14px;

        margin-bottom: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .title {
        font-size: 18px;
    }
    section.videoblog .posts .item a .text .title {
        font-size: 18px;
    }
    section.feedback-form {
        background-position: 550px 30%;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 120px;
    }
    section.frontpage-articles .row.first .text {
        font-size: 14px;

        width: 80%;
        padding-top: 45px;
        padding-left: 60px;
    }
    section.frontpage-articles .row.second {
        font-size: 14px;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        height: calc(100% + 80px);
    }
    section.frontpage-articles .row.third .text {
        font-size: 14px;

        margin-top: 90px;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    section.frontpage-articles .row.second .image-wrapper {
        margin-top: 110px;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 80px;
    }

    .breadcrumbs {
        margin-top: 0;
        padding: 15px 32px;
    }
    header.object-header .slider .object-slider .slide {
        height: 43vw;
    }

    header.object-header .slider .object-slider-thumbnails .slick-slide .slide.thumb {
        height: 100px
    }
    header.object-header .info .social-share .title {
        margin-bottom: 10px;
    }
    section.related .items .item a .image {
        height: 263px;
    }
    section.catalog .item.first .description .agent-img {
        width: 160px;
        height: 330px;
        background-size: 140%;
    }
    section.catalog .item .item-title .title {
        font-size: 20px;
    }
    section.catalog .item.first .description {
        font-size: 16px;
    }
    section.catalog-articles .row.first .text .image-wrapper {
        width: 54vw;
        height: 33vw;
        margin-top: 540px!important;
    }
    section.catalog-articles .row.first {
        margin-bottom: 230px;
    }
    section.catalog-articles .row.second .image-wrapper {
        height: 60vw;
    }
    section.blog-archive .postlist .item .title {
        font-size: 20px;
    }
    header.object-header .info .text h1 {
        font-size: 25px;
    }
    header.object-header .info .icons .icon img {
        width: 50px;
    }
    .nice-map-wrapper {
        padding-left: 30%;
    }


}

/* Laptops 1366 */
@media (min-width: 1366px) and (max-width: 1439px) {
    nav.navbar .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }

    header.header .filter .fields {
        padding: 24px 32px 24px 32px;
    }
    header.header .filter .fields .item {
        padding-right: 10px;
    }
    header.header .filter .fields .item button.btn {
        padding: 2px 20px 0;
    }
    header.header .filter .form-wrapper {
        display: inline-block;

        width: calc(100% - 325px);
        /*margin-right: -5px;*/
    }
    header.header .filter .search-wrapper {
        width: 325px;
    }
    header.header .filter .search {
        padding: 65px 32px 24px 32px;
    }
    header.header .filter .fields .item select {
        padding: 8px 22px 8px 10px;
        font-size: 14px;
    }
    header.header .filter .tabs {
        padding-left: 32px;
    }
    .frontpage-slider .slide .info {
        bottom: 190px;
        left: 0;

        padding: 45px 16px 10px 16px;
    }
    nav.navbar .navbar-nav .block-right {
        right: 32px;
    }
    nav.navbar .logo a span.name {
        font-size: 21px;
    }
    nav.navbar .logo a span.title {
        font-size: 11px;
    }
    nav.navbar .logo a div {
        margin-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }


    header.header .headline h1 .big {
        font-size: 50px;
    }

    .headline-home h1 .big {
        font-size: 50px;
    }

    header.header .headline h1 .small {
        font-size: 40px;
    }

    .headline-home h1 .small {
        font-size: 40px;
    }

    .frontpage-slider .slide {
        height: 650px;
    }
    .frontpage-slider .slide .info span.description {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .frontpage-slider .slide .info span.price {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls .slide-m-dots ul li a {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls {
        bottom: 275px;
        left: 16px;
    }
    section.lifestyle .item a span {
        font-size: 22px;
        font-weight: 500;
    }
    section.about .text {
        padding-right: 30px;
        padding-left: 30px;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;
    }
    section.about .text span.position {
        font-size: 19px;

        margin-top: -15px;
        margin-bottom: 30px;
    }
    section.about .text p {
        font-size: 16px;
    }
    section.about .contact-me h3 {
        font-size: 35px;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .text {
        width: 40%;
    }
    section.about .contact-me {
        width: 35%;
    }
    section.about .photo .image {
        height: 540px;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;

        padding: 15px 15px 10px 15px;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 16px;
    }
    section.videoblog .headline,
    section.featured .headline {
        padding: 30px 0 15px 0;
    }
    section.videoblog .headline h2,
    section.blog-frontpage .headline h2,
    section.featured .headline h2 {
        font-size: 40px;
    }
    section.videoblog .headline .subheader,
    section.blog-frontpage .headline .subheader,
    section.featured .headline .subheader {
        font-size: 24px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        padding: 15px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image {
        height: 145px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
        font-size: 14px;

        margin-bottom: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .title {
        font-size: 18px;
    }
    section.videoblog .posts .item a .text .title {
        font-size: 18px;
    }
    section.feedback-form {
        background-position: 550px 30%;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 120px;
    }
    section.frontpage-articles .row.first .text {
        font-size: 14px;

        width: 80%;
        padding-top: 45px;
        padding-left: 60px;
    }
    section.frontpage-articles .row.second {
        font-size: 14px;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        height: calc(100% + 80px);
    }
    section.frontpage-articles .row.third .text {
        font-size: 14px;

        margin-top: 90px;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    section.frontpage-articles .row.second .image-wrapper {
        margin-top: 110px;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 80px;
    }
    nav.navbar .logo a div {
        margin-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 8px;
        font-size: 12px;
    }
    nav.navbar .navbar-nav .phone .social {
        padding: 20px 4px;
    }
    .breadcrumbs {
        padding: 15px 16px;
    }
    header.object-header .info .text h1 {
        font-size: 27px;
    }
    header.object-header .slider .object-slider .slide {
        height: 43vw;
    }
    section.catalog .item.first .description .agent-img {
        width: 220px;
        height: 380px;
        background-size: 150%;
    }
    section.related .items .item a .image {
        height: 290px;
    }
    section.catalog .item .item-title .title {
        font-size: 20px;
    }
    section.catalog .item.first .description {
        font-size: 16px;
    }
    section.catalog-articles .row.first .text .image-wrapper {
        width: 54vw;
        height: 33vw;
        margin-top: 500px!important;
    }
    section.catalog-articles .row.first {
        margin-bottom: 230px;
    }
    section.catalog-articles .row.second .image-wrapper {
        height: 60vw;
    }
    .nice-map-wrapper {
        padding-left: 3%;
    }

}

/* Laptops 1440 */
@media (min-width: 1440px) and (max-width: 1535px) {
    .frontpage-slider .slide {
        height: 58vw;
    }
    nav.navbar .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }
    header.header .filter .fields .item {
        padding-right: 15px;
    }
    header.header .filter .fields .item select {
        padding: 8px 30px 8px 12px;
        font-size: 14px;
    }
    header.header .filter .fields .item select * {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px;
    }
    header.header .filter .fields .item select option:hover {
        box-shadow: 0 0 10px 100px #d0b483 inset;
    }
    header.header .filter .tabs {
        padding-left: 32px;
    }
    .frontpage-slider .slide .info {
        bottom: 190px;
        left: 0;

        padding: 45px 16px 10px 16px;
    }
    nav.navbar .navbar-nav .block-right {
        right: 32px;
    }
    nav.navbar .navbar-nav .block-right {
        right: 32px;
    }
    nav.navbar .logo a span.name {
        font-size: 21px;
    }
    nav.navbar .logo a span.title {
        font-size: 11px;
    }


    header.header .headline h1 .big {
        font-size: 50px;
    }

    .headline-home h1 .big {
        font-size: 50px;
    }

    header.header .headline h1 .small {
        font-size: 40px;
    }

    .headline-home h1 .small {
        font-size: 40px;
    }

    .frontpage-slider .slide {
        height: 650px;
    }
    .frontpage-slider .slide .info span.description {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .frontpage-slider .slide .info span.price {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls .slide-m-dots ul li a {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls {
        bottom: 275px;
        left: 16px;
    }
    section.lifestyle .item a span {
        font-size: 22px;
        font-weight: 500;
    }
    section.about .text {
        padding-right: 30px;
        padding-left: 30px;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;
    }
    section.about .text span.position {
        font-size: 19px;

        margin-top: -15px;
        margin-bottom: 30px;
    }
    section.about .text p {
        font-size: 16px;
    }
    section.about .contact-me h3 {
        font-size: 35px;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .text {
        width: 40%;
    }
    section.about .contact-me {
        width: 35%;
    }
    section.about .photo .image {
        height: 540px;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;

        padding: 15px 15px 10px 15px;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 16px;
    }
    section.videoblog .headline,
    section.featured .headline {
        padding: 30px 0 15px 0;
    }
    section.videoblog .headline h2,
    section.blog-frontpage .headline h2,
    section.featured .headline h2 {
        font-size: 40px;
    }
    section.videoblog .headline .subheader,
    section.blog-frontpage .headline .subheader,
    section.featured .headline .subheader {
        font-size: 24px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        padding: 15px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image {
        height: 145px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
        font-size: 14px;

        margin-bottom: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .title {
        font-size: 18px;
    }
    section.videoblog .posts .item a .text .title {
        font-size: 18px;
    }
    section.feedback-form {
        background-position: 550px 30%;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 120px;
    }
    section.frontpage-articles .row.first .text {
        font-size: 14px;

        width: 80%;
        padding-top: 45px;
        padding-left: 60px;
    }
    section.frontpage-articles .row.second {
        font-size: 14px;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        height: calc(100% + 80px);
    }
    section.frontpage-articles .row.third .text {
        font-size: 14px;

        margin-top: 90px;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    section.frontpage-articles .row.second .image-wrapper {
        margin-top: 110px;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 80px;
    }
    nav.navbar .logo a div {
        margin-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 6px;
        font-size: 14px;
    }
    header.object-header .slider .object-slider .slide {
        height: 44vw;
    }
    header.object-header .info .text h1 {
        font-size: 29px;
    }
    nav.navbar .navbar-nav .phone .social {
        padding: 20px 4px;
    }
    header.header .filter .form-wrapper {
        width: calc(100% - 265px);
    }
    header.header .filter .search-wrapper {
        width: 265px;
    }
    header.header .filter .search input {
        font-size: 14px;
    }
    .nice-map-wrapper {
        padding-left: 7%;
    }
    section.catalog-articles .row.first .text .image-wrapper {
        height: 32vw;
        margin-top: 450px!important;
    }
    section.catalog-articles .row.first {
        margin-bottom: 180px;
    }




}

/* Laptops 1536 */
@media (min-width: 1536px) and (max-width: 1599px) {
    .frontpage-slider .slide {
        height: 50vw;
    }
    .form-select {
        font-size: 14px;
    }

    header.header .headline h1 .big {
        font-size: 50px;
    }

    .headline-home h1 .big {
        font-size: 50px;
    }

    header.header .headline h1 .small {
        font-size: 40px;
    }


    .headline-home h1 .small {
        font-size: 40px;
    }

    .frontpage-slider .slide {
        height: 650px;
    }
    .frontpage-slider .slide .info span.description {
        font-size: 18px;

        margin-bottom: 10px;
    }
    .frontpage-slider .slide .info span.price {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls .slide-m-dots ul li a {
        font-size: 20px;
    }
    .frontpage-slider .slider-controls {
        bottom: 275px;
        left: 16px;
    }
    section.lifestyle .item a span {
        font-size: 22px;
        font-weight: 500;
    }
    section.about .text {
        padding-right: 30px;
        padding-left: 30px;
    }
    section.about .text h3 {
        font-size: 35px;

        padding-top: 40px;
    }
    section.about .text span.position {
        font-size: 19px;

        margin-top: -15px;
        margin-bottom: 30px;
    }
    section.about .text p {
        font-size: 16px;
    }
    section.about .contact-me h3 {
        font-size: 35px;

        margin-bottom: 30px;
        padding-top: 40px;
    }
    section.about .text {
        width: 40%;
    }
    section.about .contact-me {
        width: 35%;
    }
    section.about .photo .image {
        height: 540px;
    }
    section.blog-frontpage .blog-posts .item a span.title {
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;

        padding: 15px 15px 10px 15px;
    }
    section.blog-frontpage .blog-posts .item a span.title .date {
        font-size: 16px;
    }
    section.videoblog .headline,
    section.featured .headline {
        padding: 30px 0 15px 0;
    }
    section.videoblog .headline h2,
    section.blog-frontpage .headline h2,
    section.featured .headline h2 {
        font-size: 40px;
    }
    section.videoblog .headline .subheader,
    section.blog-frontpage .headline .subheader,
    section.featured .headline .subheader {
        font-size: 24px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text {
        padding: 15px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .image {
        height: 145px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
        font-size: 14px;

        margin-bottom: 5px;
    }
    section.videoblog .playlists .playlist-wrapper a .playlist .text .title {
        font-size: 18px;
    }
    section.videoblog .posts .item a .text .title {
        font-size: 18px;
    }
    section.feedback-form {
        background-position: 550px 30%;
    }
    section.feedback-form .form .form-wrapper form {
        margin-left: 120px;
    }
    section.frontpage-articles .row.first .text {
        font-size: 14px;

        width: 80%;
        padding-top: 45px;
        padding-left: 60px;
    }
    section.frontpage-articles .row.second {
        font-size: 14px;
    }
    section.frontpage-articles .row.second .image-wrapper .image {
        height: calc(100% + 80px);
    }
    section.frontpage-articles .row.third .text {
        font-size: 14px;

        margin-top: 90px;
    }
    section.frontpage-articles .row .headline h2 {
        font-size: 25px;
    }
    section.frontpage-articles .row.second .image-wrapper {
        margin-top: 110px;
    }
    section.frontpage-articles .row.second .text {
        margin-top: 80px;
    }
    nav.navbar .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }
    nav.navbar .logo a div {
        margin-right: 15px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding: 20px 10px;
        font-size: 14px;
    }
    nav.navbar .logo a span.name {
        font-size: 20px;
    }
    nav.navbar .logo a span.title {
        font-size: 12px;
    }
    .nice-map-wrapper {
        padding-left: 10%;
    }
    header.header .filter .search {
        padding: 71px 64px 30px 30px;
    }

}

/* Laptops 1600 and up */
@media (min-width: 1600px) and (max-width: 1799px) {
    .frontpage-slider .slide {
        height: 48vw;
    }
    nav.navbar .container-fluid {
        padding-right: 32px;
        padding-left: 32px;
    }
    nav.navbar .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
    }
    header.header .filter .fields .item {
        display: inline-block;
        padding-right: 15px;
    }
    header.header .filter .fields .item select {
        padding: 8px 25px 8px 10px;
    }
    .nice-map-wrapper {
        padding-left: 10%;
    }
    nav.navbar .navbar-nav .phone .social {
        padding: 20px 4px;
    }
    nav.navbar .logo a span.name {
        font-size: 20px;
    }
    nav.navbar .logo a span.title {
        font-size: 10px;
    }

}


/* Laptops 1600 and up */
@media (min-width: 1800px) {
    .frontpage-slider .slide {
        height: 48vw;
    }
    .nice-map-wrapper {
        padding-left: 15%;
    }

}

.form-group {
    margin-bottom: 0;
}

.addtoany_list.a2a_kit_size_32 a > span {
    background-color: #D0B483!important;
    border-radius: 50%!important;
    width: 45px;
    height: 45px;
    padding: 7px;
}

.addtoany_list.a2a_kit_size_32 a > span:hover {
    background-color: #685A42!important;
}

header.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.article-collapsible {
    font-size: 16px;
}

section.catalog .item .item-icons .icon {
    width: 80px;
}

/*section.catalog .item {*/
/*    margin-bottom: 70px;*/
/*}*/
#myTab{
    background-color: transparent;

}
.horizontal-tabs .horizontal-tabs-list {
    background-color: inherit;
    border-bottom: none;
}

.horizontal-tab-button.selected {
    background-color: inherit;
    border-bottom: none;
}

.horizontal-tabs .horizontal-tab-button {
    background: none;
    border-bottom: none;
    border-right: none;
}

.horizontal-tabs {
    border: none;
}

/*.breadcrumbs {
    margin-top: 64px;
}*/

.form-group label {
    position: unset;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    display: block;
    color: #d0b483;
    font-weight: bold;
    transform: none;
}

.form-group input {
    font-size: 18px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}

.button.form-actions {
    margin: 0!important;
}

.form-group input:focus {
    box-shadow: 0 0 0 0.25rem rgb(214 180 131 / 30%)!important;
}

.form-group textarea:focus {
    box-shadow: 0 0 0 0.25rem rgb(214 180 131 / 30%)!important;
}

.form-group textarea {
    font-size: 18px;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #d0b483;
    border-radius: 0;
    background: none;
}

.form-group label.active {
    font-size: 18px;
    color: #d0b483;
    font-family: 'Lora', serif;
    font-weight: bold;
    transform: none;
}

/*
.webform-button--submit {
    font-size: 18px;
    height: 41px;
    margin: 15px auto 15px auto;
    padding: 2px 30px 0;
    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #d0b483;
    background-image: url('/img/texture-small-light.svg');
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;
    filter: contrast(1.0);
}*/


section.sort .item {
    display: inline-flex;
    margin-right: 30px;
    justify-content: center;
    align-items: end;
}

.search .item {
    width: inherit;
}

section.sort .item label {
    margin-right: 15px;
}


main .catalog:first-of-type {
    padding-right: 0;
    padding-left: 0;
}

.pagination .page-item span.page-link {
    background-color: #D0B483;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff!important;
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    transition: background-color .25s ease-in;
    margin-right: 10px;
    border: none!important;
    cursor: pointer;
}

section.videoblog .playlists .playlist-wrapper a .playlist .text .icon {
    width: 150px;
    color: #d0b483;
}

section.videoblog .playlists .playlist-wrapper a .playlist .text .icon:hover {
    color: #1dc9ff!important;
}

#myTab > li > a.is-active {
    background-color: rgb(120 100 65 / 84%);
}

#myTab > li > a {
    display: block;
    padding: 13px 30px;
    background-color: rgba(0,0,0,.8);
    border: none;
    border-radius: 0;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
}

#page-default > div > header.container-fluid.header.catalog-header.no-gutters > div > div > div:nth-child(1) {
    width: 100%;
}

#it-main-content > section.catalog .item {
    margin-bottom: 45px;
}

.margin-bottom-55px {
    margin-bottom: 70px;
}

#navbarNavDropdown .dropdown-item .fa-youtube {
    color: #ff2400;
    margin-right: 5px;
}

.catalog ul.horizontal-tabs-list {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.catalog .toggle-wrapper {
    padding: 3px;
    border: 1px solid #D0B483;
    border-radius: 30px;
    display: inline-block;
}

.catalog .toggle-wrapper a{
    display: inline-block;
    text-decoration: none;
    color: #D0B483;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: background-color .25s ease-in, color .25s ease-in;
    -moz-transition: background-color .25s ease-in, color .25s ease-in;
    -ms-transition: background-color .25s ease-in, color .25s ease-in;
    -o-transition: background-color .25s ease-in, color .25s ease-in;
    transition: background-color .25s ease-in, color .25s ease-in;
}

.catalog .toggle-wrapper a.active {
    background-color: #D0B483;
    color: #fff;
}

section.container-fluid .fieldset-legend {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 0px;
    color: #d0b483;
    font-weight: 100;
    display: block;
}

.modal .fieldset-legend {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
    color: #d0b483;
    font-weight: 100;
    display: block;
}

.catalog > .items > .item {
    margin-bottom: 70px;
}

footer .form-wrapper {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

#it-main-content .feed-icon {
    display: none;
}

section.sort .item label {
    font-family: 'Rubik'!important;
    color: inherit;
    font-style: normal!important;
    font-weight:400;
}

.pager--load-more {
    text-align: center;
}

.pager--load-more .pager__item {
    list-style-type: none;
}

.button-more {
    font-size: 18px;
    display: inline-block;
    height: 41px;
    margin: 30px auto 30px auto;
    padding: 7px 30px 4px;
    -webkit-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -moz-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -ms-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    -o-transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    transition: box-shadow .25s ease-in, margin .25s ease-in, filter .25s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #685a42;
    background-image: url(/img/texture-small-dark.svg);
    background-position: center center;
    box-shadow: 0 0 0 0 #a38d68;
    filter: contrast(1.0) brightness(1.0);
}

.button-more:hover {
    margin: 26px auto 34px auto;
    box-shadow: 0 3px 0 0 #87724f;
    filter: contrast(1.5) brightness(1.2);
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.city-articles {
    margin-bottom: 100px;
}

.view-display-id-page_2  {
    margin-left: 64px;
    margin-right: 64px;
}

.view-id-vyvod_nedvizhimosti_v_gorodakh {
    margin-left: 64px;
    margin-right: 64px;
}

@media (max-width: 768px) {
    .view-id-vyvod_nedvizhimosti_v_gorodakh {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.search .form-group {
    width: inherit;
}

.search input {
    margin-bottom: 0;
}

.btn-outline-secondary {
    box-shadow: inherit!important;
}

.active-city {
    color: #d0b483!important;
}

@media screen and (min-width: 40em) {
    .layout__region--first, .layout__region--second{
        flex: 1 0 50%!important;
    }

    .background-spacer {
        margin: 0 auto;
    }
}