/*#region FONTS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);


@font-face {
    font-family: 'Fira Sans';
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Light.eot');
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Light.eot') format('embedded-opentype'), url('https://mozilla.github.io/Fira/woff2/FiraSans-Light.woff2') format('woff2'), url('https://mozilla.github.io/Fira/woff/FiraSans-Light.woff') format('woff'), url('https://mozilla.github.io/Fira/ttf/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Regular.eot');
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Regular.eot') format('embedded-opentype'), url('https://mozilla.github.io/Fira/woff2/FiraSans-Regular.woff2') format('woff2'), url('https://mozilla.github.io/Fira/woff/FiraSans-Regular.woff') format('woff'), url('https://mozilla.github.io/Fira/ttf/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Medium.eot');
    src: url('https://mozilla.github.io/Fira/eot/FiraSans-Medium.eot') format('embedded-opentype'), url('https://mozilla.github.io/Fira/woff2/FiraSans-Medium.woff2') format('woff2'), url('https://mozilla.github.io/Fira/woff/FiraSans-Medium.woff') format('woff'), url('https://mozilla.github.io/Fira/ttf/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'BekutanMK';
    src: url('../fonts/BekutanMK.otf') format('opentype');
}

@font-face {
    font-family: 'FFHekaya-Light';
    src: url('../fonts/FFHekaya-Light.otf') format('opentype');
}


@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'), url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'), url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Italic.woff') format('woff'), url('../fonts/CenturyGothic-Italic.ttf') format('truetype'), url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}



/*#endregion*/

/*#region NS*/
/*#region basic*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    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 {
    background: transparent;
}

@media (max-width:767px) {
    #ns-header {
        position: fixed;
        z-index: 999;
        width: 100%;
    }
}

#ns-content {
    /*padding-bottom: 75px;*/
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 225px;
}

#ns-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0;
    background: #fafafa;
}

.copyright {
    color: #0c4c8a;
    font-size: 12px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
}

    .copyright a {
        font-size: 12px;
        color: #0c4c8a;
    }

        .copyright a:hover {
            color: white;
        }

@media (max-width:768px) {
    .copyright {
        text-align: center;
    }

    .p0-xs {
        padding: 0 !important;
    }
}

.search {
    font-size: 12px;
    color: #b5b5b5;
    padding-top: 0;
    float: right;
}

.breadcrumbs {
    color: #888 !important;
}

.social-icons {
    padding: 30px 0;
}

    .social-icons img {
        margin: 0 10px;
    }

.footer .rights > p, .footer .rights a {
    color: #6998bd;
    text-align: center;
    width: 100%;
    padding-top: 0;
    font-size: 12px;
}

    .footer .rights a:hover {
        color: #d33377;
    }

.rights {
    margin-top: 40px;
}

.text-product ul.handle li:before {
    list-style: none !important;
}

.footer ul {
    height: 40px;
    float: right;
    margin: 0;
}

    .footer ul li {
        float: left;
        border-right: 1px solid #444;
        height: 40px;
    }

        .footer ul li a {
            font-size: 12px;
            color: #b5b5b5;
            padding: 12px;
            display: block;
            height: 40px;
        }

            .footer ul li a:hover {
                color: #fff;
                background: #0091B3;
            }

a, a:hover, a h2, a h2:hover {
    text-decoration: none;
    color: #0091B3;
    -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;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(170, 170, 170, 0.35) !important;
}

img {
    max-width: 100%;
    /* width: 100%; */
    height: auto;
}

h1, .h1 {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 15px;
}

h3, .h3 {
    font-size: 24px;
    color: #333;
}

h4, .h4 {
    font-size: 14px;
    color: #333;
}

h5, .h5 {
    font-size: 21px;
    color: #333;
    margin-top: 25px;
}

h6, .h6 {
    color: #0091B3;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 16px;
}

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 {
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}

.container {
    padding-right: 7px;
    padding-left: 7px;
}

