body{
    font-family: 'Work Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1{
    font-family: 'Playfair Display', serif;
    font-size: 3em;
}

h2{
    font-family: 'Work Sans', sans-serif;
    font-size: 3em;
    font-weight: 300;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size:1.5em;
}

h4{
    font-family: 'Work Sans', sans-serif;
    font-size:1.4em;
    font-weight: 500;
    text-transform: uppercase;
}

h5{
    font-family: 'Work Sans', sans-serif;
    font-size:1em;
    font-weight: 600;
    text-transform: uppercase;
}

.aside-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 31%;
    opacity:1;
    z-index: 2000;
    background-color: #000;
}

.btn-close{
    color:#ffffff;
    font-size: 2em;
}

.btn-close:hover{
    color:#79370C;
    font-size: 2em;
}

.btn-open {
    color:#000000;
    font-size: 2em;
}

.btn-open:hover{
    color:#000000;
}

.btn-outline-dark{
    border-color: #000000 !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 1.1em !important;

}
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active{
    background-color: #000000 !important;
    color:#ffffff !important;
}

.space5 {
    margin-top:5em;
    margin-bottom:5em;
}

.space10 {
    margin-top:10em;
    margin-bottom:10em;
}

.space30{
    padding: 30px 100px 30px 100px;
}

.top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-sidebar{
    position: relative;
    display: flex;
    width:33%;
    min-height: 100vh;
    vertical-align: baseline;
}

.top-slider{
    position: relative;
    width: 75%;
    height: 100vh;
    display: flex;
    background-position: 100% 50%;
}

.page-width{
    width: 100% !important;
}

.top-bg-home{
    background-image: url("../img/20181106-111859-MK2_2482.webp");
    background-size: cover;
}

.top-bg-about{
    background-image: url("../img/20181106-114057-MK2_2502.webp");
    background-size: cover;
}

.top-bg-contact{
    background-image: url("../img/bg_kontakt.webp");
    background-size: cover;
}

.top-bg-offer{
    background-image: url("../img/bg-offer2.jpg");
    background-size: cover;
}

.top-sidebar-content .nav-offer{
    font-size: 1.8em;
    font-family: 'Playfair Display', serif;
    color: #000000 !important;
}

.top-sidebar-content .nav-offer a{
    color: #000000 !important;
    text-decoration: none;
}

.nav-offer a:hover,
.top-sidebar-content .nav-offer a:hover{
    color:#79370C;
}

.top-sidebar-content .nav-offer img{
    margin-right:15px;
}

.main-nav, .main-nav-aside{
    font-family: 'Playfair Display', serif;
}

.nav-offer-submenu{
    list-style: none;
    margin-left:38px;
}

.change-lang li a {
    color:#000000;
}

.change-lang-aside li a{
    color:#fff;
}

.change-lang li a.active,
.change-lang-aside li a.active{
    font-weight: bold;
}

.main-nav li a {
    color:#000;
    font-size: 2em;
}

.main-nav-aside li a{
    color:#fff;
    font-size: 2em;
}

.main-nav-aside li a:hover,
.main-nav li a:hover{
    color:#79370C;
}

.short-nav li a{
    color:#8A8A8A;
}

.social-media li a{
    color:#000000;
    font-size: 2em;
}

.home-heading {
    position: absolute;
    bottom:13%;
    left:0%;
    font-size:3em;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    width:100%;
}

.text{
    font-family: 'Lato', sans-serif;
    color:#8A8A8A;
    font-size:1.2em;
    line-height: 160%;
}

.medium-text{
    font-family: 'Lato', sans-serif;
    color:#8A8A8A;
    font-size:1.1em;
    line-height: 140%;
}

.small-text{
    font-family: 'Lato', sans-serif;
    color:#8A8A8A;
    font-size:1em;
    line-height: 130%;
}

#footer ul{
    margin: 0;
    padding: 0;
}

#footer li{
    list-style: none;
}

/* btn up */

#btnHome {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btnHome i {
    font-size: 1.7em;
    padding-top:12px;
    color:#fff;
}
#btnHome:hover {
    cursor: pointer;
    background-color: #000;
}
#btnHome:active {
    background-color: #000;
}
#btnHome.show {
    opacity: 1;
    visibility: visible;
}

/* btn down */

#btnHomeDown {
    display: inline-block;
    background-color: #000000;
    width: 110px;
    height: 110px;
    line-height: 130px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 18%;
    left: 0px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
}
#btnHomeDown i {
    font-size: 3em;
    color:#fff;
}
#btnHomeDown:hover {
    cursor: pointer;
    background-color: #000;
}
#btnHomeDown:active {
    background-color: #000;
}

.top-sidebar-content{
    padding:30px;
}

.top-sidebar-content p{
    font-size: 1.2em;
    color:#8A8A8A;
}

.offer-item-title{
    color:#000000 !important;
    text-decoration: none;
}

.offer-item:hover a{
    color: #79370C;
}

.offery-category .submenu{
    font-size: 1.4em;
    font-family: 'Playfair Display', serif;
}

.offery-category .submenu a{
    color:#000000;
    margin-right:15px;
}

.offery-category .submenu a.active{
    color:#79370C;
}

.btn-offer{
    font-size: 0.8em !important;
}

.btn-outline-dark{
    border: 0 !important;
    font-weight: normal !important;
}

@media only screen and (min-width : 1500px) {
    .home-heading{
        font-size:3em;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .top-sidebar {
        width:40%;
    }
    .aside-menu{
        width:50%;
    }

    .home-heading{
        font-size:2.2em;
    }

    .top-slider{
        background-position: 20% 50%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .top{
        flex-direction: column;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .top-sidebar {
        width:100%;
        min-height:35vh;
    }
    .top-slider{
        background-position: 30% 50%;
        width:100%;
    }
    .aside-menu{
        width:100%;
    }

    .home-heading{
        font-size:2em;
    }

    .main-nav{
        display: none;
    }

    .top-slider{
        height:50vh;
    }

    #btnHomeDown{
        display: none;
    }

    .space10{
        margin-top:3em;
        margin-bottom:3em;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    h1{
        font-size: 2em;
    }
    h3{
        font-size: 1.2em;
    }
    .top-sidebar-content p{
        font-size:1.2em;
    }
    .space10{
        margin-top:3em;
        margin-bottom:3em;
    }
    .space5{
        margin-top:0em;
        margin-bottom:0em;
    }

    #btnHomeDown{
        display: none;
    }
    .top{
        flex-direction: column;
    }
    .top-sidebar,
    .top-slider{
        width:100%;
    }

    .top-sidebar{
        min-height:35vh;
    }

    .top-slider{
        height:50vh;
    }

    #heading-about{
        margin-top:1em;
    }

    .main-nav{
        display: none;
    }

    .home-heading {
        position: static;
        font-size:2.5em;
        font-weight: 300;
        font-family: 'Work Sans', sans-serif;
    }

    .float-right{
        float: none !important;
        text-align: center;
        margin-left: 15px;
    }
    .aside-menu{
        width:100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
