/**/
.page-loader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

html {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

#headerVideoContainer h2{
    z-index: 999;
}

#blue-video-overlay {
    position: absolute;
    width:100%;
    height: 100%;
    background-color: #0f276c;
    opacity: 0.5;
}

#headerVideo {
    position: absolute;
    min-width: inherit;
    min-height: inherit;
    width: inherit;
    height: inherit;
    z-index: -100;
}

@media (min-width: 768px) {
    .unbreakable {
        white-space: nowrap;
    }
    #logo {
        padding: 8rem 0;
    }
}
@media (min-width: 992px) {

    .dotted-top-left {
        background: url("/images/dotted-top-left.png") top right no-repeat;
    }
    .dotted-bottom-right {
        background: url("/images/dotted-bottom-right.png") top left no-repeat;
    }
    .dotted-top-right {
        background: url("/images/dotted-top-right.png") top left no-repeat;
    }
    .dotted-bottom-left {
        background: url("/images/dotted-bottom-left.png") top right no-repeat;
    }

    .dotted-bottom-right-dotted-bottom-left {
        background: url("/images/dotted-bottom-right.png") top left no-repeat, url("/images/dotted-bottom-left.png") top right no-repeat;
    }
    .dotted-top-left-dotted-top-right {
        background: url("/images/dotted-top-left.png") top right no-repeat, url("/images/dotted-top-right.png") top left no-repeat;
    }
}

/*.brl-shadow {*/
    /*box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);*/
/*}*/

.container h1, .container h2 {
    font-size: 2.5rem;
}

h1, h2, h3 {
    letter-spacing: -0.1rem;
}

h1, h2, h3, h4, h5, nav {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold !important;
}

.quicksand-font {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold !important;
}

.page-loader p {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
}

.strong {
    font-weight: bold;
}

.color-yellow-primary{
    color: #e9c501;
}

.color-blue-primary{
    color: #0f276c;
}

.color-gray-primary{
    color: #646464;
}

.background-blue-primary {
    background-color: #0f276c;
}

.font-1-1-rem {
    font-size:1.1rem;
}

.white-clip {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%); /* 11% */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
}

.yellow-dots {
    background: url("/images/line-yellow-dot.png") repeat-x;
    min-height: 22px;
}


.image-europe-croatia-placeholder{
    min-height: 421px;
}
.image-europe-croatia {
    /*background: url("/images/bck-europe-croatia.png") top right no-repeat;*/
    position: absolute;
    right: 0%;
}

footer ul.list-inline li{
    font-size: 16px;
}