body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    /*line-height: 1.6em;*/
    font-weight: 400;
}


/* --- logo --- */

.site-logo {
    margin: 15px 0 0 15px;
    float: left;
}

.site-logo a.brand {
    color: #111;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

.site-logo a.brand:hover {
    text-decoration: none;
}

.brand img {
    display: block;
    width: 160px;
}

.banner {
    position: relative;
    width: 100%;
    height: 960px;
}

.url1 {
    background: url("../img/back1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.url2 {
    background: url("../img/back2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.url3 {
    background: url("../img/back3.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.url4 {
    background: url("../img/back4.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.url5 {
    background: url("../img/back5.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.url6 {
    background: url("../img/back6.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
}


/* ------- Navigation ------------ */

.navbar {
    margin-bottom: 0;
    border-bottom: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,ffffff+100&1+30,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    padding: 10px 0 0 0;
}

.navbar-fixed-top ul.nav li a {
    font-size: 17px;
    letter-spacing: 1px;
    color: #0069B5;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-fixed-top.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-fixed-top ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 21px;
    border-top: none;
}

.navbar-fixed-top ul.nav li a:hover ul.dropdown-menu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
}

.navbar-fixed-top.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-fixed-top .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-fixed-top .nav li a:hover,
.navbar-fixed-top .nav li a:focus,
.navbar-fixed-top .nav li.active {
    outline: 0;
    color: #0069B5;
    background: transparent;
    opacity: 0.8;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    color: #0069B5;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* --- services --- */

#services {
    text-align: center;
    background-color: #f9f9f9;
}


/* --- works --- */

#works {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
    background-color: #fff;
}


/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 40px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
}

.section-heading {
    margin-top: 120px;
    margin-bottom: 60px;
}

.section-heading h2 {
    font-size: 40px;
    letter-spacing: -1px;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}

.section-heading p {
    font-weight: 300;
    font-size: 18px;
    /*line-height: 1.6em;*/
}

.service-icon {
    margin-bottom: 50px;
}

.service-icon:hover {
    color: #D09A43;
}


/* ===========================
--- Footer
============================ */

footer {
    position: relative;
    background-color: #0069B5;
}

footer {
    text-align: center;
    padding: 50px 0;
}

footer p,
.credits {
    color: #fff;
    font-size: 14px;
}

footer a,
.credits a {
    color: #fff;
}

footer a:hover,
.credits a:hover {
    color: #fff;
    text-decoration: none;
}

footer a.scrollup {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #fff;
    margin-bottom: 30px;
}

footer a.scrollup:focus {
    outline: 0;
}

footer .map {
    position: relative;
    margin: 0 auto;
    padding: 0;
}


/* --- progress --- */

.progress {
    height: 40px;
}

.progress-bar {
    font-size: 14px;
    line-height: 40px;
}


/* --- Map --- */

.map {
    position: relative;
    padding-top: 100px;
    margin-top: 30px;
}


/* google map */

#google-map {
    position: relative;
    height: 400px;
}

.contact-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
}

.form-group .form-control {
    padding: 7px 12px;
    border-color: #eee;
    box-shadow: none;
    border-radius: 0;
}

textarea#message {
    resize: none;
    padding: 10px;
    border-radius: 0;
}

.btn-primary {
    margin-top: 20px;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border-color: #eee;
}

.btn-primary:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background-color: #D09A43;
    border-color: #fff;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}


/* moj css */

#line {
    box-sizing: border-box;
    height: 22.78px;
    width: 1.9px;
    border: 1px solid #3C5AA9;
    margin: 0 auto 40px;
}

#prvi {
    color: #0069B5;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 51px;
    margin-bottom: 13px;
}

#tekst {
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #545C61;
    font-size: 22px;
    line-height: 38px;
}

footer p {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.line {
    font-size: 26px;
    width: 3px;
}

.potpis {
    color: #0069B5;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 20px 0 0 0;
    margin: 0;
}

.potpisBeli {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 20px 0 0 0;
    margin: 0;
}

.blue {
    z-index: 10000;
    font-size: 62px;
    color: #0069B5;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 76px;
    font-family: 'Playfair Display', serif;
}

.beli {
    z-index: 10000;
    font-size: 62px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 76px;
    font-family: 'Playfair Display', serif;
}

.carousel-caption {
    position: absolute;
    top: 300px;
    text-shadow: none;
}

.copyright {
    font-size: 12px;
    padding: 10px 0 0 0;
}


/* Carousel Fading slide */

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.8s!important;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


@media (max-width: 700px) {
    .banner {
        position: relative;
        width: 100%;
        height: 680px;
    }
    .potpis {
        color: #0069B5;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 18px !important;
    }
    .potpisBeli {
        color: #FFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px !important;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 18px !important;
    }
    .blue {
        z-index: 10000;
        font-size: 32px !important;
        color: #0069B5;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 36px !important;
        font-family: 'Playfair Display', serif;
    }
    .beli {
        z-index: 10000;
        font-size: 32px !important;
        color: #FFF;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 36px !important;
        font-family: 'Playfair Display', serif;
    }
    .carousel-caption {
    position: absolute;
    top: 180px;
    text-shadow: none;
}
    #google-map {
    position: relative;
    width: 100%!important;
    height: 400px;
}
}