

/* Global */


a, a:hover, a h2, a h2:hover {
    text-decoration: none !important;
    color: #133c7f;
}

a:hover {
	color:#9b7715;
}

button {
    text-shadow: none;
}

.NewsContent table {
    max-width: 100% !important;
    width: auto !important;
}
.btn:focus {
    outline: none;
}

/* Header */

.header-wrapper:before, .header-wrapper:after,
.header-wrapper-background:before, .header-wrapper-background:after,
.header-row-2:before, .header-row-2:after,
.logo:before, .logo:after,
.header-logo:before, .header-logo:after,
.header-logo a:before, .header-logo a:after,
.dateTime:before, .dateTime:after,
#todayDate:before, #todayDate:after {
    content: '';
    clear: both;
    display: table;
}

.header-wrapper {
    background: #4d6c91;
    background: -moz-linear-gradient(left, #4d6c91 0%, #5c82af 64%, #5e85b2 100%);
    background: -webkit-linear-gradient(left, #4d6c91 0%,#5c82af 64%,#5e85b2 100%);
    background: linear-gradient(to right, #4d6c91 0%,#5c82af 64%,#5e85b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6c91', endColorstr='#5e85b2',GradientType=1 );
}

.header-wrapper-background {
    background-image: url('../images/header-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.header-logo {
    margin-bottom: -45px;
    z-index: 2;
}

.lang-chooser-search {
    z-index: 3;
}

.header-logo img {
    max-width: 380px;
    z-index: 1;
}

.header-row-2 {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0px;
}


.gdpr {
    height: auto;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #333333;
    z-index: 1000;
    box-shadow: 0px 0px 12px 3px rgba(0, 0 ,0 , 0.10);
}


h5.cookieHead {
    color: #333333;
}

input#btnOK,input#btnNO {
    border-radius: 60px;
    display: inline-block;
    background: #dadada;
    width: 120px;
    padding: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
    cursor: pointer;
		transition:all 0.25s ease-in-out;

}

input#btnNO{
    width: 140px;
	margin-left:10px;
	    background: #678ab3;
    color: white;
	}
    input#btnOK:hover  {
        background: #b7b7b7;
        color: #333333;
		transition:all 0.25s ease-in-out;
    }
	
	 input#btnNO:hover{
	 background:#5e7ea3;
	 color:white;
	 transition:all 0.25s ease-in-out;
	 }
	.btn-additional{
	    display: block;
    margin-bottom: 10px;

	}
@media (min-width:768px) and (max-width:991px){
  input#btnNO { margin-top: 10px;}
	}
	@media (max-width:767px){
	.btn-additional{
margin-left: 10px;
  margin-top: 20px;
  display:inline-block;
      padding: 0 10px;

}
input#btnOK,input#btnNO {
margin-top:0;
}

	}
@media (min-width:768px) {

    div#todayDate {
        padding-left: 102px;
        padding-top: 10px;
    }
}






div#todayDate .day, div#todayDate .date {
    display: block;
    float: left;
    color: #e1dece;
}

div#todayDate .day {
    margin-right: 7px;
}


ul.social-links-header {
    padding-top: 18px;
    text-align: right;
}

    ul.social-links-header li {
        display: inline-block;
    }

        ul.social-links-header li a {
            color: #fff;
        }

            ul.social-links-header li a i {
                width: 25px;
                font-size: 15px;
                padding-left: 5px;
                display: block;
                height: 25px;
                background: rgba(255, 255, 255, 0.17);
                padding: 1.5px 0;
                text-align: center;
            }


                ul.social-links-header li a i:hover {
                    background: #ffffff;
                    color: #678ab3;
                }


.language-chooser {
    margin-top: 6px;
    display: block;
    float: right;
}

    .language-chooser ul {
        margin-bottom: 0px;
        padding-right: 20px;
    }

        .language-chooser ul li a {
            color: #fff;
            padding: 0;
            display: block;
        }

        .language-chooser ul li:first-child {
            border-right: 1px solid #fff;
            padding-right: 6px;
            margin-right: 2px;
        }

        .language-chooser ul li:last-child {
            border-left: 1px solid #fff;
            padding-left: 6px;
            margin-left: 2px;
        }

    .language-chooser .list-inline > li {
        padding: 0px;
    }

/* Search */
input#q {
    position: relative;
    display: block;
    float: left;
    background: #ebebeb;
    color: #466d9b;
    max-width: 110px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 7px;
    height: 32px;
}

.s-btn {
    float: right;
    background: #ebebeb;
    padding: 8px 10px;
    line-height: 15px;
    color: #466d9b;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 32px;
}

    .s-btn:hover {
        background: #466d9b;
        color: #fff;
    }

/* Menu */

@media (min-width:768px) {
    div#mainmenu > ul.navbar-nav {
        display: table;
    }

    div#mainmenu ul.navbar-nav > li {
        display: table-cell;
        max-width: 120px;
        text-align: center;
    }


        div#mainmenu ul.navbar-nav > li > ul > li {
            text-align: left;
        }
}


.main-menu-wrapper {
    display: block;
    position: relative;
    background: rgba(27, 70, 122, 0.3);
}

@media (min-width: 768px) {
    li.no-link > a:hover {
        cursor: default;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #ffffff;
        background-color: #416690 !important;
    }

        .nav .open > a:hover, .nav .open > a:focus {
            background-color: #335275 !important;
        }
}

@media (max-width: 767px) {

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #335275;
    }
}



.navbar-default .dropdown-menu {
    padding: 0;
}

.navbar-default ul.dropdown-menu li {
    border-bottom: 1px solid #2f5682;
}

.navbar-default .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
}

    .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #335275;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #ffffff;
    background-color: #335275;
}

.navbar-default .navbar-collapse, .navbar-default {
    background-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 8px 7px 8px;
        border-bottom: 2px solid transparent;
    }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav a.active,
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background-color: transparent;
            color: #f8e4cb !important;
            border-color: #f8e4cb;
        }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        min-height: 59px;
       
    }


    ul.nav.navbar-nav.sm li ul li ul {
        display: none !important;
    }

    nav.sidebar-menu ul li.active ul li.active-submenu ul li a {
        background: #dce4e8 !important;
    }

    nav.sidebar-menu ul li.active ul li.active-submenu ul li.active2 ul li a {
        padding-left: 60px !important;
        font-weight: normal;
    }

    nav.sidebar-menu ul li.active ul li.active-submenu ul li.active2 ul li.active4 a {
        font-weight: bold;
    }
}

/* End of Menu */
@media (max-width: 768px) {
    .language-chooser {
        display: block;
        float: left;
    }

    .navbar-header {
        background: transparent;
    }

    .navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .header-wrapper-background {
        padding-top: 0;
    }

    .navbar-brand {
        height: auto;
        padding-bottom: 0px;
    }
}

