/*#region FONTS*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
/*#endregion*/

/*#region basic*/
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333 !important;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    text-rendering: optimizeSpeed;
}

* {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

strong, b {
    font-weight: normal !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500 !important;
}

#ns-wrapper {
    min-height: 100%;
    position: relative;
}

#ns-header {
}


#ns-content {
    padding-bottom: 68px;
}

#ns-footer {
}


a, a:hover, a h2, a h2:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

p {
    margin: 0 0 10px;
    white-space: normal;
}



img {
    max-width: 100%;
    width: auto;
}


blockquote {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    margin: 20px 0;
    display: block;
    padding: 0 0 0 60px;
    position: relative;
    text-align: center;
    border-left: 5px none #eeeeee;
}

.blockquote {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    margin: 20px 0;
    display: block;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
    border-left: 5px none #eeeeee;
}

.m0 {
    margin: 0 !important;
}
/*#endregion basic*/

/*#region reset*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}

.container {
    padding-right: 7px;
    padding-left: 7px;
}


.transition {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/*#endregion reset*/

/*#region SCROLLBAR*/
::-webkit-scrollbar {
    width: 10px; /* for vertical scrollbars */
    height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
}

scrollbar {
    /*  clear useragent default style*/
    -moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
    -moz-appearance: none !important;
}
/* the sliding part*/
thumb {
    -moz-appearance: none !important;
}

scrollcorner {
    -moz-appearance: none !important;
    resize: both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
    color: silver;
}
/*#endregion*/

/*#region*/


.news-intro:after, .news-intro:before, .main-box:before, .main-box:after {
    content: '';
    display: table;
    clear: both;
}

.news-intro h2 {
    font-size: 24px;
    margin: 10px 0;
}

.news-intro h4 {
    font-size: 18px;
    color: #0c9dbe;
    margin: 0;
}

.news-intro {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
}

    .news-intro img {
        max-width: 200px;
        float: left;
        margin-right: 15px;
    }
/*#endregion*/



/*#region MENU*/
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: white !important;
    border: 0 solid transparent;
    margin-right: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0c9dbe;
}

@media (min-width:767px) {
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        display: none !important;
    }

    .NewsContent .slick-slide img {
        max-height: 380px;
    }
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        border-top: 5px solid;
        border-right: 5px dashed transparent;
        border-bottom: 5px dashed transparent;
        border-left: 5px dashed transparent;
        float: right;
        color: #bebebe;
    }

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        position: static;
        margin-top: -6px;
        margin-right: -10px;
        margin-left: 0;
        display: block;
        width: 40px;
        height: 32px;
        overflow: hidden;
        vertical-align: middle;
        border-top: 0 solid;
        border-right: 0 dashed transparent;
        border-bottom: dashed transparent;
        border-left: 1px solid #F5F5F5;
        float: right;
        color: transparent;
        background: url(../images/strelka-down.png) no-repeat center #FCFCFC;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .navbar-nav .sub-arrow:hover {
            background: url(../images/strelka-down-white.png) no-repeat center #D11518;
            border-left: 1px solid #D11518;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

@media (max-width:767px) {

    .nav > li {
        border-bottom: 1px solid #F5F5F5;
    }

        .nav > li:hover {
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

        .nav > li a:hover {
            color: #D11518 !important;
        }

    .main-menu .container > .navbar-header, .main-menu .container-fluid > .navbar-header, .main-menu .container > .navbar-collapse, .main-menu .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .mini-menu {
        padding: 10px 5px;
    }

        .mini-menu li {
            font-size: 10px;
        }

    .log {
        padding-left: 0 !important;
    }

    #mainmenu.navbar-collapse {
        border-color: #e7e7e7;
        position: relative;
        z-index: 100;
        background-color: white;
    }
}

.main-menu-holder {
    background: white;
    height: 50px;
}

