/* Generic */
.margin-top-0 {
    margin-top: 0 !important;
}

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

.no-margin-b {
    margin-bottom: 0;
}

.blue-bg {
    background: #f0f3f8;
}

.white-bg {
    background: #ffffff !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hide-ov-x {
    overflow-x: hidden;
}

@media (min-width: 991px) {
    .sm-no-padding-l-r {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm-only {
        display: none;
    }
}

@media (max-width: 991px) {
    .md-only {
        display: none;
    }
}

.back-link a {
    text-transform: none !important;
    margin-top: -4px;
    text-align: center;
    margin-right: 0;
    transition: color .3s;
    font-weight: 700;
}

.back-link a:before {
    content: "\f104";
    font-size: 2em;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    margin-right: 10px;
    vertical-align: -4px;
}

.back-link a:hover, .back-link a:active, .back-link a:focus {
    color: #473b80;
}

/* End Generic */

body {
    color: #121212;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination span {
    padding: 0 6px;
    font-size: 1.3em;
}

.pagination a {
    color: #121212;
}

.pagination .current {
    color: #473b80;
    font-weight: 700;
}

.search-btn:hover {
    cursor: pointer;
}

header {
    height: auto;
}

/* Nav */
header.fixed-top .dropdown-menu.multi-level {
    margin-top: -23px;
}

header.fixed-top.scroll-css .dropdown-menu.multi-level {
    margin-top: -15px;
}

@media (min-width: 1560px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -200px;
    }
}

@media (min-width: 993px) and (max-width: 1559px) {
    .navbar-header {
        position: fixed;
        _position: absolute;
        left: 2%;
        margin-top: 24px;
    }

    .navbar-brand img {
        max-width: none;
    }

    .nav.navbar-nav {
        float: right;
    }

    header .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        padding: 41px 9px 39px 9px;
    }

    header.scroll-css .navbar-nav > li > a, .fp-enabled .navbar-nav > li > a {
        padding: 23px 8px 23px 8px;
    }

    header.scroll-css .navbar-header {
        margin-top: 7px;
        top: auto;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    header .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        padding: 41px 8px 39px 8px;
        font-size: 13px;
    }

    .navbar-header {
        left: 1%;
    }

    .navbar-brand img {
        width: 180%;
    }

    .nav.navbar-nav {
        margin-right: -40px;
    }
}

@media (max-width: 993px) {
    header > .navbar {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    }
}

/* End Nav */

/* Banner */
.parallax-slider {
    transform: none !important;
}

.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-bg-color > .content {
    padding-top: 60px;
}

.title-base h1 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
}