/* Social Links Side */

ul.social-links-side {
    top: 50%;
    position: fixed;
    right: 0px;
    left: auto;
    margin-top: -137px;
    z-index: 10;
}


    ul.social-links-side li a {
        display: block;
        background-color: #4a72a1;
        color: #fff;
        padding: 15px 20px;
        text-align: center;
        margin-bottom: 1px;
        border-left: 3px solid transparent;
    }



    ul.social-links-side li:nth-child(2) a {
        background-color: #6e8db4;
    }

    ul.social-links-side li:nth-child(3) a {
        background-color: #839dbe;
    }

    ul.social-links-side li:nth-child(4) a {
        background-color: #a9bbd2;
    }

    ul.social-links-side li:nth-child(5) a {
        background-color: #c0cdde;
    }

    ul.social-links-side li a i {
        font-size: 16px;
    }

    ul.social-links-side li:hover a {
        background-color: #4a72a1;
        border-color: #324d6d !important;
    }

@media (max-width: 768px) {
    ul.social-links-side {
        display: none;
    }
}



/* NS Content */

#ns-content {
    padding-bottom: 220px;
    margin-top: 0;
    padding-top: 25px;
}

/* Homepage slider */

.homepage-slider .carousel-caption {
    background: #e9f1f5;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 65%;
    padding: 40px;
    text-align: left;
    text-shadow: none;
}

.carousel-control {
    z-index: 22;
    display: none;
}

.homepage-slider .carousel-caption h2 {
    color: #5679a2;
    margin-top: 0px;
    font-size: 22px;
}

.homepage-slider .carousel-caption p {
    color: #5f5f5f;
}

.homepage-slider .carousel-caption a {
    background: #f3efd9;
    padding: 10px 40px 10px 10px;
    color: #2b5380;
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 140px;
    border-radius: 2px;
    position: relative;
}

    .homepage-slider .carousel-caption a:after {
        content: '\f3d6';
        position: absolute;
        right: 15px;
        top: 9px;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
    }

.homepage-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 1px solid #e5ebf3;
    background-color: #e5ebf3;
}

.homepage-slider .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #4a72a1;
    border: 1px solid #4a72a1;
}

.homepage-slider .home-slider-image {
    padding-left: 35%;
}

.homepage-slider {
    padding-bottom: 40px;
}

    .homepage-slider .carousel-indicators li {
        margin: 0px 3px;
    }


@media (min-width: 991px) and (max-width: 1200px) {
    .homepage-slider .carousel-caption {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .homepage-slider .carousel-caption {
        padding: 15px;
    }

        .homepage-slider .carousel-caption h2 {
            color: #5679a2;
            font-size: 18px;
            margin-top: 0px;
        }

        .homepage-slider .carousel-caption a {
            padding: 10px 40px 10px 10px;
            max-width: 130px;
            font-size: 13px;
        }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
}


@media screen and (max-width: 767px) {
    .homepage-slider .home-slider-image {
        padding-left: 0;
    }

    .homepage-slider .carousel-caption {
        background: #e9f1f5;
        position: absolute;
        left: 0px;
        top: auto;
        bottom: 0px;
        right: 0;
        padding: 0;
        text-align: left;
        text-shadow: none;
        bottom: 0px;
        padding: 10px;
    }

        .homepage-slider .carousel-caption h2 {
            font-size: 18px;
        }

    .homepage-slider .carousel-control {
        display: block;
    }

    span.carousel-left, span.carousel-right {
        display: block;
        height: 40px;
        width: 40px;
        background: #4a72a1;
    }

        span.carousel-left:before, span.carousel-right:before {
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 9px;
            font-size: 22px;
            text-shadow: none;
        }

        span.carousel-left:before {
            content: '\f3d2';
        }

        span.carousel-right:before {
            content: '\f3d3';
        }

    .carousel-control {
        position: absolute;
        top: 20%;
        bottom: auto;
        width: 40px;
        opacity: 1;
    }

    .homepage-slider ol.carousel-indicators {
        display: none;
    }
}


.main-box.homepage-content .ui-tabs .ui-tabs-panel {
    padding: 10px 0px;
}

.main-box.homepage-content .r-tabs .r-tabs-panel {
    padding: 10px 0;
    display: none;
}




/* Homepage slider small*/

#homepage-slider-small .carousel-caption {
    padding: 20px;
}

    #homepage-slider-small .carousel-caption h2 {
        font-size: 16px;
    }

    #homepage-slider-small .carousel-caption a {
        padding: 0px 40px 0px 0px;
    }

        #homepage-slider-small .carousel-caption a:after {
            top: 0;
        }


    #homepage-slider-small .carousel-caption a {
        background: transparent;
        max-width: 110px;
        font-size: 12px;
        margin-top: 10px;
    }


@media (min-width: 991px) and (max-width: 1200px) {
    #homepage-slider-small .carousel-caption {
        right: 45%;
    }
}

@media (max-width: 990px) {

    #homepage-slider-small .home-slider-image {
        padding-left: 0;
    }

    #homepage-slider-small ol.carousel-indicators {
        display: none;
    }

    #homepage-slider-small .carousel-caption {
        position: relative;
    }



    #homepage-slider-small .carousel-control {
        display: block;
    }

    #homepage-slider-small span.carousel-left, #homepage-slider-small span.carousel-right {
        display: block;
        height: 40px;
        width: 40px;
        background: #4a72a1;
    }

        #homepage-slider-small span.carousel-left:before, #homepage-slider-small span.carousel-right:before {
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 9px;
            font-size: 22px;
            text-shadow: none;
        }

        #homepage-slider-small span.carousel-left:before {
            content: '\f3d2';
        }

        #homepage-slider-small span.carousel-right:before {
            content: '\f3d3';
        }

    #homepage-slider-small .carousel-control {
        position: absolute;
        top: 20%;
        bottom: auto;
        width: 40px;
        opacity: 1;
    }
}


/*Bottom links HP*/

ul.homepage-bottom-links:before, ul.homepage-bottom-links:after {
    content: '';
    display: table;
    clear: both;
}

