@font-face {
    font-family: Makedonsko_Rakopisno_Italic;
    src: url('fonts/Makedonsko_Rakopisno_Italic.ttf') format('truetype');
}

@font-face {
    font-family: Arial;
    src: url(/fonts/gotham/Gotham-Black.otf);
}

@font-face {
    font-family: Arial;
    src: url(/fonts/gotham/Gotham-BlackIta.otf);
}

@font-face {
    font-family: Gotham-Bold;
    src: url(/fonts/gotham/Gotham-Bold.otf);
}

@font-face {
    font-family: Gotham-BoldIta;
    src: url(/fonts/gotham/Gotham-BoldIta.otf);
}

@font-face {
    font-family: 'Myriad Pro';
    src: url(/fonts/gotham/'Myriad Pro'.otf);
}

@font-face {
    font-family: 'Myriad Pro'Ita;
    src: url(/fonts/gotham/'Myriad Pro'Ita.otf);
}

@font-face {
    font-family: GGotham-Light;
    src: url(/fonts/gotham/Gotham-Light.otf);
}

@font-face {
    font-family: Gotham-LightIta;
    src: url(/fonts/gotham/Gotham-LightIta.otf);
}

@font-face {
    font-family: Gotham-Medium;
    src: url(/fonts/gotham/Gotham-Medium.otf);
}

@font-face {
    font-family: Gotham-MediumIta;
    src: url(/fonts/gotham/Gotham-MediumIta.otf);
}

@font-face {
    font-family: Gotham-Thin;
    src: url(/fonts/gotham/Gotham-Thin.otf);
}

@font-face {
    font-family: Gotham-ThinIta;
    src: url(/fonts/gotham/Gotham-ThinIta.otf);
}

@font-face {
    font-family: Gotham-Ultra;
    src: url(/fonts/gotham/Gotham-Ultra.otf);
}

@font-face {
    font-family: Gotham-UltraIta;
    src: url(/fonts/gotham/Gotham-UltraIta.otf);
}

@font-face {
    font-family: Gotham-XLight;
    src: url(/fonts/gotham/Gotham-XLight.otf);
}

@font-face {
    font-family: Gotham-XLightIta;
    src: url(/fonts/gotham/Gotham-XLightIta.otf);
}

@font-face {
    font-family: CircularPro-Black;
    src: local("?"), url(/fonts/CircularPro-Black.woff) format("woff"), url(/fonts/CircularPro-Black.ttf) format("truetype"), url(/fonts/CircularPro-Black.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: industriaIl;
    src: url(/fonts/industriaIl.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: CircularPro-BlackItalic;
    src: local("?"), url(fonts/CircularPro-BlackItalic.woff) format("woff"), url(fonts/CircularPro-BlackItalic.ttf) format("truetype"), url(fonts/CircularPro-BlackItalic.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamM;
    src: local("?"), url(fonts/gotham/'Myriad Pro'), url(fonts/'Myriad Pro'.ttf) format("truetype"), url(fonts/'Myriad Pro'.eot) format("eot");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 51px 0px 0px;
    color: rgb(43, 39, 103);
    line-height: 18px;
    font-family: 'Myriad Pro';
    font-size: 16px;
    position: relative;
}

a {
    color: rgb(43, 39, 103);
    text-decoration: none;
}

    a:hover {
        color: rgb(201, 157, 60);
        text-decoration: underline;
    }

    a img {
        border: 0px currentColor;
        border-image: none;
        display: block;
    }

.container {
    margin: 10px auto;
    padding: 0px 15px;
}

.page-section {
    background-position: center;
    margin: -1px 0px;
    padding: 4% 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
}

.page-section2 {
    background-position: center;
    margin: -11px 0px;
    padding: 15% 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
}

.page-section .big-letter {
    margin: 0px auto 10px 0px;
    width: 100%;
    display: block;
    max-width: 654px;
}

.page-section .credit {
    right: 15px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 7px;
    position: absolute;
}

#doma {
    height: 350px;
    background-image: url('images/Homepage.jpg');
}

#magnisium_rich {
    height: 432px;
    background-image: url('images/forest.jpg');
}

#longlive {
    height: 432px;
    background-image: url('images/summer1.jpg');
}

#luxury {
    height: 432px;
    background-image: url('images/slider1.jpg');
}

.about-content {
    margin: 0px auto;
    padding: 0px 0px 40px;
    color: rgb(43, 39, 103);
    overflow: hidden;
}

    .about-content .text {
        line-height: 28px;
        font-size: 20px;
    }

    .about-content .bottles i {
        font-family: Arial;
        font-style: normal;
    }

    .about-content .details {
        margin-bottom: 20px;
    }

.navbar {
    text-transform: uppercase;
    font-family: 'Myriad Pro';
}

.contact {
    margin: 0px auto;
    padding: 0px 0px 40px;
    line-height: 22px;
}

    .contact h2 {
        font-weight: normal;
    }

