body{   
    background: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3f3f3f;
}

h1, h2, h3{
    font-weight: normal;
}

h1{ 
    line-height: 50px;
}
.asH1{
    font-size: 28px;
}
a {
    color: #4eab32;
}
h2{
    font-size: 20px;
    color: #888;
}
h2 span{
    font-size: 14px;
    color: #4eab32;
}
.asH1{
    font-size: 28px;
    line-height: 35px;
    color: #666;
} 
.margin-top-menu{
    margin-top: 100px;
}
.no-float {
    float: none !important;
}
.no-block {
    display: inline !important;
    padding: 10px 20px !important;
}
@media (max-width: 1200px) {
    .margin-top-menu{
        margin-top: 30px;
    }
}
@media (max-width: 892px) {
    h1, .asH1{
        font-size: 33px;
    }
    h2{
        font-size: 25px;
    }
}
.seo-text ul li{
    margin-left: 30px;
    list-style-type: disc;
    font-size: 15px;
}
h2.border-bottom{
    border-bottom: 1px solid #cecece;
}

#logo{
    font-size: 20px;   
}
#logo span{
    font-size: 15px;
}
#logo a{
    color: white;
}
.menu-top-row{
    position: absolute;
    top: 0;
    width: 100%;
    background: black;
}
.big-form{
    background: #333;
}
.copy{
    font-size: 11px;
}
.text-background-green{
    background: #bcd9b4;
}
.text-background-grey{
    background: #eeeeee;
}
.full-image{
    height: 320px;
    overflow: hidden;
}
@media (max-width: 1500px) {
    .full-image{
        height: 220px;
    }
}
@media (max-width: 1000px) {
    .full-image{
        height: 150px;
    }
}
.full-image img{
    width: 100%;
}

.map-wrap{
    position: relative;
}
.map-wrap iframe{
    width: 100%;
    height: 400px;
}
.point{
    margin-bottom: 30px;
}
.point span{
    font-family: sans-serif;
    float: left;
    font-size: 50px;  
    margin-right: 20px;
    display: none;
}
.point p.title{
    font-size: 22px;
    margin-bottom: 15px;
}

.icon-skoda{
    width: 100%;
    height: 100px;
    background: url('../images/web/skoda.png') no-repeat center;
}
.icon-hyundai{
    width: 100%;
    height: 100px;
    background: url('../images/web/hyundai.png') no-repeat center;
}

.actions{
    position: absolute;
    top: 300px;
    max-width: 1200px;
    margin-left: -500px;
    left: 50%;
}
.actions p{
   font-size: 40px;
   color: white;
   margin-bottom: 20px;
}
.actions .promo-text{
     text-shadow: 2px 2px 5px black;
}
.actions a{
    width: 200px;
    text-align: center;
}
@media (max-width: 1400px) {
    .actions{
        margin-left: auto;
        left: 100px;
        top: 300px
    }
}
@media (max-width: 1200px) {
    .actions{
        margin-left: auto;
        left: 100px;
        top: 200px
    }
}
@media (max-width: 1000px) {
    .actions{  
        top: 130px;
    }
    .actions p{
        font-size: 25px;
     }
}
@media (max-width: 800px) {
    .actions p{
        font-size: 18px;
        color: white;
        margin-bottom: 20px;
     }
}
@media (max-width: 700px) {
    .actions{
        top: 70px;
        left: 20px;
    }
}


a.action-button{
    background: #ebab34;
    color: white;
    display: block;
    float: left;
    padding: 0px 15px;
    line-height: 30px;
    text-transform: uppercase;
}
a.action-button.big{
    font-size: 20px;
    float: none;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px 30px;
    text-transform: uppercase;
}
.hideOnMouseOut{
    position: absolute;
    max-width: 200px;
    padding: 7px 10px;
    background: red;
    z-index: 9999;  
    background: #4eab32;
    font-size: 13px;
    color: white;
}

table.products th{
    font-weight: bold;   
}
table.products td, table.products th{
    border: 1px solid #ccc;
    
}
ul.how  li span{
    background: #ccc;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: white;
    display: block;
    float: left;
    font-size: 20px;
    margin-right: 10px;
}
ul.how  li{
    line-height: 30px;
    padding: 10px 0;
    font-size: 17px;
}
.stock{
    background: #4eab32;
    color: white;
    padding: 2px 10px;
    font-size: 13px;
    margin-left: 10px;    
}
.navigation-button-wrap{
    position: absolute;
    bottom: 26px;
    left: 65px;
    z-index: 9999;
}
.navigation-button-wrap .action-button{
    padding: 4px 10px;
    opacity: 0.9;
}
.more-photos{
    background: #aaa;
    text-align: center;
    position: relative;
}
.more-photos a{
    display: block;
    width: 100%;
    height: 100%;
}
.more-photos a span{
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20px;
}








