body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 28px;
}

a, a:hover {
    color: #FFF;
}

a:hover {
    text-decoration: none;
}

.header {
    background: url("../img/hero.jpg") top center no-repeat;
    min-height: 740px;
    color: #FFF;
    position: relative;
}

.header .container {
    position: relative;
}

.header .logo {
    position: absolute;
    top: 25px;
    left: 15px;
    background: url("../img/rentajavtodom_si.svg");
    background-size: 100%;
    width: 220px;
    height: 45px;
}

.header .top-right {
    border: 1px solid #e48f16;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    float: right;
    padding: 0 20px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 5;
    transition: background-color .1s linear;
}

.header .top-right:hover {
    background: #e48f16;
}

.header h1 {
    font-weight: bold;
    font-size: 112px;
    padding-top: 480px;
    position: relative;
    line-height: 100px;
    z-index: 2;
}

.header .fleha {
    padding-top: 90px;
    padding-right: 20px;
    margin-top: -40px;
    position: relative;
    z-index: 1;

}

.header .fleha .background {
    top: 0;
    background: #282828;
    height: 330px;
    position: absolute;
    left: -9999px;
    right: 0;
}

.cta {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background: #e48f16;
    display: block;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    transition: background .2s linear;
}

.cta:hover {
    background: #bb7a1d;
}

.header .cta {
    margin-top: 35px;
    margin-bottom: 35px;
}

.gold {
    color: #e48f16;
}

.header h2 {
    font-size: 58px;
}

.header h4 {
    position: absolute;
    top: 625px;
    right: 15px;
    font-size: 13px;
}

.header p.dark {
    color: #282828;
}

.gore-morje {
    margin-top: 120px;
    overflow: hidden;
    position: relative;
}

.gore-morje .left, .gore-morje .right {
    width: 50%;
    float: left;
}

.gore-morje .goremorje-text.desktop {
    z-index: 5;
    position: absolute;
    color: #FFF;
    left: 50%;
    bottom: 20px;
    font-size: 100px;
    line-height: 1;
    transform: translateX(-120%);
}

.top-swiper {
    width: 100%;
}

.family {
    margin-top: -200px;
}

.family .map {
    float: left;
    margin-left: -30px;
}

.lastnosti {
    margin: 50px 0;
}