.pl15 {
    padding-left: 15px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.p0 {
    padding-left: 0;
    padding-right: 0;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.p5 {
    padding: 0 5px !important;
}

.mt25 {
    margin-top: 24px;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 15px;
}

.m10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.m5 {
    margin-top: 5px;
}

.m25 {
    margin-top: 25px !important;
}

@media screen and (max-width:991px) {

    .p5 {
        padding: initial;
    }

    .p0 {
        padding: initial;
    }

    .pr0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pl0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.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*/
.main-menu {
    background-color: #FFFFFF;
}

    .main-menu li a.active {
        color: #fff !important;
        background: #6d6f71 !important;
    }

    .main-menu li .active-in {
        color: #0c4d8a !important;
        font-weight: bold;
    }

    .main-menu li a:hover .active-in {
        color: #d13076 !important;
    }

.main-box {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.side-box {
    padding: 30px;
    background-color: #eee;
    margin-bottom: 10px;
}

.list-group-item-text {
    white-space: inherit;
}

.highlight {
    background: #0c9dbe;
    color: white;
    padding: 0 5px;
}

.highlight-red {
    background: #0091B3;
    color: white;
    padding: 0 5px;
}

.btn-default {
    color: white;
    background-color: #0091B3;
    border-color: #0091B3;
    text-decoration: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .btn-default.blue {
        color: white !important;
        background-color: #0c9dbe;
        border-color: #0c9dbe;
        text-decoration: none;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .btn-default.gray {
        color: white;
        background-color: #bebebe;
        border-color: #bebebe;
        text-decoration: none;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .btn-default.green {
        color: white;
        background-color: #7FB02F;
        border-color: #7FB02F;
        text-decoration: none;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .btn-default, .btn-default.red, .btn-default.green {
        -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-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
        .btn-default.red:hover, .btn-default.red:focus, .btn-default.red:active, .btn-default.red .active,
        .btn-default.green:hover, .btn-default.green:focus, .btn-default.green:active, .btn-default.green.active .btn-default:hover a, .btn-default:focus a, .btn-default:active a, .btn-default.active a,
        .btn-default.red:hover a, .btn-default.red:focus a, .btn-default.red:active a, .btn-default.red .active a,
        .btn-default.green:hover a, .btn-default.green:focus a, .btn-default.green:active a, .btn-default.green.active a {
            border: 1px solid #8D8F92;
            text-decoration: none;
            border-radius: 0;
            outline: none;
            background-color: #8D8F92;
            color: #fff;
        }

button {
    box-shadow: 0 0 0 transparent;
}

p.numblocks {
    margin: 0 0 10px;
    min-height: 48px;
    padding: 0 0 0 55px !important;
    position: relative;
    line-height: 20px !important;
}

p.num-1 span {
    color: #0c9dbe;
}

p.num-2 span {
    color: #D35252;
}

p.num-3 span {
    color: #bbb !important;
}

p.numblocks span {
    border: 1px solid #BDBDBD;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-size: 21px;
    height: 36px;
    left: 0;
    line-height: 30px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 36px;
    font-family: Open Sans, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
}

.table thead > tr > th {
    background: none repeat scroll 0 0 #0c9dbe !important;
    color: #FFF !important;
}

.details {
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 4px double #012848;
}

    .details p {
        text-transform: uppercase;
        line-height: 14px;
        margin: 0 0;
        font-size: 14px;
        padding: 15px 0;
    }

        .details p strong {
            display: block;
            text-transform: uppercase;
            line-height: 20px;
            font-size: 15px;
            font-weight: bold;
        }

.days, .minutes, .hours, .seconds {
    background-color: #ddd !important;
    text-align: center;
}

.days {
    background-color: #ccc !important;
}

.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 sitemap*/
.sitemap.container1 {
    padding-left: 20px;
}

    .sitemap.container1 li {
        background-image: none;
        padding-left: 0;
        padding-top: 15px;
    }

        .sitemap.container1 li a, .sitemap.container1 li ul li a {
            text-transform: uppercase;
            color: #333;
            margin: 0;
            font-size: 22px;
            line-height: 26px;
        }

        .sitemap.container1 li ul li ul li a {
            text-transform: initial;
            color: #0091B3;
            margin: 0;
            line-height: initial;
            font-size: 18px;
            line-height: 26px;
            text-transform: uppercase;
        }




        .sitemap.container1 li ul li ul li ul li a {
            text-transform: initial;
            color: #333;
            margin: 0;
            line-height: initial;
            font-size: 15px;
            line-height: 16px;
        }

        .sitemap.container1 li ul.level2 {
            list-style-type: none;
            background-image: none !important;
            margin-left: 0;
        }

        .sitemap.container1 li ul.level4 li {
            padding-left: 0;
        }

        .sitemap.container1 li ul.level3 {
            margin-left: 0;
        }

        .sitemap.container1 li ul.level4 {
            list-style-type: square;
            margin-left: 40px;
            font-size: 16px;
            line-height: 26px;
            margin-top: 0;
        }

        .sitemap.container1 li ul.level3 li {
            margin-top: 10px;
            border-top: 1px solid #e5e5e5;
            padding-top: 10px;
            padding-left: 15px;
        }

        .sitemap.container1 li ul.level4 li {
            margin-top: 0;
            border-top: 1px none #e5e5e5;
            padding-top: 0;
            padding-left: 0;
        }

        .sitemap.container1 li ul.level5, .sitemap.container1 li ul.level6 {
            margin-top: 0;
            border-top: 1px none #e5e5e5;
            padding-top: 5px;
        }

.sitemap.container1 {
    list-style-type: none;
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.left-nav-level4 > li > a {
    padding-left: 50px;
}

/*#endregion sitemap*/

/*#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 #abc8e8;
            border-left: 1px solid #abc8e8;
            -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:after, .nav > li:before, .navbar-default .navbar-nav > li > a.active:after, .navbar-default .navbar-nav > li > a.active:before {
            clear: both;
            content: '';
            display: block;
        }*/

        .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: #0091B3 !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;
}

@media (min-width:769px) {
    .navbar-nav ul a.has-submenu {
        /*background: url('../Images/trophies_next2.png') no-repeat center right !important;*/
    }
}
/*#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;
    margin-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .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 20px;
        background-color: #f2f6fc;
        color: #00467c;
        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: #abc8e8;
        color: #fff;
        text-shadow: none;
        /*background-image: url(../images/arrow_up_gray.png);
        background-repeat: no-repeat;
        background-position: right 10px center;*/
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
        content: '\002B';
        color: #777;
        float: right;
        margin-left: 5px;
        margin-right: 0;
        FONT-SIZE: 27px;
        color: #d13076;
        font-weight: 400;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
        content: "\2212";
    }
/*#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*/

/*#endregion NS*/



/*#region top*/
.top {
    background-color: #221F1F;
    color: white;
    border-bottom: 2px solid #0091B3;
    height: 40px;
    padding-top: 0;
}



    .top ul li {
        float: left;
    }

        .top ul li:first-child {
            border-right: 1px solid #2F2F2F;
            border-right: 1px solid #444;
            height: 40px;
        }

        .top ul li a {
            color: #B5B5B5;
            font-size: 12px;
            color: #b5b5b5;
            padding: 10px 12px;
            display: block;
            height: 40px;
        }

            .top ul li a:hover {
                color: #fff;
                background: #0091B3;
            }
/*#endregion top*/

/*#region logo*/
.logo-container {
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 0 5px 0;
    height: 95px;
}

    .logo-container a {
        display: block;
    }
/*#endregion logo*/

/*#region menu*/
.nav > li > a {
    text-transform: uppercase;
}

.main-menu {
    background: #0091B3; /* Old browsers */
    /*background: -moz-linear-gradient(top, #919396 0, #898b8e 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#919396), color-stop(100%,#898b8e)); 
    background: -webkit-linear-gradient(top, #919396 0,#898b8e 100%); 
    background: -o-linear-gradient(top, #919396 0,#898b8e 100%); 
    background: -ms-linear-gradient(top, #919396 0,#898b8e 100%); 
    background: linear-gradient(to bottom, #919396 0,#898b8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919396', endColorstr='#898b8e',GradientType=0 );*/
    border: none;
    min-height: inherit;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 6px 8px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background: transparent;
        color: white;
    }


.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    display: none;
}

.navbar-nav > li:hover > .dropdown-menu > li > .dropdown-menu {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    padding: 0;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        color: #221F1F;
        padding: 6px 10px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background: #e4e4e4;
            color: white;
        }
}

@media (min-width:768px) and (max-width:993px) {
}

@media (min-width:768px) {
    .inner-content-box.inner .kultura-featured-naslovna > div:first-child {
        min-height: 367px;
    }

    .gta-featured-naslovna > .col-sm-6 img {
        min-height: 269px;
    }

    .kultura-featured-naslovna div:first-child img {
        min-height: 269px;
    }

    .kultura-featured-naslovna > div {
        background: #e5e5e5;
    }

    .navbar-home {
        padding: 5px 10px;
        height: 32px;
        margin: 0;
        margin-left: 0 !important;
        background-color: #6d6f72;
    }

        .navbar-home:hover {
            background-color: #777 !important;
        }

    .navbar-nav > li {
        float: left;
        display: table-cell;
        text-align: center;
        position: relative;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        display: table;
        width: 100%;
    }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            width: 285px !important;
            position: absolute;
            left: 0 !important;
            right: 0 !important;
            margin-left: 0 !important;
            border-radius: 0;
            box-shadow: none;
            background: #e5e5e5;
            border: 1px solid #e5e5e5;
            padding: 0;
            text-align: left;
        }


        .navbar-nav > li:nth-of-type(6) > .dropdown-menu, .navbar-nav > li:nth-of-type(7) > .dropdown-menu, .navbar-nav > li:last-of-type > .dropdown-menu {
            left: auto !important;
        }

        .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
            display: block !important;
            position: absolute;
        }
}
/*#endregion menu*/

/*#region banner*/
.banner {
    height: 250px;
    display: block;
    background-color: #0091B3;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase;
}

    .banner a {
        color: white;
        font-size: 20px;
    }
/*#endregion banner*/

/*#region menu-news-module*/
.add-module {
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    background: transparent;
}

.menu-news-module {
    padding: 10px 0;
    position: relative;
}

    .menu-news-module .news-intro-title h2 {
        font-size: 13px;
        margin: 5px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        margin: 0;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        position: absolute;
        bottom: 14px;
        background: #555;
        background: rgba(0,0,0,.5);
        left: 5px;
        right: 5px;
    }

    .menu-news-module .news-intro-title h4 {
        font-size: 12px;
        margin: 5px 0;
    }

    .menu-news-module .news-intro-title img {
        border: 5px solid transparent;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #888b90;
    background-color: #EFEFEF;
}

.dropdown-menu > li > a {
    width: 16%;
}
/*#endregion menu-news-module*/

/*#region udarni*/
#carousel-udarni h2 {
    font-size: 12px;
}

#carousel-udarni h4 {
    background: #0091B3;
    margin: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 13px;
    height: 38px;
}

/*#endregion udarni*/

/*#region myCarousel- Aktuelno Naslovna*/

#myCarousel .carousel-caption {
    left: 25%;
    right: 15px;
    bottom: 15px;
    text-align: left;
    padding: 10px;
    background: #555;
    background: rgba(0,0,0,0.6);
    text-shadow: none;
    border-bottom: 2px solid #0091B3;
}

#myCarousel .list-group {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 10;
    right: auto;
    margin-left: 0;
}

@media (min-width: 768px) {
    #myCarousel .list-group {
        width: 23%;
    }
}