/*
slideshow
*/
#banner{
    position: relative;
    width: 100%;
}
#banner img{
    width: 100%;
}

.row.slideshow, #banner{
    /*height: 400px;*/
}
#banner .topic{
    font-size: 45px;
    color: white;
    margin: 0 auto; 
    text-shadow: 2px 2px 8px black;
}
@media (max-width: 892px) {
    #banner .topic{
        font-size: 30px;
    }
}


/*
menu
*/
.menu-top-row{
    position: relative;
    z-index: 1024;
}
@media (min-width: 1200px) {
    .menu-top-row{
        position: absolute;
        z-index: 1024;
    }
}

#main-menu{  
    display: block;
    top: 0; 
    text-transform: uppercase;
}
#main-menu li, #main-menu li a{
    display: block;
}
#main-menu li a{
    text-decoration: none;
    padding: 0px 12px;
    float: right;
    font-size: 15px;
    color: white;
    line-height: 65px;
}
#main-menu li a:hover{
    text-decoration: underline;  
}
@media (max-width: 850px) {
    #main-menu li a{
        padding: 0px 6px;
    }
}
@media (max-width: 567px) {
    #main-menu {
        /*display: block;*/
        position: absolute;
        top: 60px;
        right: 0;
        background: #4f4f4f;
        padding-left: 0;
        padding-right: 0;
        width: 100%;  
       z-index: 1024;
    }
    #main-menu li a{
        display: block;
        float: none;
        border-bottom: 1px solid #676868;
        padding: 0px 0;
        text-align: center;
        line-height: 40px;
    }
}



/*
mobile menu
*/
#mobile-navigation{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: white;
    font-size: 18px;
}

#mobile-navigation .lines{
    width: 35px;
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 12px;
  
}
#mobile-navigation .lines span{
    width: 100%;
    display: block;
    height: 4px;
    background: white;
    margin-bottom: 5px;
    border-radius: 1px; 
}

/*
content
*/
h1{
    font-size: 28px;
    line-height: 35px;
    color: #666;
}
.perexAsH1{
    font-size: 28px;
    line-height: 40px;
    color: #666;
}
@media (max-width: 568px) {
    .perexAsH1{
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
}
p.text, div.seo-text p{
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 17px;
}

ul.text {
    padding-left: 40px;
}

ul.text li{
    line-height: 25px;
    text-align: justify;
    margin-bottom: 0px;
    font-size: 17px;
    list-style: circle;
}

.top-3{
    font-size: 18px;
    font-weight: bold;
}
.top-3-image-wrap{
    text-align: center;
}
.icon-big{
    width: 85px;
    height: 81px;
    margin: 0 auto;
}
.icon-big.icon-11{background: url('../images/web/icons/11.png') no-repeat;}
.icon-big.icon-05{background: url('../images/web/icons/05.png') no-repeat;}
.icon-big.icon-04{background: url('../images/web/icons/04.png') no-repeat;}

#map-canvas{
    height: 400px;
}
@media (max-width: 892px) {
    #map-canvas{
    height: 250px;
}
}

/*
table
*/
table{
    width: 100%;
    border-collapse: collapse;
}
table th, table td{
    padding: 6px 10px;
    text-align: center;
}
table.apartments_table tr:hover{
    background: #efefef;
}
@media (max-width: 892px) {
    table th, table td{
        padding-left: 4px;
        padding-right: 5px;
    }
}

/*
app table
*/
table.apartments_table th, table.apartments_table td{
    padding: 15px 10px;
    text-align: center;
}
.apartments_table th{
    border-bottom: 1px solid #ccc;
}
.apartments_table .status{
    font-weight: bold;
}
.apartments_table .status.state_0, .apartments_table .status.state_1{color: green;}
.apartments_table .status.state_2{color: orange;}
.apartments_table .status.state_3{color: red;}

/*
detail table
*/
table.detail th{
    text-align: right;
}
table.detail td{
    text-align: left;
}
table.detail tr:nth-child(2n-1){
    background: #efefef !important;
}
.detail h2 {
margin: 15px 0;
}
.detail p {
line-height: 25px;
}
.detail ul{
    list-style-type: disc;
padding-left: 20px;
line-height: 25px;
}

