html {
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    font-weight: 300;
}

.mobile-header {
    background-image: url('../img/ViviaBG.png');
    background-color: rgba(0, 73, 143, .8);
    width: 100%;
    height: 60px;
    z-index: 100;
    position: fixed;
    top: 0;
}

.mobile-header img {
    height: 50px;
    position: absolute;
    left: 50%;
    top: 18px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.navbar-toggle {
    height: 60px;
    width: 60px;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
}

.navbar-collapse {
    width: 100%;
    top: -300px;
    position: fixed;
    z-index: 100;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-collapse ul {
    padding: 0;
    margin: 0;
}

.navbar-collapse li {
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px white solid;
}

.navbar-collapse li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
}

button .icon-bar {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    -ms-border-radius: 1px;
    background-color: #fff;
}

button .icon-bar + .icon-bar {
    margin-top: 4px;
}

#vitinkaLogo {
    position: fixed;
    width: 70px;
    z-index: 100;
    top: 60px;
    padding-left: 30px;
}

.nebo {
    position: fixed;
    top: 0;
    width: 100%;
    background: #185378; /* Old browsers */
    background: -moz-linear-gradient(top, #185378 0%, #007cb4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #185378 0%,#007cb4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #185378 0%,#007cb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient ( startColorstr='#185378', endColorstr='#007cb4',GradientType=0); /* IE6-9 */
}

#downArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    margin-top: 450px;
}

.uvod {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 300px;
}

#uvod01 {
    margin-top: 250px;
}

#uvod02 {
    margin-top: 800px;
}

#uvod03 {
    margin-top: 1400px;
}

#oblak01, #oblak02, #oblak03 {
    max-width: 75%;
}

#oblak01 {
    position: fixed;
    margin-top: 1100px;
}

#oblak02 {
    position: fixed;
    margin-top: 400px;
    z-index: 30;
    right: 0;
}

#oblak03 {
    position: fixed;
    margin-top: 600px;
    z-index: 30;
}

.section {
    position: fixed;
    top: 0;
    width: 100%;
}

.oblak {
    z-index: 50;
    position: absolute;
}

#oblaci {
    max-width: 400px;
    overflow: hidden;
    min-height: 780px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#dolina {
    background: #007cb4 url('../img/Dolina.png') no-repeat scroll center bottom;
    background-size: 300%;
}

/*#oblakSrce01 {
    left: 260px;
    bottom: 570px;
}

#oblakSrce02 {
    bottom: 440px;
    left: 130px;
}

#oblakSrce03 {
    bottom: 460px;
    left: 0;
}*/

#oblakSrce04 {
    bottom: 415px;
    right: 130px;
}

#oblakSrce05 {
    bottom: 590px;
    right: 60px;
}

#oblakSrce06 {
    bottom: 400px;
    right: 80px;
}

#oblakSrce07 {
    bottom: 510px;
    right: -45px;
}

/*#soko01 {
    bottom: 610px;
    left: 260px;
}

#soko02 {
    bottom: 510px;
    left: 430px;
}*/

#soko03 {
    bottom: 510px;
    right: 120px;
}

/* POP UP */

.btn {
    cursor: pointer;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.popup-inner .subTitl {
    margin: 0;
    padding: 0;
    font-style: italic;
}

.popup-inner h2 {
    margin: 0;
    padding: 0;
}

/* Inner */
.popup-inner {
    padding: 40px;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    color: black;
}

.popup-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition:ease 0.25s all;
}

.popup-close:before, .popup-close:after {
    content: "";
    position: absolute;
    background: #cccccc;
}

.popup-close:before {
    left: 50%;
    width: 20%;
    margin-left: -10%;
    height: 75%;
}

.popup-close:after {
    top: 50%;
    height: 20%;
    margin-top: -10%;
    width: 75%;
}

/* END POPUP */

.middle-box {
    text-align: center;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

h2 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    margin: 10px 0 0 0;
}

#blured-text {
    z-index: 3;
    background-color: #000000;
    background-color: rgba(0, 30, 40, 0.6);
}

#end-section {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/* SLIDER */
.proizvodi {
    background: url('../img/proizvodi_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-slide img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.content {
    background-color: white;
    color: black;
    padding: 25px;
}

.content h2 {
    color: #0063A0;
    text-align: left;
}

.content h3 {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 10px 0;
}

#voda h2 span {
    font-weight: 100;
    color: #6DC3FF;
}

.dots:before {
    content: '. . .';
    display: block;
}

.izreke {
    font-size: 20px;
    font-weight: 200;
    margin: 0px;
}

#voda {
    background: rgb(74,141,184); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(74,141,184,1) 0%, rgba(41,137,216,1) 50%, rgba(8,90,156,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(74,141,184,1) 0%,rgba(41,137,216,1) 50%,rgba(8,90,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(74,141,184,1) 0%,rgba(41,137,216,1) 50%,rgba(8,90,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8db8', endColorstr='#085a9c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 10;
    color: white;
    /*position: relative;*/
}

#voda .middle-box {
    transform: translateX(-50%);
    position: relative;
}

#lastpage {
    z-index: 10;
    background: url('../img/ljubav_bg.jpg') no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#lastpage .uvod {
    top: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.footer {
    width: 100%;
    background-color: #045A9E;
    z-index: 99;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
}

.footer-item {
    margin: 3px;
}

.footer-item img {
    height: 20px;
    width: auto;
}

@media screen and (orientation: landscape) {
    #dolina {
        background-size: 100%;
    }
}