#myCarousel .list-group-item {
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    border: 1px none transparent;
    padding: 7px 0;
    height: auto !important;
    display: block;
    text-indent: 0;
    margin: 0;
    width: 100%;
}

    #myCarousel .list-group-item img {
        border: 2px solid white;
        height: 88px;
        width: 100%;
        position: relative;
        text-indent: 0;
    }

#myCarousel .list-group .active {
    background-color: transparent;
    border: 1px none transparent;
}

    #myCarousel .list-group .active img {
        border: 3px solid #0091B3;
    }

@media (min-width: 992px) {

    #myCarousel .carousel-controls {
        display: none;
    }
}

@media (max-width: 991px) {
    .carousel-caption p, #myCarousel .list-group {
        display: none;
    }
}

@media (max-width:767px) {
    #myCarousel .list-group {
        display: block;
    }

        #myCarousel .list-group.col-sm-3.carousel-indicators {
            display: none;
        }
}

#myCarousel a h4 {
    font-size: 18px;
    /* text-transform: uppercase; */
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    line-height: 20px;
}

#myCarousel {
    height: 444px;
    margin-bottom: 0px;
    position: relative;
    /* border-bottom: 4px double #dedede; */
    padding-bottom: 20px;
}

    #myCarousel .carousel-inner > .item > img, #myCarousel .carousel-inner > .item > a > img {
        line-height: 1;
        height: 100%;
    }

    #myCarousel .carousel-inner > .item {
        height: 100%;
    }

    #myCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

.tooltip-arrow {
    top: 50%;
    right: -15px;
    margin-top: -16px;
    border-width: 17px 0 17px 15px;
    border-left-color: #0091B3;
    display: none;
}

.list-group-item.active .tooltip-arrow {
    display: block;
}
/*#endregion myCarousel- Aktuelno Naslovna*/

/*#region Modules Naslovna (bottomListing, redboxtitle)*/
.moduleTitle {
    position: absolute;
    z-index: 10;
    right: 10px;
    background: #0091B3;
    background: rgba(212, 38, 41, 0.7);
    top: 10px;
}

    .moduleTitle a h4, .moduleTitle a p {
        color: white;
        padding: 0 10px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .moduleTitle a h4 {
        line-height: 16px;
    }

#myCarousel .moduleTitle a h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 7px;
}

.homePhoto a h2.title {
    font-size: 16px;
    background: #aaa;
    color: white;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.homePhoto {
    background: #e4e4e4;
    padding: 10px;
    border-bottom: 2px solid #0091B3;
}

    .homePhoto.photoHeight {
        height: 424px;
        margin-bottom: 15px;
    }

    .homePhoto .imgPhoto {
        position: relative;
        display: block;
        margin: 5px 0;
    }

        .homePhoto .imgPhoto h2 {
            position: absolute;
            overflow: hidden;
            font-size: 14px;
            color: white;
            text-overflow: ellipsis;
            bottom: -1px;
            left: 0;
            right: 0;
            margin: 0;
            padding: 6px 10px;
            background: #555;
            background: rgba(0,0,0,.5);
            max-height: 60px;
            line-height: 16px;
            height: 40px;
        }

            .homePhoto .imgPhoto h2.below {
                position: relative;
                overflow: hidden;
                font-size: 14px;
                color: white;
                text-overflow: ellipsis;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0;
                padding: 8px 10px;
                background: #555;
                background: rgba(0,0,0,.5);
            }

                .homePhoto .imgPhoto h2.below span {
                    text-overflow: ellipsis;
                    height: 29px;
                    overflow: hidden;
                    display: block;
                }


    .homePhoto.homeNajnovi .imgPhoto h2 {
        white-space: normal;
        height: 45px;
    }

    .homePhoto .carousel-control {
        position: absolute;
        height: 30px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5;
        width: 100%;
    }

        .homePhoto .carousel-control.left {
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
        }

        .homePhoto .carousel-control.right {
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .homePhoto.homeNajnovi .imgPhoto h2 {
        position: relative;
        font-size: 14px;
        color: white;
        height: auto;
        overflow: inherit;
        text-overflow: ellipsis;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 8px 10px;
        background: #555;
        background: rgba(0,0,0,.5);
        line-height: 17px;
    }

.redTitleBox:before, .redTitleBox:after {
    content: '';
    display: table;
    clear: both;
}

.redTitleBox {
    background: white;
    box-shadow: -1px 1px 2px #eee;
    box-shadow: -1px 1px 2px rgba(0,0,0,.1);
    margin: 20px 0;
}

    .redTitleBox a {
        display: block;
    }

    .redTitleBox > div > div > a > h2 {
        background: #0091B3;
        color: white;
        text-transform: uppercase;
        padding: 15px;
        margin: 0;
        margin-bottom: 15px;
        font-size: 16px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
    }

    .redTitleBox.gray > h2 {
        background-color: transparent;
        color: #0091B3;
        padding: 5px 10px;
        border-bottom: 1px solid #0091B3;
        font-size: 16px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        margin: 0 7px;
        background-image: url('../images/red-arrow-down.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px;
        line-height: 18px;
    }


.naslovnaBottomListing img {
    width: 100%;
    height: 170px;
}

.naslovnaBottomListing a {
    display: block;
    position: relative;
}

.naslovnaBottomListing .masterN {
    text-transform: uppercase;
    border-bottom: 2px solid #0091B3;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

    .naslovnaBottomListing .masterN p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }

.naslovnaBottomListing h2 {
    position: absolute;
    font-size: 14px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background: #555;
    background: rgba(0,0,0,.5);
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}

.aktuelno-featured-big .news-intro-title {
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: left;
    padding: 10px;
    background: #999;
    background: rgba(0,0,0,0.4);
    text-shadow: none;
    position: absolute;
}

.aktuelno-featured-big {
    position: relative;
}

    .aktuelno-featured-big .masterN, .aktuelno-featured-gray .masterN, .aktuelno-featured-white .masterN {
        background: #0091B3;
        background: rgba(212, 38, 41, 0.7);
        position: absolute;
        top: 10px;
        left: 10px;
    }

.aktuelno-featured-gray .masterN, .kultura-list-naslovna .masterN {
    background: #6d6d6d;
    background: rgba(109, 109, 109, 0.75);
    left: 17px;
}

.kultura-list-naslovna .masterN {
    display: inline-block;
    left: 0;
    position: absolute;
    z-index: 99;
}

.kultura-list-naslovna.Title h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    line-height: 18px;
}

.news-intro-title.Absolute {
    left: 25%;
    right: 15px;
    bottom: 30px;
    text-align: left;
    padding: 10px;
    background: #555;
    background: rgba(0,0,0,0.6);
    text-shadow: none;
    border-bottom: 2px solid #0091B3;
    color: white !important;
    position: absolute;
}

    .news-intro-title.Absolute h2, .news-intro-title.Absolute p {
        color: white !important;
    }

.aktuelno-featured-white .masterN {
    left: 17px;
}

    .aktuelno-featured-big .masterN p, .aktuelno-featured-gray .masterN p, .aktuelno-featured-white .masterN p, .kultura-list-naslovna .masterN p {
        color: white;
        padding: 3px 10px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }

.aktuelno-featured-gray .news-intro-title, .aktuelno-featured-white .news-intro-title {
    margin-top: 15px;
}



.redTitleBox h2, .full-content .naslovnaBottomListing h2, .full-content .news-intro-title h2 {
    font-size: 14px;
    color: white;
    /* margin: 0 0 10px 0; */
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    line-height: 17px;
    margin-top: 0;
}

.redTitleBox .naslovnaBottomListing h2, .full-content .naslovnaBottomListing h2 {
    margin-bottom: 0;
    max-height: 47px;
    line-height: 18px;
}

.full-content .naslovnaBottomListing h2 {
    margin: 0;
}

.redTitleBox .news-intro-title p, .full-content .news-intro-title p {
    color: white;
    text-transform: none;
    overflow: hidden;
    line-height: 18px;
    /* height: 53px; */
}

.redTitleBox .aktuelno-featured-gray, .full-content .aktuelno-featured-gray {
    background: #3b3b3b;
    padding-top: 15px;
    padding: 10px;
    height: 269px;
}

    .redTitleBox .aktuelno-featured-gray .news-intro-title p, .redTitleBox .aktuelno-featured-white .news-intro-title p,
    .full-content .aktuelno-featured-gray .news-intro-title p, .full-content .aktuelno-featured-big p {
        max-height: 50px;
        line-height: 16px;
        margin-bottom: 0;
    }

.full-content .aktuelno-featured-white .news-intro-title p {
    line-height: 16px;
    margin-bottom: 0;
}

.sport-featured-naslovna .aktuelno-featured-gray .news-intro-title p {
    max-height: inherit;
}

.redTitleBox.zabava .aktuelno-featured-gray, .redTitleBox.sport .aktuelno-featured-gray {
    background: #f1f1f1;
    padding-top: 0;
    padding: 0;
    height: 353px;
}

    .redTitleBox.zabava .aktuelno-featured-gray .news-intro-title, .redTitleBox.sport .aktuelno-featured-gray .news-intro-title {
        padding: 5px 15px;
    }

        .redTitleBox.zabava .aktuelno-featured-gray .news-intro-title h2, .redTitleBox.zabava .aktuelno-featured-gray .news-intro-title p,
        .redTitleBox.sport .aktuelno-featured-gray .news-intro-title h2, .redTitleBox.sport .aktuelno-featured-gray .news-intro-title p,
        .sport-featured-naslovna .aktuelno-featured-gray .news-intro-title h2, .sport-featured-naslovna .aktuelno-featured-gray .news-intro-title p {
            color: #333;
        }

.redTitleBox .aktuelno-featured-white, .full-content .aktuelno-featured-white {
    background: #e4e4e4;
    padding: 10px;
    height: 269px;
}

.full-content .aktuelno-featured-white, .full-content .aktuelno-featured-gray, .full-content .aktuelno-featured-big img {
    height: 269px;
}

.full-content .sport-featured-naslovna .aktuelno-featured-white .news-intro-title {
    height: 160px;
    overflow: hidden;
}

.full-content .sport-featured-naslovna .aktuelno-featured-white {
    height: 351px;
}

.redTitleBox .aktuelno-featured-white .news-intro-title p, .redTitleBox .aktuelno-featured-white .news-intro-title h2,
.full-content .aktuelno-featured-white .news-intro-title p, .full-content .aktuelno-featured-white .news-intro-title h2 {
    color: #555;
}

.redTitleBox .aktuelno-featured-gray .news-intro-title h2, .redTitleBox .aktuelno-featured-white .news-intro-title h2,
.full-content .aktuelno-featured-gray .news-intro-title h2, .full-content .aktuelno-featured-white .news-intro-title h2 {
    max-height: 50px;
    line-height: 16px;
    overflow: hidden;
}

.redTitleBox .col-md-12 .row > div {
    padding: 0 10px;
}
/*#endregion Modules Naslovna (bottomListing, redboxtitle)*/

/* #region vertical carousel*/

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.carousel.vertical .carousel-control {
    width: 100%;
    bottom: -15px;
    top: inherit;
}

    .carousel.vertical .carousel-control.left {
        top: -2px;
    }

#carousel-najnovi.carousel.vertical .carousel-control.left {
    top: 0px;
}

#carousel-najnovi.carousel.vertical .carousel-control.right {
    bottom: 25px;
}
/* #endregion vertical carousel*/

