

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}

.container-lg{
    width: 80%;
    margin: 0 auto;
}
.active { background-color: #019ffb!important; color: #fff!important;}
.bg-index{
    background: url("bg_index_40.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}
/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */
.day-night{ position: absolute;
    top: 150px;
    width: 100%;
    z-index: 1;
    text-align: right;}
    .sc__res-form{
        top: 290px
    }
@media only screen and (min-width : 1921px){
.day-night{
    top: 110px;
}
.static-content--index.static-content--fullscreen {height:140vh!important;}
.static-content--page.static-content--fullscreen {height:190vh;}

}

@media only screen and (max-width : 1440px){
    .day-night{
        top: 110px;
    }
   /* .static-content--index.static-content--fullscreen {height:140vh!important;}
    .static-content--page.static-content--fullscreen {height:190vh;}*/

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){
    .day-night{
        top: 120px;
        right: 20px;
    }
    .sc__res-form{
        top: 250px
    }
  /*  .static-content--index.static-content--fullscreen {height:190vh!important;}
    .static-content--page.static-content--fullscreen {height:140vh;}*/

}

@media only screen and (min-width : 1200px){
   
    .rf__select{font-size: 12px;}
    .tbk__title{
        font-size: 21px;;
    }
  /*  .static-content--index.static-content--fullscreen {height:190vh!important;}
    .static-content--page.static-content--fullscreen {height:190vh;}*/

}

@media only screen and (max-width: 1199px){
    .day-night{
        top: 110px;
    }
    .tbk__title{
        font-size: 20px;;

    }
    .static-content--index.static-content--fullscreen {height:190vh!important;}
    .static-content--page.static-content--fullscreen {height:140vh;}


}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .day-night{
        top: 130px;
    }
    .sc__res-form{
        top: 250px
    }
    .tbk__title{
        font-size: 14px;;
    }
  /*  .static-content--index.static-content--fullscreen {height:190vh!important;}
    .static-content--page.static-content--fullscreen {height:140vh;}*/

}

@media only screen and (min-width: 992px){

    h3.m_title{
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    h3.m_title{
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .day-night{
        top: 380px;

    }
    .sc__res-form{
        top: 480px
    }
    .tbk__title{
        font-size:14px;;
    }
    /*.static-content--index.static-content--fullscreen {height:180vh!important;}
    .static-content--page.static-content--fullscreen {height:140vh;}*/
    .auth-popup{width: 100%;}

}

@media only screen and (min-width: 768px) {
    
    .rf__select{font-size: 10px;}
}

@media only screen and (max-width: 767px) {

    .page-subheader[class*="maskcontainer--"] { min-height: 10px; }
    .page-subheader, .kl-slideshow{top: -100px;}
    .photobox{width: 100%!important;}
    .static-content--index.static-content--fullscreen {height:280vh!important;}
    .static-content--page.static-content--fullscreen {height:140vh;}
    
    .kl-bg-source__bgimage.static-content--configurator {
        background-repeat: no-repeat!important;
        background-attachment: scroll!important;
        background-position-x: center!important;
        background-position-y: 0!important;
       /* background-size: contain!important;*/
       height: 45%;
    }
    .rfblock--fields {
        padding: 5px ;
        background-color: transparent;
        border-radius: 0px;
    }
    .sc__res-form {
        width: 98%;
        position: relative;
        top: 320px;
        margin: 0px auto 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    }
    .rf__select{
        border: 1px solid #fff;
        width: 100%;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-size: 5px 8px;
        background-position: 86% 50%;
        background-color: rgba(255, 255, 255, 1);
        height: 30px;
        padding: 0 0 0 6px;
        outline: none;
        margin-bottom: 10px;
        font-size: 9px;
    }
    .rfblock--fields .rf__field {
        width: calc(48% - 1px);
    }
    .day-night {
        top: 250px;
        width: 80%;
    }
    .rf__label {
        display: block;
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .btn-fullwhite, .btn-fullblack, .btn-fullcolor, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link, .btn-lined {
        text-shadow: none;
        padding: 5px 50px;
        line-height: 1;
        box-shadow: none;
        font-size: 11px;
        font-weight: 700;
        border-style: solid;
        border-radius: 3px;
        -webkit-transition: background-color .15s ease-out;
        transition: background-color .15s ease-out;
    }
    .kl-slideshow.uh_zn_def_header_style {background:none; background-size: 8%; }

}

@media only screen and (max-width : 480px) {
    .page-subheader[class*="maskcontainer--"] { min-height: 10px; }
    .ptop-150{padding-top: 10px;    }
    .ptop-100{padding-top: 10px;    }
    .container{padding-top: 80px!important;
    }
    .day-night {
        top: 420px;
        width: 80%;
    }
    .sc__res-form{
        position: relative;
        top: 480px;
    }
    .static-content--page.static-content--fullscreen {height:140vh;}

}

@media only screen and (max-width : 320px) {
    .page-subheader[class*="maskcontainer--"] { min-height: 10px; }
    .day-night {
        top: 200px;
        width: 80%;
    }
    .sc__res-form{
        position: relative;
        top: 290px;
    }
    label.checkbox-label{
        min-height:80px!important;
    }
}

.bb-10{border-radius:10px; box-sizing: border-box; border: 3px solid rgba(255,255,255,1);}


@media only screen and (max-width : 568px) {
    .site-header .header-links-container{
        margin: auto 10px;
    }
    .tbk__title{
        font-size: 14px;
    }
    .btn-element{
        max-width: 180px;
        padding:5px 15px;
    }
    .btn{
        padding:15px 15px;
        white-space: break-spaces;
        font-size: 16px;
    }
  
    h3.m_title{
        font-size: 12px;
    }
    .kl-fancy-form{display: block;}
    .kl-fancy-form label.checkbox-label {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #555;
        text-transform: none;
        font-weight: normal;
        font-size: 8px;
        line-height: normal;
        position: absolute;
        display: block;
        top: -23px;
        left: 15px;
        cursor: text;
        margin-bottom: 5px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        transition: all .25s ease;
    }
    .ptop-10{padding-top: 1px;}
    .mt-20{margin-top: 2px;}
}

@media only screen and (min-width : 569px) and (max-width : 667px) {
    .sc__res-form{
        position: relative;
        top: 340px;
    }
    .day-night {
        top: 260px;
        width: 80%;
    }
    h3.m_title{
        font-size: 12px;
    }
}


@media only screen and (min-width : 768px) and (max-width : 812px) {
    .sc__res-form{
        position: relative;
        top: 440px;
    }
    .day-night {
        top: 320px;
    }
    .btn-element{
        padding:5px 50px;
    }
    .rf__label {
        font-size: 8px;
    }
    .rf__select {
        font-size: 8px;
    }
    .checkbox-label, .checkbox-label a {
        font-size: 8px;
    }

    h3.m_title{
        font-size: 12px;
    }
  .static-content--index.static-content--fullscreen {height:220vh!important;}
    .static-content--page.static-content--fullscreen {height:190vh;}

}