.head1 {
    font-weight: bold;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    border-top-color: rgb(43, 39, 103);
    border-bottom-color: rgb(43, 39, 103);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    display: inline-block;
}

.head2 {
    width: 100%;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
}

.nav > li > a:focus {
    text-decoration: none;
}

.nav > li > a:hover {
    text-decoration: none;
}

footer {
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

    footer img {
        vertical-align: middle;
    }

    footer .company {
        line-height: 80px;
        font-size: 1.3em;
        margin-left: 28px;
        vertical-align: middle;
        white-space: nowrap;
    }

.footer-stick {
    padding: 10px;
    width: 100%;
    bottom: 0px;
    border-top-color: rgb(43, 39, 103);
    border-top-width: 3px;
    border-top-style: solid;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
}

    .footer-stick span {
        margin-right: 20px;
    }

    .footer-stick p {
        margin: 0px;
    }

.footer-stick2 {
    padding: 10px;
    width: 100%;
    bottom: 0px;
    display: none;
    position: fixed;
    background-color: rgb(209, 42, 47);
}

    .footer-stick2 span {
        margin-right: 20px;
    }

    .footer-stick2 p {
        margin: 0px;
    }

.btn-purple {
    padding: 6px 18px;
    border: 1px solid rgb(43, 39, 103);
    border-image: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(43, 39, 103);
}

    .btn-purple:hover {
        border: 1px solid rgb(209, 42, 47);
        border-image: none;
        color: rgb(255, 255, 255);
        background-color: rgb(209, 42, 47);
    }

.btn-trans {
    padding: 6px 18px;
    border: 2px solid rgb(255, 255, 255);
    border-image: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    background-color: rgb(209, 42, 47);
}

    .btn-trans:hover {
        border: 2px solid rgb(43, 39, 103);
        border-image: none;
        color: rgb(255, 255, 255);
        background-color: rgb(43, 39, 103);
    }

@media all and (max-width:420px) and (min-width:120px) {
    footer .company {
        margin-right: 40%;
        margin-left: 0px;
    }
}

footer .copyright {
    margin-right: 50px;
    display: inline;
}

@media all and (max-width:1200px) and (min-width:120px) {
    .container .navbar-header .navbar-brandx {
        margin-left: 15px;
    }

    #scrollnav .ima5 {
        display: none;
    }

    section.footer-stick {
        display: none;
    }

    section.footer-stick2 {
        display: block;
    }
}

@media all and (max-width:1150px) and (min-width:700px) {
    #scrollnav .navbar-nav {
        margin-left: 5%;
    }
}

@media all and (max-width:992px) and (min-width:765px) {
    #scrollnav .navbar-nav {
        margin-left: 2%;
    }

        #scrollnav .navbar-nav li a {
            padding: 15px 7px;
        }
}

@media all and (min-width:800px) {
    footer .copyright {
        margin-right: 50px;
        float: right;
        display: inline;
    }

    .navbar-header .navbar-brandx {
        margin-left: 75px;
    }

    .navbar-nav {
        margin-left: 13%;
    }

    .ima5 {
        display: inline;
    }

    .footer-stick {
        display: block;
    }
}

@media all and (max-width:749px) and (min-width:120px) {
    .container .navbar-header .navbar-brandx img {
        height: 28px;
        margin-top: 2px;
    }

    .container {
        margin: 3px auto;
    }
}

@media all and (max-width:900px) and (min-width:750px) {
    .container .navbar-header .navbar-brandx img {
        height: 45px;
    }

    .container {
        margin: 5px auto;
    }
}

@media all and (min-width:768px) {
    .container {
        max-width: 915px;
    }

    .about-content {
        width: 60%;
    }

    .page-section .big-letter {
        margin: 0px auto;
        width: 60%;
    }

    #home {
        background-image: url('images/Homepage.jpg');
    }

    #magnisium_rich {
        background-image: url('images/forest.jpg');
    }

    #longlive {
        background-image: url('images/summer1.jpg');
    }

    #luxury {
        background-image: url('images/slider1.jpg');
    }

    .about-content {
        position: relative;
    }

        .about-content .details {
            width: 55%;
            float: left;
        }

        .about-content .bottles {
            width: 200px;
            float: right;
        }

    .navbar-nav {
        margin-left: 5%;
    }
}

@media all and (min-width:992px) {
    .container {
        max-width: 970px;
    }

    .page-section .credit {
        font-size: 8px;
    }

    .about-content {
        width: 60%;
    }

    .contact {
        width: 60%;
    }
}

@media all and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }

    #home {
        background-image: url('images/Homepage.jpg');
    }

    #magnisium_rich {
        background-image: url('images/forest.jpg');
    }

    #longlive {
        background-image: url('images/summer1.jpg');
    }

    #luxury {
        background-image: url('images/slider1.jpg');
    }
}