/* #region fix-grid*/

@media (min-width: 1200px) {
    /*#right-main {
        width: 314px;
    }

    #left-main {
        width: 886px;
    }*/

    #left-mainGall {
        width: 893px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.bgDark {
    background: #333;
    height: 590px;
}

/* #endregion fix-grid*/

/*#region Modules Naslovna*/
#carousel-photo .imgPhoto img {
    width: 100%;
    height: 110px;
}

.homePhoto .carousel-inner {
    padding: 25px 0 0 0;
}

.homePhoto.kyron .carousel-inner {
    padding: 0;
}

.naslovnaBottomListing:before, .naslovnaBottomListing:after {
    clear: both;
    content: '';
    display: table;
}

.kultura-featured-naslovna .news-intro-title p, .kultura-featured-naslovna .news-intro-title h2,
.kultura-list-naslovna .news-intro-title p, .kultura-list-naslovna .news-intro-title h2,
.gta-featured-naslovna .news-intro-title p, .gta-featured-naslovna .news-intro-title h2 {
    color: #555;
}

.kultura-list-naslovna .news-intro-title h2 {
    max-height: 32px;
    overflow: hidden;
    margin-top: 0;
}

.kultura-list-naslovna .news-intro-title p {
    max-height: 38px;
    line-height: 18px;
}

.gta-featured-naslovna .masterN {
    background: #0091B3;
    background: rgba(212, 38, 41, 0.7);
    position: absolute;
    top: 10px;
    left: 17px;
}

    .gta-featured-naslovna .masterN p {
        color: white;
        padding: 3px 10px;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }


.gta-featured-naslovna .news-intro-title {
    left: 7px;
    right: 7px;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: #555;
    background: rgba(0,0,0,0.6);
    text-shadow: none;
    position: absolute;
    color: white;
}

    .gta-featured-naslovna .news-intro-title * {
        color: white !important;
    }

#carousel-photo {
    height: 355px;
}

@media (min-width:768px) and (max-width:991px) {
    #carousel-photo {
        height: inherit;
    }

    .homePhoto.photoHeight {
        height: auto;
        margin-bottom: 15px;
    }

    .homePhoto.homeNajnovi {
        height: auto;
    }

    .redTitleBox.zabava .aktuelno-featured-gray, .redTitleBox.sport .aktuelno-featured-gray {
        height: 415px;
    }

    .sport-featured-naslovna .aktuelno-featured-big, .aktuelno-featured-big, .full-content .inner-content-box .kultura-featured-naslovna, .redTitleBox.tehnologija .kultura-featured-naslovna, .redTitleBox.kultura .kultura-featured-naslovna {
        margin-bottom: 15px;
    }

    .naslovnaBottomListing img {
        width: 100%;
        height: 100px;
    }

    .gta-featured-naslovna > .col-sm-6 img {
        min-height: 180px;
    }

    .naslovnaBottomListing .masterN p {
        font-size: 11px;
    }

    .featured-category .news-intro-title {
        padding: 0 15px !important;
    }

    .full-content .sport-featured-naslovna .aktuelno-featured-white {
        height: 440px !important;
    }
}

.homePhoto.homeNajnovi .carousel-inner {
    padding: 25px 0;
}

.homeVideo > a > h2 {
    background: #e4e4e4;
    color: #333;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    background: #0091B3;
    color: white;
}

.homePhoto.kyron .imgPhoto {
    margin: 10px 0;
}

.kultura-list-naslovna .gray-bg {
    background: #f1f1f1;
}

    .kultura-list-naslovna .gray-bg:before, .kultura-list-naslovna .gray-bg:after {
        clear: both;
        content: '';
        display: table;
    }

    .kultura-list-naslovna .gray-bg .gray-content {
        padding: 12px !important;
    }
/*#endregion modules naslovna*/

/*#region mega-photo*/
#megaFotoMainHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    z-index: 30;
}

#megagal {
    cursor: pointer;
    display: inline-block;
    color: #0091B3;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    -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;
    padding-top: 10px;
}

    #megagal:hover {
        color: white;
        -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;
    }

    #megagal span {
        font-size: 16px;
        padding-left: 5px;
    }

