/*
Colors :
Light green : #c6db5d
Middle green : #006633
Dark green : #004337
Gradient : #006633 to #c6db5d
*/

a {
    color: #006633;
}

a:hover {
    color: #c6db5d;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

body, .dropdown-menu, .portfolio-filter.style-2 li a, #page-menu nav li a, .home-categories .col-lg-12 div.on-hover ul li a {
    font-size: 1rem !important;
}

.bg-white {
    background: #fff;
}

header#header #logo img {
    max-width: 180px;
}

#top-bar {
    line-height: 40px;
}

#top-links.version2 {
    position: absolute;
    top: 36px;
    right: 110px;
    transition: top .4s ease;
}

#header.sticky-header:not(.static-sticky) #top-links.version2 {
    top: 15px;
}

@media (max-width: 990px) {
    #top-links.version2 {
        display: none;
    }
}

#top-links ul {
    list-style: none;
    margin-bottom: 0;
    margin-right: 28px;
}

#top-links ul li {
    display: inline-block;
    margin-left: 6px;
    line-height: 24px;
    vert-align: middle;
}

#top-links ul li .link-contact, #top-links ul li .link-members {
    margin-right: 10px;
}

#top-links .link, #top-links .link span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

#top-links .link-facebook .ts-icon {
    background: url('../img/mwi_facebook.svg') no-repeat;
    background-size: 22px auto;
}

#top-links .link-twitter .ts-icon {
    background: url('../img/mwi_twitter.svg') no-repeat;
    background-size: 22px auto;
}

#top-links .link-youtube .ts-icon {
    background: url('../img/mwi_youtube.svg') no-repeat;
    background-size: 22px auto;
}

#top-links .link-linkedin .ts-icon {
    background: url('../img/mwi_linkedin.svg') no-repeat;
    background-size: 22px auto;
}

#top-links .link:hover .ts-icon {
    background-position: 0 -22px;
}

#primary-menu ul > li {
    max-width: 200px;
}

#primary-menu ul li > a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 29px 25px 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.menu_v2 #primary-menu ul li > a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 29px 25px 10px 25px;
    font-family: 'Roboto', sans-serif;
}

.menu_v2 #primary-menu ul ul li > a {
    font-size: 13px;
    padding: 5px 25px 5px 25px;
}

#header.full-header #primary-menu > ul {
    border-right: none;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #c6db5d;
}

.menu_v1 #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid #c6db5d;
}

#primary-menu ul ul li:hover > a {
    color: #006633;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu_v2 #primary-menu ul > li {
    max-width: none;
}

.menu_v2 #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    position: relative;
    width: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    border-top: none;
    text-align: center;
}

@media (max-width: 991px) {
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: #c6db5d !important;
    }
}

/* HOME */

.slider-caption h2 {
    text-transform: inherit;
}

.home-categories .col-lg-12, .home-categories .col-lg-4 {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.home-categories h2 {
    display: inline-block;
    color: #fff;
    background: rgba(0, 67, 55, 0.8);
    padding: 5px 12px;
    opacity: 1;
    border-radius: 5px;
}

.home-categories.light_green h2 {
    color: #004337;
    background: rgba(198, 219, 93, 0.8);
}

.home-categories .col-lg-12 .on-hover, .home-categories .col-lg-4 .on-hover {
    display: none;
}

.home-categories .col-lg-12:hover .on-hover, .home-categories .col-lg-4:hover .on-hover {
    display: flex;
}

.home-categories .col-lg-12:hover h2, .home-categories .col-lg-4:hover h2 {
    opacity: 0.2;
}

.home-categories .col-lg-12 div.on-hover, .home-categories .col-lg-4 div.on-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 67, 55, 0.9);
    align-items: center;
    justify-content: center;
}

.home-categories.light_green .col-lg-12 div.on-hover, .home-categories.light_green .col-lg-4 div.on-hover {
    background: rgba(198, 219, 93, 0.9);
}

.home-categories .col-lg-12 div.on-hover .links .introduction, .home-categories .col-lg-4 div.on-hover .links .introduction {
    width: 100%;
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
}

.home-categories .col-lg-12 div.on-hover .links .introduction, .home-categories .col-lg-4 div.on-hover .links .introduction {
    color: #c6db5d;
}

.home-categories.light_green .col-lg-12 div.on-hover .links .introduction, .home-categories.light_green .col-lg-4 div.on-hover .links .introduction {
    color: #004337;
}