.main-menu {
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.main-menu {
    background-color: white;
    border: none;
    min-height: initial;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 350px;
    max-height: initial;
}

/*#endregion MENU*/

/*#region TABS*/
.r-tabs {
    position: relative;
    background-color: transparent;
    border-top: 0 solid #0c9dbe;
    border-right: 0 solid #0c9dbe;
    border-left: 0 solid #0c9dbe;
    border-bottom: 0 solid #0c9dbe;
    border-radius: 0;
}

    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        background-color: transparent;
    }

    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: 1px solid #0c9dbe;
    }

    .r-tabs .r-tabs-nav .r-tabs-anchor {
        text-shadow: none;
        font-size: 18px;
        color: #bbb;
        text-transform: uppercase;
        padding: 5px 10px;
    }

    /*#endregion TABS*/

    /*#region ACCORDION*/
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        padding: 10px;
        background-color: #ededed;
        color: #333;
        text-decoration: none;
        text-shadow: none;
        font-size: 14px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom: 1px solid #ddd;
        background-image: url(../images/arrow_down_gray.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #dbecf4;
        color: #333;
        text-shadow: none;
        background-image: url(../images/arrow_up_gray.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
    }
/*#endregion ACCORDION*/

/*#region FLEX IMAGES*/

.flex-images .item img {
    width: auto;
    height: auto;
    border: none;
    border: 1px solid #dddddd;
}

.flex-images .item {
    float: left;
    margin: 4px;
    border: 1px none #eee;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    max-width: 250px;
}

/*#endregion flex-imgs*/

/*#region news details*/
.inner-content-box {
    margin-top: 0;
}

.FeatImg, .MainImg .item img {
    width: 100%;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.full-content h2 {
    font-size: 26px;
    color: #333;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
}

.full-content h3 {
    font-size: 16px;
    color: #333;
    line-height: 19px;
    margin-bottom: 15px;
}

.full-content .news-intro h2, .full-content .news-intro h2 a {
    color: #343434;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
}

.full-content .news-intro h4 {
    font-size: 14px;
}

.full-content .news-intro p {
    color: #333;
}

.full-content h6 {
    font-size: 12px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin: 0 0 20px 0;
    display: block;
    text-transform: none;
    color: #888;
}

    .full-content h6:after {
        content: '';
        display: table;
        clear: both;
    }

.full-content #time {
    font-size: 15px;
    text-align: right;
    color: #D11518 !important;
}

.red {
    color: #D11518 !important;
}

.full-content h6 span {
    display: inline-block;
    font-size: 14px;
}

.full-content h6 #datepicker span {
    display: table-cell;
    font-size: 14px;
}


.full-content h6 span.glyphicon {
    padding-right: 2px;
}

.NewsContent {
    margin: 15px 0 25px 0;
    position: relative;
}

    .NewsContent p {
        font-size: 14px;
        color: #333;
    }

.keyword {
    font-style: italic;
}

.disqus {
    background: #fefefe;
    padding: 10px 20px;
    margin-bottom: 15px;
}
/*#endregion news details*/

/* #region tagovi*/

