/*
Theme Name: Lear SK Theme
Description: Custom Lear SK Theme
Theme Author: Josef Jilek
Author URI: https://jilekit.cz
Version: 1.0.0
Text Domain: learsktheme
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

html{
    min-height: 100%;
}
@media (max-width: 992px) {
    html, body{
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    html, body{
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    html, body{
        font-size: 11px;
    }
}
body{
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}
@media (min-width: 1400px){
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
        max-width: 1206px;
    }
}


body header{
    background-color: #0c0c0c;
}
body header.home-header{
    position: relative;
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%), url("./assets/images/header-bg-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: none;
}
body header.home-header .video-wrapper{
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body header.home-header .video-wrapper video{
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body header.home-header:after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
/*body header.home-header:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}*/
body header > div.container.menu{
    padding: 25px 0 23px 0;
}
body header.home-header > div.container{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


body header > div.container > nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    padding: 0;
}
body header > div.container > nav .container-fluid{
    padding: 0;
}
body header > div.container > nav ul.header-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
}
body header > div.container > nav ul.header-menu li{
    padding: 0;
    margin: 0;
}
body header > div.container > nav ul li a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
    margin: 8px 28px;
    text-decoration: none;
}
body header > div.container > nav ul li.current-menu-parent a,
body header > div.container > nav ul li.current-menu-item a{
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
}
body header > div.container > nav ul li:last-child a{
    margin-right: 16px;
}
body header > div.container > nav ul li a:hover{
    color: #FFFFFF;
    /*color: rgba(255, 255, 255, 0.8);*/
}
body header > div.container > nav ul li.phone-number a{
    padding: 12px 24px 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    color: #FFFFFF;
    white-space: nowrap;
    font-weight: 500;
}
body header > div.container > nav ul li.phone-number a:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
body header > div.container > nav ul li.phone-number a:before{
    content: "\f879";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

body header > div.container > div.language-selector{
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 88px;
}
body header > div.container > div.language-selector ul{
    margin: 0;
    padding: 8px 0 0 20px;
    list-style: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
body header > div.container > div.language-selector ul li{
    display: none;
}
body header > div.container > div.language-selector ul li.current-lang {
    display: list-item;
}
body header > div.container > div.language-selector ul li a{
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
}
body header > div.container > div.language-selector ul li a img{
    border: 1px solid rgba(15, 15, 15, 0.1);
    border-radius: 2px;
    height: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
}
body header > div.container > div.language-selector ul li.current-lang a:after{
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0 0 0 12px;
    opacity: 0.2;
}
body header > div.container > div.language-selector ul li a:hover:after{
    opacity: 1;
}
body header > div.container > div.language-selector.active ul{
    background: rgba(0,0,0,0.8);
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}
body header > div.container > div.language-selector.active ul{
    padding-bottom: 4px;
}
body header > div.container > div.language-selector.active ul li{
    display: list-item;
    margin-bottom: 4px;
}
body header > div.container > div.language-selector.active ul li a{
    color: rgba(255,255,255,0.4);
}
body header > div.container > div.language-selector.active ul li a:hover{
    color: #fff;
}
body header > div.container > div.language-selector.active ul li.current-lang a:after{
    content: '';
}
body header div.container.banner{
    padding-top: 256px;
    padding-bottom: 104px;
}
body header div.container.banner h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 86px;
    color: #FFFFFF;
    margin: 9px 0 40px 0;
}
body .primary-button{
    padding: 16px 40px;
    background: #F2A126;
    border-radius: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin: 0;
}
body .primary-button:hover{
    opacity: 0.8;
}

@media (max-width: 992px) {
    body header > div.container > nav ul.header-menu {
        flex-direction: column;
    }
    body header > div.container > nav ul.header-menu li {
        padding: 0.5rem;
        margin: 0.3rem;
    }
    body header > div.container > nav ul.header-menu li a{}
    body header div.container.banner h1{
        margin: 0 0 3rem 0;
        font-size: 3rem;
        line-height: 120%;
    }
    body header div.container.banner{
        padding-top: 13rem;
        padding-bottom: 5rem;
    }
}
@media (max-width: 768px) {
    body header div.container.banner{
        padding-top: 11rem;
        padding-bottom: 4rem;
    }
}

footer{}
footer .wrapper{
    background: url("./assets/images/footer-bg-2.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 0 165px 0;
}
footer .wrapper h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /*line-height: 120%;*/
    line-height: 58px;
    color: #F2A126;
    padding: 80px 0;
}
footer .wrapper h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /*line-height: 120%;*/
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: rgba(255,255,255,0.7);
    margin: 0 0 40px 0;
}
footer .wrapper address,
footer .wrapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    /*line-height: 160%;*/
    line-height: 51px;
    color: #FFFFFF;
    margin: 0;
}
footer .wrapper p strong{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
}
footer .wrapper p a{
    text-decoration: none;
    color: #FFFFFF;
}
footer .wrapper p a span{
    margin-left: 8px;
}
footer .wrapper p a:hover span{
    text-decoration: underline;
}
footer .wrapper p a img{
    width: 32px;
    height: 32px;
    margin: 0 1rem 0.25rem 0;
    vertical-align: middle;
}
footer .wrapper p a.icon-link img{
    width: 40px;
    height: 40px;
    margin: 0.5rem 1rem 0.25rem 0;
    vertical-align: middle;
}
footer .map{
    /* 300 - 175 */
    margin-top: -125px;
    margin-bottom: 4rem;
}
footer .map .mapouter{
    position: relative;
    text-align: right;
    height: 300px;
    width: 100%;
}
footer .map .mapouter .mapcanvas{
    position: absolute;
    overflow: hidden;
    background: none !important;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
}
footer .map .mapouter .mapcanvas iframe{
    width: 100%;
    height: 100%;
}
footer .map a{
    display: block;
    height: 300px;
    border-radius: 16px;
}
footer .map a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
footer .copy{
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    color: rgba(0,0,0,0.2);
    padding: 56px 0 48px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

main .container.hp-content-container {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 80px 12px;
    display: flex;
    align-items: flex-end;
}
main .container.hp-content-container .wp-container-3{
    width: 100%;
}
main .container.hp-content-container h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
}
main .container.hp-content-container p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgba(0,0,0,0.8);
}
main div.main-carousel{
    position: relative;
}
main div.main-carousel:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 324px;
    background: #F2A126;
    opacity: 0.1;
    z-index: -1;
}
main .main-carousel-1 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 80px 0;
}
main .main-carousel-1 h3{
    margin: 11px 0 56px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 120%;*/
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}
main .main-carousel-1 .row{
    padding-bottom: 0;
}