.lastnosti h3, .avtodom h3, .galerija h3, .termini h3 {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.lastnosti p {
    margin-top: 20px;
    margin-bottom: 60px;
}

.lastnosti .wrap {
    overflow: hidden;
    position: relative;
}

.lastnosti .text {
    position: absolute;
    height: 125px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #FFF;
    transition: transform .3s ease-out;
}

.lastnosti .wrap:hover .text {
    transform: translateY(-125px);
}

.avtodom .right {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.avtodom .karakteristike img {
    float: left;
    margin-right: 15px;
}

.avtodom .karakteristike {
    font-size: 14px;
}

.avtodom .karakteristike p {
    line-height: 175%;
}

.avtodom .karakteristike > div {
    margin: 75px 0;
}

.galerija, .termini {
    margin: 75px 0;
}

.galerija .swiper-slide {
    padding: 0 15px;
}

.swiper-button-next, .swiper-button-prev {
    color: #FFF;
    background: #e48f16;
    width: 40px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 24px;
}

.termini .right {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 100px;
}

.termini .cta {
    background: #6fce8f;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    height: 90px;
    line-height: 90px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.termini .cta:hover {
    background: #4da66b;
}

.termini .cta i {
    display: inline-block;
    width: 48px;
    height: 48px;
    top: 21px;
    left: 18px;
    position: absolute;
}

.icon-call {
    background: url("../img/ikona_klic.png") no-repeat;
}

.termini i.icon-mail {
    height: 34px;
    top: 28px;
    background: url("../img/ikona_mail.png") no-repeat;
}

.footer {
    background: #f7f7f7;
    padding-top: 100px;
    overflow: hidden;
}

.footer .right {
    padding: 0 80px;
}

.cenik {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

.cenik td, .cenik th {
    line-height: 48px;
}

.cenik tr th {
    color: #000;
    font-weight: 900;
    padding: 0 45px 10px 0;
    line-height: 1.4;
}

.cenik tr td:first-child {
    font-weight: bold;
}

.cenik tr td {
    border-top: 2px solid #daaf72;
    font-weight: 500;
    color: #58595b;
    padding: 0 25px 0 0;
    min-width: 150px;
}

.prevzem {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fb-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 183px;
}

.bottom {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.bottom a {
    color: #000;
    margin: 0 40px;
    font-weight: bold;
}

.bottom a.no-link {
    font-weight: normal;
    cursor: default;
}

.datetimepicker {
    box-shadow: none;
    max-width: none;
}

.datetimepicker table td {
    padding: 0 15px;
    color: #909090;
    font-size: 24px;
    font-weight: 500;
    border: none;
    cursor: default !important;
    width: 48px;
    height: 42px;
}

.datetimepicker thead td {
    font-weight: bold;
}

.datetimepicker .paging {
    margin: 10px auto;
    min-width: 280px;
    width: 65%;
    background: #000;
    color: #fff;
    font-size: 24px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    padding: 0;
}

.datetimepicker .paging .month-name {
    text-transform: capitalize;
}

.datetimepicker .paging i {
    border: none;
    top: 16px;
}

.datetimepicker span.prev {
    position: absolute;
    left: 10px;
    top: 0;
}

.datetimepicker i.prev {
    background: url("../img/ikona_levo.svg");
    width: 15px;
    height: 25px;
}

.datetimepicker i.next {
    background: url("../img/ikona_desno.svg");
    width: 15px;
    height: 25px;
}

.datetimepicker span.next {
    position: absolute;
    right: 10px;
    top: 0;
}

.datetimepicker table td.unavailable {
    background: #FEEFEE;
    text-decoration: line-through;
    color: #ddcdcd;
    padding: 0;
}

.unavailable-sign {
    float: left;
    background: #FEEFEE;
    padding: 0 20px;
    line-height: 24px;
    border-radius: 12px;
    margin-left: 15px;
    margin-right: 10px;
    color: #FBCECF;
}

td.available + td.unavailable {
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
}

.unavailable:first-of-type {
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
}

.unavailable:last-of-type {
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
}

.datetimepicker table tbody td:hover.unavailable {
    background: #FEEFEE;
    cursor: default;
}

.datetimepicker table tbody td:hover {
    background: transparent;
}

.datetimepicker table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.swiper-pagination {
    display: none;
}

.mobile {
    display: none;
}

.druzina {
    display: none;
}

@media (max-width: 575.98px) {
    .swiper-pagination {
        display: block;
    }

    .img-aktivni {
        margin-top: 45px;
    }

    .no-padding {
        padding: 0;
    }

    .mobile {
        display: block;
    }

    .no-padding .mobile {
        padding: 0 15px;
    }

    .desktop {
        display: none;
    }

    .header {
        background: url("../img/hero_mobile.jpg") top center no-repeat;
        background-size: 100%;
        min-height: auto;
    }

    .header .top-right {
        line-height: 28px;
        padding: 0 5px;
        margin-top: 15px;
        font-size: 12px;
    }

    .header .logo {
        top: 15px;
        width: 40%;
        background-repeat: no-repeat;
    }

    .header .fleha {
        padding-right: 15px;
    }

    .header h1 {
        font-size: 64px;
        line-height: 1;
        padding-top: 265px;
    }

    .header h2 {
        margin-top: -10px;
        font-size: 42px;
    }

    .header .fleha {
        margin-top: -60px;
    }

    .header .cta {
        position: absolute;
        top: -15px;
        left: 15px;
        z-index: 2;
    }

    .goremorje-text {
        font-size: 64px;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        color: #FFF;
    }

    .gore-morje {
        margin-top: 25px;
    }

    .gore-morje .left, .gore-morje .right {
        width: 100%;
    }

    .gore-morje .left img, .gore-morje .right img {
        max-width: 150%;
        width: 150%;
    }

    .family .map {
        width: 40%;
        margin-top: -90px;
    }

    .druzina {
        margin-top: -155px;
        display: block;
        width: 60%;
        float: right;
    }

    .family-text {
        margin-top: 30px;
    }

    .datetimepicker table td {
        padding: 0;
        font-size: 18px;
    }

    .avtodom .right {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .avtodom .karakteristike {
        margin-top: 50px;
    }

    .avtodom .karakteristike > div {
        margin: 15px 0;
    }

    .avtodom .karakteristike img {
        width: 100px;
        margin-bottom: 50px;
    }

    .avtodom .karakteristike p {
        font-size: 13px;
    }

    .avtodom .cta {
        margin-top: 45px;
    }

    .lastnosti p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .galerija, .termini {
        margin: 25px 0;
    }

    .galerija .swiper-slide {
        padding: 0;
    }

    .galerija {
        margin-bottom: 35px;
    }

    .wrap .text {
        font-size: 11px;
    }

    .swiper-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 30px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }

    .swiper-pagination-bullet-active {
        background: #e48f16;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .termini h3 {
        margin-bottom: 15px;
    }

    .termini .cta {
        width: 320px;
    }

    .termini .right {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .tloris {
        overflow: hidden;
    }

    .tloris img {
        transform-origin: center center;
        width: 500px;
        max-width: none;
        height: auto;
        left: 50%;
        position: relative;
        transform: translateX(-48%) rotate(-90deg);
        top: 140px;
    }

    .tloris {
        height: 550px;
    }

    .cenik {
        font-size: 18px;
        width: 100%;
    }

    .cenik tr th, .cenik tr td {
        padding-right: 10px;
        min-width: auto;
    }

    .footer {
        padding-top: 50px;
    }

    .footer .right {
        margin-top: 25px;
        padding: 0 15px;
    }

    .bottom a {
        margin: 0 20px;
    }
}