ul.homepage-bottom-links {
    margin: 5px 0;
}

    ul.homepage-bottom-links li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }

        ul.homepage-bottom-links li:nth-child(1) {
            /*width: 18%;*/
        }

        ul.homepage-bottom-links li:nth-child(3) {
            text-align: center;
            /*width: 16%;*/
        }

        ul.homepage-bottom-links li:nth-child(2) {
            /*width: 35%;*/
            text-align: center;
        }

        ul.homepage-bottom-links li:nth-child(4) {
            /*width: 16%;*/
            text-align: right;
        }

        ul.homepage-bottom-links li:nth-child(5) {
            /*width: 15%;*/
            text-align: right;
        }

        ul.homepage-bottom-links li a {
            position: relative;
            padding: 10px 30px 10px 10px;
            transition: 0.3s;
            -webkit-transition: 0.3s; /* Safari */
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 5px;
        }

            ul.homepage-bottom-links li a:hover {
                color: #d9a115;
                transition: 0.3s;
                -webkit-transition: 0.3s; /* Safari */
            }

                ul.homepage-bottom-links li a:hover:after {
                    right: 0px;
                    transition: 0.3s;
                    color: #d9a115;
                }

        ul.homepage-bottom-links li:nth-child(4) a {
            /* display: block; */
            /* width: 97%; */
            position: relative;
            padding: 10px 30px 10px 10px;
        }

        ul.homepage-bottom-links li a:after {
            position: absolute;
            right: 5px;
            content: '\f125';
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-top: -7px;
            top: 50%;
            transition: 0.3s;
            -webkit-transition: 0.3s; /* Safari */
        }



@media (max-width: 991px) {
    ul.homepage-bottom-links li {
        width: 100% !important;
        text-align: left !important;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    ul.homepage-bottom-links li:nth-child(1) {
        width: 28%;
    }

    ul.homepage-bottom-links li:nth-child(3) {
        width: 28%;
    }

    ul.homepage-bottom-links li:nth-child(2) {
        width: 44%;
    }

    ul.homepage-bottom-links li:nth-child(4) {
        width: 31.3%;
        text-align: left;
        margin-top: 0px;
    }

    ul.homepage-bottom-links li:nth-child(5) {
        width: 44%;
        text-align: left;
        margin-top: 0px;
    }
}
/* Group container */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #ebebeb;
    font-weight: normal;
    color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #4a72a1;
    font-weight: normal;
    color: #fff;
}

.ui-state-active {
    position: relative;
}

    .ui-state-active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #4a72a1 transparent transparent transparent;
        position: absolute;
        bottom: -10px;
        margin: 0px auto;
        left: 0px;
        right: 0px;
    }


.ui-widget-content {
    clear: both;
}

    .ui-widget-content:before, .ui-widget-content:after {
        content: "";
        display: table;
        border-collapse: collapse;
    }

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-corner-all {
    border: 0px;
    border-radius: 0px;
}

.ui-widget-header {
    background: transparent;
    color: inherit;
    font-weight: normal;
}

.ui-tabs {
    position: relative;
    padding: 0;
}

ul.ui-tabs-nav li {
    border-radius: 0px;
    border: 0px !important;
}

ul.ui-tabs-nav.ui-helper-reset {
    border-bottom: 1px solid #e6e6e6;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 10px 20px;
    min-width: 190px;
    text-align: center;
}


@media screen and (max-width: 767px) {
    .homepage-content .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        min-width: 0;
    }

    .homepage-content .ui-tabs .ui-tabs-nav li {
        margin: 0;
        width: 50%;
    }

    .homepage-content li.ui-state-default a {
        display: block;
        width: 100%;
    }
}