/* TODO */

main .main-banner-1-wrapper {
    position: relative;
}
main .main-banner-1-wrapper .container{
    padding-top: 80px;
    padding-bottom: 0px;
}
main .main-banner-1-wrapper .container .main-banner-1{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 22.5%, rgba(0, 0, 0, 0) 100%), url("./assets/images/banner-bg-full.jpeg");
    /*background: url("./assets/images/baner-bg-2.jpeg") no-repeat center center;*/
    background-size: cover;
    border-radius: 16px;
    padding: 108px 56px 101px 56px;
}
main .main-banner-1-wrapper .container .main-banner-1 h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /*line-height: 120%;*/
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin: 0;
    padding: 0;
}
main .main-banner-1-wrapper .container .main-banner-1 h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 24px 0 40px 0;
}
div.container .main-carousel-1 .row{
    /*margin-left: -16px;
    margin-right: -16px;*/
}
div.container .main-carousel-1 .row p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
/*    line-height: 120%;*/
    line-height: 19px;
    color: #000000;
}
.newsletter-area div.container{
    margin-top: -3.75rem;
    padding-bottom: 7.5rem;
}
.newsletter-area div.container .content{
    padding-top: 12.5rem;
}
/* TODO media break */
.newsletter-area div.container .content h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    /*line-height: 120%;*/
    line-height: 48px;
    margin: 0 0 3rem 0;
}
.newsletter-area div.container .content form{
    display: flex;
    flex-direction: row;
    position: relative;
}
.newsletter-area div.container .content form p:nth-child(2){
    flex-grow: 1;
    padding-right: 2rem;
}
.newsletter-area div.container .content form p:nth-child(3){
    display: flex;
    align-items: end;
    flex-direction: column-reverse;
}
.newsletter-area div.container .content form label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
}
.newsletter-area div.container .content form label input[type="email"]{
    margin-top: 0.5rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 64px;
    color: #000000;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}
.newsletter-area div.container .content form label input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.2;
}
.newsletter-area div.container .content form label input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.2;
}
.newsletter-area div.container .content form label input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.2;
}
.newsletter-area div.container .content form label input[type="email"]:focus-visible {
    outline: none;
    border-bottom: 2px solid #000000;
    margin-bottom: -1px;
}
.newsletter-area div.container .content form input[type="submit"]{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    background-color: transparent;
    padding: 0.5rem 2rem;
}
.newsletter-area div.container .content form input[type="submit"]:hover{
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.4);
}
.newsletter-area div.container .content form .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: 0.5rem;
}
.newsletter-area div.container .content form .wpcf7-response-output{
    position: absolute;
    top: 100%;
    margin: 1rem 0;
    border-radius: 1rem;
}
.newsletter-area div.container .newsletter-area-bg{
    padding: 0 2.5rem 1rem 2.5rem;
    width: 100%;
    height: 100%;
    position: relative;
}
.newsletter-area div.container .newsletter-area-bg > .bg{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background-color: #0c0c0c;
    background-image: url("./assets/images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.newsletter-area div.container .newsletter-area-bg > .bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: opacity 2s;
}

div.advert-card-wrapper{
    padding: 0 16px 16px 16px;
}
div.advert-card-wrapper div.advert-card{
    background-color: #ffffff;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
div.advert-card div.advert-card-thumbnail{
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    height: 368px;
    overflow: hidden;
}
div.advert-card div.advert-card-thumbnail > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
div.advert-card div.advert-card-content{
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* justify-content: space-between;*/
}
div.advert-card div.advert-card-content > h3,
div.advert-card div.advert-card-content > h3 a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    /*line-height: 120%;*/
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px 0;
    flex-grow: 1;
    text-decoration: none;
}
div.advert-card div.advert-card-content > h3 a:hover {
    text-decoration: underline;
}
div.advert-card div.advert-card-content h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    color: rgba(0,0,0,0.4);
}
div.advert-card div.advert-card-content p em {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
div.advert-card div.advert-card-content p strong {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 600;
}
div.advert-card div.advert-card-content a.detail-button {
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 13px 0;
    text-decoration: none;
    text-align: center;
    margin-top: 13px;
}
div.advert-card div.advert-card-content a.detail-button:hover {
    border: 1px solid #F2A126;
    background: #F2A126;
}

div.archive-advert {
    margin: 80px 0;
    position: relative;
}
div.archive-advert:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 264px;
    background: #D5C3A9;
    opacity: 0.2;
    z-index: -1;
}
body > div#loading-view{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
}
body > div#loading-view:before{
    content: '';
    height: 387px;
    background: url("./assets/images/logo-loading.png") no-repeat center center;
    background-size: contain;
    flex-grow: 1;
    align-self: center;
    justify-self: center;
}
body > div#loading-view:after{
    content: '';
    width: 90vw;
    height: 1px;
    max-width: 1170px;
    background: #FFFFFF;
    opacity: 0.3;
    position: absolute;
    bottom: 24px;
    flex-grow: 0;
}