.navbar {
    left: 0px;
    top: 0px;
    width: 100%;
    line-height: 20px;
    position: fixed;
    z-index: 10;
    background-color: rgb(209, 42, 47);
}

.navbar-header::before {
    display: table;
    content: " ";
}

.navbar-header::after {
    display: table;
    content: " ";
}

.navbar-header::after {
    clear: both;
}

@media all and (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-header .navbar-brandx {
    margin-left: 95px;
    float: left;
}

    .navbar-header .navbar-brandx img {
        height: 50px;
    }

.navbar-collapse {
    margin: 0px -15px;
    -ms-overflow-x: visible;
    max-height: 340px;
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse::before {
        display: table;
        content: " ";
    }

    .navbar-collapse::after {
        display: table;
        content: " ";
    }

    .navbar-collapse::after {
        clear: both;
    }

    .navbar-collapse.in {
        -ms-overflow-y: auto;
    }

@media all and (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            height: auto !important;
            overflow: visible !important;
            padding-bottom: 0px;
            display: block !important;
        }

        .navbar-collapse.in {
            border-color: rgb(0, 0, 0);
            -ms-overflow-y: visible;
        }

        .navbar-collapse :last-child.navbar-text {
            margin-right: 0px;
        }
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    transition: height 0.35s;
    height: 0px;
    overflow: hidden;
    position: relative;
}

.navbar-toggle {
    padding: 9px 10px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

    .navbar-toggle .icon-bar {
        border-radius: 1px;
        width: 22px;
        height: 2px;
        display: block;
        background-color: rgb(255, 255, 255);
    }

    .navbar-toggle:hover .icon-bar {
        background-color: rgb(201, 157, 60);
    }

    .navbar-toggle:focus .icon-bar {
        background-color: rgb(201, 157, 60);
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0);
    }

@media all and (max-width:950px) {
    .award-fixed {
        display: none;
    }
}

@media all and (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    list-style: none;
    margin: 8px 0px;
    padding: 0px;
}

    .navbar-nav li a {
        padding: 10px 15px;
        color: rgb(255, 255, 255);
        display: block;
    }

        .navbar-nav li a:hover {
            color: rgb(102, 0, 0);
            text-decoration: none;
        }

    .navbar-nav li.active a {
        color: rgb(102, 0, 0);
    }

@media all and (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        margin: 0px;
    }

    .navbar-nav {
        margin: 0px 0px 0px 5%;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 14px;
        font-weight: normal;
        float: left;
    }

        .navbar-nav li {
            float: left;
        }

            .navbar-nav li a {
                padding: 15px;
            }
}

.industrialFont {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
}

.carousel-control .glyphicon-menu-left {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .glyphicon-menu-right {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .icon-next {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .icon-prev {
    top: 50%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

.carousel-control .glyphicon-menu-left::before {
    width: 28px;
    height: 50px;
    display: block;
    content: " ";
}

.carousel-control:hover .glyphicon-menu-left::before {
}

.carousel-control .glyphicon-menu-right::before {
    width: 28px;
    height: 50px;
    display: block;
    content: " ";
}

.carousel-control:hover .glyphicon-menu-right::before {
}

.carousel-control {
    width: 10%;
    color: rgb(42, 42, 101);
    opacity: 1;
    text-shadow: none;
}

    .carousel-control:hover {
        color: rgb(220, 188, 100);
        opacity: 1;
    }

    .carousel-control:focus {
        color: rgb(220, 188, 100);
        opacity: 1;
    }

.nav-tabs > li > a {
    padding: 3px 8px;
    border-radius: 4px;
    border: 2px solid rgb(43, 39, 103);
    border-image: none;
    margin-right: 3px;
    margin-bottom: 3px;
}

.nav-tabs > li.active > a {
    background: 0px 0px rgb(43, 39, 103);
    border: 2px solid rgb(43, 39, 103);
    border-image: none;
    color: rgb(255, 255, 255);
}

    .nav-tabs > li.active > a:focus {
        background: 0px 0px rgb(43, 39, 103);
        border: 2px solid rgb(43, 39, 103);
        border-image: none;
        color: rgb(255, 255, 255);
    }

    .nav-tabs > li.active > a:hover {
        padding: 3px 8px;
        border-radius: 4px;
        border: 2px solid rgb(209, 42, 47);
        border-image: none;
        color: rgb(255, 255, 255);
        margin-right: 3px;
        margin-bottom: 3px;
        background-color: rgb(209, 42, 47);
    }

.nav-tabs > li > a:hover {
    padding: 3px 8px;
    border-radius: 4px;
    border: 2px solid rgb(209, 42, 47);
    border-image: none;
    color: rgb(255, 255, 255);
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: rgb(209, 42, 47);
}

.nav-tabs {
    margin-bottom: 10px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}



