/* Fontovi ---------------------------------------------*/

@font-face {
    font-family: Eras;
    src: url(../fontovi/ERASLGHT.TTF);
}

@font-face {
    font-family: Eras-Demi;
    src: url(../fontovi/ERASDEMI.TTF);
}

@font-face {
    font-family: Eras-Bold;
    src: url(../fontovi/ERASBD.TTF);
}

@font-face {
    font-family: Eras-Medium;
    src: url(../fontovi/ERASMD.TTF);
}

@font-face {
    font-family: Cambria;
    src: url(../fontovi/cambria.ttc);
}

@font-face {
    font-family: Gothic;
    src: url(../fontovi/GOTHIC.TTF);
}


/* Slike resposive */

img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}


/* Carousel --------------------------------------------*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: .6;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.lazy-load {
    background: url("http://www.mozart.it/images/preloader.gif") center center no-repeat;
}


/* Navigacija ------------------------------------------*/

.navbar-brand {
    height: auto;
}

.icon-bar {
    background-color: rgb(86, 61, 124);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 2px;
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    width: 22px;
    word-spacing: 0px;
}

#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}

.navbar-text {
    font-family: 'Eras';
    margin-top: 20px;
    text-align: center;
}

.nav.navbar-nav.navbar-right {
    font-family: 'Eras';
    font-size: 2em;
}


/* Boca ------------------------------------------------------------*/

.boca {
    width: 15%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 10%;
}


/* Poruka preko Carousela -----------------------------------------*/

.poruka {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.poruka-sadrzaj {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-border-top: 4px !important;
    -moz-border-top: 4px !important;
    border-top: 4px !important;
    -webkit-border-bottom: 4px !important;
    -moz-border-bottom: 4px !important;
    border-bottom: 4px !important;
    background: azure;
    color: black;
    padding: 20px;
    float: right;
    height: auto;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .poruka {
        width: 750px;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        padding: 20px 0;
        margin-left: -375px;
    }
    .poruka-sadrzaj {
        width: 300px;
        margin-right: 50px;
        margin-top: 0px;
        /* width of .container gutter */
    }
    .boca {
        width: 100px;
    }
    .navbar-nav>li>a {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .poruka {
        width: 970px;
        margin-left: -485px;
    }
    .poruka-sadrzaj {
        width: 400px;
        margin-right: 100px;
        margin-top: 100px;
        /* width of .container gutter */
    }
    .boca {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .poruka {
        width: 1170px;
        margin-left: -585px;
    }
    .poruka-sadrzaj {
        width: 500px;
        margin-right: 150px;
        margin-top: 100px;
        /* width of .container gutter */
    }
    .boca {
        width: 200px;
    }
}

.Naslov_intro {
    font-family: 'Cambria';
    font-size: 2em;
    font-variant: small-caps;
}

.Tekst_intro {
    font-family: 'Gothic';
    font-size: 1em;
}

.Slogan {
    font-family: 'Gothic';
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.Link_intro {
    font-family: 'Eras';
    float: right;
    font-size: 1.2em;
    font-weight: 600;
}


/* Tim sekcija ------------------------------------------*/

#Tim {
    background-color: #6CC4C7;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.Tim-naslov,
.Reklama-naslov {
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Eras';
    font-size: 2em;
    text-align: center;
    color: white;
}

.Tim-pojedinac {
    margin: 0 auto;
    text-align: center;
}

.Ime {
    font-family: 'Gothic';
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: 600;
}

.funkcija {
    font-family: 'Gothic';
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: 100;
}

.Opis-video {
    font-family: 'Gothic';
    font-size: 1em;
    text-align: center;
    font-weight: 200;
    color: #6CC4C7;
    width: 100%;
    padding: 20px;
}


/* Reklama sekcija ------------------------------------------*/

#Reklama {
    background-color: white;
}

.Reklama-naslov {
    color: #6CC4C7;
}


/* Ukrasna linija CSS only */

hr.fancy-line,
hr.fancy-line2 {
    border: 0;
    height: 1px;
    position: relative;
    margin: 0.5em 0;
    /* Keep other elements away from pseudo elements*/
}

hr.fancy-line:before,
hr.fancy-line2:before {
    top: 1px;
    height: 1px;
}

hr.fancy-line:after,
hr.fancy-line2:after {
    content: '';
    height: 1px;
    /* half the height of :before */
    top: 1px;
    /* height of hr*/
}

hr.fancy-line:before,
hr.fancy-line:after,
hr.fancy-line2:before,
hr.fancy-line2:after {
    content: '';
    position: absolute;
    /*width: 100%;*/
}

hr.fancy-line,
hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 0) 75%);
}

hr.fancy-line2,
hr.fancy-line2:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(102, 204, 204, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(102, 204, 204, .5)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 204, 204, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(102, 204, 204, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(102, 204, 204, .5) 0%, rgba(0, 0, 0, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(102, 204, 204, .5) 0%, rgba(0, 0, 0, 0) 75%);
}

body,
hr.fancy-line:after,
hr.fancy-line2:after {
    background: #f4f4f4;
}

.Video {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}