body #main .archive-header{
    background: url("./assets/images/archive-bg-2.jpg") no-repeat center center;
    background-size: cover;
    padding: 0;
    margin: 0;
}

body #main .archive-header .container{
    padding-top: 157px;
    padding-bottom: 48px;
}

body #main .archive-header .container .row{
    padding-bottom: 64px;
}
body #main .archive-header .container .row .col{
    align-self: flex-end;
}

body #main .archive-header h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    padding-bottom: 14px;
}
body #main .archive-header p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.9;
}
body #main .archive-header .row{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 48px;
}

.animate__animated {
    --animate-duration: 1s;
}
.my-animate {/*visibility: hidden;*/}

.my-animate.animate__delay-100ms {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.my-animate.animate__delay-200ms {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.my-animate.animate__delay-300ms {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.my-animate.animate__delay-400ms {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.my-animate.animate__delay-500ms {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.my-animate.animate__delay-600ms {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.my-animate.animate__delay-700ms {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.my-animate.animate__delay-800ms {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.my-animate.animate__delay-900ms {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

body main.singleadvert .single-advert-main .navigation,
body main.singleadvert .single-advert-main .navigation a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    /*line-height: 120%;*/
    line-height: 14px;
    /* or 14px */
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    text-decoration: none;
}
body main.singleadvert .single-advert-main .navigation .fas{
    margin-right: 1rem;
}
body main.singleadvert .single-advert-main .navigation a:hover{
    /*text-decoration: underline;*/
    opacity: 1;
}
body main.singleadvert .single-advert-main .navigation{
    margin: 2.5rem 0 .5rem 0;
}
body main.singleadvert .single-advert-main h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /*line-height: 120%;*/
    line-height: 58px;
    /* or 58px */
    margin: 2rem 0;
    color: #000000;
}

body main.singleadvert .single-advert-main > p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /*line-height: 120%;*/
    line-height: 22px;
    /* or 22px */
    color: #000000;
    opacity: 0.8;

    margin-bottom: 2.5rem;
}

body main.singleadvert .single-advert-main .info-table{
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 2.5rem 0 1rem 0;
    margin-bottom: 2rem;
}

body main.singleadvert .single-advert-main .info-table .wrapper{
    /*margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);*/
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
body main.singleadvert .single-advert-main .info-table .wrapper .col{
    padding: 0 2rem;
    flex-grow: 0;
    margin-bottom: 1.5rem;
}
body main.singleadvert .single-advert-main .info-table .wrapper .col:last-child{
    flex-grow: 1;
}

body main.singleadvert .single-advert-main .info-table h4{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    /*line-height: 120%;*/
    line-height: 14px;
    /* or 14px */
    text-transform: uppercase;
    color: #000000;
    opacity: 0.4;
}
body main.singleadvert .single-advert-main .info-table p{
    margin-bottom: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    /*line-height: 120%;*/
    line-height: 19px;
    /* or 19px */
    color: #000000;
}
body main.singleadvert .single-advert-main .info-table p em{
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
}
body main.singleadvert .single-advert-main .info-table p strong {
    font-weight: 600;
    font-style: normal;
}
body main.singleadvert .single-advert-main .info-table .primary-button .fas{
    margin-right: 1rem;
}
body main.singleadvert .single-advert-main .info-table .primary-button{
    white-space: nowrap;
    width: 100%;
}
body main.singleadvert .single-advert-gallery{

}

body main.singleadvert .single-advert-gallery .gallery-placeholder{
    height: 500px;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper{
    position: absolute;
    height: 500px;
    left: 0;
    width: 50%;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .gallery{
    position: absolute;
    top: 0;
    right: 2rem;
    left: 0;
    bottom: 0;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .gallery .images-wrapper{
    position: absolute;
    border-bottom-right-radius: 1rem;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: hidden;
    overflow-x: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    scroll-snap-type: x mandatory;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body main.singleadvert .single-advert-gallery .gallery-wrapper .gallery .images-wrapper::-webkit-scrollbar {
    display: none;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .images-wrapper ul{
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

}
body main.singleadvert .single-advert-gallery .gallery-wrapper .images-wrapper ul li.slide{
    position: relative;
    flex: 0 0 100%;
    background-color: #0c88b4;
    scroll-snap-align: start;
    margin: 0;
    padding: 0;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .images-wrapper ul li.slide.empty{
    background-color: #0c0c0c;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .images-wrapper ul li.slide.empty img {
    width: auto;
    height: auto;
}
@media (max-width: 767px) {
    body main.singleadvert .container .row.single-advert-header{
        flex-direction: column-reverse;
    }
    body main.singleadvert .single-advert-gallery .gallery-wrapper{
        width: 100%;
    }
    body main.singleadvert .single-advert-gallery .gallery-wrapper .gallery{
        right: 0;
        border-bottom-right-radius: 0;
    }
    body main.singleadvert .single-advert-gallery .gallery-wrapper .gallery .images-wrapper{
        border-bottom-right-radius: 0;
    }
    body main.singleadvert .single-advert-gallery .gallery-wrapper img {
        border-bottom-right-radius: 0;
    }
}

body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator{
    position: absolute;
    width: 4rem;
    height: 100%;
    top: 0;
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator > a{
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none;
    background-color: white;
    background-color: rgba(255,255,255,0.9);
    width: 2rem;
    height: 2rem;
    text-align: center;
    align-content: center;
    justify-content: center;
    display: inline-block;
    color: #000000;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator > a .fas{
    vertical-align: middle;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.prev{
    left: 0;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.prev > a .fas{
    padding-right: 3px;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.prev a:hover{
    transform: translate(-4px, -4px);
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.next{
    right: 0;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.next > a .fas{
    padding-left: 3px;
}
body main.singleadvert .single-advert-gallery .gallery-wrapper .navigator.next a:hover{
    transform: translate(4px, -4px);
}
body main.singleadvert .single-advert-gallery .gallery-list{
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
    padding: 0;
    flex-wrap: wrap;
}
body main.singleadvert .single-advert-gallery .gallery-list li{
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    width: 4.375rem;
    height: 4.375rem;
}
body main.singleadvert .single-advert-gallery .gallery-list li a img{
    width: 4.375rem;
    height: 4.375rem;
    object-fit: cover;
    border: 2px solid #DDAD64;
    border-radius: 0.5rem;
}
body main.singleadvert .single-advert-gallery .gallery-list li a{
    display: inline-block;
}
body main.singleadvert .single-advert-gallery .gallery-list li a:hover{
    transform: translate(4px, -4px);
}
body .website-bg2{
    background: #D5C3A9;
    background: rgba(213, 195, 169, 0.2);
    padding: 1rem 0;
}
body .website-bg2 h2{
    margin: 2rem 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    line-height: 38px;
    color: #000000;
}