/** -----------------------------------------------------------------------
*
*   font-family: "Open Sans",sans-serif;
*
*   font-family: 'Cinzel', serif;
*   
*   -----------------------------------------------------------------------
*
*   .azul-escuro {
*       color: #002a3d;
*       color: rgb(12, 38, 56);
*   }
*
*   .azul-escuro {
*       color: #122636;
*       color: rgb(18, 38, 54);
*   }
*
*   .azul-claro {
*       color: #0b4a66;
*       color: rgb(38, 118, 161);
*   }
*
*   .azul-claro {
*       color: #1a6d92;
*       color: rgb(0, 114, 162);
*   }
*
*   .cinza {
*       color: #F2F2F2;
*       color: rgb(242, 242, 242);
*   }
*
*   -----------------------------------------------------------------------
*
*   (max-width:767px) { }
*
*   (min-width:768px) { }
*
*    (min-width:768px) and (max-width:991px) { }
*
*   (min-width:992px) { }
*
*    (min-width:992px) and (max-width:1199px) { }
*
*   (min-width:1200px) { }
*

*/
html,
body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;    
    /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4 {
    font-family: 'Cinzel', serif;
}

h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #1a6d92;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-color: #E3E3E3;
}

/** -----------------------------------------------------------------------

 *  STRUCTURE

 *  -----------------------------------------------------------------------

 */
.wrapper {
    position: relative;
    float: left;
    width: 100%;
    min-width: 992px;
}

.main,
.footer {
    position: relative;
    margin: 0 220px 0 250px;
    padding-bottom: 50px;
}

.sidebar {
    position: absolute;
    min-height: 100%;
    top: 0;
    z-index: 1;
}

.sidebar-left {
    width: 10px;
    top: 0;
    height: 10px;
}

.sidebar-right {
    width: 220px;
    right: 0;
    padding: 0 22px;
}

.container {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
}

.language,
.language:hover,
.language:focus,
.language:active,
.language:visited {

    /* display: none; */

    position: absolute;
    top: 14px;
    right: 242px;
    color: #1a6d92;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.ad {
    display: none !important;
}

@media (max-width:1236px) {
    .sidebar-right {
        display: none;
    }

    .main,
    .footer {
        margin-right: auto;
    }

    .language {
        right: 22px;
    }

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
  */

/*PEQUENOS FIX'S */
#btnNav {
    display: none !important;
}

.navbar {
    border: 0 !important;
}

.displayIcon {
    display: none !important;
}

#adBlock {
    display: none !important;
}