.featured-image {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

    .featured-image img {
        position: absolute;
        left: 50%;
        top: 50%;
        /* height: 100%; */
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.news-intro-title h2 {
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-size: 14px;
    min-height: 48px;
}

.news-articles-wrapper .news-intro-title h2 a {
    display: block;
}

.news-intro-title h2 a {
    color: #292929;
    font-size: 20px;
}

.news-intro-text p {
    color: #5f5f5f;
    font-size: 13px;
}

p.news-intro-read-more, p.news-intro-read-more a {
    color: #567ba7;
}

/*.news-articles-wrapper article:nth-child(odd) {
    padding-left: 0px !important;
}

.news-articles-wrapper article:nth-child(even) {
    padding-right: 0px !important;
}*/


.news-articles-horizontal-wrapper .news-intro-title h2 {
    color: #424242;
}

.news-articles-horizontal-wrapper .news-intro-title h2 {
    min-height: 0;
}

@media (max-width: 767px) and (min-width: 460px) {

    .news-articles-wrapper.news-articles-horizontal-wrapper .col-xs-12 {
        width: 100%;
    }

}


.news-articles-wrapper.news-articles-horizontal-wrapper.superscription-template article {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
}


.news-intro-superscription span {
    padding-bottom: 5px;
    display: block;
    
    color: #ababab;
}


.breadcrumbs-title h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

/*.breadcrumbs-title h1 {
    text-transform: uppercase;
    color: #678ab3;
   
    font-size: 20px;
   
    padding: 15px;
    margin-bottom: 20px;
   
    background: rgba(19, 60, 127, 0.03);
    border-top: 2px solid #678ab3;
    margin-top: 0px;
}*/

/* News homepage */

.featured-image:before, .featured-image:after {
    content: '';
    clear: both;
    display: table;
}

p.date-publishing {
    color: #9b7715;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}


/* News template title-date only*/

.news-title-date-only article:before, .news-title-date-only article:after {
    content: '';
    display: table;
    clear: both;
}

.news-title-date-only article {
    border-bottom: 1px solid #e6e6e6;
}

.news-title-date-only .news-intro-title h2 {
    font-size: 14px;
    color: #567ba7;
    margin: 0px;
    line-height: 1.4;
    min-height: 0;
    padding-left: 5px;
}

a .news-intro-title p{
    color: #5f5f5f!important;
    margin: 5px 0 0 5px;
}

.news-title-date-only.news-title-intro p {
    padding-left: 5px;
    padding-top: 5px;
    color: #5f5f5f;
}

.news-title-date-only .news-intro-title span.date-publishing {
    color: #9b7715;
    transition: 0.4s;
    padding-left: 4px;
}


.news-title-date-only article a:hover {
    background-color: rgba(74, 114, 161, 0.1);
}


    .news-title-date-only article a:hover span.date-publishing, .news-title-date-only article a:hover .news-intro-title h2, .news-title-date-only article a:hover:after {
        color: #395980;
    }

.news-title-date-only article a {
    display: block;
    width: 100%;
    padding: 7px 0px;
    padding-right: 60px;
    position: relative;
}



    .news-title-date-only article a:after {
        content: '\f3d6';
        position: absolute;
        right: 25px;
        left: auto;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        color: #567ba7;
        top: 50%;
        margin-top: -14px;
        transition: 0.4s;
    }
	
	.news-intro-title.content-keyword a {
		padding:0;
	}
	
	.news-title-date-only .content-keyword a:hover {
		background-color:transparent;
	}
	
	.news-intro-title.content-keyword a:after {
		display:none;
		
	}

    .news-title-date-only article a:hover:after {
        right: 15px;
        transition: 0.4s;
    }

/* Homepage templates - bottom */

.finansiska-edukacija h2 a,
.muzej-na-nbrm h2 a,
.biblioteka-i-arhiv-na-nbrm h2 a {
    display: block;
    position: relative;
    color: #fff;
    padding: 24px 60px 24px 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.finansiska-edukacija h2 a {
        color: #ffffff;
}

    .finansiska-edukacija h2 a:hover, .biblioteka-i-arhiv-na-nbrm h2 a:hover {
        background-color: rgba(76, 113, 158, 0.7);
        color: #fff;
    }



.finansiska-edukacija h2 a:after,
.muzej-na-nbrm h2 a:after,
.biblioteka-i-arhiv-na-nbrm h2 a:after {
    content: '\f3d3';
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 25px;
    top: 50%;
    color: #fff;
    border: 1px solid;
    padding: 6px 11.64px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    margin-top: -16px;
    transition: 0.4s;
}

.finansiska-edukacija h2 a:hover:after,
.muzej-na-nbrm h2 a:hover:after,
.biblioteka-i-arhiv-na-nbrm h2 a:hover:after {
    right: 15px;
    transition: 0.4s;
}


.finansiska-edukacija h2 a:after {
    color: #ffffff;
}

.finansiska-edukacija h2 a:hover:after {
    color: #fff;
}

.finansiska-edukacija {
        background: url(../images/finansiska-edukacija.jpg) #6d8db3 center center no-repeat;
    background-size: cover;
    background-size: cover;
}

.muzej-na-nbrm {
    background: url('../images/muzej-nbrm.jpg') #b5afa1 center center no-repeat;
        background-size: cover;
}


.muzej-na-nbrm h2 {
    background: -moz-linear-gradient(45deg, rgba(231,178,102,1) 0%, rgba(231,178,102,0.01) 73%, rgba(231,178,102,0) 74%);
    background: -webkit-linear-gradient(45deg, rgba(231,178,102,1) 0%,rgba(231,178,102,0.01) 73%,rgba(231,178,102,0) 74%);
    background: linear-gradient(45deg, rgba(231,178,102,1) 0%,rgba(231,178,102,0.01) 73%,rgba(231,178,102,0) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b266', endColorstr='#00e7b266',GradientType=1 );
}

.muzej-na-nbrm:hover h2 {
    background: rgba(231, 178, 102, 0.8);
}

.biblioteka-i-arhiv-na-nbrm {
    background: url('../images/biblioteka-i-arhiv-nbrm.png') #6d8db3 right center no-repeat;
    background-size: cover;
}


/* Inner */

.full-content .news-intro-title.content-keyword p {
  color: #4a4a4a;
}


.inner-content-box.inner-content-box-zoom-in {
    zoom: 1.2;
    -ms-zoom: 1.2;
    -webkit-zoom: 1.2;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: top center;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

ul.list-inline.article-tools {
    text-align: right;
}


    /*ul.list-inline.article-tools li {
    display: block;
    float: left;
}*/


    ul.list-inline.article-tools li:nth-child(3) {
        margin: 0 5px;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #e8e8e8;
    }

    ul.list-inline.article-tools span.zoom-in-out-text:hover {
        cursor: pointer;
    }

    ul.list-inline.article-tools li:nth-child(1) span.zoom-in-out-text {
        margin-right: 5px;
    }

    ul.list-inline.article-tools i.ion-printer {
        padding: 0px 8px;
        font-size: 16px;
    }


    ul.list-inline.article-tools a, ul.list-inline.article-tools a i {
        color: #989898;
    }

        ul.list-inline.article-tools a:hover, ul.list-inline.article-tools a:hover i {
            color: #678ab3;
        }

    ul.list-inline.article-tools i.ion-ios-email {
        font-size: 20px;
        display: block;
        margin-top: -1px;
        margin-bottom: 0px;
        line-height: 1;
    }

    ul.list-inline.article-tools span.zoom-in-out-text {
        font-size: 14px;
        font-weight: bold;
        padding-top: 2px;
        display: block;
    }

ul.list-inline.article-tools {
    margin-bottom: 10px;
    height: auto;
    line-height: 1;
}

.breadcrumb-arrow {
    padding-right: 6px;
}

.breadcrumbs a {
    color: #5b5b5b;
    padding-right: 8px;
    font-weight: normal;
}

    .breadcrumbs a:hover {
        color: #133c7f;
    }

.breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
}

.breadcrumbs {
    color: #133c7f !important;
    margin-bottom: 25px;
}

h1.page-title {
    margin-top: 0;
}

ul.article-tools li {
    padding: 0 !important;
}

    ul.article-tools li:before {
        display: none !important;
    }

/* Aside */

div#ratesLoader img {
    margin: 0px auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

aside table tr {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
}

    aside table tr td {
        padding: 3px 0px;
        vertical-align: top;
    }


aside table {
    width: 100%;
}

/* Aside Accordions */

aside .r-tabs-accordion-title {
    background: #eaeef2;
    background: -moz-linear-gradient(top, #eaeef2 0%, #dfe4eb 100%);
    background: -webkit-linear-gradient(top, #eaeef2 0%,#dfe4eb 100%);
    background: linear-gradient(to bottom, #eaeef2 0%,#dfe4eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='#dfe4eb',GradientType=0 );
    text-shadow: none;
    font-weight: normal;
    color: #2b5380;
    position: relative;
    /* padding: 10px 50px 10px 10px; */
    font-size: 15px;
    padding: 0px;
    margin-top: 5px;
}


aside .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #133c7f;
    display: block;
    width: 100%;
    padding: 10px 50px 10px 10px;
    font-size: 13px;
    line-height: 1.2;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #fff;
}

aside .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #133c7f;
}

aside .r-tabs .r-tabs-panel {
    padding: 5px 10px 0 10px;
    display: none;
    margin-bottom: 0;
    border-bottom: 0;
}



aside .r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6b8cb5;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
    content: '\f3d0';
}

aside .r-tabs-accordion-title.r-tabs-state-active a.r-tabs-anchor:after {
    content: '\f3d8';
}


.aside-article {
    margin-bottom: 20px;
}

    .aside-article h2, h2.kursna-lista-title {
        background: #678ab3;
        color: #fff;
        position: relative;
        font-size: 13px;
        padding: 11px;
        margin-top: 0;
        clear: both;
    }

        .aside-article h2:before, h2.kursna-lista-title:before {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #678ab3 transparent transparent transparent;
            position: absolute;
            bottom: -10px;
            left: 15%;
            right: auto;
        }


aside .panel-body ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 0px;
}

.kursna-lista-inner-wraper.table-responsive img {
    max-width: 25px;
}
.kursna-lista-inner-wraper.table-responsive td {
	padding:4px 0;
}
.kursna-lista-inner-wraper.table-responsive th:last-child,
.kursna-lista-inner-wraper.table-responsive td:last-child {
	text-align:right;
}
.kursna-lista-inner-wraper.table-responsive td:last-child {
	padding-right:8px;
}

aside .panel-body ul li:last-child {
    border-bottom: 0;
}

.sky-blue-template:before, .sky-blue-template:after {
    clear: both;
    display: table;
    content: '';
}

.sky-blue-template {
    background: #eaeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeef2 0%, #dfe4eb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaeef2 0%,#dfe4eb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeef2 0%,#dfe4eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='#dfe4eb',GradientType=0 ); /* IE6-9 */
    text-shadow: none;
    font-weight: normal;
    color: #2b5380;
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .sky-blue-template p {
        float: right;
        display: inline-block;
        width: 30%;
        text-align: right;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .sky-blue-template h2 {
        display: inline-block;
        float: left;
        width: 70%;
        font-size: 13px;
        margin: 0px;
        color: #2b5380;
    }


/* Kursna lista - aside */

.kursna-lista-list-item:before,
.kursna-lista-list-item:after {
    content: '';
    display: table;
    clear: both;
}

.kursna-lista-aside {
    color: #919192;
}

.kursna-lista-list-item {
    display: block;
    position: relative;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
}

.kursna-lista-flag {
    display: inline-block;
    float: left;
}

    .kursna-lista-flag.kursna-lista-valuta img {
        max-width: 30px;
    }

a.read-all-kursna-lista-aside {
    padding: 5px 0px 10px 0px;
    position: relative;
    color: #234d7c;
    padding-right: 25px;
    display: inline-block;
    clear: both;
    font-size: 13px;
    padding-left: 6px;
}

.kursna-lista-status {
    display: inline-block;
    float: left;
    text-align: right;
    width: 100%;
}

.kursna-lista-list-item > .row > .col-xs-7 {
    padding-right: 0px;
}

.kursna-lista-list-item > .row > .col-xs-5 {
    text-align: right;
}

.kursna-lista-flag.kursna-lista-valuta p, .kursna-lista-status.kursna-lista-sreden-kurs p {
    margin-bottom: 0px;
}

a.read-all-kursna-lista-aside:after {
    content: '\f3d6';
    position: absolute;
    right: 0px;
    top: 50%;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    margin-top: -15px;
    line-height: 1;
}

/* Kamatna stapka aside */

.kamatna-stapka-list-item:before,
.kamatna-stapka-list-item:after,
.kamatna-stapka-header:before,
.kamatna-stapka-header:after {
    content: '';
    display: table;
    clear: both;
}

.kamatni-stapki-aside a {
    color: #333;
}

.kamatni-stapki-aside p a {
    margin-bottom: 0px;
    font-size: 13px;
}

.kamatna-stapka-header {
    padding: 10px 0px;
}

    .kamatna-stapka-header p {
        color: #234d7c;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 0px;
    }



.kamatni-stapki-aside .col-xs-5 {
    padding-left: 0px;
    text-align: right;
}

.kamatna-stapka-list-item p {
    color: #333;
    margin-bottom: 0px;
}

/*.kamatna-stapka-list-item .col-xs-5 p a {
    font-size: 16px;
}*/

.kamatna-stapka-list-item {
    padding: 4px 0px;
    border-bottom: 1px solid #e6e6e6;
}

    .kamatna-stapka-list-item a:hover {
        color: #678ab3;
    }


/* Sidebar Menu */


nav.sidebar-menu > ul {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    nav.sidebar-menu > ul > li > a {
        background: #acbfd4;
        margin-bottom: 1px;
        width: 100%;
        display: block;
        padding: 8px 10px;
        color: #fff;
    }

        nav.sidebar-menu > ul > li > a:hover {
            background: #678ab3;
        }

    nav.sidebar-menu > ul > li.active a {
        /*background: url(../images/icons/arrow-down-small-green.png) #678ab3 no-repeat right 15px center;*/
        background: #678ab3;
    }

    nav.sidebar-menu > ul > li.active > ul > li a {
        background: #e9f1f5;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding: 6px 10px 6px 30px;
        color: #5a5a5a;
        font-size: 13px;
        line-height: 1.3;
    }

nav.sidebar-menu ul li ul li ul li a {
    padding-left: 45px !important;
}


nav.sidebar-menu ul li ul li ul li a,
nav.sidebar-menu li > a {
    border-left: 3px solid transparent;
}

nav.sidebar-menu ul li ul li ul li.active2 a,
nav.sidebar-menu li.active-submenu > a {
    /* color: #2f998c !important; */
    font-weight: 600;
    /* background: #f4f8fb !important; */
    /* border-left: 3px solid #5fbeaa; */
    /* color: #5fbeaa !important; */
}

nav.sidebar-menu li.active > ul {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}


.navbar-default .dropdown-menu {
    background-color: #416690;
}

@media (max-width: 767px) {

    .header-wrapper-background {
        background-position: top center;
    }

    .navbar-toggle {
        margin-top: 17px;
    }

    #mainmenu.navbar-collapse {
        border-color: #e7e7e7;
        background-color: white;
        background: #fff;
        border: none;
        min-height: inherit;
        overflow-y: scroll;
        position: relative;
        z-index: 99999999;
        top: 0;
        left: 0;
        right: 0;
        overflow: auto;
        bottom: auto;
        max-height: none;
    }

    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
        position: static;
        margin-top: -11px;
        margin-right: -10px;
        margin-left: 0;
        display: block;
        width: 40px;
        height: 42px;
        overflow: hidden;
        vertical-align: middle;
        border-top: 0 solid;
        border-right: 0 dashed transparent;
        border-bottom: dashed transparent;
        border-left: 1px solid rgba(255, 255, 255, 0.11);
        float: right;
        color: transparent;
        -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: #40608a;
            border-left: 1px solid #40608a;
            -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 {
        border-bottom: 1px solid rgba(245, 245, 245, 0.1);
        background: #486a95;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 12px 10px 10px 10px;
        border-bottom: 1px solid transparent;
    }



    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #efefef;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-color: #59789e;
    }

    .homepage-slider .carousel-caption {
        position: relative;
        bottom: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

        .homepage-slider .carousel-caption h2 {
            display: block;
            margin: 0px;
            margin-bottom: 10px;
        }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: rgb(63, 95, 136);
        border: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapsing {
        overflow: hidden !important;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 10px 10px 25px;
    }

    ul.nav.navbar-nav > li.open > a > span {
        background: #3f5f88;
    }

    .nav > li a:hover {
        color: #f8e4cb !important;
    }

    .navbar-nav .sub-arrow:before {
        content: '\f3d0';
        color: white;
        position: static;
        margin-left: 15px;
        display: block;
        margin-top: 14px;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-nav > li.open > a span.sub-arrow:before {
        content: '\f3d8';
    }
}

/* Inner full article */

/*h1.page-title {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 26px;
    margin-top: 0px;
}*/

.article-meta {
    display: block;
    border: 1px solid #ececec;
    border-left: 0px;
    border-right: 0px;
    padding: 5px;
    margin: 0;
}

p.article-date-publishing span i {
    margin-right: 6px;
    margin-left: 3px;
}

span#time {
    font-size: 13px;
    color: #bbbbbb;
}

p.article-date-publishing {
    margin-bottom: 0px;
}

/*.NewsContent * {
    font-size: 13px;
    color: #585858;
}*/

.article-meta {
    display: block;
    border: 1px solid #ddd;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

p.article-date-publishing {
    margin-bottom: 0px;
}




/* Accordions - aside */




.panel-default > .panel-heading {
    background: #eaeef2;
    background: -moz-linear-gradient(top, #eaeef2 0%, #dfe4eb 100%);
    background: -webkit-linear-gradient(top, #eaeef2 0%,#dfe4eb 100%);
    background: linear-gradient(to bottom, #eaeef2 0%,#dfe4eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='#dfe4eb',GradientType=0 );
    text-shadow: none;
    font-weight: normal;
    color: #2b5380;
    position: relative;
    /* padding: 10px 50px 10px 10px; */
    font-size: 15px;
    padding: 0px;
}

    .panel-default > .panel-heading a {
        display: block;
        width: 100%;
        padding: 10px 50px 10px 10px;
        font-size: 15px;
    }

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
    padding: 5px 10px;
    font-size: 13px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: #eaeef2; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeef2 0%, #dfe4eb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaeef2 0%,#dfe4eb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeef2 0%,#dfe4eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='#dfe4eb',GradientType=0 ); /* IE6-9 */
}

.panel-group {
    margin-bottom: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    border-radius: 0px !important;
}

h4.panel-title a.collapsed:after,
h4.panel-title a:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6b8cb5;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 18px;
    margin-top: -9px;
}

h4.panel-title a.collapsed:after {
    content: '\f3d0';
}


h4.panel-title a:after {
    content: '\f3d8';
}

/* Inner Article template */
.bib-arh-inner-template {
    position: relative;
    margin-bottom: 15px;
}

    .bib-arh-inner-template h2 {
        margin: 0px;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        display: block;
        padding: 0px 20px;
    }

        .bib-arh-inner-template h2 a {
            color: #fff;
            font-size: 16px;
            font-family: Tahoma, Geneva, sans-serif;
            text-transform: uppercase;
        }


.header-image-inner {
    position: relative;
    margin-bottom: 15px;
}

    .header-image-inner h1 a {
        color: #ffffff;
        font-size: 20px;
    }

    .header-image-inner h1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: auto;
        top: auto;
        background: rgba(27, 70, 122, 0.85);
        margin: 0px;
        padding: 15px 20px 20px 20px;
        text-transform: uppercase;
        color: #ffffff;
        min-width: 320px;
        font-size: 20px;
    }

@media screen and (max-width:360px) {
    .header-image-inner h1 {
        width: 100%;
        min-width: 0;
    }
}

.header-image-inner h1:after {
    content: '';
    width: 20%;
    height: 4px;
    background: #edd66d;
    position: absolute;
    left: 18px;
    bottom: 10px;
}





/* Footer */

#ns-footer {
    background: #6688b2;
    width: 100%;
    height: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
}
@media (max-width:1199px) and (min-width:992px){
#ns-footer{

    height: 183px;

}#ns-content {
    padding-bottom: 220px;
    }
}
.footer-first-column, .footer-second-column, .footer-third-column {
    color: #fff;
}

@media (max-width:768px) {
    .footer-first-column, .footer-second-column, .footer-third-column {
        text-align: center;
    }
}

.footer-first-column a, .footer-second-column a, .footer-third-column a {
    color: #fff;
}

.footer-second-column {
    text-align: center;
}

    .footer-second-column ul, .footer-third-column ul {
        margin-bottom: 0px;
    }

        .footer-second-column ul li, .footer-third-column ul li {
            display: inline-block;
            /*float:left;*/
            padding-right: 10px;
        }

        .footer-third-column ul li {
            border-right: 1px solid rgba(255, 255, 255, 0.39);
            margin-left: 4px;
            margin-bottom: 5px;
        }

        .footer-second-column ul.social-links-footer li a i {
            font-size: 20px;
        }

            .footer-second-column ul.social-links-footer li a i:hover {
                color: #23446b;
            }

        .footer-third-column ul li a {
            font-size: 12px;
        }


/* Search results */

ul.search-results.with-track-small {
    border-bottom: 1px dashed #dedede;
}


    ul.search-results.with-track-small h2 {
        margin: 0px 0px 10px 0px;
        line-height: 1;
    }


    ul.search-results.with-track-small li {
        padding: 0px;
    }

    ul.search-results.with-track-small h2 a {
        font-size: 16px !Important;
    }

.search-results-wraper ul.pager li {
    padding: 0;
}

    .search-results-wraper ul.pager li.active a {
        background-color: #4a72a1;
        color: #fff;
    }

    .inner-content-box ul.search-results > li:before,
    .search-results-wraper ul.pager li:before {
        display: none;
    }



/*Pagination*/

.pagination {
    margin: 0 auto;
    margin-bottom: 15px;
}

    pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 4px 10px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #395980;
        text-decoration: none;
        background-color: #e8ecf1;
        border: 1px solid #e8ecf1;
        margin: 0 2px;
    }



    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 7px 0px;
        line-height: 1.428571429;
        text-decoration: none;
        color: #888888;
        background-color: transparent;
        border: 1px solid transparent;
        margin-left: -1px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 1px;
    }

    .pagination > li.current > a, .pagination > li.current > span {
        background-color: transparent;
        border-color: #234d8f;
        color: #234d8f;
    }

    .pagination > li > a.prev, .pagination > li > a.next {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0%;
    }


    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #2a6496;
        background-color: transparent;
        border-color: #9a9a9a;
        border-radius: 50%;
    }

    .pagination > li > a.prev {
        border-right: 1px solid #ddd;
    }

    .pagination > li > a.next {
        border-left: 1px solid #ddd;
    }


    .pagination > li > a.prev:hover {
        background: #f1f1f1;
        border-radius: 0px;
        border-color: transparent;
        color: #234d8f;
    }

    .pagination > li > a.next:hover {
        background: #f1f1f1;
        border-radius: 0px;
        border-color: transparent;
        color: #234d8f;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
    }

    .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: #839dbe;
        border-color: #4a72a1;
        border-radius: 0px;
    }


