a, nav ul li a {
    text-decoration: none
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: Oswald, sans-serif;
}

a:hover {
    color: #fff !important;
    text-decoration: underline
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

nav ul li, nav ul li a {
    color: #fff;
    display: inline-block
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

ul {
    margin: 0;
    padding: 0
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

header .left {
    float: left
}

header {
    background: rgba(0, 0, 0, .71);
    padding: 30px 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

header .right {
    float: right
}

nav ul li a {
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px
}

header.active {
    padding: 10px 70px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}

.banner {
    position: relative;
    background: url(../img/banner-slika-2.jpg) center top no-repeat;
    background-size: cover;
}

.banner h1 {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    max-width: 960px;
    line-height: 130px;
    text-align: center;
    width: 960px;
}

p {
    color: #011009;
    font-size: 24px;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 45px;
    padding: 0 15px
}

.about h2, .price h3 {
    font-size: 70px;
    font-weight: bolder;
    line-height: 90px;
    text-align: center;
    color: #011009
}

.about h2 {
    padding: 70px 0
}

.price h3 {
    padding-top: 40px;
    padding-bottom: 50px
}

.distance {
    max-width: 1300px;
    margin: 30px auto
}

.distance .item {
    width: 33.33%;
    float: left;
    min-height: 300px;
    text-align: center;
    padding: 0 110px
}

.distance .item div:first-of-type {
    font-size: 80px;
    font-weight: 700;
    color: #011009;
    display: inline-block
}

.distance .item div span {
    font-size: 24px;
    color: #011009;
    text-align: left;
    line-height: 36px;
    display: block
}

.contact h2, .gallery-title h2 {
    font-size: 70px;
    font-weight: bolder
}

.contact div, .contact h2, .gallery-title h2 {
    text-align: center
}

#map {
    height: 515px
}

.gallery a {
    width: 25%;
    float: left;
    display: block;
    position: relative
}

.gallery a img {
    max-width: 100%;
    height: auto
}

.gallery-title h2 {
    color: #011009;
    padding: 70px 0 70px;
    line-height: 82px
}

.contact h2 {
    padding: 0 0 60px;
    color: #fff
}

.contact {
    padding: 90px 0 90px;
    background: #13996e
}

.contact a {
    font-size: 30px;
    color: #fff
}
.regulacija {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}
.regulacija img {
    max-width: 570px;
    margin-right: 150px;
}
.regulacija-btn {
    width: 390px;
    font-size: 20px;
    color: #fff;
    background-color: #449b70;
    padding: 20px 30px;
}
@media screen and (max-width: 1480px) {
    nav ul li a {
        font-size: 18px
    }

    header {
        padding: 30px
    }
}

@media screen and (max-width: 1378px) {
    .banner h1 {
        font-size: 101px;
        max-width: 729px;
        line-height: 120px;
        width: 729px
    }
}

@media screen and (max-width: 1200px) {
    nav ul li a {
        padding: 0 10px
    }

    header.active {
        padding: 10px 20px
    }
}

@media screen and (max-width: 992px) {
    .regulacija {
        margin-bottom: 70px;
    }
    .regulacija-btn {
        width: 260px;
        font-size: 20px;
        color: #fff;
        background-color: #449b70;
        padding: 20px 10px;
        display: block;
        margin: 0 auto;
    }
    .regulacija img {
        max-width: 570px;
        margin-right: 0px;
    }
    .distance .item {
        width: 100%;
        float: none;
        min-height: 0;
        padding: 0 15px 30px;
        text-align: center
    }

    .gallery a {
        width: 50%
    }
}

@media screen and (max-width: 830px) {
    .left, .right {
        float: none !important;
        width: 100% !important;
        text-align: center
    }

    .left {
        padding-bottom: 10px
    }

    header {
        padding: 10px
    }

    header.active {
        padding: 10px 8px
    }
}

@media screen and (max-width: 768px) {
    .regulacija img {
        width: 100%;
        padding: 0 0 50px 0
    }
	.contact h2 {
    padding: 0 0 70px;
 }
	.contact {
		padding: 70px 0 70px;
	}
    .distance .item div span {
        font-size: 21px;
        text-align: center;
        line-height: 26px
    }

    .distance .item div:first-of-type {
        font-size: 55px
    }

    .banner h1 {
        font-size: 80px;
        max-width: 100%;
        line-height: 90px;
        width: 100%;
        top: 55%;
        text-align: center
    }

    p {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about h2, .contact h2, .gallery-title h2, .price h3 {
        font-size: 50px;
        line-height: 58px;
    }
}

@media screen and (max-width: 460px) {
	.banner h1 {
		font-size: 44px;
		line-height: 60px;
	}
    .gallery a {
        width: 100%
    }

    nav ul li a {
        font-size: 17px;
        padding: 0 8px
    }
}
footer {
    background: #011009;
    padding: 25px 0;
}

footer a {
    display: block;
    color: #fff;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    font-size: 20px;
}