.title-base p {
    font-size: 22px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .section-bg-image.overlay-container {
        height: auto !important;
    }

    .container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-bg-color > .content {
        padding-bottom: 60px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .fixed-top.scroll-change {
        height: auto;
    }
}

/* End Banner */

/* About */
.about-mars .content {
    padding: 60px;
    text-align: justify;
}

.about-mars .content::first-letter {
    font-size: 96px;
    float: left;
    margin-left: -8px;
    padding: 5px 8px 8px 0;
    line-height: 62px;
}

.about-mars .picture {
    padding-right: 40px;
}

.about-mars figcaption {
    color: #8c8c8c;
    font-size: 13px;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .about-mars .picture {
        padding-right: 0;
        padding-left: 0;
    }

    .about-mars figcaption {
        line-height: initial;
        margin-bottom: 10px;
    }

    .about-mars .content {
        padding: 25px;
    }
}

/* End About */

/* Team */
.niche-box-team {
    padding-left: 15px;
    padding-right: 15px;
}

.niche-box-team .content-box h2 {
    text-transform: none;
}

.niche-box-team .content-box h2 a {
    color: #473b80;
}

.niche-box-team:hover .content-box {
    margin-top: 2px;
}

.team-detail .member-image {
    width: 100%;
    padding: 15px 0;
}

.team-contact-det {
    padding: 10px 10px 20px 10px;
}

.team-contact-det h5,
.team-contact-det p {
    line-height: 1.4em;
    padding: 2px 0;
}

@media (min-width: 991px) {
    .team-detail .tab-box {
        padding-left: 25px;
    }

    .niche-box-team-fix-b {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .team-detail .tab-box .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* End Team */

/* Research */
.research-intro img {
    margin-left: 100px;
    margin-bottom: 20px;
}

.research-tabs li a {
    line-height: inherit !important;
    height: auto !important;
    text-transform: none;
    padding-bottom: 30px !important;
    font-size: 13pt;
}

.research-tabs li {
    position: relative;
    width: 80%;
}

.research-tabs li.active svg g path {
    fill: #2e1c86;
}

.research-tabs svg {
    position: absolute;
    width: 20%;
    right: -10%;
}

.panel-box {
    min-height: 526px;
}

@media (min-width: 991px) {
    .research-desktop {
        display: block;
    }

    .research-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .research-desktop {
        display: none;
    }

    .research-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .research-intro img {
        margin-left: 20px;
    }
}

@media (max-width: 580px) {
    .research-intro img {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        height: auto !important;
    }
}

.research-home-svg {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}

.research-home svg {
    position: absolute;
    height: 100%;
    width: 64%;
    left: 18%;
    top: -50px;
}

.research-home path {
    fill: #473b80;
}

.research-home .boxed-inverse p {
    margin-top: -80px;
    height: 2em;
    line-height: initial;
}

/* End Research */

/* Home */

.home-slider h1 {
    color: #fff;
    text-transform: uppercase;
}

.home-slider li p {
    color: #fafafa;
    margin-bottom: 0;
    font-style: normal;
}

.white .icon-box-cell p {
    color: inherit !important;
}

.counter-box-icon .counter {
    line-height: inherit;
}

.home-parallax-title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.home-parallax-title:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 0.5em;
    margin-left: 10px;
    vertical-align: 3px;
}

.home-parallax .container {
    padding-top: 90px;
}

.icon-box:not(.icon-box-top-bottom) .icon-box-cell:first-child {
    border-right: 1px solid rgba(250, 250, 250, 0.25);
}

/* End Home */

/* News */
.list-group-item {
    padding: 0;
}

.news-carousel h2 {
    height: 75px;
}

.niche-box-post .tag-row {
    height: 1.5em;
}

.tag-row span {
    font-style: italic;
    font-size: 14px;
    text-transform: capitalize;
    color: #8c8c8c;
}

@media (max-width: 991px) {
    .news-widget {
        margin-left: 16px;
    }
}

.flexslider.outer-navs a.flex-prev, .flexslider.outer-navs a.flex-next {
    background: initial;
    border: none;
}

.news-main-img {
    margin-bottom: 14px;
}

/* End News */

/* Footer */
.news-historic {
    margin-top: 0 !important;
    padding-top: 0;
}

footer .content {
    background: #534f5a;
}

footer .container, .footer-parallax .container {
    padding: 60px 15px 60px 15px;
}

.mars-logo img {
    max-width: 200px;
}

.read-more {
    text-transform: uppercase;
    font-weight: 700;
}

.tag-row i {
    color: #473b80 !important;
}

.social-group a {
    vertical-align: middle;
}

.news-view-top {
    margin-bottom: 40px;
}

.news-view-top .back-link {
    height: 40px;
    margin-top: -2px;
}

.share-word {
    margin-right: 2.5px;
}

p {
    font-size: 16px;
}

@media (max-width: 991px) {
    footer img:last-of-type {
        margin-top: 20px !important;
    }

    footer p {
        margin-bottom: 5px !important;
        line-height: 1.4em;
        margin-top: 10px;
    }

    .footer-left.mars-logo {
        padding-left: 35px;
    }

    .block-infos p.bd-day {
        margin-left: 0;
    }

    .block-data {
        margin-left: 30px !important;
    }

    .news-carousel h2 {
        height: initial;
    }

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

@media (min-width: 767px) {
    .niche-box-post.boxed h2, .niche-box-post.boxed-inverse h2 {
        height: 3.2em;
        text-overflow: clip;
        overflow: hidden;
    }

    .niche-box-content {
        height: 7.7em !important;
        text-overflow: clip;
        overflow: hidden;
    }
}

/* End Footer */

/* Start Collaborators */
.filter input::-webkit-input-placeholder {
    color: #121212 !important;
}

.filter input::-moz-placeholder {
    color: #121212 !important;
}

.filter input:-ms-input-placeholder {
    color: #121212 !important;
}

.filter input:-moz-placeholder {
    color: #121212 !important;
}

.filter i {
    font-weight: bold;
    color: #121212;
}

.filter input[type=text] {
    border-color: #9C9C9C;
}

.filter input[type=text]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(71, 59, 128, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(71, 59, 128, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(71, 59, 128, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(71, 59, 128, 0.6);
}

/* End Collaborators */

.dev-by {
    margin-top: 20px;
    margin-bottom: -40px;
}

@media (min-width: 991px) {
    .projects-table tr th:nth-child(2),
    .projects-table tr td:nth-child(2) {
        width: 60%;
    }

    .projects-table tr th:nth-child(1),
    .projects-table tr td:nth-child(1) {
        width: 120px;
    }

    .publications-table tr th:nth-child(3),
    .publications-table tr td:nth-child(3) {
        width: 60%;
    }

    .publications-table tr th:nth-child(1),
    .publications-table tr td:nth-child(1) {
        width: 270px;
    }

    .team-detail table tr th:nth-child(1),
    .team-detail table tr td:nth-child(1) {
        width: 25%;
    }

    .theses-table tr th:nth-child(1),
    .theses-table tr td:nth-child(1) {
        width: 200px;
    }
}

.lang-btn {
    text-transform: none !important;
    color: #9C9C9C !important;
}

.lang-btn i {
    font-size: .8em;
}

.lang-btn:hover:after {
    color: #473b80 !important;
}

@media (min-width: 580px) and (max-width: 767px) {
    .svg-box-home {
        padding: 15px 25%;
    }
}

@media (max-width: 580px) {
    .home-parallax-title {
        font-size: 1.5em;
    }
}

.min-section-height {
    min-height: 622px;
}

.home-slider p.text-m {
    padding-top: 20px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .home-parallax-title.white {
        font-size: 1em;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .home-parallax-title.white {
        font-size: 1.3em;
    }
}

.research-lines-list li a:hover {
    color: #473b80;
}

.grid-item.custom-column {
    margin-bottom: 32px;
}