body {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: #859193;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
    font-weight: normal
}

.lead-text {
    color: #555c60
}

.text-light {
    color: #859193
}

a {
    color: #004c69
}

h2 {
    color: #282828;
    font-size: 20px
}

.btn {
    border: 0;
    font-weight: normal;
    font-size: 15px
}

.btn.btn-transparent {
    background: transparent
}

[class*="download-icon"]:before {
    background-image: url('../images/icons/download.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 13px;
    width: 10px;
    margin-right: 10px;
    vertical-align: middle
}

.download-icon-dark:before {
    background-image: url('../images/icons/download-dark.png')
}

[class*="social-icon"]:before {
    background: url('../images/icons/social-icons-light.png') 0 0 transparent no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 5px;
    width: 10px
}

.social-icon-facebook:before {
    background-position: 0 0
}

.social-icon-email:before {
    background-position: center -23px
}

.social-icon-twitter:before {
    background-position: center -46px
}

html {
    position: relative;
    min-height: 100%
}

body {
    padding-top: 80px
}

body.no-scroll {
    overflow: hidden
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .container {
        max-width: 1300px;
        width: 100%
    }
    .site-footer {
        position: absolute;
        bottom: 0;
        width: 100%
    }
    body {
        margin-bottom: 489px
    }
    body.no-scroll {
        overflow: auto
    }
}

@media (min-width:1200px) {
    .container {
        width: 100%;
        max-width: 1380px
    }
}

.sort-filter.dark .caret {
    background-image: url('../images/icons/arrow-down-dark.png')
}

.sort-filter label {
    font-weight: 200;
    margin-bottom: 0;
    vertical-align: middle
}

.sort-filter .bootstrap-select {
    padding-left: 8px
}

.sort-filter .dropdown-toggle {
    background: none;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    padding-right: 12px;
    padding-left: 10px;
    outline: 0
}

.sort-filter .caret {
    background: url('../images/icons/arrow-down.png') 0 0 transparent no-repeat;
    width: 7px;
    height: 4px;
    background-size: 100%;
    border: 0;
    margin-left: -3px
}

.sort-filter .dropdown-menu {
    right: 0;
    left: auto
}

.sort-filter .dropdown-menu > li > a {
    background: none
}

.embed {
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 56.25%;
    overflow: hidden
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.decorated-anchor {
    font-size: 15px;
    font-weight: 200;
    text-decoration: underline
}

.decorated-anchor:before {
    content: '>';
    display: inline-block;
    margin-right: 2px
}

article {
    padding: 15px
}

article .header-text {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px
}

article .sort-filter {
    float: right;
    font-size: 13px;
    color: #666
}

article .sort-filter .bootstrap-select {
    padding-right: 0
}

article .sort-filter .dropdown-toggle {
    color: #004c69
}

article .decorated-anchor {
    color: #004c69;
    margin-top: 5px
}

article p {
    line-height: 1.667;
    color: #666
}

article .item-list.item-list-alt li {
    padding: 21px 0 22px
}

article .item-list.item-list-alt .see-more-links a {
    margin-top: -14px
}

article .item-list li {
    padding: 21px 0 22px;
    border-bottom: 1px solid #ddd
}

article .item-list li:first-child {
    border-top: 1px solid #ddd
}

article .item-list .timestamp {
    font-size: 12px;
    color: #666;
    padding-top: 2px
}

article .item-list .content {
    color: #004c69;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

article .item-list .see-more-links a {
    font-size: 30px;
    color: #bebebe;
    display: block;
    line-height: 1;
    margin-top: -14px;
    text-align: right
}

.section-light-bg {
    background: #f4f6f6
}

.light-text .item-list .content,
.light-text .header-text,
.light-text .decorated-anchor,
.light-text p {
    color: #fff
}

.light-text .see-more-links a {
    color: #518595
}

.light-text .item-list .timestamp {
    color: #99b7bc
}

.section-dark-bg {
    background: #004c69
}

.section-dark-bg .item-list li {
    border-color: #0f5772
}

.section-dark-bg .item-list li:first-child {
    border-color: #0f5772
}

.section-dark-bg .item-list .content,
.section-dark-bg .header-text,
.section-dark-bg .decorated-anchor {
    color: #fff
}

.section-dark-bg .see-more-links a {
    color: #518595
}

.section-dark-bg .item-list .timestamp {
    color: #99b7bc
}

.page-nav li > a {
    font-size: 13px;
    color: #004c69
}

.page-nav .btn-prev-next-container {
    padding-top: 4px
}

.pagination {
    margin: 0;
    border-radius: 0
}

.pagination li.active a,
.pagination li.active span {
    background: none;
    text-decoration: underline;
    color: inherit
}

.pagination li.active a:hover,
.pagination li.active span:hover {
    color: inherit;
    background: none
}

.pagination li a,
.pagination li span {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    padding: 6px
}

.pagination li a:last-child,
.pagination li span:last-child,
.pagination li a:first-child,
.pagination li span:first-child {
    border-radius: 0
}

.pagination li span:hover {
    background: none
}

@media (min-width:768px) {
    article {
        padding: 60px
    }
    article .item-list .see-more-links a {
        margin-top: -4px
    }
    article .item-list li {
        padding: 31px 0 22px
    }
}

@media (min-width:992px) {
    article {
        padding: 80px
    }
    article.news-list {
        padding: 65px 53px
    }
    article .item-list li {
        padding: 21px 0 22px
    }
    article .item-list .see-more-links a {
        margin-top: -14px
    }
}

@media (min-width:1200px) {
    article .item-list .see-more-links a {
        margin-top: -4px
    }
    article .item-list li {
        padding: 31px 0 22px
    }
}

.global-nav {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 100px;
    border: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 15px 0 25px
}

.navbar-brand {
    cursor: pointer;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    float: none;
    height: 90px;
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: 0;
    width: 170px
}

#siteNav {
    background: rgba(255, 255, 255, 0.97)
}

.contact-info {
    padding-top: 25px
}

.contact-info h2 {
    font-size: 15px;
    font-weight: normal
}

.contact-info p,
.contact-info dt,
.contact-info dd {
    font-size: 12px;
    color: #898989
}

.contact-info dt {
    font-weight: 100;
    margin-right: 10px
}

.contact-info a {
    color: #004c69;
    font-size: 12px;
    text-decoration: underline
}

@media (max-width:900px) {
    .global-nav {
        text-align: center
    }
    .contact-info dt {
        margin-top: 10px
    }
    #siteNav {
        height: calc(100vh - 80px);
        -webkit-transition: height 0.35s ease-in;
        transition: height 0.35s ease-in
    }
    .nav-search-box {
        padding: 10px 25px;
        margin-left: 0;
        margin-right: 0
    }
    .nav-search-box input {
        width: 60%;
        display: inline-block
    }
}

@media (min-width:768px) {
    .global-nav {
        padding-left: 25px
    }
    .navbar-brand {
        float: left
    }
    #siteNav .navbar-nav {
        float: right;
    }
    .nav-search-box {}
    .nav-search-box input.form-control {
        display: none
    }
    .contact-info {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .contact-info h2 {
        font-size: 15px;
        font-weight: normal
    }
    .contact-info dl {
        overflow: hidden
    }
    .contact-info dt,
    .contact-info dd {
        float: left
    }
    .contact-info dt {
        clear: left
    }
    .contact-info a {
        color: #004c69;
        font-size: 12px;
        text-decoration: underline
    }
}

.nav > li > a {
    color: #006600;
    font-size: 10px;
}

nav .inline-items > a {
    display: inline-block;
    padding: 0 2px
}

.separator {
    border-left: 1px solid #AA0000;
    border-right: 1px solid #AA0000;
    margin-top: 15px
}

.nav > .language-selector > a {
    color: #004c69
}

.nav > .language-selector > a.selected {
    color: #FF0000
}

.btn-search {
    font-size: 20px;
    height: 34px;
    width: 30px
}

.btn-search:hover,
.btn-search:active,
.btn-search:focus {
    background-color: transparent;
    outline: 0
}

.btn-sidemenu-toggle {
    margin-top: 4px;
    font-size: 25px;
    width: 40px
}

.btn-sidemenu-toggle:hover,
.btn-sidemenu-toggle:active,
.btn-sidemenu-toggle:focus {
    background-color: transparent;
    outline: 0
}

.btn-sidemenu-toggle.ion-ios-close-empty {
    font-size: 30px;
    margin-top: 2px
}

.navbar-side {
    background:transparent;
    position: fixed;
    right: -100%;
    bottom: 0;
    overflow: auto;
    padding: 45px 60px 60px 40px;
    top: 80px;
    -webkit-transition: right 0.8s;
    transition: right 0.8s
}

.navbar-side.visible {
    right: 0
}

.navbar-side .navbar-nav {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    padding-bottom: 35px
}

.navbar-side li {
    display: block;
    float: none
}

.navbar-side li a {
    font-size: 20px;
    padding: 12px 0
}

.site-footer {
    background: #323539
}

.site-footer .site-logo {
    margin: 0 auto
}

.site-footer .site-info {
    padding-bottom: 40px
}

.site-footer .site-info a {
    color: #fff;
    text-decoration: none
}

.site-footer .contact-info {
    text-align: center
}

.site-footer .navbar-nav {
    text-align: center
}

.site-footer .navbar-nav li {
    display: inline-block
}

.site-footer .copyright {
    text-align: center;
    color: #898989;
    font-size: 11px;
    clear: both
}

.site-footer .btn-scroll-top {
    background: #222426;
    background: rgba(40, 40, 40, 0.8);
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    visibility: hidden
}

.newsletter-signup-container {
    background: #f6f6f6;
    padding: 27px 0;
    font-size: 18px;
    text-align: center
}

.newsletter-signup-container h3 {
    color: #282828;
    font-size: 20px;
    font-weight: normal;
    margin-top: 12px;
    margin-right: 20px;
}

.newsletter-signup-container .subscribe-form-wrapper .form-group {
    width: 100%
}

.newsletter-signup-container input.form-control {
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 23px 10px;
    width: 70%
}

.newsletter-signup-container .btn {
    background: #004c69;
    border-radius: 0;
    color: white;
    font-size: 20px;
    padding: 10px 32px 8px
}

.site-logo {
    display: block;
    /*height:32px;width:103px;*/
    text-align: center;
    /*background:url('../images/logo/saniona-logo-white.png') no-repeat center center transparent;background-size:103px 32px*/
}

@media (min-width:768px) {
    .site-footer {
        background: #323539
    }
    .site-footer .contact-info {
        text-align: left;
        padding-top: 0
    }
    .site-footer .site-logo {
        margin-left: 0;
        margin-bottom: 25px
    }
    .site-footer .copyright {
        text-align: right
    }
    .site-footer .btn-scroll-top {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        visibility: hidden;
        opacity: 0
    }
    .site-footer .btn-scroll-top.visible {
        visibility: visible;
        opacity: 1
    }
    .site-footer .site-info {
        padding-top: 50px;
        padding-bottom: 125px
    }
    .newsletter-signup-container {
        text-align: left
    }
    .subscribe-form-wrapper {
        text-align: right
    }
    .navbar-nav {
        float: right;
        text-align: left;
        margin-right: -15px
    }
}

@media (max-width:480px) {
    .nav-footer-links .row > div {
        float: none;
        width: 100%;
        text-align: center
    }
    .nav-footer-links ul {
        margin-bottom: 20px
    }
}

.jumbotron {
    height: 675px;
    height: calc(100vh - 80px);
    margin-bottom: 0;
    padding: 0;
    position: relative
}

.jumbotron .item {
    background-size: cover;
    background-position: center center;
    height: 675px;
    height: calc(100vh - 80px)
}

.jumbotron .content-area {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    padding: 2%;
    z-index: 2
}

.jumbotron h2 {
    font-size: 20px;
    color: #004c69
}

.jumbotron p {
    display: none;
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 5px;
    color: #666
}

.jumbotron .carousel-indicators {
    position: relative;
    bottom: 0
}

.jumbotron .carousel-indicators li {
    margin-right: 10px;
    background: #cacaca;
    border: 1px solid #cacaca;
    width: 10px;
    height: 10px;
    vertical-align: middle
}

.jumbotron .carousel-indicators .active {
    background: #004c69;
    border: 1px solid #004c69
}

.jumbotron .content {
    display: none
}

@media (min-width:768px) {
    .jumbotron {
        height: 28vw
    }
    .jumbotron .item {
        height: 28vw
    }
    .jumbotron .content-area {
        bottom: 11%
    }
    .jumbotron .carousel-indicators {
        position: static;
        margin-left: 0;
        text-align: left
    }
    .jumbotron .content-area {
        padding: 25px 80px
    }
    .jumbotron h2 {
        font-size: 30px
    }
    .jumbotron p {
        display: block;
        font-size: 15px;
        margin-bottom: 25px
    }
}

.home-page {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.home-page section {
    margin-bottom: 10px
}

.home-page .content-box {
    overflow: hidden
}

.home-page .placeholder {
    background: #dee1e2;
    height: 400px
}

.home-page .saniona-pipeline {
    /*background:url('../images/saniona-pipeline-bg.jpg') center center transparent no-repeat;*/
    background-size: cover;
    padding-bottom: 143px
}

.home-page .saniona-pipeline .container {
    width: 100%
}

.home-page .saniona-pipeline .slide a {
    font-size: 50px
}

@media (min-width:768px) {
    .home-page section {
        margin-bottom: 20px
    }
}

.slider-wrapper {
    position: relative
}

.slider-wrapper .nav-btn {
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    padding: 22px 10px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-wrapper .nav-btn.btn-prev {
    left: -25px
}

.slider-wrapper .nav-btn.btn-next {
    right: -31px
}

.slider-wrapper .slide-content {
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center 22%;
    background-repeat: no-repeat;
    background-size: 51px;
    padding: 135px 60px 0;
    min-height: 400px;
    white-space: normal;
    text-align: center
}

.slider-wrapper .slide-content h2 {
    color: #004c69;
    font-size: 24px
}

.slider-wrapper .slide-content p {
    color: #666
}

.slider-wrapper .slide {
    padding: 0 20px
}

@media (min-width:768px) {
    .slider-wrapper .nav-btn.btn-prev {
        left: -25px
    }
    .slider-wrapper .nav-btn.btn-next {
        right: -31px
    }
    .about-saniona .header-text {
        margin: 10px 0 25px
    }
    .about-saniona p {
        line-height: 1.8
    }
}

.news-details .hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    height: calc(100vh - 80px);
    max-height: 240px;
    position: relative
}

.news-details .hero-section .action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 26, 38, 0.6);
    font-size: 13px;
    padding: 9px 0
}