ul.pagination li:before {
    display: none !important;
}


/* Kursna lista */


.kursna-lista-inner-wraper table thead tr th {
    color: #565656;
    vertical-align: middle;
    font-size: 12px;
    background: rgba(172, 191, 212, 0.18);
}


.kursna-lista-inner-wraper thead tr th {
    max-width: 70px;
    text-align: center;
}

.kursna-lista-inner-wraper tbody tr td {
    font-size: 13px;
    vertical-align: middle;
}

    .kursna-lista-inner-wraper tbody tr td:nth-child(1) {
        max-width: 45px;
    }

    .kursna-lista-inner-wraper thead tr th:nth-child(2), .kursna-lista-inner-wraper tbody tr td:nth-child(2) {
        text-align: left;
    }

    .kursna-lista-inner-wraper thead tr th:nth-child(3), .kursna-lista-inner-wraper tbody tr td:nth-child(3) {
        text-align: center;
    }

    .kursna-lista-inner-wraper thead tr th:nth-child(4), .kursna-lista-inner-wraper tbody tr td:nth-child(4) {
        text-align: left;
    }


    .kursna-lista-inner-wraper thead tr th:nth-child(5), .kursna-lista-inner-wraper tbody tr td:nth-child(5),
    .kursna-lista-inner-wraper thead tr th:nth-child(6), .kursna-lista-inner-wraper tbody tr td:nth-child(6) {
        text-align: center;
    }