@media  (max-width:767px) {
    body {
        height: 100% !important;
    }

    #btnNav {
        /*Colocar o button visibel da Navbar*/
        display: unset !important;
    }

    .sidebar-right {
        display: none;
    }

    .displayIcon {
        display: unset !important;
    }

    .logo {
        background-size: 100% 100% !important;
        height: 45% !important;
    }

    .navbar-header {
        height: 100%;
        width: 100% !important;
    }

    .sidebar-menu-wrapper {
        width: 100% !important;
        height: 150px !important;
        position: fixed;
        display: block !important;
        overflow: hidden !important;
    }

    .navHei {
        height: 100% !important;
    }

    .sidebar-left {
        display: none;
        width: 200px !important;
    }

    .sidebar-menu {
        overflow: hidden;
    }

    .main,
    .footer {
        margin-right: auto;
        margin-left: auto;
    }

    li {
        display: inline-block !important;
    }

    .language {
        right: 22px;
    }

    .sidebar-menu-wrapper .logo {
        position: relative;
        display: block;
        width: 120px;
        float: left !important;
        background-repeat: no-repeat;
        background-size: cover;
        padding-right: 300px;
    }

    .fRight {
        float: right !important;
        background-color: #0a4866;
        height: 100% !important;
        min-width: 18%;
        border: 0;
        outline: none;
    }

    .fa {
        font-size: 40px;
    }

    .fa-bars {
        font-size: 90px !important;
    }

    .fa-times {
        font-size: 90px !important;
        color: rgb(172, 172, 172);
    }

    #navbarSupportedContent1 {
        width: 100%;
        display: block;        
        /*height: 100% !important;*/
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 20px;
        border: 0 !important;
    }

    #primary-navigation {
        border: 0 !important;
    }

    .nav-sidebar .nav-item {
        width: 100%;
        line-height: 90px !important;        /*border-bottom: 1px solid #0b4a66; */
        font-size: 35px;
        border-top: 3px solid #0b4a66;
    }

    .nav-sidebar {
        border-top: 0 !important;
    }

    .sidebar-menu-active-item {
        overflow: auto !important;
    }

    .sidebar-menu-wrapper .sidebar-menu .sidebar-menu-inactive {
        overflow-y: auto !important;
    }

    .quick-search-input {
        width: 100%;
        height: 100%;
        padding: 0 50px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #001925;
        border: none;
        -webkit-border-radius: 80px !important;
        -moz-border-radius: 36px;
        border-radius: 80px !important;
        color: white;
        font-size: 40px !important;
        margin-top: 5px !important;
        padding-left: 80px !important;
    }

    .quick-search {
        width: 100% !important;
        height: 150px !important;
        padding: 0px 35px 30px 35px !important;
        position: relative !important;
        margin-top: 70px;
        display: none !important;
    }

    a:active {
        background-color: #002A3D !important;
    }

    a:focus {
        background-color: #002A3D !important;
    }

    .nav-sidebar .active a {
        background-color: #002A3D !important;
    }

    .sidebar-menu-wrapper .sidebar-menu ul li.sidebar-menu-active-item {
        background-color: #002A3D !important;
        border-bottom: 0 !important;
    }

    ::placeholder {

        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1;        /* Firefox */
    }

    :-ms-input-placeholder {

        /* Internet Explorer 10-11 */
        color: white;
    }

    ::-ms-input-placeholder {

        /* Microsoft Edge */
        color: white;
    }

    .sidebar-menu-wrapper .sidebar-menu.sidebar-menu-sub-open {
        overflow-y: auto;
        color: white;
    }

    .submenu-title {
        display: none !important;
    }

    .sidebar-menu-wrapper.sidebar-menu.sidebar-menu-inactive {
        border-right: none !important;
        border-left: none !important;
        overflow-y: auto !important;
    }

    .resizeMob {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-left: 40px;
        width: 80%;
        border: 0 !important;
    }

    .sidebar-menu-wrapper .sidebar-menu ul li.sidebar-menu-active-item {

        /* border: 0 !important; */
        outline: 0px !important;
    }

    .mobileUlSubMenu {
        display: block !important;
        height: 400px !important;
        margin-top: 420px !important;
        border: 0px !important;
        left: 0px !important;
        width: 100% !important;
    }

    .sidebar-menu-close-subnav {
        display: none !important;
    }

    .dropdown {
        position: relative !important;
        width: 100% !important;
        background-color: #002A3D !important;
        font-size: 20px !important;
    }

    .sidebar-menu-close {
        display: none !important;
    }

    .submenuFontAndHeight {
        font-size: 35px !important;
        line-height: 80px !important;
    }

    h2 {
        font-size: 50px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 30px !important;
    }

    .container {
        width: 100% !important;
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    img {
        width: 100% !important;
    }

    .img-responsive {
        width: 100% !important;
		height: auto;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    .col-sm-6 {
        width: 100% !important;
    }

    .event-image {
        display: none !important;
    }

    .event.col-sm-6 {
        border-bottom: 1px solid gray;
    }

    .event-title {
        max-width: 80%;
        margin-bottom: 20px !important;
    }

    .event-place {
        font-size: 25px !important;
    }

    .event-date-hour {
        margin-bottom: 25px !important;
        font-size: 25px !important;
    }

    .lead {
        margin-top: 80px !important;
        font-size: 27px !important;
    }

    .header-image .lead {
        font-size: 75px !important;
    }

    .header-image {
        margin-top: 120px !important;
    }

    .highlights.row {
        margin-bottom: 80px;
    }

    .events.row {
        margin-top: 70px;
    }

    /*Tenho de tratar dos H's e p's da pagina do index asap*/

    /*SOBRE O CICTEM ---------- APRESENTAÇÃO | REGULAMENTO | ORGAOS*/
    .about h2 {
        margin-top: 250px !important;
        font-size: 65px !important;
        max-width: 70%;
    }

    .about h4 {
        font-size: 40px !important;
        margin-top: 80px !important;
        margin-bottom: 20px !important;
    }

    .about p {
        font-size: 30px !important;
    }

    .about ol li {
        font-size: 30px !important;
    }

    .about .col-sm-12 ul {
    }

    .about ul li.with-photo {
        font-size: 45px !important;        /*margin-top: 100px !important;*/
    }

    .about ul li.with-photo img {
        margin-bottom: 30px;
        max-width: 35% !important;
        margin-top: 40px !important;
    }

    .about ul li {
        font-size: 35px;
    }

    .about h2 h4 .col-sm-12 ul {
        display: flex;
        margin: 0 auto;
        width: 65%;
        text-align: center;
    }

    /* LINHAS DE INVESTIGAÇÃO*/
    .research-lines h2 {
        padding-top: 150px;
        font-size: 70px !important;
        padding-bottom: 30px;
    }

    .research-lines p {
        font-size: 35px;
        margin-bottom: 10px !important;
    }

    .research-lines .invisible {
        display: none !important;
    }

    /* Responsive metter*/
    .wrapper {
        max-width: 992px !important;
        width: auto !important;
        min-width: auto !important;
    }

    /* Grupos de investigação Cultura Digital*/
    .research-groups .nav-secundary .nav-item a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: gray !important;
    }

    .research-groups .nav-secundary .nav-item.active a {
        color: white !important;
    }

    .research-groups .nav-secundary .nav-item {
        width: 300px !important;
        height: 80px !important;
        font-size: 25px !important;
        line-height: 80px !important;
        border: 2px solid #1a6d92 !important;
        border: 0 !important;
        margin-right: 20px !important;
        background-color: #f1f1f1 !important;
        border-radius: 200px !important;
    }

    .research-groups .nav-item.active {
        border: 0 !important;
        margin-right: 20px !important;
        background-color: white !important;
    }

    .main .nav-secundary {
        margin: 0 auto !important;
        max-width: 700px;
        margin-top: 250px !important;
        margin-bottom: 50px !important;
        margin-left: 40px !important;
    }

    .research-groups p {
        font-size: 30px;
    }

    .research-groups div {
        font-size: 30px;
    }

    .research-groups h2 {
        font-size: 70px !important;
        margin-bottom: 60px !important;
    }

    .research-groups .aggregation {
        font-size: 30px;
        border-bottom: 1px solid gray;
        margin-bottom: 45px;
        padding-bottom: 30px;
    }

    .research-groups .name {
        font-size: 35px !important;
    }

    .researchers-list-item {
        width: 100% !important;
    }

    /* PROJECTS */
    .projects .nav-secundary .nav-item {
        min-width: 46.9% !important;
        height: 80px !important;
        font-size: 21px !important;
        line-height: 80px !important;
        border: 2px solid #1a6d92 !important;
        border: 0 !important;
        margin-right: 20px !important;
        background-color: #f1f1f1 !important;
        border-radius: 200px !important;
        margin-bottom: 40px !important;
    }

    .projects .main .nav-secundary {
        max-width: 700px;
        margin-top: 200px;
    }

    .projects h2 {
        font-size: 70px !important;
    }

    .projects h4 {
        font-size: 45px !important;
    }

    .projects p.name {
        font-size: 28px !important;
    }

    .projects p.note {
        font-size: 24px !important;
    }

    .projects main h2 {
        margin-top: 10px !important;
    }

    .projects .nav-secundary .nav-item.active a {
        color: white !important;
    }

    .projects .nav-secundary .nav-item a {
        color: gray !important;
    }

    /*INVESTIGADORES/COLABORADORES*/
    .researchers-list-item .name {
        font-size: 30px !important;
    }

    .researchers .research-group {
        font-size: 25px !important;
        border-bottom: 1px solid gray;
        margin-bottom: 45px;
        padding-bottom: 20px;
    }

    .researchers h2 {
        font-size: 70px !important;
        margin-bottom: 60px !important;
    }

    .researchers .nav-secundary .nav-item a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        color: gray !important;
    }

    .researchers .nav-secundary .nav-item.active a {
        color: white !important;
    }

    .researchers .nav-secundary .nav-item {
        width: 300px !important;
        height: 80px !important;
        font-size: 25px !important;
        line-height: 80px !important;
        border: 2px solid #1a6d92 !important;
        border: 0 !important;
        margin-right: 20px !important;
        background-color: #f1f1f1 !important;
        border-radius: 200px !important;
    }

    .researchers .nav-item.active {
        border: 0 !important;
        margin-right: 20px !important;
        background-color: white !important;
    }

    .researchers .main .nav-secundary {
        margin: 0 auto !important;
        max-width: 700px;
        margin-top: 250px !important;
        margin-bottom: 50px !important;
        margin-left: 40px !important;
    }

    /*  INVESTIGADOR  */
    .researcher .researcher-header {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 200px !important;
    }

    .researcher h5.area-title {
        font-size: 32px;
        color: black;
        margin-top: 100px !important;
        padding-bottom: 15px !important;
    }

    .researcher .researcher-item-label {
        font-size: 29px !important;
        font-weight: unset !important;
    }

    .researcher-item-label,
    .researcher-item-value {
        display: inline-flex !important;
        vertical-align: top !important;
        font-size: 27px !important;
        width: 49% !important;
    }

    p.researcher-item a {
        font-size: 30px;
    }

    div.researcher-item p {
        font-size: 27px;
    }

    .researcher-item.researcher-item-title {
        font-size: 27px;
    }

    .researcher .other-publications {
        font-size: 27px;
    }

    .researcher .other-publications p {
        font-size: 27px;
    }

    .researcher .pull-left {
        width: 70% !important;
    }

    .researcher .aggregation {
        width: 498px;
        margin: 0;
        font-size: 28px !important;
        font-weight: 600;
        margin-top: 10px !important;
        padding-left: 0 !important;
    }

    .researcher .name {
        padding-left: 0 !important;
    }

    .publication-item.clearfix {
        width: 66% !important;
        margin: 0 auto !important;
        margin-bottom: 100px !important;
        border-bottom: 2px solid gainsboro;
        padding-bottom: 50px !important;
    }

    .publication-image {
        width: 100% !important;
        margin: 26px auto !important;
    }

    .publication-item .publication-details {
        width: 100% !important;
        font-size: 28px;
    }

    .publication-details a {
        font-size: 24px !important;
    }

    .publications h2 {
        font-size: 75px !important;
    }

    .publications h4 {
        font-size: 50px !important;
    }

    .publications .nav-secundary .nav-item {
        min-width: 47% !important;
        height: 80px !important;
        font-size: 30px !important;
        line-height: 80px !important;
        border: 2px solid #1a6d92 !important;
        border: 0 !important;
        margin-right: 20px !important;
        background-color: #f1f1f1 !important;
        border-radius: 200px !important;
        margin-bottom: 40px !important;
    }

    .publications .main .nav-secundary {
        max-width: 700px;
        margin-top: 200px;
        margin: 250px auto 50px auto !important;
    }

    .publications .nav-secundary .nav-item a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        color: #a8a8a8 !important;
    }

    .publications .nav-item.active a {
        color: white !important;
    }

    /*        \\\\\\\\\\\\\\\\\\\\\\\\\\\\         NOTICIAS         \\\\\\\\\\\\\\\\\\\\\\\  */
    .news .nav-secundary .nav-item {
        min-width: 47% !important;
        height: 80px !important;
        font-size: 30px !important;
        line-height: 80px !important;
        border: 2px solid #1a6d92 !important;
        border: 0 !important;
        margin-right: 20px !important;
        background-color: #f1f1f1 !important;
        border-radius: 200px !important;
        margin-bottom: 40px !important;
    }

    .news .main .nav-secundary {
        max-width: 700px;
        margin-top: 200px;
        margin: 250px auto 50px auto !important;
    }

    .news .nav-secundary .nav-item a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        color: #a8a8a8 !important;
    }

    .news .nav-item.active a {
        color: white !important;
    }

    .news .news-item {
        background-color: #f0f0f0 !important;
        width: 90% !important;
        margin: 0 auto !important;
        margin-bottom: 100px !important;
        padding-bottom: 10px !important;
    }

    .news .news-image {
        width: 100% !important;
        padding: 0 !important;
    }

    .news .news-type {
        font-size: 30px;
        margin: 20px 0 0 15px !important;
        font-weight: 600 !important;
    }

    .news .news-title {
        font-size: 29px !important;
        margin: 20px 0 20px 15px !important;
    }

    .news .news-place {
        font-size: 22px !important;
        margin-left: 15px !important;
    }

    .news .news-date {
        font-size: 22px !important;
        margin-left: 15px !important;
    }

    .news h2 {
        width: 90% !important;
        margin: 0 auto;
        margin-bottom: 70px !important;
        font-size: 70px !important;
    }

    /*         ------------------------------------------------------- DOCUMENTOS ---------------------------------------------*/
    .documents h4 {
        font-size: 35px !important;
    }

    .documents small {
        font-size: 27px !important;
    }

    .documents h2 {
        margin-top: 200px !important;
        margin-bottom: 50px !important;
    }

    /*         ------------------------------------------------------- CONTACTOS ---------------------------------------------*/
    .contacts h4 {
        font-size: 45px !important;
    }

    .contacts p {
        font-size: 25px !important;
    }

    .col-sm-3 {
        display: inline-block !important;
        width: 50% !important;
    }

    /*         ------------------------------------------------------- SINGLE NEWS/EVENTS  ---------------------------------------------*/
    .news-detail h2 {
        margin-top: 220px !important;
        margin-bottom: 50px !important;
    }

    .news-detail .news-detail-label {
        font-size: 26px !important;
    }

    .news-detail .news-detail-value {
        font-size: 24.5px !important;
    }

    .news-detail .news-text {
        font-size: 26px !important;
    }

    .news-detail .col-sm-2 {
        display: none !important;
    }

    .news-detail h3 {
        font-size: 28px !important;
    }

    /* COISAS PARA DIA 19-SEGUNDA ---> PUBLICACOES
        
    body{
    margin:0;
    padding:0;
    width:100%;
    clear: both;
    }

        
        IMG COM LINK
        <div class="publication-item clearfix" style="
        width: 49% !important;
        display: inline-flex !important;
        height: auto !important;
        padding-bottom: 40p;
        padding: 20px;
        flex-wrap: wrap;
    ">

    <img class="publication-image" src="http://work.citcem/img/publication-noimage.jpg" alt="" style="
        width: 320px;
        max-width: 100% !important;
        max-height: 100% !important;
    ">


        */
}

