/**
* Media Query - Maximum Width 1450px
*/
@media screen and (max-width: 1450px) {
    /*Section Tenants*/
    .tenant-container .tenant.full{
        width: 55%;
        height: 80%;
    }

    .tenants-wrapper .tenant .wrapper .image-wrapper div{
        width: 100px;
        height: 100px;
    }

    .tenant-container .tenant .info{
        height: 90%;
        top: 5%;
    }

    .tenant-container .tenant .btn{
        height: 12%;
    }
    .tenant-container .tenant .btn.next{
        width: 27%;
    }

    .section-events .events-wrapper .highlighted-event .top-container .countdown > div{
        padding: 0 1.2em;
    }

    .section-events .highlighted-event .bottom-container .info .left>:last-child{
        padding-left: 1em;
    }
    .section-events .highlighted-event .bottom-container .info .left>:first-child{
        padding-right: 1em;
    }

    .section-events .events-wrapper .highlighted-event .top-container .name{
        padding: 0.5em 3.5em 0.3em 0.3em;
    }

    .section-events .events-wrapper .highlighted-event .top-container .date{
        right: 9px;
        bottom: 9px;
        padding: 0.7em 1.4em;
    }

    .tenant-container .tenants-list{
        width: 32%;
        margin-right: 6%;
    }

    .tenants-wrapper .tenant .wrapper .name{
        padding-left: 10px;
        bottom: 5%;
    }

    .tenants-list .tenants-wrapper{
        width: 82%;
    }

    .section-events .events-wrapper .events .event .name{
        padding: 0.5em;
    }

    .section-events .events-wrapper .events .event .date{
        padding: 0.8em 1.6em;
    }

    .tenant-container .tenant .info .name{
        top: 12px;
    }

    .tenant-container .tenant .info .link{
        top: 7.5%;
    }

    .tenant-container .tenant .info .desc{
        top: 12%;
        line-height: 1.3;
    }

    .tenant-container .tenant .btn{
        bottom: 8%;
    }

    .tenants-list .scroll-bar .bullets .bullet{
        margin: 5px 0;
        width: 7px;
        height: 7px;
    }

    .tenants-list .scroll-bar .arrow{
        width: 17px;
        height: 50px;
        left: 0;
    }
    /*
    ABOUT US PAGE
    */

    .page-about-us .container .info{
        width: 60%;
    }

    .page-about-us .info .sections .about-team .team .member{

        padding: 2.5% 0;
    }

    .page-about-us .info .sections .about-team .team .member .image-container .image{
        /*width: 85% !important;
        height: auto;*/
    }

    .page-about-us .info .sections .about-us .desc{
        padding: 0;
    }

    .page-about-us .info .switch-button{
        width: 180px;
        height: 35px;
        padding: 12px 20px;
    }

    .page-about-us .info .switch-button:lang(ka){
        padding: 15px;
    }

    .page-about-us .info .switch-button .label{
        width: 65%;
    }

    .page-about-us .info .about-team .team .member .info-container .links div{
        width: 25px;
        height: 25px;
        translate: all 300ms;
    }



    /*
        BLOG PAGE
    */



    .lb-blog-container .lb-categories{
        width: 17%;
        padding-top: 15px;
    }

    .lb-page-title{
        text-align: left;
    }

    .lb-category-list li div {
        width: 13px;
        height: 13px;
    }

    .lb-category-list li.active{
        font-size: 22px;
    }

    .lb-category-list li div:before{
        height: 13px;
        left: 6px;
    }

    /*Center*/
    .lb-blog-container .lb-content{
        width: 75%;
        margin-top: 15px;
    }

    .lb-post{
        font-size: 10px;
        height: 300px;
        padding: 25px 0;
    }

/*     .lb-post:nth-of-type(even){
        top: 360px;
    } */

    .lb-post-date{
        width: 40px;
        padding: 0px 5px;
    }

    .lb-post-date .lb-month {
        margin-top: -10%;
    }

    .lb-post-image{
        width: 310px;
        height: 230px;
        padding: 0 10px;
    }

    .lb-post-content{
        padding: 10px 30px;
    }

    .lb-share div{
        width: 22px;
        height: 22px;
        margin-left: 5px;
    }

    .lb-read-more{
        width: 140px;
        height: 40px;
    }

    .lb-read-more .arrow{
        height: 15px;
        width: 35px;
    }

    .lb-read-more:hover *{
        left: 12px;
    }

    .lb-read-more:lang(ka) span{
        margin-top: 2px;
    }

    /*Right*/
    .lb-navigation{
        width: 7%;
        top: 0px;
    }

    /*Opened Post*/
    .lb-opened-post{
        width: 900px;
    }


    /*
        Offers Page
    */
    .lb-offers .lb-offer-post{
        min-height: 320px;
    }

    .lb-offers-container .lb-page-title{
        left: 25px;
        top: 3.5%;
    }

    .lb-offer-post .lb-dates .from-to{
        padding: 12px 5px;
    }

    .lb-offer-post .lb-image{
        width: 270px;
        height: 290px;
    }

    .lb-offer-post .lb-content{
        width: 40%;
    }

    .lb-offers{
        margin-left: 25px;
        width: 95%;
    }

    /*
        Events Page
    */
    .lb-event-list{
        width: calc(100% - 180px);
    }

    .lb-upcoming-list>:first-child,
    .lb-past-list>:first-child{
        margin: 26px 0;
    }

    .lb-event-list .lb-title:lang(ka){
    }

    .lb-event{
        padding: 0 2%;
        height: 85px;
        margin-bottom: 15px;
        width: calc(100% - 50px);
        margin-left: 0;
    }

    .lb-event .lb-info .lb-left{
        margin-right: 20px;
    }

    .lb-event-list .lb-info .lb-right:lang(ka),
    .lb-event .lb-location:lang(ka){
        min-height: 48px;
    }

    .lb-event .lb-info{
        min-width: 350px;
    }

    .lb-event-buttons{
        width: 250px;
    }

    .lb-event-list .lb-info{
        width: calc(100% - 530px);
    }

    .lb-event .lb-location,
    .lb-event-list .lb-info .lb-right{
        min-height: 45px;
    }

    .lb-event .lb-location{
        width: 280px;
    }

    .lb-event-buttons .lb-button{
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .lb-event-single .lb-buttons{
        width: 200px;
    }

    .lb-event-single .lb-image .lb-event-time{
        font-size: 2.5em;
    }

    .events-container .slimScrollDiv{
        width: calc(100% - 200px) !important;
        margin-right: 100px;
    }

    .lb-button.more{
        width: 170px;
        height: 50px;
    }

    .lb-button.more div{
        width: 20px;
        height: 20px;
    }

    .lb-event-single .lb-buttons .lb-date,
    .lb-event-single .lb-buttons .lb-ticket{
        height: 65px;
        line-height: 65px;
    }

    .lb-event-single .lb-image .lb-event-time{
        width: 180px;
    }


    /*
        Events Single Page
    */

    .lb-event-single .lb-buttons{
        width: 200px;
    }

    .lb-event-single .lb-buttons .lb-date,
    .lb-event-single .lb-buttons .lb-ticket{
        height: 65px;
        line-height: 65px;
    }

    .lb-event-single .lb-image .lb-event-time{
        width: 250px;
    }

    .lb-event-single .lb-info .lb-event-artist{
        margin: 15px 0 18px 0;
    }



    /*
        Tenants Page
    */

    .page-tenant section{
        padding-top: 150px;
    }

    .tenants-container .tenants-list .tenant{
        height: 320px;
        width: 340px;
        margin-left: 1%;
    }

    .tenants-container .tenants-list .sizer{
        width: 48%;
        height: 340px;
    }

    .tenants-container .tenants-list .tenant .top{
        height: 73%;
    }

    .tenants-container .tenants-list .tenant .bottom{
        height: 27%;
        padding: 0 5px;
    }

    .tenants-container .tenants-list .tenant .top .image-container div{
        height: 100px;
        width: 100px;
    }

    .tenants-container .tenants-filter .filter-button,
    .tenants-container .tenants-filter .filter-list .filter{
        height: 55px;
    }

    .tenants-container .tenants-filter .filter-list .filter .tick div{
        width: 15px;
        height: 15px;
    }

    .tenants-container .tenants-filter .filter-list .filter{
        margin-top: 10px;
    }

    .tenants-container .tenants-filter{
        padding-top: 8px;
    }

    .tenants-container .tenants-filter .list-container{
        height: 325px;
    }

    .tenants-container .tenants-filter .filter-directions{
        height: 45px;
    }

    /*
        Tenant Single Page
    */
    .single-tenant section{
        padding-top: 125px;
    }

    .single-tenant-container .wrapper .left .tenant-info .image-container div{
        margin: 0;
        width: 140px;
        height: 140px;
    }

    .single-tenant-container .wrapper .left{
        width: 60.5%;
    }

    .single-tenant-container .wrapper .left .flexslider{
        width: 65%;
    }

    .single-tenant-container .wrapper .left .tenant-info{
        width: 35%;
    }

    .single-tenant-container .wrapper .right{
        width: 35%;
        margin-right: 1%;
    }

    .single-tenant-container .wrapper .left .tenant-info .contact .social-networks{
        height: 28px;
        margin: 10px 0 7px;
    }

    .single-tenant-container .wrapper .left .tenant-info .contact > p{
        margin-top: 15px;
    }

    .single-tenant-container .wrapper .left .tenant-info .contact{
        padding-bottom: 20px;
    }

    .single-tenant-container .wrapper .left .tenant-info .image-container{
        height: 180px;
    }

    /*
        Contacts Page
    */

    .page-contact .contact-info{
        width: 345px;
        height: 260px;
        bottom: 0;
        left: 33.1%;
    }

    .page-contact .contact-info .enquiries .group .email,
    .page-contact .contact-info .reservation .group .email
    {
        margin-bottom: 10px;
    }

    .page-contact .contact-info .enquiries,
    .page-contact .contact-info .reservation,
    .page-contact .contact-info .address-box{
        width: 96%;
    }

    .page-contact .send-email input,
    .page-contact .send-email textarea{
        margin: 10px 0;
    }

    /*
        Gallery Page
    */

    .page-gallery .main-wrapper .container .gallery .event-info{
        top: 13px;
        left: 13px;
    }
    .page-gallery .main-wrapper .container .gallery .image-count{
        top: 13px;
        right: 13px;
    }

    .page-gallery .main-wrapper .container .gallery:after{
        bottom: 13px;
        right: 13px;
        width: 30px;
        height: 30px;
    }

    /*
        Single Gallery Page
    */

    .page-gallery .popup-wrapper .container .image-slider #slider .flex-direction-nav a{
        width: 70px;
        height: 50px;
    }
}