.tagovi, .tagovi-holder {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .tagovi .tag {
        display: inline-block;
        margin: 3px 3px;
        background: #efefef;
        border-radius: 3px;
        padding: 0;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .tagovi .tag a {
            font-size: 14px;
            color: #555;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            padding: 4px 8px 4px 8px;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            display: inline-block;
        }

        .tagovi .tag:hover {
            background: #D11518;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

            .tagovi .tag:hover a {
                -webkit-transition: all 0.2s ease-in;
                -moz-transition: all 0.2s ease-in;
                -ms-transition: all 0.2s ease-in;
                -o-transition: all 0.2s ease-in;
                transition: all 0.2s ease-in;
                color: white;
            }

        .tagovi .tag span {
            border-radius: 0;
            border-top-right-radius: 2px;
            padding: 7px 5px;
            margin: 0 !important;
            border-bottom-right-radius: 2px;
            background: #ddd;
            background: rgba(0, 0, 0, 0.1);
            min-width: 25px;
            display: inline-block;
            font-weight: normal;
            font-size: 14px;
        }

    .tagovi-holder h2 {
        color: #555;
        font-size: 16px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
        padding: 17px 15px;
        background: #e5e5e5;
        height: 50px;
        border-bottom: 2px solid #D42629;
    }

/* #endregion tagovi*/

/*#region subscribe*/
.subscribe {
    background: #e5e5e5;
    margin-top: 15px;
}

    .subscribe h2 {
        color: #555;
        font-size: 16px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
        padding: 17px 15px;
        background: #e5e5e5;
        height: 50px;
        border-bottom: 2px solid #D42629;
    }

    .subscribe .form-group {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .subscribe label {
        font-weight: normal;
    }

    .subscribe .input-group {
        width: 100%;
    }

    .subscribe .input-group-addon:last-child {
        border-left: 0;
        position: absolute;
        right: 0;
        z-index: 10;
        width: auto;
        bottom: 0;
        top: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 5px;
    }

.error {
    padding: 0 15px;
}

    .error #error-message {
        color: #D42629;
    }

    .error #success-message {
        color: #269AD4;
    }
/*#endregion subscribe*/

/*#region Scroll to top */

.scrollToTop {
    background-position: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 43px;
    right: 0;
    display: none;
    background: url('../images/back-to-top.png');
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    z-index: 100;
    background-repeat: no-repeat;
    opacity: 0.5;
}

    .scrollToTop:hover {
        opacity: 1;
    }

/*#endregion Scroll to top */

/*#region NewsGalleryMaster*/

.galleryTmpl {
    position: relative;
    margin-bottom: 20px;
}

    .galleryTmpl:before, .galleryTmpl:after {
        clear: both;
        display: table;
        content: '';
    }

.big-slider.slick-slider, .inline-gal-big.slick-slider {
    background: #6D6F71;
    color: white;
}

.inline-gal-big.slick-slider {
    background: #6D6F71;
    color: white;
    height: 380px;
    overflow: hidden;
}

.big-slider .slick-slide .caption, .inline-gal-big .slick-slide .caption {
    padding: 15px 20px 20px 5px;
}

.authorImg {
    border-top: 1px solid #888;
    padding-top: 5px;
    text-align: right;
    font-size: 13px;
    color: #ccc;
}

.clipDescription {
    height: 450px;
    overflow-y: auto;
}

.galleryTmpl:hover .small-slider {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.small-slider {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .small-slider .slick-list, .inline-gal-small .slick-list {
        padding: 0 !important;
        margin: 0 100px !important;
        overflow: hidden;
    }

    .small-slider .slick-center, .inline-gal-small .slick-center {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        background: rgba(252, 248, 227, 0.37);
    }

    .small-slider .slick-slide.slick-active, .inline-gal-small .slick-slide.slick-active {
        outline: none;
    }

    .small-slider .slick-slide img, .inline-gal-small .slick-slide img {
        display: block;
        border: 4px solid rgba(255,255,255,.4);
        margin: 0 auto;
        cursor: pointer;
    }

    .small-slider .slick-slide.slick-center img, .inline-gal-small .slick-slide.slick-center img {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: 4px solid rgba(255,255,255,.9);
    }

    .small-slider .slick-slide, .inline-gal-small .slick-slide {
        display: block;
        padding: 15px;
    }

    .small-slider .slick-prev, .inline-gal-small .slick-prev {
        position: absolute;
        z-index: 99;
        top: 25%;
        left: 30px;
        background: url(../images/slick-left.png) no-repeat center;
        height: 50px;
        outline: none;
        width: 50px;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.small-slider, .inline-gal-small {
    background: rgba(0,0,0,.6);
    bottom: 0;
    position: absolute !important;
}

    .small-slider .slick-next, .inline-gal-small .slick-next {
        width: 50px;
        position: absolute;
        z-index: 99;
        top: 25%;
        right: 20px;
        background: url(../images/slick-right.png) no-repeat center;
        height: 50px;
        outline: none;
        opacity: 0.8;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .small-slider .slick-prev:hover, .small-slider .slick-next:hover, .inline-gal-small .slick-prev:hover, .inline-gal-small .slick-next:hover {
            opacity: 1;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

.galleryTmpl.newz .col-md-9#left-main {
    width: 74.6%;
}

.inline-gal-small.col-md-3#left-main {
    width: 100%;
}

.NewsContent iframe {
    max-width: 100% !important;
    width: 100%;
}

    .NewsContent iframe.twitter-tweet, .NewsContent iframe.instagram-media {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }

/*#endregion NewsGalleryMaster*/

/*#region paging*/
.btn-link {
    color: #fff;
    background-color: #8D8F92 !important;
    text-decoration: underline;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .btn-link:hover, .btn-link:focus {
        color: #fff;
        background-color: #fff;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
/*#endregion paging*/

/*#region NewsIndex*/
#filterByDate {
    cursor: pointer;
}

.NewsIndex a:hover h2, .indexDate {
    color: #D42629;
}

    .indexDate:after {
        content: '/';
        color: #A2A2A2;
        display: inline;
        padding: 0 5px;
    }

/*#endregion NewsIndex*/

/*#region pagination*/

.btn-group.new-pg {
    display: block;
    text-align: center;
}

.pagination {
    margin: 0 auto;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 4px 10px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #fff;
        text-decoration: none;
        background-color: #8E9093;
        border: 1px solid #8E9093;
        margin: 0 2px;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #fff;
            background-color: #6D6F71;
            border-color: #6D6F71;
        }

    .pagination > li.current > a, .pagination > li.current > span {
        background-color: #923a69;
        border-color: #923a69;
    }

    .pagination > li.last > a, .pagination > li.last > span {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background-color: #bbb;
        border: 1px solid #bbb;
    }

    .pagination > li.first > a, .pagination > li.first > span {
        margin-left: 0;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        background-color: #bbb;
        border: 1px solid #bbb;
    }

    .pagination > li > a.prev, .pagination > li > a.next {
        background-color: #bbb;
        border: 1px solid #bbb;
    }

        .pagination > li > a.prev:hover, .pagination > li > a.next:hover, .pagination > li > a.prev:focus, .pagination > li > a.next:focus,
        .pagination > li.first > a:hover, .pagination > li.first > a:focus, .pagination > li.last > a:hover, .pagination > li.last > a:focus {
            color: #fff;
            background-color: #8E9093;
            border-color: #8E9093;
        }
/*#endregion pagination*/

/*#region sliders*/

.small-slider .slick-list {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.galleryTmpl:hover .small-slider .slick-list {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.galleryTmpl .small-slider, .inline-gal-small {
    background: transparent;
    bottom: 0;
    position: absolute !important;
}

.galleryTmpl:hover .small-slider, .inline-gal-small {
    background: rgba(0,0,0,.6);
    bottom: 0;
    position: absolute !important;
    width: 100%;
}

.inline-gal-small {
    background: rgba(0,0,0,.0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.galleryTmpl:hover .inline-gal-small {
    background: rgba(0,0,0,.6);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.inline-gal-small .slick-list {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.galleryTmpl:hover .inline-gal-small .slick-list {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.slick-slide img {
    display: block;
    max-height: 590px;
    margin: 0 auto;
}

.search .ns-search-field {
    background: none;
    border: none;
    outline: none;
    padding: 10px;
}


.s-btn {
    float: right;
    background: #D42629;
    padding: 10px;
    line-height: 16px;
    color: white;
    cursor: pointer;
}

/*#endregion sliders*/

/*#region loader*/
.loader {
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: fixed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
    z-index: 99999;
    top: 40%;
    left: 50%;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.087em -0.825em 0 -0.42em #0C86AF, -0.173em -0.812em 0 -0.44em #0C86AF, -0.256em -0.789em 0 -0.46em #0C86AF, -0.297em -0.775em 0 -0.477em #0C86AF;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.338em -0.758em 0 -0.42em #0C86AF, -0.555em -0.617em 0 -0.44em #0C86AF, -0.671em -0.488em 0 -0.46em #0C86AF, -0.749em -0.34em 0 -0.477em #0C86AF;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.377em -0.74em 0 -0.42em #0C86AF, -0.645em -0.522em 0 -0.44em #0C86AF, -0.775em -0.297em 0 -0.46em #0C86AF, -0.82em -0.09em 0 -0.477em #0C86AF;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.087em -0.825em 0 -0.42em #0C86AF, -0.173em -0.812em 0 -0.44em #0C86AF, -0.256em -0.789em 0 -0.46em #0C86AF, -0.297em -0.775em 0 -0.477em #0C86AF;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.338em -0.758em 0 -0.42em #0C86AF, -0.555em -0.617em 0 -0.44em #0C86AF, -0.671em -0.488em 0 -0.46em #0C86AF, -0.749em -0.34em 0 -0.477em #0C86AF;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, -0.377em -0.74em 0 -0.42em #0C86AF, -0.645em -0.522em 0 -0.44em #0C86AF, -0.775em -0.297em 0 -0.46em #0C86AF, -0.82em -0.09em 0 -0.477em #0C86AF;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em #0C86AF, 0 -0.83em 0 -0.42em #0C86AF, 0 -0.83em 0 -0.44em #0C86AF, 0 -0.83em 0 -0.46em #0C86AF, 0 -0.83em 0 -0.477em #0C86AF;
    }
}

/*#endregion loader*/

/*#region social*/
.fb_iframe_widget {
    display: block !important;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    max-width: 100%;
}

    .fb_iframe_widget span {
        vertical-align: top;
        width: 100% !important;
        height: initial;
        overflow: hidden;
    }

        .fb_iframe_widget span iframe {
            border: none;
            visibility: visible;
            width: 100% !important;
            height: 100% !important;
        }

.instagram-media, .twitter-tweet {
    margin: 0 auto;
    max-width: 100%;
}
/*#endregion social*/

/*#region newsletter*/

.newsletter-success-message span {
    width: 300px;
    top: 60px;
    right: 0;
    display: block;
    position: fixed;
    background: #D42629;
    background: rgba(212, 38, 41, 0.9);
    border-color: #D42629;
    border-radius: 0;
    padding: 10px 20px;
    color: #F9F9F9;
    z-index: 999;
    padding-right: 35px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

    .newsletter-success-message span:after {
        content: "\e014";
        position: absolute;
        color: white;
        font-weight: bold;
        right: 15px;
        top: 12px;
        cursor: pointer;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
    }

    .newsletter-success-message span:before {
        content: "\e122";
        display: block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
    }

    .newsletter-success-message span:empty {
        display: none;
    }

/*#endregion newsletter*/

/*#region display versions*/

.display-versions {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 999999;
    left: 10px;
}


@media only screen and (max-device-width: 767px) {
    .display-versions {
        display: block;
    }

    .display-versions {
        position: absolute;
        top: 0;
        margin: 0;
        background: #3A3434;
        width: 35px;
        border-bottom: 0px solid #CAC2C2;
        left: 0;
        height: 38px;
    }

        .display-versions a#show-desktop-v {
            background: url("../images/show_mobile_icon.png") no-repeat center center;
        }

        .display-versions a#show-mob-v {
            background: url("../images/show_desktop_icon.png") no-repeat center center;
        }

        .display-versions a#show-desktop-v, .display-versions a#show-mob-v {
            margin-left: 0;
            display: inline-block;
            -ms-background-size: 20px 20px;
            background-size: 20px 20px;
            padding: 0px;
            color: #FFFFFF;
            height: 35px;
            width: 35px;
        }
}

/*#endregion display versions*/

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

        .navbar-nav :before, .navbar-nav:after {
            content: initial;
        }

    .logoWidth {
        width: 170px !important;
        height: 60px;
    }

    .navbar-nav > li {
        float: left;
        width: 10.685%;
        text-align: center;
    }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            text-align: left;
        }
}

@media (min-width: 991px) and (max-width:1199px) {
    .logoWidth {
        width: 145px !important;
    }

    .navbar-nav > li {
        width: 10.633%;
    }
}


@media screen and (min-width: 1200px) {
    .navbar-nav > li {
        margin: 0 11px;
        width: auto !important;
    }
}