/** -----------------------------------------------------------------------

 *  NAVIGATION

 *  -----------------------------------------------------------------------

 */
.nav a {
    outline: none;
}

.main .nav,
.main .nav-item {
    list-style: none;
    margin: 0;
    padding: 0;
    background-image: none;
}

.main .nav-secundary {
    margin-top: 55px;
}

.nav-secundary .nav-item {
    float: left;
    width: 138px;
    height: 36px;
    font-size: 11px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #1a6d92;
    border: 1px solid #1a6d92;
    border-left: none;
    overflow: hidden;
}

.projects .nav-secundary .nav-item {
    width: 170px;
}

.nav-secundary .nav-item:first-of-type {
    border-left: 1px solid #1a6d92;
}

.nav-secundary .nav-item:first-of-type {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.nav-secundary .nav-item:last-of-type {
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.nav-secundary .nav-item a {
    width: 100%;
    height: 100%;
    padding: 0;
}

.nav-secundary .nav-item a,
.nav-secundary .nav-item a:active,
.nav-secundary .nav-item a:visited {
    color: #1a6d92;
}

.nav-secundary .nav-item a:hover,
.nav-secundary .nav-item a:focus {
    background-color: #F2F2F2;
}

.nav-secundary .nav-item.active a,
.nav-secundary .nav-item.active a:active,
.nav-secundary .nav-item.active a:visited,
.nav-secundary .nav-item.active a:hover,
.nav-secundary .nav-item.active a:focus {
    color: #FFF;
    background-color: #1a6d92;
}

/** -----------------------------------------------------------------------

 *  SIDEBAR - LEFT + MENU

 *  -----------------------------------------------------------------------

 */
.sidebar-left,
.sidebar-menu-wrapper {
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    background-color: #002a3d;
}

.sidebar-left .logo,
.sidebar-left .logo h1,
.sidebar-menu-wrapper .logo,
.sidebar-menu-wrapper .logo h1 {
    position: relative;
    display: block;
    width: 120px;
    height: 40px;
}

.sidebar-left .logo,
.sidebar-menu-wrapper .logo {
    margin: 25px;
    background-image: url('../img/logo-citcem.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.no-svg .sidebar-left .logo,
.no-svg .sidebar-menu-wrapper .logo {
    background-image: url('../img/logo-citcem.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.nav-sidebar {
    display: none;
    margin: 74px 0 0 0;
    padding: 0;
    border-top: 1px solid #0b4a66;
}

.no-js .nav-sidebar {
    display: block;
}

.nav-sidebar .nav-item {
    width: 100%;
    line-height: 19px;
    border-bottom: 1px solid #0b4a66;
}

.nav-sidebar .submenu-title {
    display: none;
}

.nav-sidebar a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 10px 25px;
}

.nav-sidebar,
.nav-sidebar a,
.nav-sidebar a:active,
.nav-sidebar a:visited,
.nav-sidebar a:hover,
.nav-sidebar a:focus,
.sidebar-menu-wrapper .sidebar-menu ul li.sidebar-menu-active-item>a,
.sidebar-menu-wrapper .sidebar-menu ol li.sidebar-menu-active-item>a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.nav-sidebar a:hover,
.nav-sidebar a:focus {
    background-color: #063f58;
}

.nav-sidebar .active,
.nav-sidebar .active a,
.nav-sidebar .active a:active,
.nav-sidebar .active a:visited,
.nav-sidebar .active a:hover,
.nav-sidebar .active a:focus,
.sidebar-menu-wrapper .sidebar-menu ul li.sidebar-menu-active-item,
.sidebar-menu-wrapper .sidebar-menu ol li.sidebar-menu-active-item {
    background-color: #1a6d92;
}

.nav-sidebar .nav-item.sidebar-menu-close {
    height: 50px;
    font-size: 11px;
    line-height: 31px;
    border-bottom: none;
    text-align: right;
    overflow: hidden;
}

.nav-sidebar .nav-item.sidebar-menu-close a {
    padding-right: 35px;
}

.nav-sidebar .nav-item.sidebar-menu-close a,
.nav-sidebar .nav-item.sidebar-menu-close a:active,
.nav-sidebar .nav-item.sidebar-menu-close a:visited {
    background-image: url('../img/arrow-back.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.nav-sidebar .nav-item.sidebar-menu-close a:hover,
.nav-sidebar .nav-item.sidebar-menu-close a:focus {
    color: #1a6d92;
    background-color: transparent;
    background-position: bottom right;
}

/** -----------------------------------------------------------------------

 *  SIDEBAR - MENU

 *  -----------------------------------------------------------------------

 */
.sidebar-menu-open {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sidebar-menu-wrapper {
    position: fixed;
    width: 250px;
    height: 100%;
    z-index: 9999;
}

.sidebar-menu-wrapper.sidebar-menu-active-button {
    position: absolute;
}

.sidebar-menu-wrapper.sidebar-menu-active-button.sidebar-menu-button-left .sidebar-menu-button {
    right: -44px;
    margin: 0 0 0 22px;
}

.sidebar-menu-wrapper.sidebar-menu-active-button.sidebar-menu-button-right .sidebar-menu-button {
    left: -44px;
    margin: 0 22px 0 0;
}

.sidebar-menu-wrapper .sidebar-menu-button {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    text-indent: -9999px;
    box-shadow: inset 0 4px #3498db, inset 0 6px white, inset 0 9px #3498db, inset 0 11px white, inset 0 14px #3498db, inset 0 16px white;
    cursor: pointer;
    z-index: 100;
}

.sidebar-menu-wrapper.sidebar-menu-left .sidebar-menu ul li ul,
.sidebar-menu-wrapper.sidebar-menu-left .sidebar-menu ul li ol,
.sidebar-menu-wrapper.sidebar-menu-left .sidebar-menu ol li ul,
.sidebar-menu-wrapper.sidebar-menu-left .sidebar-menu ol li ol {
    border-left: 1px solid rgba(0, 0, 0, 1);
    border-left: 1px solid red;
}

.sidebar-menu-wrapper.sidebar-menu-right .sidebar-menu ul li ul,
.sidebar-menu-wrapper.sidebar-menu-right .sidebar-menu ul li ol,
.sidebar-menu-wrapper.sidebar-menu-right .sidebar-menu ol li ul,
.sidebar-menu-wrapper.sidebar-menu-right .sidebar-menu ol li ol {
    border-right: 1px solid rgba(0, 0, 0, 1);
    border-right: 1px solid red;
}

.sidebar-menu-wrapper .sidebar-menu {
    position: relative;
    height: 100%;
    background-color: transparent !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5000;
}

.sidebar-menu-wrapper .sidebar-menu ul,
.sidebar-menu-wrapper .sidebar-menu ol {
    list-style-type: none;
    width: 250px;
    overflow-x: hidden;
}

.sidebar-menu-wrapper .sidebar-menu .submenu-title {
    display: block;
    height: 140px;
    padding: 18px 25px 0 25px;
    font-family: 'Cinzel', serif;
    font-size: 19px;
    font-weight: normal;
    color: #FFF;
    border-bottom: 1px solid #0b4a66;
}

.sidebar-menu-wrapper .sidebar-menu ul li ul,
.sidebar-menu-wrapper .sidebar-menu ul li ol,
.sidebar-menu-wrapper .sidebar-menu ol li ul,
.sidebar-menu-wrapper .sidebar-menu ol li ol {
    display: none;
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    padding-left: 0;    /*background-color: rgba(0, 114, 162, 0.3);*/
    background-color: #02364c;
    overflow-y: auto;
}

.sidebar-menu-wrapper .sidebar-menu.sidebar-menu-sub-open {
    overflow-y: hidden;
}

.sidebar-menu-wrapper .sidebar-menu .sidebar-menu-inactive {
    border-right: none !important;
    border-left: none !important;
    overflow-y: hidden !important;
}

.sidebar-menu-wrapper .sidebar-menu .sidebar-menu-close-subnav {
    position: absolute;
    width: 250px;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0 !important;
    background-image: url('../img/menu-close-citcem.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #002a3d;
}

.sidebar-menu-wrapper .sidebar-menu ul li ul,
.sidebar-menu-wrapper .sidebar-menu ul li ol,
.sidebar-menu-wrapper .sidebar-menu ol li ul,
.sidebar-menu-wrapper .sidebar-menu ol li ol,
.sidebar-menu-wrapper .sidebar-menu .sidebar-menu-close-subnav {
    z-index: 999;
}

/*.sidebar-menu-wrapper .sidebar-menu .sidebar-menu-active-item ul,

.sidebar-menu-wrapper .sidebar-menu .sidebar-menu-active-item ol {

    display: block; 

    width: 200px;    

    left: 0px; 

}

*/

/** -----------------------------------------------------------------------

 *  SIDEBAR - RIGHT

 *  -----------------------------------------------------------------------

 */



.sidebar-right {
    background-color: #e24;
    background-color: #F2F2F2;
}

.sidebar-right h2 {
    font-size: 30px;
    color: #122636;
}

.sidebar-right h3 {
    font-size: 16px;
    color: #808080;
}

.sidebar-right .event-title {
    margin-top: 12px;
    margin-bottom: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #122636;
}

.sidebar-right .event-place,
.sidebar-right .event-date-hour {
    margin: 0;
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-right .publication {
    margin-bottom: 34px;
}

.sidebar-right .publication-thumb {
    width: 192px;
}

/** -----------------------------------------------------------------------

 *  HEADER

 *  -----------------------------------------------------------------------

 */
.header-image {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #CCC;
    background-image: url('../img/header-01.jpg');
    background-position: left center;
    background-size: cover;
}

.header-image-01 {
    background-image: url('../img/header-01.jpg');
}

.header-image-02 {
    background-image: url('../img/header-02.jpg');
}

.header-image-03 {
    background-image: url('../img/header-03.jpg');
}

.header-image .lead {
    width: 360px;
    margin-top: 140px;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    color: #1d739b;
    color: rgba(255, 255, 255, .5);
}

.en .header-image .lead {
    width: 390px;
}

/** -----------------------------------------------------------------------

 *  CONTENT

 *  -----------------------------------------------------------------------

 */
.main h2 {
    margin-top: 100px;
}

.main h3 {
    margin-top: 50px;
    margin-bottom: 22px;
}

.main h4 {
    margin-top: 35px;
    margin-bottom: 22px;
}

.main h5 {
    color: #1a6d92;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.main li {
    margin-bottom: 8px;
}

.main ul {
    padding-left: 0px;
}

.main ol {
    padding-left: 20px;
}

.main ul li {
    padding-left: 20px;
    list-style: none;
    background-image: url('../img/bullet-li.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

.main ol li {
    padding-left: 10px;
}

.main li ul,
.main li ol {
    margin-top: 8px;
}

.main li.with-photo {
    padding-left: 0;
    background: none;
}

.main li.with-photo img {
    width: 92px;
    margin-right: 20px;
}

.main a,
.main a:hover,
.main a:focus,
.main a:visited,
.main a:active {
    color: #0082B5;
    text-decoration: none;
}

.main a:hover,
.main a:focus {
    text-decoration: underline;
}

.main a.btn:hover,
.main a.btn:focus {
    text-decoration: none;
}

.area-title {
    margin-top: 50px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 17px;
    border-bottom: 1px solid #999;
}

.lead {
    margin-top: 32px;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    color: #808080;
}

.main .principal-investigator {
    margin-bottom: 36px;
}

/** -----------------------------------------------------------------------

 *  HIGHLIGHTS

 *  -----------------------------------------------------------------------

 */
.highlights {
    margin-bottom: 16px;
}

.highlight .highlight-info {
    width: 100%;
    height: 98px;
    padding: 10px;
    color: #FFF;
    background-color: #1a6d92;
}

.highlight .highlight-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
}

.highlight .highlight-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.highlight:hover .highlight-image {
    -webkit-filter: none;
    filter: none;
}

.highlight a,
.highlight a:hover,
.highlight a:focus,
.highlight a:visited,
.highlight a:active {
    color: inherit;
    text-decoration: none;
}

/** -----------------------------------------------------------------------

 *  HOMEPAGE

 *  -----------------------------------------------------------------------

 */
.home .main h2 {
    margin-top: 24px;
    font-size: 19px;
    color: #0b4a66;
}

.home .language,
.home .language:hover,
.home .language:focus,
.home .language:active,
.home .language:visited {
    color: #FFF;
}

.home .main .event {
    display: inline-block;
    float: none;
    margin-left: -4px;
    margin-bottom: 26px;
    vertical-align: top;
}

.home .main .event:nth-child(2n) {
    margin-left: 0px;
}

.home .main .event-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.home .main .event:hover .event-image {
    -webkit-filter: none;
    filter: none;
}

.home .main .event-title {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #122636;
}

.home .main .event-place,
.home .main .event-date-hour {
    margin: 0;
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .main .event-date-hour .news-to {
    position: relative;
    top: -1px;
    margin: 0 5px;
}

/** -----------------------------------------------------------------------

 *  RESEARCH LINES

 *  -----------------------------------------------------------------------

 */
.research-lines .main h2 {
    margin-top: 54px;
}

/** -----------------------------------------------------------------------

 *  RESEARCH GROUPS

 *  -----------------------------------------------------------------------

 */
.research-groups .main h2 {
    margin-top: 54px;
}

.thematic-units {
    font-size: 13px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.thematic-units .thematic-unit {
    max-width: 230px;
    margin: 0;
    background-color: #F2F2F2;
}

/*

.thematic-units .thematic-unit img,

.thematic-units .thematic-unit div {

    flex-grow: 1;

    width: 100%;

}

*/
.thematic-units .thematic-unit:nth-child(3n-1) {
    margin-left: 8px;
    margin-right: 8px;
}

.thematic-units .thematic-unit h5 {
    margin-bottom: 6px;
    line-height: 1.5;
}

/** -----------------------------------------------------------------------

 *  RESEARCHERS

 *  -----------------------------------------------------------------------

 */
.researchers .main h2 {
    margin-top: 54px;
}

.researchers .researchers-list,
.research-groups .researchers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background: none;
}

.researchers .researchers-list-item,
.research-groups .researchers-list-item {
    margin: 0 0 15px 0;
    padding: 0;
    background: none;
}

.researchers .researchers-list-item span,
.research-groups .researchers-list-item span {
    display: block;
}

.researchers .researchers-list-item .name,
.research-groups .researchers-list-item .name {
    font-family: "Cinzel", serif;
    font-size: 19px;
}

.researchers .researchers-list a,
.researchers .researchers-list a:hover,
.researchers .researchers-list a:focus,
.researchers .researchers-list a:visited,
.researchers .researchers-list a:active,
.research-groups .researchers-list a,
.research-groups .researchers-list a:hover,
.research-groups .researchers-list a:focus,
.research-groups .researchers-list a:visited,
.research-groups .researchers-list a:active {
    color: inherit;
    text-decoration: none;
}

/** -----------------------------------------------------------------------

 *  RESEARCHER

 *  -----------------------------------------------------------------------

 */
.researcher .researcher-header {
    margin-top: 100px;
    margin-bottom: 50px;
}

.researcher .photo {
    width: 92px;
}

.researcher .name,
.researcher .aggregation {
    width: 498px;
    margin: 0;
    padding-left: 20px;
}

.researcher .name {
    font-size: 30px;    /*color: #0072a2;*/
}

.researcher .researcher-item-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.researcher-item {
    margin-bottom: 5px;
}

.researcher-item-label,
.researcher-item-value {
    display: inline-block;
    vertical-align: top;
}

.researcher-item-label {
    width: 26%;
}

.researcher-item-value {
    width: 74%;
    margin-left: -4px;
}

/** -----------------------------------------------------------------------

 *  PROJECTS

 *  -----------------------------------------------------------------------

 */
.projects .main h2 {
    margin-top: 54px;
}

.project-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
}

.project-item a,
.project-item a:hover,
.project-item a:focus,
.project-item a:active,
.project-item a:visited {
    text-decoration: none;
}

.project-item .note,
.project-item .name {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.project-item .note {
    font-size: 13px;
}

.project-item .name {
    color: #333;
}

.project h2 {
    font-size: 30px;
}

.project .btn-back {
    margin-top: 100px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a6d92;
    border-color: #1a6d92;
}

.project .btn-back:hover,
.project .btn-back:focus,
.project .btn-back:visited,
.project .btn-back:active {
    color: #1a6d92;
}

.project-info-label,
.project-info-value,
.project-detail-label,
.project-detail-value {
    display: inline-block;
    vertical-align: top;
}

.project-info {
    margin-bottom: 5px;
}

.project-info-label,
.project-info-value {
    display: inline-block;
    vertical-align: top;
}

.project-info-label {
    width: 26%;
}

.project-info-value {
    width: 74%;
    margin-left: -4px;
}

.project-detail {
    margin-bottom: 5px;
}

.project-detail-value {
    margin-left: 5px;
}

.project-text {
    margin-top: 50px;
    margin-bottom: 20px;
}

/** -----------------------------------------------------------------------

 *  NEWS

 *  -----------------------------------------------------------------------

 */
.news .main h2 {
    margin-top: 54px;
}

.news-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-item .news-title {
    margin: 10px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #122636;
}

.news-item .news-type {
    margin: 0;
    font-family: 'Cinzel', serif;
}

.news-item .news-place,
.news-item .news-date,
.news-item a .news-place,
.news-item a:hover .news-place,
.news-item a:focus .news-place,
.news-item a:visited .news-place,
.news-item a:active .news-place,
.news-item a .news-date,
.news-item a:hover .news-date,
.news-item a:focus .news-date,
.news-item a:visited .news-date,
.news-item a:active .news-date {
    display: block;
    font-size: 12px;
    color: #999;
}

.news-item .news-to {
    position: relative;
    top: -1px;
    margin-left: 5px;
    margin-right: 5px;
}

.news-item .news-image div {
    border-bottom: 10px solid #1a6d92;
}

.news-item .news-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.news-item:hover .news-image img {
    -webkit-filter: none;
    filter: none;
}

.news-item a {
    display: block;
    text-decoration: none;
}

.news-detail h2 {
    font-size: 30px;
}

.news-detail .btn-back {
    margin-top: 100px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a6d92;
    border-color: #1a6d92;
}

.news-detail .btn-back:hover,
.news-detail .btn-back:focus,
.news-detail .btn-back:visited,
.news-detail .btn-back:active {
    color: #1a6d92;
}

.news-info,
.news-detail {
    color: #002a3d;
}

.news-info-label,
.news-info-value,
.news-detail-label,
.news-detail-value {
    display: inline-block;
    vertical-align: top;
}

.news-info {
    margin-bottom: 5px;
}

.news-info-label,
.news-info-value {
    display: inline-block;
    vertical-align: top;
}

.news-info-label {
    width: 26%;
}

.news-info-value {
    width: 74%;
    margin-left: -4px;
}

.news-detail {
    margin-bottom: 0px;
}

.news-detail-value {
    margin-left: 5px;
    font-weight: 600;
}

.news-detail-image {
    margin-top: 20px;
}

.news-detail-value .news-to {
    position: relative;
    top: -1px;
    margin-left: 8px;
    margin-right: 8px;
}

.news-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

/** -----------------------------------------------------------------------

 *  PUBLICATIONS

 *  -----------------------------------------------------------------------

 */
.publications .main h2 {
    margin-top: 54px;
}

.publication-item,
.other-publications p {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
}

.publication-item .publication-image,
.publication-item .publication-details {
    float: left;
}

.publication-item .publication-image {
    width: 110px;
    margin-right: 15px;
}

.publication-item .publication-details {
    width: 565px;
}

/** -----------------------------------------------------------------------

 *  CALENDAR

 *  -----------------------------------------------------------------------

 */
.cld-main {
    width: 100%;
    font-size: 11px;
}

.cld-datetime {
    width: 90%;
}

.cld-number {
    margin: 2px;
    padding: 0;
}

.cld-day.today .cld-number,
.cld-number.eventday {
    height: auto;
    width: 18px;
    border-radius: 0;
}

.cld-number.eventday,
.cld-number.eventday:hover {
    color: #1a6d92;
    background-color: rgba(0, 0, 0, .075);
    font-weight: 700;
    border: none;
}

.cld-title {
    top: 22px;
    left: auto;
    right: 0;
    padding: 2px 10px;
    border-radius: 0;
    font-size: 11px;
}

.cld-title a {
    font-weight: 400;
}

.cld-title::before {
    left: auto;
    right: 0.5px;
}

/** -----------------------------------------------------------------------

 *  DOCUMENTS

 *  -----------------------------------------------------------------------

 */
.document-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
}

.document-item .document-title {
    margin-bottom: 0;
}

.document-item+.document-item .document-title {
    margin-top: 0;
    margin-bottom: 0;
}

/** -----------------------------------------------------------------------

 *  PAGINATION

 *  -----------------------------------------------------------------------

 */
.pagination {
    border: 1px solid #1a6d92;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.pagination .pagination-item {
    float: left;
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #1a6d92;
    border-left: 1px solid #1a6d92;
    overflow: hidden;
}

.pagination .pagination-item:nth-child(1) {
    border-left: none;
}

.pagination a.pagination-item,
.pagination a.pagination-item:active,
.pagination a.pagination-item:visited {
    color: #1a6d92;
}

.pagination a.pagination-item:hover,
.pagination a.pagination-item:focus {
    background-color: #F2F2F2;
    text-decoration: none;
}

.pagination a.pagination-item.active,
.pagination a.pagination-item.active:active,
.pagination a.pagination-item.active:visited,
.pagination a.pagination-item.active:hover,
.pagination a.pagination-item.active:focus {
    color: #FFF;
    background-color: #1a6d92;
    text-decoration: none;
}

.pagination .pagination-item.current {
    background-color: #1a6d92;
    color: #fff;
}

/** -----------------------------------------------------------------------

 *  QUICK SEARCH

 *  -----------------------------------------------------------------------

 */
.quick-search {
    position: fixed;
    width: 208px;
    height: 36px;
    bottom: 20px;
    left: 20px;
}

.quick-search.after-menu {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    outline: none;
}

.quick-search-input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #001925;
    border: none;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse {
    padding: 0;
    width: auto;
}

.gsc-control-cse .gsc-webResult.gsc-result,
.gsc-control-cse .gsc-results .gsc-imageResult {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDD;
}

.gsc-control-cse .gsc-webResult.gsc-result:hover,
.gsc-control-cse .gsc-imageResult:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
}

.gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
.gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
.gsc-control-cse .gs-imageResult a.gs-title:link,
.gsc-control-cse .gs-imageResult a.gs-title:link b .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
.gsc-control-cse .gs-imageResult a.gs-title:visited,
.gsc-control-cse .gs-imageResult a.gs-title:visited b {
    font-family: "Cinzel", serif;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    color: #1a6d92 !important;
}

.gsc-control-cse .gsc-table-result,
.gsc-control-cse .gsc-thumbnail-inside,
.gsc-control-cse .gsc-url-top {
    padding-left: 0px;
    padding-right: 0px;
}

.gsc-control-cse .gsc-result .gs-title {
    height: 1.4em;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    color: #1a6d92;
    text-decoration: none;
}

.gsc-control-cse .gs-webResult .gs-snippet,
.gsc-control-cse .gs-imageResult .gs-snippet,
.gsc-control-cse .gs-fileFormatType {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333;
}

.gsc-control-cse .gsc-results .gsc-cursor-box {
    margin: 20px 0 0 0;
    padding: 0;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    margin-right: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    border: none;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border: none;
    border-bottom: 1px solid #1A6D92;
    background-color: transparent;
    color: #1A6D92;
    font-weight: 700;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: none;
}

.gsc-control-cse .gsc-branding,
.gsc-control-cse .gcsc-branding {
    display: none;
}

.gsc-adBlock {
    display: none !important;
}


/** -----------------------------------------------------------------------

 *  CONTACTS

 *  -----------------------------------------------------------------------

 */
#flup-map {
    width: 100%;
    height: 300px;
}

/** -----------------------------------------------------------------------

 *  FOOTER

 *  -----------------------------------------------------------------------

 */
.footer {
    margin-bottom: 20px;
}

.footer .footer-logos {
    width: 690px;
    height: 60px;
    background-image: url('../img/footer-logos.png');
    background-position: top center;
    background-repeat: no-repeat;
}

/*
.no-svg .footer .footer-logos {
    background-image: url('../img/footer-logos.png');
}
*/


/** -----------------------------------------------------------------------
 *  HELPERS
 *  -----------------------------------------------------------------------
 */

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.blue-darker {
    color: #002a3d;
}

.blue-dark {
    color: #122636;
}

.blue-lighter {
    color: #0b4a66;
}

.blue-light {
    color: #1a6d92;
}

.gray {
    color: #F2F2F2;
}