.home-categories .col-lg-12 div.on-hover .links ul, .home-categories .col-lg-4 div.on-hover .links ul {
    list-style: none;
    text-align: center;
    width: 100%;
    margin-left: 0;
}

.home-categories .col-lg-12 div.on-hover ul li, .home-categories .col-lg-4 div.on-hover ul li {
    text-align: center;
}

.home-categories .col-lg-12 div.on-hover ul li a, .home-categories .col-lg-4 div.on-hover ul li a {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
}

.home-categories .col-lg-12 div.on-hover ul li a:hover, .home-categories .col-lg-4 div.on-hover ul li a:hover {
    font-weight: bold;
}

.home-categories .col-lg-12 div.on-hover ul li a:hover, .home-categories .col-lg-4 div.on-hover ul li a:hover {
    color: #c6db5d;
}

.home-categories.light_green .col-lg-12 div.on-hover ul li a:hover ,.home-categories.light_green .col-lg-4 div.on-hover ul li a:hover {
    color: #004337;
}


.home-tweets a:hover {
    color: #c6db5d;
}

.ipost .entry-title h3 a:hover, .ipost .entry-title h4 a:hover {
    color: #c6db5d;
}


#footer.dark, .dark #footer {
    background: #004337;
}

.dark #copyrights {
    background: #002b23;
}

.dark #copyrights {
    color: rgba(255, 255, 255, 1);
}

.dark .copyright-links a {
    color: rgba(255, 255, 255, 1);
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: #fff !important;
}

#page-menu-wrap {
    background-color: #c6db5d;
}

#content .team .team-image img {
    border-radius: 50%;
    width: 75%;
    margin: 0 auto;
    display: block;
}

#content .team .partner-image img {
    border-radius: 0;
}

#content .team .partner-image {
    float: none;
    margin-right: 0;
}

#content .partner-title h4 {
    font-size: 16px;
    line-height: 1.3;
}

.partner-list {
    display: flex;
    align-items: center;
}

.partner-list > div:first-child {
    flex: 0 0 auto;
}

@media (max-width: 990px) {
    .partner-list {
        flex-direction: column;
    }

    .team.partner-list .team-desc {
        text-align: center;
        margin-top: 5px;
    }
}

#content .team .team-image {
    position: relative;
}

#content .team .team-image-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition-duration: 0.3s;
}

#content .team .team-image:hover .team-image-hover {
    opacity: 1;
}

#content .team-title h4 {
    text-transform: none;
    font-weight: bold;
    color: #002b23;
}

.team-title span {
    color: #c6db5d;
    font-weight: normal;
}

.team-title ._email {
    font-size: 15px;
    color: #002b23;
    font-family: 'Roboto', sans-serif;
}

#page-menu nav li:hover a, #page-menu nav li.current a {
    background-color: #FFF;
    color: #004337;
}

.portfolio-filter li.activeFilter a {
    background-color: #004337;
}

.portfolio-filter li a:hover {
    color: #004337;
}

.spost .entry-title h4 a:hover, .mpost .entry-title h4 a:hover {
    color: #c6db5d;
}

.mpost .entry-title h4 a:hover, .spost .entry-title h4 a:hover {
    color: #c6db5d;
}

.col_three_fourth._split {
    width: 65%;
}

.mt90 {
    margin-top: 90px;
}

#content h3 {
    color: rgba(0, 67, 55, 0.9);
    font-weight: normal;
}

#content h4 {
    color: #c6db5d;
    font-weight: normal;
}

#page-title h1 {
    color: #004337;
}

#page-title.page-title-parallax h1 {
    text-transform: none;
}

::selection {
    background: #c6db5d;
    color: #FFF;
    text-shadow: none;
}

ol ol, ul ul, ol ul, ul ol {
    margin-left: 20px;
}

ul, ol {
    margin-left: 20px;
}

#page-title.page-title-parallax {
    background-color: #004337;
    background-attachment: inherit;
}

#page-menu nav {
    background-color: #c6db5d;
}

.entry-image._rounded img {
    border-radius: 50%;
}

.section._small_title {
    padding: 30px 0 0;
}

.section._small_title h3 {
    text-transform: none;
    font-weight: bold !important;
}

._cp_link a {
    color: #c6db5d;
}

