body{
    overflow-x: hidden;
}
h1{
    font-family: 'SohoGothicPro-Bold', sans-serif;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    padding: 20px;
    color: #fff;
}
h3{
    font-family: 'SohoGothicPro-Bold', sans-serif;
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 0;
    padding-bottom: 40px;
    color: #01426a;
}
p{
    font-family: 'SohoGothicPro-Light', sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #fff;
}
.dark-text{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 40px;
    font-family: 'SohoGothicPro-Light', sans-serif;
    color: #4a4a4a;
}
.heading1{
    padding: 0;
    margin-bottom: 40px;
}
.heading2{
    font-family: 'SohoGothicPro-Bold', sans-serif;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0;
    padding: 20px;
    color: #01426a;
}
.heading3{
    font-family: 'SohoGothicPro-Bold', sans-serif;
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 0;
    padding: 20px;
    color: #fff;
}
.headingh3{
    font-family: 'SohoGothicPro-Medium', sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.white{
    font-size: 30px;
    line-height: 45px;
    font-family: 'SohoGothicPro-Light', sans-serif;
    color: #fff;
}

.soho-bold{
    font-family: 'SohoGothicPro-Bold', sans-serif;
}
.mobshow{
    display: none;
}
.big-heading{
    padding-bottom: 80px;
}
.klime {
    padding-bottom: 58px;
}
.klime2 {
    padding-bottom: 100px;
}
.product-description{
    padding-top: 25px;
}
.product-list {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    padding-left: 10px;
    font-family: 'SohoGothicPro-Regular', sans-serif;
    list-style: none;
}
.product-list2 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    margin: 0;
    padding-left: 0;
    font-family: 'SohoGothicPro-Regular', sans-serif;
    list-style: none;
}

.product-list2 span{
    font-family: 'SohoGothicPro-Bold', sans-serif;
}
.product-functions{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*HEADER*/
#header{
    background-color: #fff;
}
.header-bg {
    /* The image used */
    background-image: url("../img/beko-header.jpg");

    /* Full height */
    height: 100vh;

    background-repeat:no-repeat;
    background-size:cover;
    background-position: top center ;
}
.footer-bg {
    /* The image used */
    background-image: url("../img/beko-footer.jpg");

    /* Full height */
    height: 90vh;

    background-repeat:no-repeat;
    background-size:cover;
    background-position: top center ;
}

#map {
    height: 60vh;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
#klime{
    background-color: #01426a;
}
#funkcije{
    background-color: #e3e0de;
}
#goole-map{
    background-color: #363639;
}
.klime-bg {
    /* The image used */
    background-image: url("../img/blue-bg.jpg");

    /* Full height */
    height: auto;

    background-repeat:repeat-y;
    background-size:cover;
    background-position: top center ;
}
.funkcije-bg {
    /* The image used */
    background-image: url("../img/white-bg.jpg");

    /* Full height */
    height: auto;

    background-repeat:repeat-y;
    background-size:cover;
    background-position: top center ;
}
.googlemap-bg {
    /* The image used */
    background-image: url("../img/dark.jpg");

    /* Full height */
    height: auto;

    background-repeat:repeat-y;
    background-size:cover;
    background-position: top center ;
}

.klime-content{
    padding-top: 70px;
}

.header-bg2{
    display: none;
}
.header-bg3{
    display: none;
}

.japanke {
    position: absolute;
    bottom: -232px;
    right: 0;
}
.leftside{
    padding-right:
            280px;
}
.rightside{
  width: 468px;
}
.lside{

}
.rside{
    padding-left: 100px;
}

.googlemap-button{
    padding: 30px 0;
    text-align: center;
}
.gmap-button{
    background: #0089ce;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
    padding-left: 40px;
    text-transform: capitalize;
}
.gmap-button:hover, .gmap-button:focus, .gmap-button:active{
    color: #fff;
    text-decoration: none;
}
.googlemap-input{
    padding-top: 40px;
    padding-bottom: 20px;
}
.gmap-input{
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    width: 560px;
    border: none;
    background: #fff;
    line-height: 39px;
    padding: 10px 20px;
    font-size: 26px;
}

#map h1{
    font-size: 16px;
    color: #000;
    padding: 0;
    line-height: 24px;
}
#map p{
    font-size: 12px;
    color: #000;
    line-height: 22px;
}
#map p > span{
    font-family: 'SohoGothicPro-Bold', sans-serif;
}
/*DESKTOP*/
@media (max-width: 1600px) {
    .header-bg, .footer-bg{
        display: none;
    }
    .header-bg2, .header-bg3{
        display: block;
    }
    .paragrafbr{
        display: none;
    }
    .leftside{
        padding-left: 0;
        padding-right: 200px;
    }

}
@media (max-width: 1500px) {
    .leftside{
        width: auto;
        padding-right: 15px;
    }
    .rside{
        padding-left: 15px;
    }
    .japanke{
        top: 400px;
        width: 350px;
    }
    .product-list2{
        font-size: 22px;
        line-height: 34px;
    }


}


@media (max-width: 1200px) {
    .japanke{
        top: 350px;
        width: 250px;
    }
    .rightside{
        width: auto;
        padding-top: 30px;
    }
    .big-heading{
        padding-bottom: 60px;
    }
}

/*TABLET*/
@media (max-width: 991px) {
    .japanke{
        display: none;
    }
    .klime-bg{
        background-image: none;
    }
    .funkcije-bg{
        background-image: none;
    }
    .googlemap-bg {
        background-image: none;
    }
    .libr{
        display: none;
    }
    .product-list{
        font-size: 20px;
        line-height: 32px;
    }
    .product-list2{
        font-size: 20px;
        line-height: 32px;
    }
    .heading1{
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .heading2{
        font-size: 60px;
        line-height: 70px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .headingh3{
        font-size: 35px;
        line-height: 40px;
    }
    .heading3{
        font-size: 60px;
        padding-top: 0;
        line-height: 70px
    }
    .big-heading{
        padding-bottom: 30px;
    }
    h3{
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .klime-content{
        padding-top: 50px;
    }
    .klime{
        padding-bottom: 40px;
    }
    .klime2{
        padding-bottom: 50px;
    }
    .dark-text{
        font-size: 20px;
        line-height: 24px;
    }
    .dark-text {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

}

/*TABLET & MOBILE*/
@media (max-width: 767px) {
    .header-bg2{
        display: none;
    }
    .mobshow{
        display: block;
    }
    .leftside{
        padding-left: 0;
    }

    .heading1, .heading2, .heading3 {
        font-size: 46px;
        line-height: 58px;
    }
    .headingh3 {
        font-size: 26px;
        line-height: 30px;
    }
    .product-list {
        font-size: 18px;
        line-height: 32px;
    }
    .product-list2 {
        font-size: 18px;
        line-height: 32px;
    }
    .product-functions{
        padding-top: 20px;
    }

    .dark-text {
        font-size: 18px;
        line-height: 28px;
    }
    h3 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 20px;
    }
    p{
        font-size: 20px;
        line-height: 30px;
    }
    .gmap-input{
        width: 100%;
        padding: 10px 15px;
        font-size: 24px;
        line-height: 36px;
    }
    .gmap-button {
        font-size: 24px;
        line-height: 32px;
        padding-top: 5px;
        padding-bottom: 7px;
        padding-right: 40px;
        padding-left: 40px;
    }
    #map {
        height: 70vh;
    }
    .heading3{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 750px) {

}

/*MOBILE*/
@media (max-width: 576px) {

}