/*
contact form
*/
form .logic-block input[type="text"], form .logic-block select, form .logic-block textarea{
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
form .logic-block textarea{
    height: 66px;
}
@media (max-width: 892px) {
    form .logic-block textarea{
        height: 100px;
    }
}

form input[type='text'], form textarea, form .logic-block select{
    background: #f5f4f2;
    border: 1px solid #e9e4df;
}

form input[type='submit']{
    background: #ebab34;
    color: white;
    line-height: 35px;
    border: 0;
    /*border: 1px solid #b09121 !important;
    padding: 2px;
    background-clip: content-box;*/
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
form input[type='submit']:hover{
    text-decoration: underline;
}
@media (max-width: 892px) {
    form input[type='submit']{
        line-height: 45px;
        margin-bottom: 40px;
    }
}

/*
qcontact
*/
.qcontact .custom-1{
    font-size: 22px;
}

.qcontact .custom-2{
    font-size: 21px;
}
@media (min-width: 892px) and (max-width: 1099px) {
    .qcontact .custom-1{
        font-size: 20px;
    }
}
.qcontact .phone, .qcontact .email{
    font-size: 19px;
    line-height: 29px;
}
@media (min-width: 892px) and (max-width: 1099px) {
    .qcontact .phone, .qcontact .email{
        font-size: 18px;
    }
}
.qcontact .phone, .qcontact .email a{
    color: inherit;
}
.qcontact .icon{
    display: block;
    float: left;
    margin-right: 10px;
    width: 29px;
    height: 28px;
    background: url('../images/web/icons.png') no-repeat;
}
.qcontact .icon-email{
    background-position: 0 -28px;
}
.qcontact .address{
    font-size: 16px;
    line-height: 20px;
}

.qcontact img {
    max-width: 200px;
}
.big-form .phone{
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
#frm-form p.asH1{
    color: #bbb;
    font-size: 30px;
}
#frm-form label, #frm-reviewForm label{
    color: #aaa;
}
/*
gallery
*/
.popup-gallery .photo-wrap{
    padding-left: 6px;
    padding-right: 6px;
}
.popup-gallery .photo-wrap .photo{
    padding: 2px;
    border: 1px solid #cecece;
    /*padding-left: 7px; 
    padding-right: 7px;*/
}
.popup-gallery .photo a{
    display: block;
    overflow: hidden;
    max-height: 130px;
}
.popup-gallery .photo a img{
    width: 100%;
}
@media (max-width: 567px) {
    .popup-gallery .photo a{
        max-height: 300px;
    }
    .popup-gallery .photo a img{
        width: 100%;
        height: auto;
    }
}
.textGallery img{
    width: 100%;
    height: auto;
    border: 1px solid #666;
}
.textGallery.popup-gallery .photo a{
   height: auto;
   max-height: 999px;
}
.textGallery .desc{
    text-align: center;
    font-style: italic;
    
}

.product-wrap {
    height: 460px;
    border: 1px solid #ebebeb;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.product-wrap .photo {
    max-height: 230px;
    overflow: hidden;
}
.product-wrap .photo img{
    width: 100%;
}
.no-photo{
    text-align: center;
    line-height: 250px;
   border: 1px solid #ebebeb;
}

@media (max-width: 892px) {
    .product-wrap {
        height: auto;
    }
    .product-wrap .photo {
        max-height: none;
    }
}

/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/

/*
@font-face {
  font-family: 'Martel';
  font-style: normal;
  font-weight: 400;
  src: local('Martel'), local('Martel-Regular'), url(https://fonts.gstatic.com/s/martel/v1/XskGfFpBiHr-92DSo0JFffesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: 'Martel';
  font-style: normal;
  font-weight: 400;
  src: local('Martel'), local('Martel-Regular'), url(https://fonts.gstatic.com/s/martel/v1/OHZyV-2GMkBFQAxiDDM0bfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Martel';
  font-style: normal;
  font-weight: 400;
  src: local('Martel'), local('Martel-Regular'), url(https://fonts.gstatic.com/s/martel/v1/UqHF0_T0x2A12j9bgYu4DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:block;width: 100%;height: 100%;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs{
    z-index: -1;
}

ol.bjqs-markers{
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 99;
}

ol.bjqs-markers li{
    text-indent: 9999px;
    background: white;
    width: 32px;
    height: 10px;
    margin-left: 10px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 2px;
}
span.price {
    font-size: 18px;
    font-weight: bold;
}
.small-info {
    color: #aaa;
}
.small-info h3 {
   font-size: 18px;
}
.small-info p {
   line-height: 24px;
}


.warning_top{
    color: #9F6000;
    background-color: #FEEFB3;
    padding: 20px;
    margin-top: 65px;
}
@media (max-width: 1200px) {
    .warning_top{
        margin-top: 0px;
    }
}