#footer.dark, .dark #footer, .dark .widget h4, .dark .widget_nav_menu li a, .dark .widget_links li a, .dark .widget_meta li a, .dark .widget_archive li a, .dark .widget_recent_comments li a, .dark .widget_recent_entries li a, .dark .widget_categories li a, .dark .widget_pages li a, .dark .widget_rss li a, .dark .spost .entry-title h4 a, .dark .mpost .entry-title h4 a {
    color: #ffffff;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.p30 {
    padding: 30px;
}

._bg_light_green {
    background-color: #E0F1D3;
}

.button-eurima1, .button-eurima1:hover {
    background-color: #004337;
    color: #ffffff;
}

.portfolio-overlay a {
    height: 50px !important;
    width: 50px !important;
    margin: -28px 0 0 -54px;
}

.portfolio-overlay a.right-icon {
    margin-right: -58px;
}

a.icon-pdf {
    background-image: url('../img/mwi_pdf.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

a.icon-website {
    background-image: url('../img/mwi_url.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-overlay a i.icon-line-play {
    left: 3px;
    top: 5px;
}

._legal_entity .portfolio-desc {
    display: flex;
    align-items: center;
}

._legal_entity .portfolio-desc img {
    border-radius: 50%;
    width: 48px;
}

.portfolio-item._1 {
    padding: 15px;
    background-color: #EFF0F1;
}

.portfolio-body {
    padding: 15px 5px 10px;
}

.team.entity-list .team-title {
    display: flex;
    align-items: center;
}

.team.entity-list .team-title img {
    border-radius: 50%;
    width: 48px;
}

.sidenav {
    margin-left: 0;
}

.sidenav > li:last-child > a {
    border: none;
}

.sidenav li a {
    border: none;
    color: #004337;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 20px;
}

.sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover {
    color: #c6db5d !important;
    background-color: transparent !important;
    text-shadow: none;
    border-color: rgba(0, 0, 0, 0.1) !important;
    font-weight: normal !important;
}

#footer {
    border-top: 0;
}

._newsletter {
    padding: 15px;
    background-color: #002B23;
}

._newsletter h3, ._newsletter .col {
    margin-bottom: 0;
}

._newsletter .btn-success {
    background-color: #c6db5d !important;
    border-color: #c6db5d !important;
    box-shadow: none !important;
}

._newsletter .form-control {
    color: #FFF !important;
}

._newsletter .form-control::placeholder {
    color: #FFF;
    opacity: 1;
}

#header-wrap .container {
    display: flex;
    align-items: center;
}

#header-wrap ._header_menu {
    width: 100%;
    opacity: 1;
}

#header-wrap ._header_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header-wrap ._header_menu ul li {
    display: inline-block;
}

#header-wrap ._header_menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004337;
}

body.top-search-open #header-wrap ._header_menu {
    opacity: 0;
}

#top-search {
    margin: 0;
    margin-top: -8px;
}

#header.sticky-header:not(.static-sticky) #top-search {
    margin-top: -8px !important;
    margin-bottom: 0 !important;
}


._flex {
    display: flex;
    align-items: center;
}

._plusTeam {
    display: block;
    color: #666;
    font-size: 11px;
}

.team-desc ._flex {
    margin-top: 15px;
    justify-content: center;
}

blockquote {
    position: relative;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    border: none;
    margin-bottom: 30px;
    padding: 30px;
}

blockquote p {
    line-height: 1.3 !important;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote:before {
    content: '';
    background-image: url('../img/quote_up_green.svg');
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -20px;
}
blockquote:after {
    content: '';
    background-image: url('../img/quote_down_green.svg');
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.slider-caption {
    max-width: none;
}

.swiper-parent h1 {
    font-size: 3vw;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right;
    padding-right: 115px;
    font-weight: 500;
    margin-right: 15%;
    margin-top: 150px;
}

.slider-caption h3 {
    font-size: 2vw;
    font-weight: 100;
    text-align: right;
    line-height: 1.2;
}

.slider-caption-right {
    right: 15% !important;
    top: 5px !important;
}

@media (max-width: 1200px) {
    #header-wrap ._header_menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .swiper-parent h1 {
        font-size: 6vw;
        margin-top: 14%;
        margin-right: 0;
    }

    .slider-caption h3 {
        font-size: 4.5vw;
    }

    .col_three_fourth._split {
        width: 100%;
    }

    table.one_per_responsive tr td {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .content-wrap {
        padding: 30px 0;
    }
}

.portfolio-item {
    padding: 0 12px 30px 0;
}

.portfolio-desc h3 {
    height: 55px;
    overflow: hidden;
}

.portfolio-image > a > img {
    height: 195px !important;
}