@media screen and (max-width: 1220px){
    .lb-read-more{
        width: 92px;
        height: 30px;
    }
    .lb-read-more span{
        margin: 0;
    }

    .lb-read-more .arrow{
        display: none;
    }

    .lb-event .lb-event-buttons{
        flex-direction: column;
        width: 120px;
        height: 72px;
        justify-content: space-between;
    }

    .lb-event-list .lb-info .lb-right{
        min-height: 44px;
    }

    .lb-event .lb-location{
        height: 40px;
    }

    .lb-event-buttons .lb-button{
        width: 120px;
        height: 34px;
        line-height: 35px;
    }

    .lb-event-list .lb-info{
        width: calc(100% - 400px);
    }

    .lb-event .lb-location{
        width: 260px;
    }

    .single-tenant-container .wrapper .left .flexslider{
        width: calc(100% - 200px);
    }

    .single-tenant-container .wrapper .left .tenant-info{
        width: 200px;
    }
}

@media screen and (max-width: 1100px){
    .main-menu .menu-list{
        width: 60%;
    }
}


@media screen and (max-height: 800px) and (max-width: 1450px){
    .lb-post{
        height: 270px;
        padding: 10px 0;
    }

/*     .lb-post:nth-of-type(even){
        top: 280px;
    } */

    .lb-blog-container{
        padding-top: 70px;
    }

    .lb-blog-container .lb-categories{
        padding-top: 10px;
    }

    .lb-blog-container .lb-content,
    .lb-blog-container .lb-navigation{
        margin-top: 10px;
    }

    /*
        Events Page
    */

    .lb-image-slider{
        height: 240px;
    }

    .lb-event-list{
        /*height: calc(100% - 300px);*/

    }

    .events-container .slimScrollDiv{
        height: calc(100% - 240px) !important;
    }

    /*
        Tenants Page
    */

    .page-tenant section{
        padding-top: 115px;
    }


    .tenants-wrapper .tenant .wrapper .image-wrapper div{
        width: 115px;
        height: 115px;
    }
}

@media screen and (max-height: 700px){
   /* .single-tenant-container .wrapper .left .tenant-info{
        top: 0%;
    }
    */

    .tenants-wrapper .tenant .wrapper .image-wrapper div{
        width: 100px;
        height: 100px;
    }
}