﻿html, body { font-family: 'Lato', sans-serif;  background: #f1f1f1;}
main { overflow: hidden; position: relative; margin: 0 auto; background: #fff; }

/* General */ 
.image-cover{object-fit:cover;height:260px;}
.image-cover img{height:100%;max-width:none;} 
.uk-inline-clip:hover{background-color:#000; transition:opacity 0.5s;}
.uk-inline-clip:hover>img{opacity:0.7}
.bg-green-soft{background:#f8ffed}
.bg-transparent-shadow{ background: #f1f1f1; box-shadow: 0px 0px 17px 10px #00000017; }
.bg-transparent-border {
    background: #f1f1f1;
    border-bottom: solid #95c941 4px;
    border-top: solid #e3e3e3 4px;
}
.bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.color-green,a.color-green{color:#94c83d!important;}


*::-webkit-scrollbar-track {
    background-color: #eeeff0;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: #94c83d;
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #83b335;
    }

.grid-item {
    position: relative;
    height: 0;
    display:flex;
    margin-bottom: 30px;
    padding-bottom: 100%;
    transition: all .25s ease-in-out;
}
.grid-item>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryvideo {
    position: relative;
}
.galleryvideo .playbutton {
    color: #95c941;
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin: auto;
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
}
    .galleryvideo .text {
        opacity: 0;
        width: calc(100% - 120px);
        height: calc(100% - 120px);
        padding: 60px;
        position: absolute;
        background: #474747;
        color: #d3ed34;
        z-index: 11;
        font-size: 16px;
        transition: 0.6s;
        -webkit-transition: 0.6s;
    }
.galleryvideo .text h3{color:#000;font-weight:700; font-size:20px;}

.galleryvideo:hover .text {
    opacity: 1;
}

.galleryvideo:hover .playbutton {
    display:none;
}
.height-viewport{height:calc(100vh - 70px)}


/* Header */
header{padding:0px 15px;background:#fff;}
header .logo{width:100%; max-width:240px;}  
header nav .phone{font-size:18px; font-weight:600; color:#2a2a2a;}
header nav .phone i{font-size:24px; }
header nav .basket{font-size:18px; font-weight:600; color:#2a2a2a;}
header nav .basket i{font-size:24px; } 
header nav a:hover{color:#94c83d!important;}
header nav .uk-active a{color:#94c83d!important;}


/* Footer CSS */ 
footer {background:#f8f9fb; width:100%; display:inline-block; color:#8f8f8f; margin-top:25px;padding-bottom:25px;}
footer .left { float: left; }
footer .right { float: right; }
footer .top {  margin-top:30px; font-size:16px;}
footer .bottom {  margin-top:20px; padding:10px 0px; border-top:solid 1px #d7dbe4;}
footer .copyright {float:left; font-size:14px;}
footer .logo {float:right; width:150px;}
footer .logo img{width:100%;}
footer .top>div{ margin-top: 0px!important;}
footer .workwithus{   font-size:20px;}
footer .workwithus a{width:auto!important;}
footer .pages{ }
footer .services{   }
footer .contact{   }
footer .contact .phone,footer .contact .email{margin-bottom:7px; font-size:14px;}
footer .top a{width:100%; text-decoration:none; color:#8f8f8f; display:inline-block; }
footer .top a:hover{color:#000;}
footer h4{ color:#282828;font-size:18px; margin-bottom:5px!important;}
footer .top .workwithus h4{font-size:24px;} 
/* Footer CSS */

/* Slider */
.slideshow-750,.slideshow-750>ul,.slideshow-750>ul>li{max-height:750px;}
    .slideshow-750 .uk-overlay {
        max-width: 750px;
        font-size: 18px;
        line-height: 20px;
        background: rgba(255, 255, 255, 0.90);
        color: #000 !important;<<<<<<<        
    }


    .slideshow-750 .uk-overlay.right {
        
        border-radius: 50px 0px 0px 50px;
        margin-top: 60px;
        border-right: solid 6px #95c940;
    }


    .slideshow-750 .uk-overlay.left {
        border-radius: 00px 50px 50px 0px;
        margin-bottom: 60px;
        border-left: solid 6px #95c940;
    }


.slideshow-750 .uk-overlay *{ color:#000; font-weight:400;}
.slideshow-750 iframe{background:#fff!important; width:100%;}

.green-slide{background: #95c941;}
.black-slide{background: #000; cursor:move;user-select:none}
.green-slide img,.black-slide img{opacity:0.8;}
.green-slide img:hover,.black-slide img:hover{opacity:1;} 

/* Home */
.home-our-houses {
    position: relative; 
    padding:70px;
}
.home-our-houses .uk-grid{} 
.home-our-houses>*{z-index:1;position:relative} 

.iconset{text-align:center;}
.iconset .icon {
    color: #95c940;
    font-size: 50px;
}
.iconset .title{margin:0px;font-size:28px;}
.iconset p{margin:5px 0px;font-size:14px;}
.image1-border{border-radius: 0px 50px 50px 0px;}
.image2-border{border-radius: 50px 0px 0px;}



.video {
    width: 100%;
    height: 100%;
    min-height: 240px;
    position: relative;
    cursor: pointer;
    background: #eee;
    background-image: url('../images/plan-bg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}  
.video iframe{
    width: 100%;
    height: 100%;
    background:#fff;
}
.video .playbutton{color:#95c941; font-size:60px;width:60px;height:60px; margin:auto;position:absolute;top:-30px;bottom:0;left:0;right:0;}


.language{
    position:absolute;
    right:0px;
}
.language .icon {
    padding: 10px;
    background: #f7f9fb;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 34px;
    border-radius: 0px 0px 0px 4px;
    float: right;
}
.language:hover .icon { 
    background: #94c83d;
    color:#fff; 
}
.language .select {
    background: #f7f9fb;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}  
.language .select a{
    display:block;
    padding:5px 10px;
    color:#3e3e3e;
    text-decoration:none; 
}

.language .select .close{
    padding: 10px;
    background: #2a2a2a;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 34px;
    position:absolute;
    bottom: -44px;
    right:0px;
    border-radius: 0px 0px 0px 4px;
}

.language .select a:hover{
    background:#ddd
}
.language .select a.active{
    color:#222222;
}


/* UiKit Hack */
.uk-navbar-nav > li > a { text-transform: none; font-size:18px; font-weight:600; color:#2a2a2a; }
.uk-offcanvas-bar{background:#fff!important;}
.uk-offcanvas-bar *{color:#999!important;}
.uk-offcanvas-bar a{color:#999!important;}
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider{ border-top-color: rgba(0,0,0,.2);}
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {color:#666!important;}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{min-height:70px; font-size:16px;}
.uk-button-primary { background-color: #95c941;}
.uk-button-primary:hover, .uk-button-primary:focus { background-color: #83b335;}
.uk-nav-parent-icon > .uk-parent > a::after{filter: brightness(0.5);}
.uk-marker { 
    background: #94c83d; 
    border: solid 2px #c1ef75;
}
header nav .uk-navbar-dropdown {
    margin-top: 0px !important;
    border-top: 3px solid #94c83d;
    box-shadow: 0 10px 12px rgb(0 0 0 / 15%);
}

.uk-accordion {
    border: solid 1px #e3e3e3;
    border-radius: 4px;
    overflow: hidden;
}
.uk-accordion > * {
    margin: 0px;
    padding: 10px;
    background: #f7f9fb;
}
.uk-accordion > :nth-child(even) {
    background: #fff;
} 
.uk-accordion > :nth-child(n+2){margin:0px!important}

.accordion-border{
    border-left:none;
    border-right:none;
    border-radius:0px;
    border-width:1px;
    border-color:#e4e4e4;
}
.target{position:relative;top:-54px;}
.product-plan {
    position: relative;
    text-align: center;
    background: #f7f9fb;
}
.product-plan .planimage {
    max-width: 700px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor:zoom-in;
}
.product-plan .planimage:hover{opacity:0.8;}
.product-plan .planimage.active {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.uk-subnav-pill > * > :first-child {
    padding: 20px 30px;
    border-radius: 4px;
    background: #f1f1f1;
    color: #000;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
}
.uk-subnav-pill > .uk-active > a {
    background: #94c83d;
    background: -webkit-linear-gradient(to right, #bde876, #94c83d );
    background: linear-gradient(to right,#bde876, #94c83d);
}

.uk-slider-items.uk-subnav-pill > li > a {background: #ddd!important;background-color:#ddd!important; color:#666!important}
.uk-slider-items.uk-subnav-pill > .uk-active > a {background: #ddd;}
.uk-slider-items.uk-subnav-pill > .active > a {
    background: #94c83d !important;
    color: #000 !important;
    background: -webkit-linear-gradient(to right, #bde876, #94c83d ) !important;
    background: linear-gradient(to right,#bde876, #94c83d) !important;
}
.uk-breadcrumb{background-color:#f7f9fb; padding:15px;}
.js-category .uk-card .uk-card-badge{display:none}
.js-category .uk-card:hover .uk-card-badge{display:block}


.menu-scroll {
    background: #f7f9fb;
    user-select: none; 
}
.menu-scroll .uk-subnav{
    flex-wrap: nowrap!important;
}

.product-slide-height{ 
    min-height:70vh!important;
}

.product-detail-icon i {
    font-size: 20px;
    margin-right: 8px;
    border: double 4px #ffffff;
    border-radius: 100%;
    padding: 5px;
    background: #f1f1f1;
    color: #8f8f8f;
}

.product-detail-icon span {
    font-size: 16px;
    font-weight: 400; 
}
.product-detail-icon span b { 
    font-weight: 600;
}

.more-text{
    max-height:300px;
    overflow:hidden;
    margin-bottom:15px;
    position:relative;
}
.more-text:after {
    content: "";
    height: 50px;
    width: 150%;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: -25%;
    filter: blur(15px);
}
.more-text.active {
    max-height:initial!important;
} 
.more-text.active:after  {
    display:none;
}
.more-text+.more-text-button{
    cursor:pointer;
    padding:10px 0px;
    text-decoration:underline;
    margin-top:-15px;
    margin-bottom:30px;
    display:inline-block;
}
.more-text+.more-text-button:hover{
    color:#94c83d;
}
.more-text.active+.more-text-button{display:none;}

.panora {
    position:relative;
}
.panora .thumbnav {
    background: #f8f9fb;
    display:none;
}
.panora .uk-thumbnav img {
    width: auto;
    height: 60px !important;
    cursor: pointer;
}

.panora .window {
    height: 600px;
    background-image: url('../images/panora-bg.jpg');
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
}

.panora .start {
    position: absolute;
    width: 280px;
    height: 240px;
    background: #fff;
    border-radius: 100px 10px 100px 10px;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 30px;
    border: 4px double #ededef;
    transition:all 0.7s;
}
.panora .start:hover {
    border-radius: 10px 100px 10px 100px;
    border-color: #95c941;
    transition:all 0.7s;
}
.panora .start img{
    width:100px;
}

.product-build{
    display:block;
    width:100%;
}
.product-build .product-build-list{
    height:100vh; 
    width:calc(100% - 450px);
    background:#f7f9fb; 
    float:left;
}
.product-build .product-build-basket{
    height:100vh;
    width:450px; 
    float:left;
}
    .product-build .product-build-list .product-build-header {
        background: #fff;
        border-bottom: solid 1px #eee;
        font-size: 1.25rem;
        line-height: 1.4;
        padding: 20px;
        color: #333;
        height: 30px;
    }
    .product-build .product-build-basket .product-build-header {
        background: #94c83d;
        border-bottom: solid 1px #eee;
        color: #fff;
        font-size: 1.25rem;
        padding: 20px;
        height:30px;
        line-height: 1.4;
    }
    .product-build .product-build-basket .product-build-header-bottom {
        border-bottom: solid 1px #eee !important;
        overflow: hidden;
    }
    .product-build .product-build-basket .product-build-header-bottom .uk-subnav-filter {
        background: #f7f9fb;
    }
        .product-build .product-build-basket .product-build-header-bottom .uk-subnav-filter > li > a {
            padding: 5px 10px;
            font-size: 14px;
        }
.product-build .product-build-list .product-build-list-container{
    padding:15px;
    overflow-y:auto;
    overflow-x:hidden;
    height:calc(100vh - 92px);
}
.product-build .product-build-list .product-build-list-container .accordion-border {
    border: none;
}

    .product-build .product-build-list .product-build-list-container .uk-accordion-title i {
        background: #94c83d;
        border: double 3px #ffffff;
        color: #fff;
        border-radius: 100px;
        padding: 1px;
    }

.product-build .product-build-list .product-build-list-container .accordion-border>li{background:#fff!important; margin-bottom:15px!important;border:solid 1px #e4e4e4}
    .product-build .product-build-list .product-build-list-container .accordion-border > li .uk-accordion-content {
        margin-bottom: -10px;
    }
    .product-build *::-webkit-scrollbar-thumb, .product-build-basket-content *::-webkit-scrollbar-thumb {
        background-color: #bababa;
    }

        .product-build *::-webkit-scrollbar-thumb:hover, .product-build-basket-content *::-webkit-scrollbar-thumb:hover {
            background-color: #aaaaaa;
        }

.product-build-basket-content {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 458px);
    padding-bottom:100px;
}


.build-list-product {
    width: 100%;
    cursor: pointer;
    border-top: solid 1px #eee;
    display: block;
    height: 70px;
    padding: 10px;
    margin-left: -10px;
    display: table;
}
.build-list-product:hover{
    background-color:rgba(0, 0, 0, 0.02);
}
.build-list-product.active{
    background-color:#f0f7ff;
}
.build-list-product-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    text-align: center; 
    display: table-cell;
}
.build-list-product-img img{
    height:100%;
}

.build-list-product-title {
    width: calc(100% - 215px);
    padding: 15px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #333;
    font-size: 18px;
}
.build-list-product-price {
    width: 100px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: right;
    color: #333;
}


.build-basket-list-product {
    width: calc(100% - 20px);
    border-bottom: solid 1px #eee;
    display: block;
    height: 50px;
    padding: 10px;
    display: table;
    cursor:pointer;
}

.build-basket-list-product:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
     
.build-basket-list-product-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    text-align: center;
    display: table-cell;
}

.build-basket-list-product-img img {
    height: 100%;
}

.build-basket-list-product-title {
    width: calc(100% - 115px);
    padding: 0px 15px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.product-build-basket-summary {
    height: 199px;
    background: #fff;
    width: 100%;
    border-top: solid 1px #eee !important;
    box-shadow: 0px 2px 30px -15px #00000070;
}
/* Responsive Media */
@media only screen and (min-width: 1550px) {
    main { max-width: 1550px; }
}
@media only screen and (max-width: 1500px) {
    .home-our-houses .galleryvideo .text {
        padding: 30px;
        font-size: 14px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{ font-size:14px; }
}
@media only screen and (max-width: 1300px){
    .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{ font-size:12px; }
}
/* M */
@media only screen and (max-width: 1200px) {
    .md-hide{display:none}
    header .uk-flex-last{flex:auto;}
}
/* S */
@media only screen and (max-width: 960px) {
    .sm-hide{display:none}
    header .uk-flex-last ul li i{margin:0px!important;}
    header .uk-flex-last ul li i+span{display:none}
    .slideshow-750 .uk-overlay{bottom:0px;border-radius:0px; width:calc(100% - 60px);max-width:inherit; padding:30px;background:transparent; text-align:center; border:none;}
    .slideshow-750 .uk-overlay h2{ color:#fff; font-weight:700;text-shadow: 0px 0px 15px #000;}
    .slideshow-750 .uk-overlay p{ color:#fff; font-weight:500;text-shadow: 0px 0px 15px #000;}
    .slideshow-750, .slideshow-750 > ul, .slideshow-750 > ul > li {
        max-height: calc(100vh - 70px);
        height: calc(100vh - 70px);
    }
    .image1-border,.image2-border{border-radius: 0px!important;}

    
    footer .pages{padding-top:30px} 
    footer .contact{padding-top:30px}

}
/* XS */
@media only screen and (max-width: 640px) {

    .panora .window {
        height: 400px !important;
    }
        .product-slide-height {
        min-height: 50vh !important;
    }

    header .logo{ max-width:180px;}
    header .uk-flex-last{flex:inherit;}
    header .uk-flex-first+div{flex:auto;text-align:center;width:calc(100% - 160px);}
    header .uk-flex-last ul li .phone{display:none;}

    .galleryvideo .text { 
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        padding: 30px;
    }
    .uk-slider-items.uk-subnav-pill > li > a {
        font-size: 12px;
        padding: 15px;
        font-weight: 500;
    }
}