.megaFotoExit {
    right: 0;
    position: absolute;
    background: #ffffff;
    background: rgba(255,255,255,.7);
    width: 60px;
    height: 60px;
    padding: 25px;
    line-height: 8px;
    font-size: 22px;
    color: #BDBDBD;
    cursor: pointer;
    -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;
    z-index: 10;
    color: #000000;
}

    .megaFotoExit:hover {
        background: #0091B3;
        color: white;
        -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;
    }

#megaFotoMainHolder .carousel-indicators li {
    width: 20%;
    height: auto;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
    border: 1px none #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    margin: 0 10px;
    border: 5px solid rgba(255,255,255,.5);
    border-radius: 0;
}

    #megaFotoMainHolder .carousel-indicators li.active {
        border: 5px solid #0091B3;
    }


#megaFotoMainHolder .carousel-inner > .item {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#megaFoto {
    position: static;
    height: 100%;
}

    #megaFoto .list-group.col-sm-3.carousel-indicators {
        position: absolute;
        bottom: 0;
        bottom: 5%;
    }

    #megaFoto .carousel-caption {
        bottom: auto;
        right: 10%;
        width: 30%;
        left: auto;
        top: 15%;
        background: #555;
        background: rgba(0,0,0,.5);
        border-radius: 2px;
        text-align: left;
        padding: 35px;
    }

        #megaFoto .carousel-caption h1 {
            font-size: 28px;
            color: white;
            text-shadow: none;
            text-transform: uppercase;
            line-height: 34px;
        }

        #megaFoto .carousel-caption p {
            text-shadow: none;
            font-size: 18px;
            text-transform: none;
            margin-top: 25px;
        }
/*#endregion mega-photo*/

/*#region news details*/
.inner-content-box {
    margin-top: 0;
}

.FeatImg, .MainImg .item img {
    width: 100%;
    padding: 5px;
    background: #ffffff;
    /*background: rgba(255,255,255,0.6);*/
    border: 1px solid #e5e5e5;
}

.full-content h2 {
    font-size: 18px;
    color: #0c4c8a;
    font-family: 'Century Gothic';
    font-weight: 600;
    /* text-transform: uppercase; */
    font-style: italic;
}

.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 {
    color: #0091B3;
    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: #0091B3 !important;
}

.red {
    color: #0091B3 !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;
    }

.MainImg {
    position: relative;
}

.ImgAuthor {
    position: absolute;
    bottom: 7px;
    background: #555;
    background: rgba(0,0,0,.5);
    color: white;
    padding: 0 20px;
    left: 7px;
    border-top-right-radius: 5px;
}