.news-details .hero-section .action-bar .text-light-muted {
    color: rgba(255, 255, 255, 0.6)
}

.news-details .hero-section .action-bar .text-light {
    color: #fff
}

.news-details .hero-section .download-link,
.news-details .hero-section .sort-filter {
    display: inline-block;
    vertical-align: middle
}

.news-details .hero-section .breadcrumbs {
    margin-top: 6px
}

.news-details .hero-section .breadcrumbs a:after {
    content: '/';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px
}

.news-details .item-separator:after {
    color: rgba(255, 255, 255, 0.6);
    content: '|';
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px
}

.news-details .news-list {
    padding: 5px 0 50px
}

.news-details .news-item {
    padding-bottom: 10px
}

.news-details h1 {
    color: #282828;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px
}

.news-details .post-info {
    color: #004c69;
    font-size: 15px;
    margin-bottom: 30px
}

.news-details .share-options {
    margin-bottom: 40px
}

.news-details .share-options a {
    background: #004c69;
    display: block;
    height: 30px;
    color: #fff;
    text-align: center;
    width: 30px;
    line-height: 30px
}

.news-details .share-options .share-via-email {
    font-size: 16px
}

.news-details p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px
}

.news-details .contact-info {
    padding-bottom: 35px
}

.news-details .contact-info .more-info {
    font-size: 16px;
    color: #282828;
    font-weight: normal
}