/* Date picker */

/*.daterangepicker td.in-range {
    background-color: rgba(53, 126, 189, 0.23);
    
    color: #000;
    border-radius: 0;
    border-top: 2px solid #1b467a!important;
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: inherit!important;
    white-space: nowrap;
    cursor: pointer;
}


.daterangepicker td.active.start-date, .daterangepicker td.active:hover {
    background-color: #ebf4f8!important;
    border-color: inherit!important;
    color: #234d8f;
    border-left: 2px solid #1b467a!important;
    border-top: 2px solid #1b467a!important;
}


td.active.end-date.in-range.available, td.active.end-date.in-range.available:hover {
        background-color: #ebf4f8!important;
    border-color: inherit!important;
    color: #234d8f;
    border-right: 2px solid #1b467a!important;
    border-top: 2px solid #1b467a!important;
}*/

div#reportrange {
    margin-bottom: 10px;
}

.ranges li.active {
    background: #678ab3;
    border: 1px solid #678ab3;
    color: #fff;
}

.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    color: #6d6d6d;
}

    .ranges li:hover {
        background: #acbfd4;
        border: 1px solid #acbfd4;
        color: #fff;
    }

.daterangepicker td.in-range {
    background-color: rgba(53, 126, 189, 0.3);
    border-color: transparent;
    color: #1f5f96;
    border-radius: 0;
}