.ArticlesInCategory {
    background: #FDFDFD;
    padding: 0;
}

    .ArticlesInCategory .news-intro-title img {
        border: 0 solid transparent;
        width: 100%;
    }

    .ArticlesInCategory .news-intro-title h2 {
        bottom: 0;
        left: 7px;
        right: 7px;
        font-size: 14px;
    }

    .ArticlesInCategory > h2 {
        background: #0091B3;
        color: white;
        text-transform: uppercase;
        padding: 15px;
        margin: 0;
        margin-bottom: 15px;
        font-size: 16px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        margin-bottom: 0;
    }

    .ArticlesInCategory .news-intro-title {
        padding: 15px;
    }

        .ArticlesInCategory .news-intro-title:after {
            content: '';
            clear: both;
            display: table;
        }

    .ArticlesInCategory.gray {
        background: transparent;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

        .ArticlesInCategory.gray .news-intro-title {
            padding: 0;
        }

        .ArticlesInCategory.gray .boxArticles {
            background: #e9e9e9;
            padding: 15px;
            margin-bottom: 15px;
            -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;
        }

            .ArticlesInCategory.gray .boxArticles h2 {
                position: relative;
                bottom: 0;
                left: 0;
                right: 0;
                background: transparent;
                padding: 10px 0;
                color: #333;
                white-space: normal;
                max-height: 59px;
                line-height: 16px;
                margin-bottom: 5px;
            }

            .ArticlesInCategory.gray .boxArticles p {
                color: #333;
                max-height: 55px;
                line-height: 18px;
            }

            .ArticlesInCategory.gray .boxArticles:hover {
                background-color: white;
                box-shadow: 2px 2px 2px rgba(0,0,0,.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;
            }

    .ArticlesInCategory.down .news-intro-title {
        padding: 15px 0;
    }

.ImgAuthor h4 {
    color: white;
    font-size: 12px;
}

.keyword {
    font-style: italic;
    background: #fefefe;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border: 1px solid rgba(229, 229, 229, 0.6);
}

.disqus {
    background: #fefefe;
    padding: 10px 20px;
    margin-bottom: 15px;
}
/*#endregion news details*/

/*#region side-box-right*/

.sidebar-modules {
    margin: 15px 0;
}

    .sidebar-modules.euro {
        background: rgba(204,204,0,1);
        background: -moz-linear-gradient(top, rgba(204,204,0,1) 0%, rgba(232,232,146,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,0,1)), color-stop(100%, rgba(232,232,146,1)));
        background: -webkit-linear-gradient(top, rgba(204,204,0,1) 0%, rgba(232,232,146,1) 100%);
        background: -o-linear-gradient(top, rgba(204,204,0,1) 0%, rgba(232,232,146,1) 100%);
        background: -ms-linear-gradient(top, rgba(204,204,0,1) 0%, rgba(232,232,146,1) 100%);
        background: linear-gradient(to bottom, rgba(204,204,0,1) 0%, rgba(232,232,146,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccc00', endColorstr='#e8e892', GradientType=0 );
    }

        .sidebar-modules.euro .news-intro-title {
            padding: 10px;
        }

            .sidebar-modules.euro .news-intro-title > span {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                margin-bottom: 5px;
                display: block;
                font-family: 'Fira Sans', sans-serif;
                font-weight: 500;
            }

            .sidebar-modules.euro .news-intro-title img {
                border: 2px solid #fff;
            }

        .sidebar-modules.euro h2 {
            border-bottom: none;
            background: rgba(255, 255, 255, 0.83);
            margin-top: 13px;
            color: #1f4d8b;
            font-size: 16px;
            position: relative;
            min-height: 50px;
            padding-left: 10px;
            padding-right: 75px;
            padding-top: 10px;
            display: table;
            width: 100%;
        }

            .sidebar-modules.euro h2 span {
                font-size: 16px;
                line-height: 1;
                text-transform: uppercase;
                display: table-cell;
                vertical-align: middle;
            }

            .sidebar-modules.euro h2 img {
                position: absolute;
                bottom: -8px;
                right: 0;
            }

            .sidebar-modules.euro h2 > span {
                color: #1f4d8b;
                /*font-size: 10px;
                text-transform: none;*/
            }

    /*#region side-box-right-tip-na-dneot*/
    .sidebar-modules.sport_tip {
        background: #20567c;
    }

        .sidebar-modules.sport_tip .news-intro-title {
            padding: 10px;
        }

            .sidebar-modules.sport_tip .news-intro-title > span {
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                margin-bottom: 5px;
                display: block;
                font-family: 'Fira Sans', sans-serif;
                font-weight: 500;
            }

            .sidebar-modules.sport_tip .news-intro-title img {
                border: 2px solid #fff;
            }

        .sidebar-modules.sport_tip h2 {
            border-bottom: none;
            background: rgba(255, 255, 255, 0.83);
            margin-top: 13px;
            color: #1f4d8b;
            font-size: 16px;
            position: relative;
            min-height: 50px;
            padding-left: 10px;
            padding-right: 75px;
            padding-top: 10px;
            display: table;
            width: 100%;
        }

            .sidebar-modules.sport_tip h2 span {
                font-size: 16px;
                line-height: 1;
                text-transform: uppercase;
                display: table-cell;
                vertical-align: middle;
            }

            .sidebar-modules.sport_tip h2 img {
                position: absolute;
                bottom: -8px;
                right: 0;
            }

            .sidebar-modules.sport_tip h2 > span {
                color: #1f4d8b;
                /*font-size: 10px;
                text-transform: none;*/
            }
    /*#endregion side-box-right-tip-na-dneot*/

    .sidebar-modules:before, .sidebar-modules :after {
        clear: both;
        content: '';
        display: table;
    }

.sidebar-modules {
    background: #E4E4E4;
}

    .sidebar-modules h2 {
        color: #333;
        text-transform: uppercase;
        padding: 5px;
        margin: 0;
        font-size: 16px;
        ffont-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        border-bottom: 2px solid #0091B3;
    }

        .sidebar-modules h2 span {
            color: #0091B3;
            font-size: 16px;
        }

    .sidebar-modules.batman h2 {
        padding: 0 5px;
    }

    .sidebar-modules.batman h4 {
        color: #343434;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 15px;
        padding: 0 15px;
        margin: 20px 0;
        line-height: 18px;
    }

    .sidebar-modules h2 img {
        padding: 0 9px;
    }

    .sidebar-modules p, .sidebar-modules .news-intro-title p {
        color: #333;
        padding: 15px;
        line-height: 17px;
        margin: 0;
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    .sidebar-modules.izjava h4 {
        background: transparent;
        color: #343434;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        max-height: 62px;
        overflow: hidden;
        padding: 0 15px;
        margin-bottom: 0px;
        line-height: 17px;
    }

    .sidebar-modules ul {
        margin: 0;
    }

        .sidebar-modules ul li {
            padding: 0 7px;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
        }

        .sidebar-modules ul li {
            background-color: #f9f9f9;
        }

            .sidebar-modules ul li:nth-of-type(odd) {
                background-color: #f3f1f2;
            }

            .sidebar-modules ul li a {
                color: #343434;
                font-size: 14px;
            }

                .sidebar-modules ul li a img {
                    padding: 2px 11px 5px;
                }

    .sidebar-modules.euro .table-only-content table {
        width: 100%;
    }

    .sidebar-modules.euro .table-only-content {
        padding: 10px;
        min-height: 100px;
    }

        .sidebar-modules.euro .table-only-content table td {
            padding: 14px 7px;
            color: #fff;
            text-transform: uppercase;
        }

            .sidebar-modules.euro .table-only-content table td a {
                color: #92C7F5;
                text-transform: capitalize;
            }

                .sidebar-modules.euro .table-only-content table td a:hover {
                    text-decoration: underline !important;
                }

/*#endregion side-box-right*/

/* #region tabs naslovna*/

.nav.nav-tabs.naslovna {
    display: table;
    width: 100%;
    background: #f3f1f2;
    margin-top: 15px;
    border-bottom: 2px solid #0091B3;
}

    .nav.nav-tabs.naslovna > li {
        display: table-cell;
        float: none;
    }

        .nav.nav-tabs.naslovna > li a {
            color: #555;
            font-size: 16px;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            border: 0 solid #ddd;
            border-bottom-color: transparent;
            border-radius: 0;
            text-align: center;
            padding: 14px;
        }

.nav-tabs.naslovna > li.active > a, .nav-tabs.naslovna > li.active > a:hover, .nav-tabs.naslovna > li.active > a:focus {
    color: #555;
    cursor: default;
    background: #e4e4e4;
    border: 0 solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}
/* #endregion tabs naslovna*/

/* #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: #0091B3;
            -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 #0091B3;
    }

/* #endregion tagovi*/

/*#region inner (master)*/
/*.full-content .inner h3 {
    font-size: 16px;
    color: #0091B3;
    line-height: 19px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #C7C7C7;
}*/

.Intro strong {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    font-weight: normal !important;
}
/*#endregion inner (master)*/

/*#region inners-xs*/
@media (max-width:768px) {
    .ArticlesInCategory .news-intro-title .col-md-3.col-sm-3.col-xs-6,
    .RelatedArticles .news-intro-title .col-md-3.col-sm-3.col-xs-6 {
        margin-bottom: 10px;
    }

    .navbar-header {
        background: white;
        box-shadow: 0 2px 2px #ccc;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0091B3;
    }

    .navbar-brand {
        padding: 10px;
    }

        .navbar-brand img {
            width: 100px;
            position: relative;
            bottom: 17px;
        }

    /*.nav.navbar-nav > li:first-child, .nav.navbar-nav > li:first-child a:hover {
        background: #0091B3;
    }*/
}

/*#endregion inners-xs*/

/*#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 #0091B3;
    }

    .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: #0091B3;
    }

    .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 Featured in Category*/
.featured-category {
    background: #6D6F71;
    color: white;
    overflow: hidden;
    margin: 0 7px;
}

    .featured-category .news-intro-title {
        padding-right: 10px;
    }

        .featured-category .news-intro-title h2, .featured-category .news-intro-title p {
            color: white;
        }

    .featured-category h4 {
        font-size: 14px;
        color: #333;
        padding-top: 5px;
        border-bottom: 1px solid #7D7D7D;
        padding-bottom: 5px;
        color: #BDBDBD;
    }
/*#endregion Featured in Category*/

/*#region CategoryListing*/
.CategoryListing {
    margin-top: 15px;
}

    .CategoryListing .news-intro {
        border-bottom: 1px solid #EAEAEA;
        padding: 15px 7px;
        height: 170px;
        overflow: hidden;
    }

    .CategoryListing .white .news-intro {
        border-bottom: 1px solid #D6D6D6;
        background: #e5e5e5;
        margin-bottom: 15px;
    }

    .CategoryListing .white {
        background: transparent;
    }

        .CategoryListing .white + .white + .white .news-intro {
            border-bottom: 0px solid #F9F9F9;
        }

    .CategoryListing .news-intro:hover h2 {
        color: #0091B3;
        -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;
    }

    .CategoryListing .white .news-intro:hover {
        color: #333;
    }

    .CategoryListing .news-intro img {
        max-width: 200px;
        float: left;
        margin-right: 15px;
        border: 6px solid #e5e5e5;
        border: 6px solid rgba(255,255,255,.7);
        outline: 1px solid #e5e5e5;
        height: 100%;
        width: 100%;
    }


    .CategoryListing h2 {
        color: #343434;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 15px;
        margin: 10px 0;
    }

    .CategoryListing h4 {
        font-size: 14px;
        color: #0091B3;
        margin: 0;
    }

    .CategoryListing .news-intro-title p {
        margin-top: 10px;
        line-height: 17px;
    }

    .CategoryListing .news-intro .btn-default {
        padding: 5px 10px;
        font-size: 12px;
    }

    .CategoryListing .white .news-intro .btn-default.gray {
        background: #0091B3;
        border: 1px solid #0091B3;
        padding: 5px 10px;
        font-size: 12px;
    }

        .CategoryListing .white .news-intro .btn-default.gray:hover, .CategoryListing .white .news-intro .btn-default.gray:focus {
            border: 1px solid #8D8F92;
            text-decoration: none;
            border-radius: 0;
            outline: none;
            background-color: #8D8F92;
            color: #fff;
        }
/*#endregion CategoryListing*/

/*#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%;
    /*max-height: 400px;*/
}

    .NewsContent iframe.twitter-tweet, .NewsContent iframe.instagram-media {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }

.EmbeddedTweet--mediaForward {
    border: 0;
    margin: 0 auto;
}
/*#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 affix*/

.affixMenu {
    -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(min-width:1199px) {
    .affixMenu.affix .nav.navbar-nav.sm {
        width: 80%;
        float: right;
    }

    .affixMenu.affix .navbar.navbar-default.main-menu {
        background: url(../../images/logo-affix.png) no-repeat left center;
        background-size: 175px;
    }

    .sport-featured-naslovna .aktuelno-featured-big .news-intro-title p.trunc10 div {
        height: 220px !important;
    }
}

/*.affixMenu.affix {
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -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;
    margin: 0 auto;
    background: #8E9093;
    background: #0091B3;d
}*/




/*#endregion affix*/

/*#region kyronListing*/
.kyronListingInner {
    max-height: 330px;
    overflow-y: auto;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #BBBBBB; */
    padding: 7px;
}

.kyronInherit h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    background: #D6D6D6;
    padding: 15px;
    margin: 0;
    /*background-image: url('../images/red-arrow-down.png');*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

.kyronInherit h2 {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    max-height: 59px;
    line-height: 16px;
    margin-bottom: 5px;
    overflow: hidden;
}

.kyronListingInner p {
    color: #333;
    line-height: 18px;
    max-height: 55px;
    overflow: hidden;
    -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;
}

.kyronListingInner h2 {
    border-top: 1px solid #CCCCCC;
}

.kyronListingInner .col-md-12.col-sm-12:first-of-type h2 {
    border-top: 0 solid #FFFFFF;
}

.kyronListingInner a:hover h2, .kyronListingInner a:hover p {
    /*color: #0091B3;
    -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;*/
}

.kyronInherit {
    margin: 0 7px;
    background: #e9e9e9;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
/*#endregion kyronListing*/

/*#region NewsIndex*/
#filterByDate {
    cursor: pointer;
}

.NewsIndex a:hover h2, .indexDate {
    color: #0091B3;
}

    .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: #0091B3;
        border-color: #0091B3;
    }

    .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 innerArticle*/
.innerArticle {
    background: #e5e5e5;
    border-radius: 2px;
    padding: 13px;
    width: 220px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .innerArticle h2 {
        padding: 10px 0;
        color: #333;
        line-height: 16px;
        margin: 0;
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
    }
/*#endregion innerArticle*/

.keyword span a:after {
    content: '/';
    color: #aaa;
    padding: 0 2px;
}


/* liScroll styles */


.tickercontainer { /* the outer div with the black border */
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #393939;
}

    /* that serves as a mask. so you get a sort of padding both left and right */

    .tickercontainer .mask {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

ul.newsticker { /* that's your list */
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    /* important: display inline gives incorrect results when you check for elem's width */

    ul.newsticker li {
        float: left;
        padding: 0;
    }

        ul.newsticker li a h2:after {
            content: "|";
            color: #aaa;
            padding-left: 5px;
        }

        ul.newsticker li a h2 {
            padding-right: 5px;
        }


.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: #0091B3;
    padding: 10px;
    line-height: 16px;
    color: white;
    cursor: pointer;
}

/*#region levelUp*/
.LevelUp ul {
    display: table;
    width: 100%;
    background: #F9F9F9;
    margin: 0;
    padding-left: 0px;
}

    .LevelUp ul li {
        display: table-cell;
        text-align: center;
        /* background: #D2D2D2; */
        padding: 6px;
        -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;
        float: left;
    }

@media (max-width:767px) {
}

/*.LevelUp ul li:first-child {
        padding-left: 0;
    }*/

.LevelUp ul li a {
    color: #6D6F71;
    text-transform: uppercase;
    font-size: 14px;
}

.LevelUp ul li.active, .LevelUp ul li:hover {
    background: #E4E4E4;
    -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;
}

    .LevelUp ul li:hover a {
        /*color: #0091B3;*/
        background: #E4E4E4;
    }

/*#region levelUp*/


.NewsContent img {
    width: 100%;
}


/*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;
    }
}


/*#social*/
.instagram-media, iframe {
    max-width: 100%;
}


.navbar-brand.visible-affix {
    height: 32px;
    position: absolute;
    width: 175px;
    padding: 0;
    display: none;
}

.affixMenu.affix .navbar-brand.visible-affix {
    display: block;
}

/*.kultura-featured-naslovna > div {
    background: #f1f1f1;
    min-height: 27px;
}*/

.kultura-featured-naslovna .news-intro-title {
    padding: 0 15px 5px;
}


.inner-content-box.inner .kultura-featured-naslovna div:first-child {
    background: #e5e5e5;
}

.inner-content-box.inner .kultura-list-naslovna .gray-bg {
    background: #e5e5e5;
}


.inner-content-box.inner .kultura-list-naslovna .masterN {
    left: 7px;
}

.kultura-list-naslovna .gray-bg img {
    height: 120px;
    width: 100%;
}


.sport-featured-naslovna .aktuelno-featured-big img {
    height: 352px;
    width: 100%;
}

.aktuelno-featured-naslovna .aktuelno-featured-big img {
    height: 269px;
    width: 100%;
}

.imgPhoto img {
    height: 125px;
    width: 100%;
}

.menu-news-module img {
    height: 150px !important;
    width: 100%;
}

.homeVideo img {
    height: 367px;
    width: 100%;
}


.menu-news-module .boxArticles img {
    height: inherit !important;
    width: 100%;
}


.NewsContent img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    /*max-height: 380px;*/
}



.overflow {
    max-height: 55px;
    overflow: hidden;
}

.overflow4 {
    max-height: 75px;
    overflow: hidden;
}

.result-ttl img {
    max-width: 200px;
    float: left;
    margin-right: 15px;
    height: 130px;
    width: 100%;
}

.search-results {
    display: block;
}

/*#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*/

@media (max-width:991px) {
    .kultura-list-naslovna .gray-bg img {
        height: inherit;
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .galleryTmpl:hover .small-slider, .galleryTmpl .small-slider {
        width: 75.4% !important;
    }

    .galleryTmpl:hover #left-mainGall, .galleryTmpl #left-mainGall {
        width: 75.4% !important;
    }

    .clipDescription {
        height: 320px;
        overflow-y: auto;
    }

    .bgDark {
        background: #333;
        height: 470px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-nav > li > a > span {
        font-size: 12px !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 6px 5px;
    }

    .menu-news-module img {
        height: 100px !important;
        width: 100%;
    }

    .clipDescription {
        height: 195px;
        overflow-y: auto;
    }

    .bgDark {
        background: #333;
        height: 370px;
    }

    .galleryTmpl:hover .small-slider, .galleryTmpl .small-slider {
        width: 75.5% !important;
    }

    .galleryTmpl:hover #left-mainGall, .galleryTmpl #left-mainGall {
        width: 75.5% !important;
    }
}

@media (max-width:767px) {
    .redTitleBox .aktuelno-featured-gray, .redTitleBox .aktuelno-featured-white, .redTitleBox.zabava .aktuelno-featured-gray {
        height: auto;
        margin-bottom: 10px;
    }

    .redTitleBox.sport .aktuelno-featured-gray {
        height: auto;
    }

    .homePhoto.homeNajnovi {
        height: auto !important;
    }


    .homePhoto.photoHeight {
        height: auto;
        margin-bottom: 15px;
    }

    .homePhoto.kyron .carousel-control .glyphicon-chevron-right {
        margin-right: -5px;
    }

    .homePhoto.kyron .carousel-control .glyphicon-chevron-left {
        margin-left: -5px;
    }

    .carousel.vertical .carousel-control {
        bottom: 0;
    }

    .imgPhoto img {
        height: auto;
        width: 100%;
    }

    .homePhoto.kyron .carousel-control {
        width: 15px;
        height: 100%;
        background: rgba(0,0,0,.3);
    }

    #carousel-photo {
        height: auto;
    }

    #myCarousel {
        height: auto;
    }

        #myCarousel .carousel-inner > .item > a > img {
            line-height: 1;
            height: auto;
            width: 100%;
        }

    .kultura-featured-naslovna img {
        width: 100%;
    }

    .gta-featured-naslovna img {
        width: 100%;
    }


    .gta-featured-naslovna .col-sm-6 {
        margin-bottom: 10px;
    }

    .featured-category .news-intro-title {
        padding: 15px;
    }

    .inline-gal-small .slick-list .slick-slide, .galleryTmpl .small-slider .slick-list .slick-slide {
        display: none !important;
    }


    .inline-gal-small, .slick-list, .slick-track, .galleryTmpl .small-slider {
        position: static !important;
        z-index: 99;
    }

        .inline-gal-small .slick-next, .inline-gal-small .slick-prev, .galleryTmpl .small-slider .slick-next, .galleryTmpl .small-slider .slick-prev {
            top: 40%;
        }

    .galleryTmpl:hover .small-slider {
        background: transparent;
    }


    .inline-gal-big.slick-slider {
        height: auto;
    }

    .galleryTmpl:hover .small-slider {
        position: static !important;
    }

    .bgDark {
        background: #333;
        height: auto;
    }

    .slick-slide {
        display: none;
        float: left;
        height: auto !important;
        min-height: 1px;
    }

        .slick-slide:after, .slick-list:after, slick-slider:after,
        .slick-slide:before, .slick-list:before, slick-slider:before {
            content: '';
            clear: both;
            display: block;
        }

        .slick-slide img {
            display: block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            min-height: 100%;
        }

    .inline-gal-big.slick-slider {
        background: #222;
    }

    .search .ns-search-field {
        width: 100px;
    }

    #ns-content {
        padding-top: 90px;
    }

    .aktuelno-featured-naslovna .aktuelno-featured-big img, .full-content .aktuelno-featured-gray, .full-content .aktuelno-featured-white {
        height: inherit !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .sport-featured-naslovna .aktuelno-featured-big img {
        height: inherit;
        width: 100%;
    }

    .sport-featured-naslovna .aktuelno-featured-big .news-intro-title {
        bottom: 0 !important;
        position: relative !important;
        background: #e5e5e5 !important;
        width: 100% !important;
        margin-bottom: 10px;
        right: 0 !important;
        top: 0 !important;
    }

    .naslovnaBottomListing img {
        height: auto;
        width: 100%;
    }


    .aktuelno-featured-gray img, .aktuelno-featured-white img {
        width: 100%;
    }

    .naslovnaBottomListing .col-sm-4 {
        margin-bottom: 10px;
    }

    .homeVideo {
        margin-bottom: 10px;
    }

    #carousel-photo .imgPhoto img, .imgPhoto img {
        height: 185px;
    }
}

