@font-face{
    font-family:icomoon;
    src:url(../webfonts/icomoon.woff);
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

body {
    font-family: Arial;
    font-size: 14px;
}

b, strong {
     font-weight: 600 !important; 
}

/* HEADER & TEXT & LABEL SIZES */

h1 {
    font-size: 2em;
    font-weight:700;
}

article h1 {
    font-size: 2em;
    font-weight:normal;
    display:block;padding-bottom:.5rem;
    border-bottom:1px solid #eee;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
}

h3 {
    font-size: 1.17em;
    font-weight: 700;
}

h4 {
    font-size: 1em;
    font-weight: 700;
}

h5 {
    font-size: 0.83em;
    font-weight: 700;
}

label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

a{
    color:#055E9A;
}

/* MOBILE SIDE MARGIN FIX & MAIN BLOCKS VISIBILITY */

.mobile{
    display:none;
}

@media only screen and (max-width:990px)
{
    .container{
        padding:0px;
    }

    .standard{
        display:none;
    }

    div.mobile {
        display: block;
    }

        div.mobile.row {
            display: flex;
        }

    .social-networks .col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .social-networks .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .main-header .title {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:768px) {
    .container {
        padding: 0px 15px;
    }

    p.mobile {
        display: inline-block;
        font-weight:bold;
    }

    .toggler-title {
        color: #fff !important;
    }
}

/* LANGUAGE CHOICE */

.langbox {
    margin-top: 20px;
    margin-bottom: 35px;
}

.languages {
    background-color: #EEE;
    padding-top: 35px;
    padding-bottom: 25px;
}

.savechoice form {
    margin-top: 25px;
    padding-top: 25px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #E5E5E5;
}

.languages .col-3 label {
    font-size: 17px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
}

.responsive-info .smallgrey {
    font-size: 11px;
    color: #838383;
    margin-top:10px;
}

.smallgrey span {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #DDD;
}

.lang-choice h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
}

/* ACCESSIBILITY */

.access-list{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0px;
}

.access-list li{
    display:flex;
    flex:0 0 155px;
    text-align:center;
}

    .access-list > li img{
        margin-bottom:10px;
    }


/* HEADER LINKS */
.language-links {
    padding-bottom: 10px;
}

.language-links a {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.middle-text {
    position:relative;
    color: #fff;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    display:inline-block;
}

.language-links a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.language-links .langTagSelected {
    color: #ccc;
}

.language-links a:hover {
    color: #015ea4;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/**/

/* HEADER BACKGROUND, TITLE, SEARCH */

.main-header {
    background-color: #E1E9F0;
    min-height: 150px;
    position: relative;
    z-index: 10;
    background-image: /*url(../pix/header-bar2.png),*/ url(../pix/header-mvp.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top:-6px;
}

    .main-header .title {
        margin: 0px;
        font-size: 24px;
        font-weight: normal;
        line-height: 26px;
        color: #055E9A;
        text-decoration: none;
        position: relative;
    }

.main-header .title:hover {
    color: #fff;
}

.header-container .row:not(.social-networks) {
    min-height: 105px;
}

.social-networks{
    margin:0 -7.5px;
}

.social-networks .col-auto{
    padding:0px 7.5px;
    font-size:20px;
}

    .social-networks a {
        color: #055E9A;
    }

    .social-networks a:hover {
        color: #999;
    }

/**/


/* MAIN NAVIGATION */

.main-navigation{
    margin-top:-45px;
    height: 45px;
    position:relative;
    z-index:1000;
}

.navbar-collapse.mobile {
    display: none !important;
}

@media only screen and (max-width:990px){
    .primary-standard{
        display:none;
    }
}

.primary-navigation{
    width: 100%;
    padding:0px 15px;
}

    .primary-navigation .navbar-nav {
        align-items: stretch;
        justify-content: space-between;
        width:45px;
    }

    .primary-navigation .nav-link {
        background-color: #999;
        color: #fff;
        height: 45px;
        padding: 0px 1.25rem;
        text-align: center;
        font-size: 14px;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.25);
        text-decoration: none;
    }

    .primary-navigation .nav-item{
        flex:1 1 auto;
        margin-right:2px;
        font-weight:bold;
    }

    .primary-navigation .nav-item:last-child {
        margin-right: 0px;
    }

    .hashover .nav-item:hover .nav-link {
        background-color: #055E9A;
    }

    .hashover .nav-item.show .nav-link {
        background-color: #055E9A;
    }

    .primary-navigation .dropdown-toggle::after {
        display: none;
    }

    .primary-navigation .dropdown-toggle span:after {
        display: inline-block;
        font-size:16px;
        margin-left: .5em;
        vertical-align: .1em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .primary-navigation .dropdown-menu{
        padding:0px;
        border-radius:0px;
        background:#055E9A;
        margin-top:-1px;
    }

    .primary-navigation .dropdown-item {
        padding: 0px;
    }

        .primary-navigation .dropdown-item .nav-link {
            height: auto;
            padding: 5px 15px;
            text-align: left;
            background-color: transparent;
            /*white-space:pre-wrap;*/
        }

        .primary-navigation .dropdown-item:hover .nav-link {
            background-color: #044F80;
        }

.sublevel, .sublevel .nav-link {
    background-color: #666 !important;
    padding-left: 15px !important;
}

    .sublevel:hover, .sublevel .nav-link:hover {
        background-color: #044F80 !important;
    }
/**/


/* NAVBAR MOBILE */
    .primary-navigation .navbar-toggler {
        border: none;
        background-image: none;
        background-color: #999;
        width: 100%;
        height: 45px;
        border-radius: 0px;
        position: relative;
    }

    .primary-navigation .navbar-toggler-icon:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8px;
        border-color: white transparent transparent transparent;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        margin-top: 0.255rem;
    }

.nav-link.pr-10 {
    padding-right: 20% !important;
}

    
    @media only screen and (max-width:990px)
    {
        .primary-navigation .nav-item {
            margin-right: 0px !important;
        }        
    }


.header-extra-info .row{
    font-size: 10px !important;
    font-weight: bold !important;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.mobile .header-extra-info .row {
    position: unset;
    right: unset;
    margin-top:-30px;
}

.nato-col {
    background-color: #1a3863 !important;
}

.un-col {
    background-color: #1592e5 !important;
}

.eu-col {
    background-color: #003399 !important;
}

/**/

.actual-content{
    padding-bottom:30px;
}

.sector-titles {
    color: #444;
}


/* FOOTER */

.footer-info {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #F8F8F8;
    padding-top: 25px;
}

.footer-info p{
    margin:5px 0px 15px 0px;
}

.footer-end {
    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
}

    .footer-end .copy {
        margin-bottom: 10px;
        font-size: 13px;
    }

.footer-end .footermenu a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
}

.evlada {
    font-size: 12px;
    background-image: url(../pix/logo-evlada.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 4px;
}

p.responsive {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    width: 120px;
    top: 13px;
    right: 0px;
    color: #999;
    line-height: 12px;
    margin-top: 12px;
    margin-bottom: 5px;
}

ul.botmenu {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-size: 13px;
}

    ul.botmenu li {
        line-height: 15px;
    }

ul.botmenu li a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #666;
    text-decoration: none;
    background-image: url(../pix/icon-arrow-small-circle.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
}

    ul.botmenu li a:hover {
        color: #055E9A;
        background-position: 0px -19px;
    }

ul.contacts {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

    ul.contacts li {
        width: 50%;
        color: #666;
        line-height: 1.2em;
        padding-left: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;        
        background-repeat: no-repeat;
        background-position: 0px 3px;
        font-size: 13px;
    }

    ul.contacts .loc {
        background-image: url(../pix/icon-location.png);
        float: left;
    }

    ul.contacts .ctct {
        background-image: url(../pix/icon-contacts.png);
        float: left;
    }

.ctct a {
    color: #999;
}

    .ctct a:hover {
        color: #055e9a;
    }

/**/

/* ART-LIST */
.box-articles {
    margin-bottom: 30px;
}

    .box-articles .label {
        font-size: 14px;
        font-weight: bold;
        color: #0099CC;
        background-color: #FFF;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #EEE;
        padding-top: 3px;
        padding-right: 0px;
        padding-bottom: 6px;
        padding-left: 0px;
        letter-spacing: 0px;
        text-align: left;
        width: auto;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: none;
        border-left-style: none;
        border-right-color: #CCC;
        border-left-color: #CCC;
        display: block;
        position: relative;
        font-family: "Arial Black", Gadget, sans-serif;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: none;
    }

.homepage-activities ul{
    background-color: #658dc6;
    background-image: linear-gradient(to bottom, transparent, #4e71a4);
}

    .box-articles .art-list {
        /*margin: 0px;*/
        padding: 0px;
        list-style-type: none;
        clear: both;
    }

        .box-articles .art-list a {
            color: #000;
            font-size: 14px;
        }

        .homepage-activities .art-list a {
            color: #fff;
            font-size: 14px;
            font-weight:bold;            
        }

        .homepage-activities .art-list .date {
            color: #ccc;
        }

    .box-articles li {
        display: flex;
        margin: 8px 0px;
    }

    .homepage-activities li {
        /*background-color: rgba(4, 66, 108, 0.5);
        background-image: linear-gradient(to bottom, transparent, rgba(5, 94, 154, 0.5));*/
        border-bottom:1px solid #015ea4;
        margin:0 !important;
        padding:15px;
        display:block;
    }

    .ArchiveTitle{
        display:block;
        padding:5px;
        background-color:#055E9A;
        color:#fff;
        text-transform:uppercase;
        font-weight:bold;
        margin-bottom:1rem;
    }

    .homepage-activities .ArchiveTitle, .news-carousel .ArchiveTitle{
        margin-bottom:0;
    }

    .box-articles .art-list li img {
        min-width: 130px;
        max-width: 130px;
        height: 100px;
        object-fit: cover;
        margin: 5px;
    }

    .box-articles .art-list li div.other-news {
        margin: 0px 10px 5px 10px;
        position: relative;
        width: 100%;
    }

        .box-articles .art-list li div.other-news::after {
            content: "\e601";
            font-family: 'icomoon' !important;
            font-size: 14px;
            color: #1ca0f2;
            position: absolute;
            right: 0px;
            bottom: 10px;
        }

        .homepage-activities .art-list li div.other-news::after {
            color: #e8e8e8;
        }

    .box-articles li h4 {
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .homepage-activities .date{
        margin:0 !important;
    }


/* EXTRA COLOR CONTROL */

.bg-blue {
    background-color: #015ea4;
    color: #fff !important;
}

.bg-white{
    background-color: #fff;
}

.border-blue {
    border-color: #015ea4 !important;
}

/**/

    .page-title{
        padding-left:45px;
    }

.page-title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .page-title a:hover {
        color: #eee;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .coat-of-arms > img{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
    }

    /**/

        .colorful{
        width:100%;
    }

/* HOMEPAGE FEATUReD NEWS, PROJECTS, SECTOR NEWS*/

.news a {
    color: #000;
    font-weight:600;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .news a:hover {
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.news h3{
    margin-top:0px;
    margin-bottom:5px;
}

.news-image {
    position: relative;
    height: 0px;
    display: inline-block;
    width: 40%;
    padding-top: 32%;
}

.col-12 .news-image
{
    width:71.25%;
    padding-top:42.75%;
}

.col-12 .news-info {
    width: 28.75%;
}

.image-holder{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/**/

.block-container{
    margin-bottom:15px;
}

/*.block-item .ArchiveTitle {
    background-color: #eee;
    font-size: 16px;
    padding: 3px 10px 3px 10px;
    border-left: 3px solid #055E9A;
    margin-bottom:15px;
}*/

 /*.ArchiveTitle {
    background-color: #fff;
    font-size: 16px;
    font-weight:bold;
    color:#055E9A;
    padding: 3px 10px 3px 10px;
    border-left: 3px solid #055E9A;
    margin-bottom: 15px;
}*/


/* GALLERY */

.thumbnail{
    height:200px;
    margin-bottom:15px;
    cursor:pointer;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .thumbnail .caption {
        position: absolute;
        left: 15px;
        bottom: 0;
        right: 15px;
        padding: 5px;
        padding-top: 50px;
        background-image: linear-gradient(to bottom, transparent, rgba(4, 66, 108, 0.5), rgba(4, 66, 108,0.8));
        color:#fff !important;
    }
/* ATTACHMENTS */

.ArchiveTitle2 {
    font-size: 1.33em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}

.text .doc-list a, .text.doc-list a {
    color: #4d4d4d;
}

.text table {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    border: 1px solid #DDD;
}

.text.doc-list .LINK_DESCRIPTION {
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDD;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    width: 100%;
}

.doc-ico{
    min-width:25px;
    width:25px;
    height:25px;
    background-image:url('../pix/icon-doc-alt.png');
    background-repeat:no-repeat;
    background-size:contain;
    margin-right:10px;
}

/**/

.news-info {
    width:60%;
    display: inline-block;
    float: right;
    padding:0px 10px;
}


.news-date{
    font-size:10px;
    color:#555;
}

.featured-links{
    padding:0px;
    margin:0px;
    list-style:none;
}

    .featured-links a {
        color: #055b96;
        text-decoration:none;
        padding:5px 0px 5px 35px;
        display:block;
    }

        .featured-links a:hover {
            color: #666;
        }

.feat-link {
    color: #055b96;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .feat-link:hover {
        color: #666;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .featured-links li:before{
        content:"";
        background-image:url('/Content/pix/icon-arrow-small-circle2-white.png');
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        width:30px;
        height:30px;
        display:inline-block;
        position:absolute;
    }

.extra-projects {
    padding-left:10px;
    margin:0px;
    list-style:none;
}

.project-item {
    display: block;
    width: 33.333333%;
}

.project-item .project-image{
    display:none;
}

.project-item:first-child, .project-item:nth-child(2) {
    display: inline-block;
    width: 33.333333%;
    padding:0px 15px;
}

    .project-item:first-child .project-image, .project-item:nth-child(2) .project-image {
        display:block;
    }

.project-image{
    position:relative;
    padding-top:70%;
    width:100%;
}

.project-link {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .project-link:hover {
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }


.sector-badge{
    padding:5px;
    font-size:12px;
    font-weight:bold;
    background: #fff;
    border-right:5px solid;
}

.small-sector-badge {
    border-left: 5px solid;
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px;
    padding-left: 10px;
}

.news-badge{
    font-size:12px;
    font-weight:bold;

}

.commission-image {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

/**/


/* BREADCRUMBS */

ul.breadcrumbs {
    padding: 15px 0px;
    border-bottom: 1px solid #E6E8EF;
    position: relative;
    display: block;
    overflow: hidden;
}

    ul.breadcrumbs li {
        margin: 0;
        padding: 0px 5px !important;
        list-style: none;
        display:inline-block;        
    }

    ul.breadcrumbs > li a {
        color: #999;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        ul.breadcrumbs > li a:hover {
            color: #055E9A;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        ul.breadcrumbs li:first-child {
            line-height: 18px;
        }

    ul.breadcrumbs > li::before {
        content: "/";
        color: #aaa;
        margin-right:5px;
    }

    ul.breadcrumbs > li:first-child::before {
        content: " ";
    }

/**/

/* CONTENT PAGE */

ul.doc-tools {
    margin: 0px;
    width:100%;
    list-style-type: none;
    border-top: 1px solid #E6E8EF;
}

    ul.doc-tools li {
        padding-top: 8px;
        padding-right: 8px;
        padding-left: 8px;
        display: inline-block;
        float: right;
        border-right: 1px solid #E6E8EF;
    }

ul.doc-tools li a {
    background-image: url(../pix/icon-doctools.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 0px;
    width: 20px;
    padding-top: 18px;
    overflow: hidden;
}

/* DOC TOOLS BUTTONS */

ul.doc-tools .btn-mail {
    background-position: -20px 0px;
}

ul.doc-tools .btn-down {
    background-position: -40px 0px;
}

ul.doc-tools .btn-aplus {
    background-position: -60px 0px;
}

ul.doc-tools .btn-aminus {
    background-position: -80px 0px;
}

/**/

.date {
    font-size: 0.86em;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    width: 100%;
    color: #055E9A;
}

.gray-hover {
    display:block;
    padding:7.5px;
    text-decoration: none;
    color:#000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gray-hover h3, .gray-hover p, .gray-hover span {
    text-decoration:none;
}

    .gray-hover:hover {
        background-color: #eee;
        text-decoration: none;
        color: #055E9A;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .gray-hover:hover h3, .gray-hover:hover p, .gray-hover:hover span {
            text-decoration: none;
        }
/**/
/* BANNERS */
.lala-bg {
    position: relative;
    width: 100%;
    min-height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.la-la {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .la-la:hover {
        opacity:0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.lala-bg span {
    position: absolute;
    display: block;
    color: #fff;
    font-weight: bold;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 3px #055E9A;
}

.la-la span {
    display: block;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-shadow: 1px 1px 3px #055E9A;
}

/**/

/* DROPDOWN FIX */

.dropdown-menu:not(.datepicker) {
    right:0;
}

.main-navigation .container.dropdown .dropdown-menu {
    right: unset !important;
}

.datepicker{
    z-index:99999 !important;
}

.main-navigation .container.dropdown .dropdown-item {
    position:relative;
}

.secondlevel, .thirdlevel {
    position: absolute;
    left: 100%;
    /*right: -100%;*/
    z-index:5;
}

.secondlevel {
    margin-top: -32px;
}

.thirdlevel {
    margin-top: -31px;
}

    .secondlevel .nav-link:hover, .thirdlevel .nav-link:hover {
        background-color: #055E9A !important;
    }
/* SHARED SIDEBAR */

.sidebar{
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar a:hover{
    text-decoration:none !important;
}

    .sidebar .side-item {
        margin-bottom: 2px;
    }

    .sidebar .side-link {
        background-color: #fff;
        color: #666;
        display: block;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #eee !important;
        margin-bottom: 2px;
    }

    .sidebar .sublinks2 {
        background-color: #eee;
        padding-left: 20px;
    }

    .sidebar .current .side-link {
        background-color: #ddd;
        font-weight: 700;
    }

    .sidebar .selected {
        background-color: #ccc;
        font-weight: 700;
    }

.sidebar .box-body.collapse{
    margin-top:2px;
}

    .sidebar .side-link i {
        float: right;
        margin-top: 3px;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
    }

.sidebar .side-link.collapsed i{
    transform:rotate(180deg);
    transition: all 0.5s ease-in-out;
}

    .sidebar .side-item:not(.current) .side-link:hover {
        background-color: #f6f6f6;
    }

    .sidebar .sublinks2.notselected:hover {
        background-color: #e6e6e6;
    }

    .sidebar .current .side-link:hover {
        background-color: #d6d6d6;
    }

    .sidebar .selected:hover {
        background-color: #c6c6c6;
    }

/**/

/* NEWSSS */

.box-homenews.images .newsitem {
    min-height: 100px;
    margin-bottom: 5px;
    border-bottom: 0px;
}

.box-homenews a {
    color: #4d4d4d;
    text-decoration: none;
}

    .box-homenews a:hover {
        color: #055E9A;
        text-decoration: none;
    }

.newsitem {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEE;
    padding-top: 10px;
}

.box-homenews.images .imgbox {
    max-height: 110px;
    min-width: 130px;
    max-width: 130px;
    margin: 5px;
    margin-top: -1.5px;
    vertical-align: middle;
    overflow: hidden;
}

.box-homenews.images .imgbox {
    height: 80px;
    width: 100px;
    margin-top: 10px;
    position: absolute;
}

.box-homenews .imgbox {
    text-align: center;
}

.imgbox {
    display: block;
    vertical-align: middle;
    /* overflow: hidden; */
}

.box-homenews.images .newsitem h4 {
    padding-left: 145px;
    text-align: left;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

.DESCRIPTION {
    color: #3E3E3E;
    display: block;
    margin-bottom: 6px;
    margin-left: 145px;
    text-align: justify;
}

.box-homenews .focusnews .DATETIME_PUBLISHED, .box-homenews .newsitem .DATETIME_PUBLISHED {
    display: block;
    /*color: #3E3E3E;*/
    padding-left: 145px;
}

.DATETIME_PUBLISHED {
    color: #055E9A;
    font-size: 12px;
    margin: 0px;
}

/*************************************/

.social-banners{
    padding:0;
    list-style-type:none !important;
    width:100%;
}

    .social-banners li i.fab {
        font-size: 20px;
        margin-right:15px;
        display:block;
        width:23px;
    }

.social-banners li a{
    padding:10px;
    margin-bottom:2px;
    background-color:#055E9A;
    color:#fff;
    transition: all .5s ease-in-out;
}

    .social-banners li a:hover {
        padding-left: 20px;
        background-color: #034672;
        color: #fff;
        transition: all .5s ease-in-out;
        text-decoration:none;
    }

.social-banners li i.fas{
    margin-left:auto;
}


.navigation-links {
    padding: 0;
    list-style-type: none !important;
    width: 100%;
}

.navigation-links li{
    margin-bottom:15px;
}

.navigation-links li i {
    display:block;
    font-size: 20px;
    margin-right: 15px;
    display: block;
    width: 50px;
    height:50px;
    color:#fff;
    border-radius:100%;
    text-align:center;
    position:relative;
}

    .navigation-links li i.doc::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom:0;
        right:0;
        background-image: url(../img/document_icon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .navigation-links li i.bro::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../img/brochure_icon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .navigation-links li i.pla::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../img/planner_icon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

/*************************************/

/* CALENDAR */

.calendar {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}

    .calendar th, .calendar td {
        padding: 2.5px;
        border: 1px solid #eee;
        width:calc(100% / 7);
        position:relative;
    }

    .calendar .event{
        background-color:#7dafd0;
        font-weight:bold;
    }

.activeCalendarLinks {
    position:absolute;
    bottom:32px;
    left:-50%;
    background-color:#fff;
    width:150px;
    z-index:9999;
}

.activeCalendarLinks ul{
    list-style-type: none !important;
    padding:0;
    margin:0;
}
    .activeCalendarLinks ul li{
        margin-bottom: 2px;
    }



    /**/
    .custom-links a{
        color:#4d4d4d;
        display:block;
        padding:5px;
        margin:2px;
        font-weight:bold;
    }

    .custom-links a:hover{
        text-decoration:none !important;
    }

    .custom-links img{
        object-fit:cover;
        overflow:hidden;
    }

    .custom-links p{
        display:inline;
        margin-left:5px;
    }
    /**/

    /* PAGE CONTENTS */

.title-content{
    border-bottom:2px solid #055E9A;
    display:inline-block;
}

.text-content {
    text-align: justify;
}

.text-content ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    list-style-type: square;
}

.text-content ul li {
    line-height: 1.4em;
    margin-bottom: 8px;
}

    .text-content img.content-image {
        float: left;
        display: inline-block;
        margin-right: 1rem;
        margin-bottom: 0px;
        width: 50%;
        height: auto;
    }

/**/


/* TIMELINE */

.vertical-toggler {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    min-height:500px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position-y:85%;
    background-position-x:center;
    color:#055E9A;
    font-weight:bold;
}

.vertical-toggler:hover{
    text-decoration:none !important;
}

/*.vertical-toggler p{
    display:block;
    width:100%;
    margin:0;
}*/

.timeline-points{
    display:flex;
    flex-direction:row;
    align-items:stretch;
}


.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
}


.timeline-points .collapse-content {
    padding: 15px;
    width: 350px;
    border: 1px solid #055E9A;
}

.collapse-content p{
    margin:0 !important;
}


.horizontal-timeline{

}

    .horizontal-timeline .collapse-content {
        width: 100%;
        border: 1px solid #055E9A;
        padding:15px;
    }

    .horizontal-timeline a.horizontal-toggler {
        margin-bottom:0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 85%;
        background-position-y: center;
        padding:5px;
    }


    .horizontal-timeline a.horizontal-toggler p{
        margin:0;
    }
/**/

/* DOC FILTERS */

.box-filter {
    background-color: #F7F7F7;
    border-bottom: 3px solid #CCC;
    padding:12px 18px;
    overflow: hidden;
}

    .box-filter .name {
        font-size: 12px;
        color: #4d4d4d;
    }

    .box-filter .btn-secondary, .btn-access {
        color: #fff !important;
        background-color: #999 !important;
        border-color: #999 !important;
    }
        .box-filter .btn-secondary:hover, .btn-access:hover {
            color: #fff !important;
            background-color: #666 !important;
            border-color: #666 !important;
        }

        .box-filter .btn-secondary.focus, .box-filter .btn-secondary:focus,
        .btn-access.focus, .btn-access:focus {
            box-shadow: 0 0 0 .2rem rgba(153,153,153,.5) !important;
        }

        .box-filter .btn-secondary:not(:disabled):not(.disabled).active,
        .btn-access:not(:disabled):not(.disabled).active,
        .box-filter .btn-secondary:not(:disabled):not(.disabled):active,
        .btn-access:not(:disabled):not(.disabled):active,
        .show > .box-filter .btn-secondary.dropdown-toggle,
        .show > .btn-access.dropdown-toggle {
            color: #fff !important;
            background-color: #333 !important;
            border-color: #333 !important;
        }

/* TABLE */

table:not(.table-condensed) td, table:not(.table-condensed) th {
    padding: 5px 10px;
}

    table:not(.table-condensed) td a {
        color: #055E9A;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        table:not(.table-condensed) td a:hover {
            color: #999;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

/**/

/*GALLERY*/

.list-photos {
    padding: 0;
}

    .list-photos > li {
        display: inline-block;
        width: 50%;
        padding: 6px;
        margin-left: 0;
        padding-left: 0;
        vertical-align: top;
    }

        .list-photos > li:hover a {
            color: #ccc;
            box-shadow: 0 8px 7px -5px rgba(0,0,0,.2);
            -webkit-transform: scale(1.01) translate(0px, -4px);
            -moz-transform: scale(1.01) translate(0px, -4px);
            -o-transform: scale(1.01) translate(0px, -4px);
            -ms-transform: scale(1.01) translate(0px, -4px);
            transform: scale(1.01) translate(0px, -4px);
        }

        .list-photos > li a {
            display: block;
            min-height: 300px;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            position: relative;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
        }

        .list-photos > li a {
            background-size: cover !important;
        }

        .list-photos > li a {
            color: #fff;
        }

            .list-photos > li a::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                height: 60%;
                width: 100%;
                background-image: -moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
                background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.55)),color-stop(1, rgba(0,0,0,0)));
                background-image: -webkit-linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
                background-image: linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
                opacity: .9;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
            }

    .list-photos .inner {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 3;
        padding: 15px 25px;
        padding-right: 60px;
    }

.icon-photo {
    background-image: url(../../Content/pix/icon-photogal.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
    padding-left: 30px;
    font-weight: bold;
    color: #EEE;
    padding-top: 6px;
    padding-bottom: 6px;
}

.list-photos .circle {
    background-color: transparent;
    color: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.25);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

span.circle {
    border-radius: 100%;
}

@media only screen and (max-width:768px){
    .list-photos > li {
        width: 100% !important;
    }
}

/*ENDGALLERY*/

/*BIO*/
/*.biography-content p{
    display:inline;
}

.biography-image {
    float: left;
    display: inline;
    margin-right: 30px;
    margin-bottom: 15px;
    width:250px;
    height:auto;
}*/

.biography-content p img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

div.Course-link {
    display: block;
}

a.Course-link .extra-info {
    display: none;
    font-weight:bold;
    font-size:12px;
    margin-right:10px;
}

@media only screen and (max-width:768px){
    .biography-image {
        width: 100%;
        margin-right:0;
        float:unset;
    }

    .subnav{
        border-top:2px solid #eee;
    }

    .nav-pills .nav-item{
        width:100%;
        margin-bottom:5px;
    }

    div.Course-link{
        display:none;
    }

    a.Course-link .extra-info{
        display:inline;
    }

    #res-nonres p, #titel {
        display: inline;
    }

    #res-nonres p::after {
        display: inline;
        content:",";
    }

    #res-nonres.col-2 p::after {
        content:"";
    }

    #arrow{
        justify-content:flex-end;
    }

    .g-recaptcha{
        display:flex;
        flex-direction:row;
        justify-content:center;
    }

    #send-button {
        margin-bottom: 15px;
    }

    #send-button .col-auto {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

/**/

/* DOC TABLES*/

.document-table{
    width:100%;
}

.document-table td{
    min-height:50px;
    padding:15px 15px 15px 0px;
}


    .document-table a {
        display: block;
        height: 100%;
        padding-left: 45px;
        position: relative;
        color: #055E9A;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .document-table a:before {
        content:"";
        width:30px;
        height:30px;
        position:absolute;
        top:50%;
        left:0;
        transform:translateY(-50%);
        background-image:url('../pix/icon-doc-alt.png');
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center;
    }

        .document-table a:hover {
            color: #999;
            margin-left: 15px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

/**/

.carousel-block {
    height: 230px;
    width:100%;
    overflow: hidden;
    margin:1rem 0;
}

.owl-stage {
    height: 230px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.owl-item{
    height:230px;
    overflow:hidden;
    position:relative;
}

    .owl-item .item {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        overflow: hidden;        
    }
    .owl-item a .caption{
        transition: all .5s ease-in-out;
    }

    .owl-item:hover a .caption{
        color:#0083db;
        transition: all .5s ease-in-out;
    }

    .owl-item .caption {
        position: absolute;
        margin: 0 !important;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 15px;
        padding-top:50px;
        background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
        color:#fff;
        font-weight:bold;
        font-size:12px;
        line-height:13px;
        text-align:center;
    }

    /*.owl-item .caption i{
        position:absolute;
        right:15px;
        bottom:15px;
    }*/

.owl-nav, .owl-dots{
    display:none !important;
}

/* SEARCH */

.search-results {
    width: 100%;
    margin-bottom: 15px !important;
    border: 1px solid #ddd;
}

.search-results .thead .tr{
    background-color:#999;
}

.search-results .thead .tr div {
    border: 1px solid #ddd;
    padding:10px 15px;
}

.search-results .tbody .tr{
    background-color: transparent;
}

    .search-results .tbody .tr:hover {
        background-color: #f9f9f9;
    }

.search-results .tbody .tr:nth-child(2n+1){
    background-color: #f7f7f7;
}

    .search-results .tbody .tr:nth-child(2n+1):hover {
        background-color: #e8e8e8;
    }

    .search-results .tbody .tr div {
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .search-results .tbody a{
        text-decoration:none;
        color:#666;
    }

        .search-results .tbody a:hover {
            text-decoration: none;
            color: #055E9A;
        }

        .search-results .tbody p {
            font-size:12px;
        }

@media only screen and (max-width:768px)
{
    .search-results .tbody .tr {
        border: 1px solid #ddd;
    }

        .search-results .tbody .tr div {
            border: none;
        }

            .search-results .tbody .tr div:first-child {
                border-bottom: 0.5px dashed #ddd
            }

            .search-results .tbody .tr div:last-child {
                border-top: 0.5px dashed #ddd
            }
}
/**/

/* PAGINATION */

.pagination-container {
    width: 100%;
}

.pagination > li {
    display: flex;
    width: 30px;
    height: 30px;
    text-align:center;
    align-items:center;
    justify-content:center;
}

    .pagination > li.active {
        background-color:#eee;
    }

    .pagination > li:not(.disabled):hover {
        border: 1px solid #eee;
        color: #015ea4;
    }

    .pagination > li.active:hover {
        border: 1px solid #ddd;
        color: #015ea4;
    }

.PagedList-skipToPrevious{
    margin-left:0;
    margin-right:auto;
    float:left;
}

.PagedList-ellipses{
    display:none !important;
}

.PagedList-skipToNext {
    margin-left: auto;
    margin-right: 0;
    float: right;
}

.pagination li a{
    display:block;
    text-decoration:none;
}

.pagination li a:hover {
    text-decoration: none;
}
/**/

/* DATEPICKER FIX */



/**/


.galleries-carousel .item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.galleries-carousel .item a{
    color: #fff !important;
}


.staff-item{
    width:100%;
}

@media only screen and (max-width:990px) {
    /*COLUMN FIX*/

    .col, .col-1, .col-10, .col-11,
    .col-12, .col-2, .col-3, .col-4,
    .col-5, .col-6, .col-7, .col-8,
    .col-9, .col-auto, .col-lg, .col-lg-1,
    .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
    .col-md, .col-md-1, .col-md-10, .col-md-11,
    .col-md-12, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
    .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
    .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
    .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
    .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
}

@media only screen and (max-width:768px) {
    .smallhelper {
        width: 180px;
        float: none;
        margin: 0 auto;
    }

    .loc {
        width: 180px !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }

    .ctct {
        width: 180px !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }


    .text-content img.content-image {
        float: none;
        display: block;
        margin-right: 0px;
        margin-bottom:15px;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:768px) {
    .main-header {
        min-height: 260px;
    }

    /*.staff-item {
        height: 425px !important;
    }

    .staff-image{
        height:260px !important;
    }*/
}

.boxy-boxy{
    height:32px;
    margin-bottom:1rem;
}

.blue-boxy-link {
    background-color: #00247d;
    color: #fff !important;
    border-radius: .5rem 1.5rem .5rem 1.5rem;
    padding: .5rem 1rem;
    display:block;
    text-align:center;
}

.boxy-boxy .blue-boxy-link {
    max-width: 30%;
}

.boxy-collapsy{
    margin-bottom:1rem;
}