.news-details footer {
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 25px 0;
    text-align: center
}

.news-details footer a {
    color: #004C69;
    font-size: 13px;
    text-decoration: underline
}

.news-details footer .download-link {
    float: left
}

.news-details footer .download-link:after {
    display: none
}

.news-details footer .share-options-footer {
    margin-bottom: 0;
    display: block;
    clear: both;
    padding-top: 20px
}

.news-details footer .share-options-footer li {
    padding-left: 15px;
    padding-right: 15px
}

.news-details footer .share-options-footer a:before {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle
}

.news-details footer .nav {
    float: right
}

@media (min-width:550px) {
    .news-details footer .share-options-footer {
        display: inline-block;
        clear: none;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .news-details .hero-section {
        height: 28vw;
        max-height: none
    }
    .news-details .content-section {
        padding-top: 50px
    }
    .news-details .news-list {
        padding-bottom: 50px
    }
    .news-details .news-item {
        padding-left: 10%;
        padding-bottom: 90px
    }
}
.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
.draw::before, .draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
.draw::before {
    top: 0;
    left: 0;
}
.draw::after {
    bottom: 0;
    right: 0;
}
.draw:hover {
    color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
}
.draw:hover::before {
    border-top-color: #60daaa;
    border-right-color: #60daaa;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
    border-bottom-color: #60daaa;
    border-left-color: #60daaa;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


.meet:hover {
    color: #fbca67;
}
.meet::after {
    top: 0;
    left: 0;
}
.meet:hover::before {
    border-top-color: #fbca67;
    border-right-color: #fbca67;
}
.meet:hover::after {
    border-bottom-color: #fbca67;
    border-left-color: #fbca67;
    -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.color-blue{
    color: #002060 !important;
    font-family: Freestyle Script;
    font-size: 42px !important;
}

.color-green-light{
    color: #B9E1B9 !important;
}

.bkcolor-green-light{
    background-color: #DFF1DF !important;
}
.bkcolor-green-dark{
    background-color: #5B8263 !important;
}



/************** TRANSLATE *******************/

.format-courier{
    font-family: Courier;
}

.format-header{
    font-weight:600;
    color: #5B8263;
}

* {
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media (max-width:748px) {
    [class*="col-"] {
        width: 100%;
    }
}

/** MENU **/

.navbar-nav li:not(:last-child:hover){
    background: #5B8263;
    color: white;
}
.navbar-nav  li:hover a{
    color: white;
}

/*** SUB MENU ***/

.sub-menu-parent{ position: relative; }
sub-sub-menu-parent{ position: relative; }

.sub-menu{
    display: block;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-sub-menu{
    display: block;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 15px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-sub:focus .sub-sub-menu,
.sub-sub:focus-within .sub-sub-menu,
.sub-sub-menu-parent:hover .sub-sub-menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    position: relative;
    top:100%;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


.sub-menu {
    background: #5B8263;
    color: white;
    width: fit-content;
    padding:10px 20px 10px 20px;
    list-style: none;

}

.sub-sub-menu {
    background: #5B8263;
    color: white;
    width: fit-content;
    padding:10px 20px 10px 20px;
    list-style: none;

}
.sub-sub-menu li:before{

}

.sub-menu > li {
    white-space: nowrap;
    padding-bottom: 10px;
}

.sub-menu > li > a {
    color: white;
}

.langs a{
    margin-top: -10px;
}