@media (max-width:468px) {
    .innerArticle {
        width: 100%;
    }

    .CategoryListing .news-intro img {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .CategoryListing .news-intro {
        height: auto;
        padding: 10px;
    }

    .video-carousel-caption {
        width: 100% !important;
        position: relative !important;
        background: #e5e5e5 !important;
        right: 0 !important;
        top: 0 !important;
    }

    .homeVideo img {
        height: auto;
    }

    #carousel-photo .imgPhoto img, .imgPhoto img {
        height: 110px;
    }
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
    height: 100% !important;
    width: auto !important;
    min-height: 380px;
    width: 100% !important;
    height: 100% !important;
}

.video-impersonater {
    position: relative;
}

.video-thumb {
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.video-play {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 2;
}

.newsletter-success-message span {
    width: 300px;
    top: 60px;
    right: 0;
    display: block;
    position: fixed;
    background: #0091B3;
    background: rgba(212, 38, 41, 0.9);
    border-color: #0091B3;
    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;
    }

.social.credits {
    padding: 10px 0;
    margin: 0;
    min-height: 40px;
}

    .social.credits > div,
    .social.credits > a {
        float: left !important;
        margin-bottom: 10px !important;
    }

.viber-follow {
    border: none;
    outline: 0;
    margin: 2.12766% 0;
    display: block;
    width: 215px;
}

    .viber-follow .viber-follow {
        font-size: 14px;
        display: block;
        color: #fff;
        text-transform: uppercase;
        width: auto;
        height: 44px;
        line-height: 44px;
        text-align: center;
        padding: 0 15px 0 61px;
        background: url(../images/viber-icon.png) 8px center no-repeat #7c519c;
    }

#adoceanrskmhoejqfss3 > div {
    margin: 20px auto !important;
}