td.active.end-date.in-range.available {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.chosen-date-half.chosen-date-left-half {
    border-right: 1px dashed #ddd;
}

.chosen-date-half {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
}

div#reportrange .form-control {
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

button.apply-date, button.cancel-date {
    width: 48%;
    float: left;
    display: block;
    margin: 0px;
}

button.cancelBtn.btn.btn-sm.btn-default.cancel-date {
    background-color: transparent;
    border-color: #a2a2a2;
    color: #a2a2a2;
    margin-left: 1%;
}

button.applyBtn.btn.btn-sm.btn-default.apply-date {
    background-color: #00a65a;
    border-color: #008d4c;
    margin-right: 1%;
}





/* Site map */


ul.sitemap li a {
    color: #333;
}

ul.level2 > li > a {
    font-weight: 600;
    color: #133c7f;
    text-transform: uppercase;
}

ul.sitemap, ul.level3, ul.level4, ul.level5 {
    margin-left: 15px;
}

.inner-master.site-map-master {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

    .inner-master.site-map-master ul.level2 {
        margin-top: 20px;
    }

.site-map-master li {
    position: relative;
}

ul.sitemap {
    margin-left: 0px;
    margin-right: 15px;
}

ul.level2 > li {
    margin-bottom: 20px;
}

    ul.level2 > li > a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #133c7f;
        padding-bottom: 5px;
    }

ul.level3 > li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background: #133c7f;
    margin-left: -12px;
    top: 6px;
}

ul.level3 > li > a {
    margin-bottom: 5px;
    display: block;
}

ul.level4 > li:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    margin-left: -12px;
    top: 6px;
    border-radius: 50%;
    border: 1px solid #133c7f;
    width: 6px;
    height: 6px;
}


ul.level5 {
    margin: 5px 0px 6px 15px;
}

    ul.level5 > li:before {
        content: '';
        width: 5px;
        height: 1px;
        display: block;
        position: absolute;
        background: #97989a;
        margin-left: -12px;
        top: 9px;
        border-radius: 50%;
    }

ul.sitemap li a:hover {
    color: #133c7f;
}

/*End of Site map*/




/* UI Elements */

.h1, h1 {
    font-size: 20px;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    color: #424242;
}


    h1.h-underline {
        margin-top: 0px;
    }

.h-underline {
    position: relative;
    padding-bottom: 1rem;
}

.h-underline-primary:after {
    background-color: #3e70c9;
}


.h-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: #4a72a1;
}


.text-primary {
    color: #3e70c9 !important;
}

    .text-primary .underline {
        border-bottom: 1px solid #3e70c9 !important;
    }

a.text-primary:focus, a.text-primary:hover {
    color: #82a2dc !important;
}

    a.text-primary:focus .underline, a.text-primary:hover .underline {
        border-color: #82a2dc !important;
    }

.text-success {
    color: #43b968 !important;
}

    .text-success .underline {
        border-bottom: 1px solid #43b968 !important;
    }

a.text-success:focus, a.text-success:hover {
    color: #85d19d !important;
}

    a.text-success:focus .underline, a.text-success:hover .underline {
        border-color: #85d19d !important;
    }

.text-info {
    color: #20b9ae !important;
}

    .text-info .underline {
        border-bottom: 1px solid #20b9ae !important;
    }

a.text-info:focus, a.text-info:hover {
    color: #5ad3e4 !important;
}

    a.text-info:focus .underline, a.text-info:hover .underline {
        border-color: #5ad3e4 !important;
    }

.text-warning {
    color: #f59345 !important;
}

    .text-warning .underline {
        border-bottom: 1px solid #f59345 !important;
    }

a.text-warning:focus, a.text-warning:hover {
    color: #f8b986 !important;
}

    a.text-warning:focus .underline, a.text-warning:hover .underline {
        border-color: #f8b986 !important;
    }

.text-danger {
    color: #f44236 !important;
}

    .text-danger .underline {
        border-bottom: 1px solid #f44236 !important;
    }