#adoceanrswlknqqljxq3 > div {
    margin: 10px auto 0;
}

@media (max-width: 767px) {
    .becutan-menu.main-menu .navbar-nav > li:hover .dropdown-menu {
        border-radius: 0;
        padding: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        width: 100%;
    }

    #mainmenu.navbar-collapse {
        border-color: #e7e7e7;
        position: relative;
        z-index: 100;
        background-color: white;
        background: #fff;
        border: none;
        min-height: inherit;
        max-height: inherit;
        position: fixed;
        z-index: 99999999;
        top: 90px;
        left: 0;
        right: 0;
        bottom: auto;
    }

    .affixMenu.affix {
        z-index: 1000;
        left: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    .affix {
        position: inherit;
        transform: inherit;
    }

    .BannerInterpolation #adoceanrsygqgmrqnzm3 {
        margin-bottom: 15px;
    }
}

/*Banners*/

#adoceanrsygqgmrqnzm3 > div, #adoceanrsygqgmrqnzm4 > div, #adoceanrsvhhnpoksuh4 > div, #adoceanrspjfkgjolub5 > div, #adoceanrsygqgmrqnzm3 a > div, #adoceanrspjfkgjolub6 > div, #adoceanrsvhhnpoksuh5 > div {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

#adoceanrskmhoejqfss3 > div {
    max-width: 100%;
}

#aboveHeaderBanner {
    width: 728px;
    margin: 0 auto;
    margin-bottom: -5px;
}
/*#region Menu Euro Campaign*/

li#euro > a {
    background: #CCCC00;
}

li#euro.open > a, li#euro.open > a:hover, li#euro.open > a:focus {
    background: #CCCC00;
    color: #fff;
}

.main-menu li#euro a.active {
    background: #CCCC00 !important;
}

li#euro > .dropdown-menu {
    background: #CCCC00;
    color: #fff;
    border: 1px solid #CCCC00;
}

    li#euro > .dropdown-menu > li > a {
        color: #fff;
    }

        li#euro > .dropdown-menu > li > a:hover {
            color: #3D6280;
        }
/*#endregion Menu Euro Campaign*/

.leftbanner {
    position: absolute;
    left: -300px;
    min-width: 300px;
    top: -150px;
}

    .leftbanner .area-action {
        float: right;
    }

.rightbanner {
    position: absolute;
    right: -300px;
    min-width: 300px;
    top: -150px;
}

    .rightbanner .area-action {
        float: left;
    }

@media (max-width:360px) {

    .slick-slide img {
        min-height: 240px;
    }

    .big-slider.slick-slider, .inline-gal-big.slick-slider {
        z-index: 1;
    }

    .slick-slider .slick-list {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.display-versions {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 999999;
    left: 10px;
}


@media only screen and (max-device-width: 767px) {

    .top ul {
        margin-left: 30px;
    }

    .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;
        }
}


.leftbanner {
    position: absolute;
    left: -300px;
    min-width: 300px;
    top: -150px;
}

    .leftbanner .area-action {
        float: right;
    }

.rightbanner {
    position: absolute;
    right: -300px;
    min-width: 300px;
    top: -150px;
}

    .rightbanner .area-action {
        float: left;
    }

#floatingBanner {
    /*position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;*/
    /*width: 1016px;*/
}

@media screen and (max-width: 1015px) {
    #floatingBanner {
        width: 100%;
    }
}
/*.becutan-menu.main-menu ul.dropdown-menu li:hover a{
    transition: all ease-in 0.3s !important;
}
.becutan-menu.main-menu ul.dropdown-menu li:hover a:hover{
    transition: all ease-in 0.3s !important;
}*/



ul.dropdown-menu li a {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    margin-left: 0;
}

ul.dropdown-menu li:hover a {
    /*margin-left:10px;*/
}

/*.side-menu-level2 li{
    padding: 10px;
}*/
/*.side-menu-level2 li .active2-nochildren{
    padding: 20px 30px;
}
.side-menu-level2 li .active2-nochildren:hover{
    padding-left: 33px !important;
}*/