a.text-danger:focus, a.text-danger:hover {
    color: #f8847d !important;
}

    a.text-danger:focus .underline, a.text-danger:hover .underline {
        border-color: #f8847d !important;
    }

.text-purple {
    color: #a567e2 !important;
}

    .text-purple .underline {
        border-bottom: 1px solid #a567e2 !important;
    }

a.text-purple:focus, a.text-purple:hover {
    color: #c49cec !important;
}

    a.text-purple:focus .underline, a.text-purple:hover .underline {
        border-color: #c49cec !important;
    }

.text-black {
    color: #333 !important;
}

    .text-black .underline {
        border-bottom: 1px solid #333 !important;
    }

a.text-black:focus, a.text-black:hover {
    color: #7b7b7b !important;
}

    a.text-black:focus .underline, a.text-black:hover .underline {
        border-color: #7b7b7b !important;
    }

.text-white {
    color: #fff !important;
}

    .text-white .underline {
        border-bottom: 1px solid #fff !important;
    }

a.text-white:focus, a.text-white:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

    a.text-white:focus .underline, a.text-white:hover .underline {
        border-color: rgba(255, 255, 255, 0.7) !important;
    }

.text-grey {
    color: #999 !important;
}

    .text-grey .underline {
        border-bottom: 1px solid #999 !important;
    }

a.text-grey:focus, a.text-grey:hover {
    color: #aaa !important;
}

    a.text-grey:focus .underline, a.text-grey:hover .underline {
        border-color: #aaa !important;
    }

.text-facebook {
    color: #3b5998 !important;
}

.text-twitter {
    color: #00aced !important;
}

.text-linkedin {
    color: #007bb6 !important;
}

.text-dribbble {
    color: #ea4c89 !important;
}

.text-googleplus {
    color: #dd4b39 !important;
}

.text-instagram {
    color: #517fa4 !important;
}

.text-pinterest {
    color: #cb2027 !important;
}

.text-dropbox {
    color: #007ee5 !important;
}

.text-flickr {
    color: #ff0084 !important;
}

.text-tumblr {
    color: #32506d !important;
}

.text-skype {
    color: #00aff0 !important;
}

.text-youtube {
    color: #bb0000 !important;
}


.inner-content-box ul li {
    position: relative;
}

.inner-content-box ul li {
    padding-left: 20px;
    margin-bottom: 10px;
}

    .inner-content-box ul li ul {
        margin-top: 10px;
    }

.inner-content-box ul > li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background: #4a72a1;
    margin-left: -15px;
    top: 6px;
}




.inner-content-box img[style*="float: left"] {
    padding: 0px 15px 15px 0px;
}

.inner-content-box img[style*="float: right"] {
    padding: 0px 0px 15px 15px;
}




/* Inner Gallery carousel */

.inner-gallery-carousel .carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    display: block;
    width: 40px;
    border-radius: 50%;
    padding: 0px;
    height: 40px;
}

.inner-gallery-carousel .left.carousel-control {
    background: url('../images/arrow-left.png') rgba(41, 41, 41, 0.6) center center no-repeat;
    left: 10px;
}

.inner-gallery-carousel .right.carousel-control {
    background: url('../images/arrow-right.png') rgba(41, 41, 41, 0.6) center center no-repeat;
    right: 10px;
}


/* Inner Gallery with thumbnails */



.inner-galerija-thumb {
    display: none !important;
}

.inner-galerija.slick-slider {
    position: relative;
}

.inner-galerija .slick-nav-arrow {
    display: block;
    padding: 10px 16.5px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 2;
    margin-top: -22px;
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.inner-galerija.slick-slider, .inner-galerija-thumb.slick-slider {
    max-width: 730px;
    background: #ffffff;
    display: block;
    margin: 0px auto;
}


.inner-galerija.slick-slider {
    background-color: #333;
}


.inner-galerija-thumb.slick-initialized.slick-slider {
    margin-top: 5px;
}

.inner-galerija .slick-nav-arrow:hover {
    background: rgba(74, 114, 161, 0.44);
    cursor: pointer;
    transition: 0.3s;
}


.inner-galerija .slick-slide .item-container img {
    display: block;
    margin: 0px auto;
}

.inner-galerija .slick-nav-arrow.slick-nav-arrow-left.slick-arrow {
    left: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.inner-galerija .slick-nav-arrow.slick-nav-right.slick-arrow {
    right: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.inner-galerija-thumb .item-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.89+0,1+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.89) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.89) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.89) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.inner-galerija-thumb .slick-slide .item-container img {
    opacity: 0.3;
}


.inner-galerija-thumb .slick-slide.slick-active img {
    opacity: 0.4;
    transition: 0.4s;
}

.inner-galerija-thumb .slick-slide.slick-active:hover img {
    opacity: 1;
}

.inner-galerija-thumb .slick-slide.slick-active.slick-current img {
    opacity: 1;
}


.inner-galerija-thumb.slick-slider .item-container {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.inner-galerija-thumb.slick-slider .slick-slide.slick-active:hover {
    cursor: pointer;
}


.inner-galerija-thumb.slick-slider .slick-slide {
    margin: 0 2.5px;
}

.inner-galerija-thumb.slick-slider .slick-list {
    margin: 0 -2.5px;
}


@media (min-width:481px) and (max-width:600px) {
    .inner-galerija-thumb.slick-slider .item-container {
        height: 90px;
    }
}


@media (max-width:480px) {
    .inner-galerija-thumb.slick-slider .item-container {
        height: 50px;
    }

    .news-intro-title .col-xs-3 {
        width: 100%;
        display: block;
    }

    .news-intro-title h2 {
        padding-left: 5px;
    }
}


div#reportrange {
    height: auto;
    margin-bottom: 10px;
}

    div#reportrange:before, div#reportrange:after {
        content: '';
        clear: both;
        display: table;
    }

@media (min-width:460px) and (max-width:767px) {

    .featured-image {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        height: 140px;
        overflow: hidden;
    }

    .news-articles-wrapper .col-xs-12 {
        width: 50%;
    }
}

@media (max-width:459px) {
    /*.news-articles-wrapper article:nth-child(odd), .news-articles-wrapper article:nth-child(even) {
        padding: 0px;
    }*/

    .news-articles-wrapper article:nth-child(even) {
        margin-top: 10px;
    }
}




@media print {
    #ns-header, #ns-footer {
        display: none !important;
    }
}

ol {
    list-style: decimal;
}

ol li {
    margin-left: 14px;
    padding-left: 6px;
}

@media(max-width:767px){
#ns-footer {
height: auto;
}
 #ns-content {
        padding-bottom: 470px !important;
    }
}

@media(max-width:991px){
    .footer-first-column, .footer-second-column, .footer-third-column {
   text-align:center;
   margin:15px 0;
   line-height: 16px;
}
}