@charset "UTF-8";
body {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    background-color: #e9e9e9;
}
h1 {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    line-height: 1.2em;
    color: #005580;
}
h2 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    color: #333;
}
h3 {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 1.4em;
    color: #585858;
    font-weight: 700;
}
h4 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #585858;
    font-weight: 700;
}
.corp {
    font-size: 50px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}
p.headline {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #7d868c;
}
p a {
    font-weight: 700;
}
p.subtitle {
    font-size: 20px;
    font-weight: 700;
}
article .subtitle {
    margin: 40px 0 -20px 0;
    line-height: 1.5em;
}
article h1 {
    margin-top: 10px;
}
article h2 {
    color: #005580;
    margin-top: 60px;
}
.home article h2 {
    font-weight: 400;
}
.home article p {
    color: #7D8686;
}
/* grayscale filter for images of experts on landing page */
.home .image img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}  
article h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}
article h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}
a {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    color: #585858;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover {
    color: #005580;
}
a.more-link {
    font-style: italic;
    color: #005580;
}
a.more-link:hover {
    text-decoration: underline;
}
body,
html {
    overflow-x: hidden;
}
/*Grid*/

.wrapper,
.footer,
.header-home {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 15px;    
}
.content-wrapper {
    width: calc(100% - 360px);
}
.content-wrapper.main {
    padding-top: 90px;
    min-height: 100vh;
    min-height: calc(100vh - 70px);
}
.wrapper.dark-grey {
    background-color: #333;
    padding-top: 160px;
    padding-bottom: 160px;
}
.wrapper.dark-grey article {
    padding-bottom: 0;
}
.wrapper.dark-grey .carousel-indicators li {
    border: 1px solid #9b9b9b;
    background-color: #333;
}
.wrapper.dark-grey .carousel-indicators li.active {
    background-color: #9b9b9b;
}
.wrapper.dark-grey .row {
    margin-left: -30px;
}
.wrapper.light-grey {
    background-color: #7d868c;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 110px;
}
.wrapper.light-grey h2 {
    color: #fff;
    margin-bottom: 88px;
}
.wrapper.light-grey .mobile.carousel a {
    color: #fff;
}
.wrapper.light-grey .mobile.carousel a:hover {
    color: #005580;
}
.carousel-item.last.hide{
    display: none;
}
.wrapper.light-grey .mobile.carousel .carousel-item ul.membership {
    margin-left: 20px;
    padding-left: 0;
}
.wrapper.light-grey .mobile.carousel .carousel-item ul.membership li {
    margin-bottom: 10px;
    padding-left: 10px;
}


.wrapper.light-grey .mobile.carousel .rankings ul li {
    width: initial;
}
.wrapper.light-grey .mobile.carousel .rankings ul li:first-child {
    margin-left: -20px;
}
.wrapper.light-grey .carousel-indicators li {
    border: 1px solid #333;
    background-color: #7d868c;
}
.wrapper.light-grey .carousel-indicators li.active {
    background-color: #333;
}
/*Header*/

.header {
    position: relative;
    height: 70px;
    font-family: 'Work Sans', sans-serif;
    z-index: 10;
}
.header .logo {
    max-width: 180px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .languages {
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
}
.header .languages .dropdown {
    width: 150px;
}
.header .languages .dropdown-menu {
    text-align: right;
    right: -4px !important;
    top: -24px !important;
    left: inherit !important;
    padding-right: 10px;
    border: 0;
}
.header .languages ul {
    margin: 0;
    padding: 0;
}
.header .languages ul li {
    list-style: none;
    display: inline-block;
}
.header .languages ul li a {
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 5px;
    font-size: 14px;
}
.home .header .languages ul li a {
    opacity: 0.7;
}
.home .header .languages ul li.active a,
.home .header .languages ul li.active a:hover,
.home .header .languages ul li a:hover {
    opacity: 1;
}
.header .languages ul li.active a {
    font-weight: 700;
}
.header .languages button {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    font-weight: bold;
    color: #585858;
    border: 0;
    margin-right: -13px;
    padding: 0;
}
.header .languages button:active,
.header .languages button:hover,
.header .languages button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.header-home {
    padding: 0;
    display: block;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 10px 10px 10px 10px #333;
    min-height: 100vh !important;
    height: 100vh !important;
}
.gradient {
    background-image: url(../img/gradient-vertical.png);
    background-repeat: repeat-y;
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.gradient-top {
    background-image: url(../img/gradient-top.png);
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
}
.gradient-bottom {
    background-image: url(../img/gradient-bottom.png);
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 300px;
}
.header-home .fullscreen-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-home video, .header-home .mobileImage {
    min-height: 100vh;
}
.header-home #home-img {
    max-width: 100%;
    height: auto;
}
.header-home .content-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-home .content-wrapper .pitch h1 {
    margin-bottom: 90px;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}
.header-home .content-wrapper .pitch a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
}
.header-home .content-wrapper .pitch a img {
    margin-left: 10px;
}
/*Content*/
.home {
    background-color: #333;
}
article {
    padding-top: 20px;
    padding-bottom: 120px;
    border-top: 1px solid #7d868c;
}
article .body,
article .author.article {
	max-width: 660px;
}
article header .tag-large,
article header .tag-small,
article header .date {
    padding-bottom: 20px;
}
article p a {
    text-decoration: underline;
}
article a {
    text-decoration: none;
}
article a h2 {
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0;
    color: #333;
}
article a:hover {
    color: #005580;
    text-decoration: none;
}
article a:hover * {
    color: #005580;
    text-decoration: none;
}
article.work-fields {
    border-top: 1px solid #7d868c;
    padding-top: 20px
}
article.work-fields .tag-small {
    color: #005580;
    padding: 0;
}
article.work-fields h1 {
    margin-bottom: 70px;
}
article.work-fields ul {
    margin: 0;
    padding: 30px 0 0 0;
}
article.work-fields ul li {
    padding: 0;
    display: block;
    line-height: 16px;
    margin-bottom: 20px;
}
article.work-fields ul li:before {
    content: "•";
    margin-right: 15px;
}
article.work-fields ul li a, [lang="zh-hans"] .page-template-fields-of-work .work-fields p a{
    border-bottom: 1px solid #585858;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    color: #005580;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
}

[lang="zh-hans"] .page-template-fields-of-work .work-fields p:before {
    border-bottom: 1px solid #585858;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    color: #585858;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
    content: "•";
    margin-right: 15px;
}
article.work-fields ul li a:hover, [lang="zh-hans"] .page-template-fields-of-work .work-fields p a:hover{
    border-bottom: 1px solid #005580;
}
article.work-fields ul li a:before, [lang="zh-hans"] .page-template-fields-of-work .work-fields p a:before{
    content: "";
    margin-right: 0;
}

article.lawyer {
    border-top: 0;
    padding-top: 0px;
    padding-bottom: 45px;
}
.page-template-experts-page article.lawyer{
    border-top: 0;
    padding-top: 0;
}

article.lawyer a h2 {
    margin-top: 35px;
    margin-bottom: 7px;
    padding: 0;
}
article.lawyer a p {
    margin-bottom: 0;
}
article.lawyer img {
    width: 100%;
    height: auto;
}
article.lawyer .share {
    margin-top: 10px;
}
article.lawyer .share a {
    margin-right: 10px;
    margin-left: -3px;
}
article.lawyer .share a.mail-link {
    display: block;
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0 0 10px 0;
    text-decoration: underline;
}

article.lawyer .lawyer-details{
    position: relative;
    padding-top: 20px;
}
article.lawyer .lawyer-details:before{
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
    content: "";
    border-top: 1px solid #7d868c;
    width:30px;
}
@media(max-width: 767px){
    /*
    article.lawyer .lawyer-details:before{
        display: none;
    }
    
    article.lawyer .lawyer-details{
        padding-top: 0px;
    }
    
    article.lawyer {
        border-top: 1px solid #7d868c;
        padding-top: 20px;
        padding-bottom: 45px;
    }*/
}
@media(max-width: 767px){

}
article.lawyer .lawyer-details h2 {
    margin-top: 0;
    margin-bottom: 30px;
}


article .no-bullets {
    margin: 0 0 1rem 0;
    padding: 0;
}
article .no-bullets li {
    list-style: none;
    padding: 0;
}
article .no-bullets li a {
    text-decoration: underline;
}
article .no-bullets.fields li a {
    text-decoration: none;
}

article .no-bullets.fields li a:hover {
    text-decoration: underline;
}
.tag-large,
.tag-small,
.date {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #333;
}
.date {
    color: #7d868c;
    font-weight: 400;
    letter-spacing: 0.65px;
    font-size: 14px;
}
.tag-large {
    font-size: 50px;
    font-weight: 200;
}
.tag-small {
	font-size: 14px;
}
.author {
    text-align: left;
    margin-top: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.author .image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.author .image img {
    width: 100%;
    height: auto;
    display: block;
}
.author .name {
    display: inline-block;
    width: calc(100% - 82px);
    margin-left: 22px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #7d868c;
}
.author .name > * {
    display: block;
    line-height: 1.1;
}
.author .name span strong {
    text-transform: none;
}
.author .name span em {
    font-style: normal;
    text-transform: none;
}
.author .name p {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 1.5;
    font-size: 14px;
}
.author .name p a {
    display: block;
}
.author .name a,
.author .name span:last-child {
    text-transform: none;
    font-size: 14px;
    text-decoration: underline;
    color: #7d868c;
    margin-top: 5px;
}
.author .name a:hover,
.author .name span:last-child:hover {
    color: #005580;
    text-decoration: underline;
}
.author .name span:last-child {
    text-decoration: none;
}
.author.article {
    align-items: flex-start;
}
.author.article .image {
    margin-right: 10px;
}
.share {
    text-align: left;
    margin-top: 60px;
}
.share span {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #7d868c;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
.share a {
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.share a#facebook {
    background-image: url(../img/facebook-gray.svg);
}
.share a#facebook:hover {
    background-image: url(../img/facebook-blue.svg);
}
.share a#twitter {
    background-image: url(../img/twitter-gray.svg);
}
.share a#twitter:hover {
    background-image: url(../img/twitter-blue.svg);
}
.share a#linkedin {
    background-image: url(../img/linkedin-gray.svg);
}
.share a#linkedin:hover {
    background-image: url(../img/linkedin-blue.svg);
}
.share a#email {
    background-image: url(../img/mail-gray.svg);
    height: 35px;
}
.share a#email:hover {
    background-image: url(../img/mail-blue.svg);
}
.share * {
    display: inline-block;
}
.pagination {
    border-top: 1px solid #7d868c;
    margin-top: 25px;
    border-radius: 0;
    padding: 25px 0;
    justify-content: space-between;
}
.sidebar h2 {
    color: #005580;
    margin-bottom: 25px;
    margin-top: 25px;
}
.sidebar span.line {
    border-top: 1px solid #7d868c;
    display: block;
    width: 30px;
}
.sidebar h2:first-child {
    margin-top: 0;
}
.sidebar a {
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}
.sidebar .date {
    margin-top: 25px;
}
/*Navbar*/

#navbarSideButtonClose {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 25px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 10000;
    font-size: 14px !important;
}
#navbarSideButtonClose img {
    display: block;
    width: 16px;
}
#navbarSideButtonClose:hover,
#navbarSideButtonClose:focus,
#navbarSideButtonClose:active {
    outline: none;
    box-shadow: none;
}
.home #navbarSideButtonOpen {
    color: #fff;
}
#navbarSideButtonOpen {
    position: absolute;
    left: 25px;
    top: 20px;
    background: transparent;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #585858;
    cursor: pointer;
    font-size: 14px !important;
}
#navbarSideButtonOpen img {
    top: -1px;
    position: relative;
}
#navbarSideButtonOpen:hover,
#navbarSideButtonOpen:focus,
#navbarSideButtonOpen:active {
    outline: none;
    box-shadow: none;
}
.navbar {
    padding: 0;
}
#navbarSide {
    overflow: auto;
    overflow-x: hidden;
}
.navbar-side {
    height: 100%;
    width: 360px;
    position: fixed;
    top: 0;
    left: -360px;
    padding: 0;
    list-style: none;
    background-color: #333;
    z-index: 1000;
    margin: 0;
}
.navbar-side .navbar-header {
    font-family: 'Work Sans', sans-serif;
}
.navbar-side .navbar-header a,
.navbar-side .navbar-header span {
    display: block;
    padding: 20px 30px;
    color: #7d868c;
    font-size: 14px !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: -3px;
}
.navbar-side .navbar-header span {
    display: none;
}
.navbar-side ul {
    margin: 83px 0 0 0;
    padding: 0;
}
.navbar-side ul li {
    list-style: none;
}
.navbar-side ul li a.nav-link {
    padding: 11px 30px;
    font-family: 'Work Sans', sans-serif;
    color: #7d868c;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.65px;
}
.home .navbar-side ul li a.nav-link {
    opacity: 0.7;
    color: #fff;
}
.navbar-side ul li a.nav-link.active {
    font-weight: 700;
    color: #fff;
}
.navbar-side ul li a.nav-link:hover {
    color: #fff;
}
.home .navbar-side ul li a.nav-link:hover {
    opacity: 1;
}
.navbar-side ul li .navbar-submenu {
    display: none;
}
.navbar-side ul li.open .navbar-submenu {
    display: block;
}
.navbar-side ul li.open .navbar-submenu a {
    padding-left: 45px;
}
.navbar-item .multi-collapse {
        padding-left: 15px;
}
.navbar-side .rankings {
    margin-top: 90px;
    margin-left: 10px;
    padding-bottom: 50px;
    width: 100%;
}
.navbar-side {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
.home nav.navbar {
    position: inherit;
}
.home .navbar-side {
    background-color: transparent;
    position: fixed;
}
.home .navbar-side .navbar-header a {
    display: none;
}
.home .navbar-side .navbar-header span {
    color: #fff;
    display: block;
}
.home .navbar-side ul li a {
    color: #fff;
}
.home .languages a {
    color: #fff;
}
.home .footer {
    justify-content: flex-end;
    margin-top: 0;
}
.home article {
    color: #7d868c;
}
.home article a h2 {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home article a:hover p,
.home article a:hover h2 {
    color: #005580;
}
.home article .tag-large,
.home article .tag-small,
.home article .date {
    color: #7d868c;
}
.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
    background-color: #333;
    cursor: pointer;
}
.carousel .carousel-indicators li.active {
    background-color: #9b9b9b;
}
.rankings ul {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    width: 100%;
    padding-right: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.rankings ul li {
    list-style: none;
    display: inline-flex;
    padding: 0 20px;
    width: 30%;
    align-items: flex-start;
}
.rankings ul li img {
    width: 100%;
    max-width: 150px;
    min-width: 60px;
    height: auto;
}
.filter {
    padding: 0 30px;
    margin-top: 83px;
    margin-bottom: 40px;
}
.filter .dropdown-toggle {
    width: 100%;
    margin-bottom: -1px;
    text-align: left;
    height: 50px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #7d868c;
    color: #fff;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 30px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.65px;
    color: #7d868c;
}
.filter .dropdown-toggle .btn-inner {
    max-width: 100%;
    overflow: hidden;
}
.filter .dropdown-toggle span {
    font-family: 'Merriweather', sans-serif;
    color: #fff;
    text-transform: none;
    padding-left: 10px;
}
.filter .dropdown-toggle:after {
    position: absolute;
    right: 10px;
    top: 23px;
    color: #7d868c;
}
.filter .dropdown-toggle:hover {
    background-color: #292929;
}
.filter .dropdown-toggle:hover,
.filter .dropdown-toggle:focus,
.filter .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
}
.filter label {
    margin: 0;
}
.filter ul.dropdown-menu {
    position: relative;
    margin: 0;
    margin-bottom: -1px;
    width: 100%;
    border-radius: 0;
    background-color: #333;
    border-color: #7d868c;
    padding: 7px 0;
    max-height: 154px;
}
.filter ul.dropdown-menu li a {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #7d868c;
    text-decoration: none;
    display: block;
    line-height: 1.1;
    padding: 11px 17px;
    cursor: pointer;
}
.filter ul.dropdown-menu li a:hover {
    color: #fff;
}
.filter .input-group {
    border: 1px solid #7d868c;
    height: 50px;
}
.filter .input-group label {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #7d868c;
    padding-left: 15px;
    padding-top: 11px;
}
.filter .input-group .form-control {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}
.filter .input-group .form-control:hover,
.filter .input-group .form-control:focus,
.filter .input-group .form-control:active {
    outline: none;
    box-shadow: none;
    border-color: #7d868c;
}
.filter .input-group .input-group-btn button {
    background: transparent;
    border: none;
    margin-top: -2px;
    cursor: pointer;
}
.footer {
    background-color: #333;
    position: relative;
    z-index: 10000;
    width: 100%;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 70px;
    justify-content: space-between;
}
.footer .rankings ul {
    width: 360px;
}
.footer .contacts ul {
    margin: 0;
    padding: 0;
}
.footer .contacts ul li {
    font-family: 'Work Sans', sans-serif;
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.footer .contacts ul li:first-child {
    text-transform: uppercase;
}
.footer .contacts ul li a {
    color: #fff;
}

.footer .citation {
    color: #7d868c;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-right: 40px;
    background-position: left 0px top 4px;
}
.footer .citation p {
    font-style: italic;
    font-size: 18px;
}
.footer .citation span {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.footer .icons ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer .icons ul li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}
.footer .icons ul li a:hover {
    opacity: 0.7;
}

/* icons size fix in footer */
.footer .icons img{
    height: 19px;
    width: auto;
}
/*Scrollbar*/

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: 95%;
    left: auto;
    top: 13px;
    right: 5px;
    bottom: 0;
    margin: auto;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 3px;
    height: 100%;
    margin: 0 auto;
    right: 0px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #7d868c;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #7d868c;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.accordion .card {
    border: none;
    background: transparent;
    border-bottom: 1px solid #7d868c;
    border-radius: 0;
}
.accordion .card .card-header {
    padding: 15px 0;
    border: 0;
    background-color: transparent;
}
.accordion .card .card-header a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #005580;
}
.accordion .card .card-header a:before {
    content: url(../img/arrow.svg);
    position: relative;
    top: 2px;
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 20px;
}
.accordion .card .card-header a.collapsed {
    color: #333;
}
.accordion .card .card-header a.collapsed:before {
    top: -1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion .card .card-body {
    padding-left: 32px;
    padding-top: 5px;
}

/* post image */
.postImage{
    margin-bottom:70px;
    width: 100%;
    display: table;
    min-height: 1px;
}

.postImage img{
    width:100%;
    height: auto;
}

/* about page quote */

.page-template-about .citation, .page-template-fields-of-work .citation, .single-strokovnjak .citation{
    color: #585858;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-right: 40px;
    background-position: left 0px top 4px;
    margin-bottom:70px;
}
.page-template-fields-of-work .citation, .single-strokovnjak .citation{
    margin-top:35px;
    margin-bottom:35px;
}
.page-template-about .citation p, .page-template-fields-of-work .citation p, .single-strokovnjak .citation p{
    font-style: italic;
    font-size: 18px;
}
.page-template-about .citation span, .page-template-fields-of-work .citation span, .single-strokovnjak .citation span{
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.page-template-about .membership img, .page-template-about .directory img{
    max-width: 100%;
}
@media (max-width:575px){
    .page-template-about .membership img, .page-template-about .directory img{
            max-width: 280px;
            margin: 0 auto;
            display: block;
            margin-bottom: 50px;
    }
}



/* preloader animation */
.preloader {
    width: 218px;
    height: 218px;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader.hide{
    display: none;
}

#loadPosts{
    min-height: 52px;
}

#sidebar .preloader{
    width: 100px;
    height: auto;
    top: 120px;
    left: 65px;
}

#lottie, #lottie2{
    background-color:transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

/* pagination for posts single */
    
    .pagination-article {
        border-top: 1px solid #7d868c;
        margin-top: 25px;
        border-radius: 0;
        padding: 25px 0;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: .25rem;
    }
    
    /* cookie consent banner */
    .cc-window{
        z-index: 99999 !important;
        padding-left: 25px !important;
        padding-top:5px !important;
        padding-bottom: 5px !important;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    }

    .cc-banner{
        padding-left: 0;
        padding-right: 0 !important;
    }

    .cc-banner .cc-message{
        padding-left:25px;
        line-height: 16px;
        position: relative;
        z-index: 100;
        text-align: center;
        font-size: 14px;
        font-family: 'Work Sans', sans-serif;
        
        
        
    }

    @media (max-width: 800px) {
        .cc-banner .cc-message{
            padding-left:40px;
            padding-right: 10px;
        }
    }

    

    .cc-banner .cc-message:before{
        display: block;
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        background-image: url(../img/cookies-gray.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 25px;
        width:25px;
        z-index: 1002;
    }

    .cc-compliance .cc-btn{
        min-width:50px !important;
        width:50px !important;
        height: 50px;
        background-image: url(../img/close-gray.svg);
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: 99999px;
        overflow: hidden;
        white-space: nowrap;   
        transition: all 0.3s ease-in;
    }

    .cc-compliance .cc-btn:hover{
        background-color: #333333 !important;
        opacity: 0.4;
    }

    @media (max-width: 414px) {
        .cc-window{
            min-height: 60px;
        }
        
        .cc-banner .cc-message{
            position: absolute;
            top:50%;
            transform: translateY(-50%);
            left: 0;
            margin-left: 10px;
            width: calc(100% - 50px);
            font-size: 12px;
            line-height: 14px;
        }
        
        .cc-compliance{
            position: absolute;
            top:50%;
            transform: translateY(-50%);
            right: 0;
            margin-right: 10px;
        }
        
        .cc-banner .cc-message:before{
            top:50%;
            transform: translateY(-50%);
        }
        
        .cc-compliance .cc-btn{
            min-width:30px !important;
            width:30px !important;
            height: 30px;
        }
    }
    /* error 404 page */

    .error404 .wrapper{
        padding-left:30px;
    }

    .error404 .content-wrapper{
        width: 100%;
    }

    .error404 .content-wrapper .container-fluid{
        max-width: 100% !important;
    }

    .error404, .error404 .header{
        background-color: #333;
    }

    .error404 .header a, .error404 #navbarSideButtonOpen, .error404 .navbar-side .navbar-header a{
        color: #fff;
    }

    .error404 .navbar-side{
        background:transparent;
        left:0;
        width:115px;
    }

    .error404 .navbar-side a{
        padding-right:0;
    }

    .error404 h1{
        text-align: center;
        font-size: 100px;
        font-family: 'Work Sans', sans-serif;
        color:#fff;
        font-weight: 100;
    }

    .error404 hr{
        border-color:#fff;
        margin-bottom: 28px;
        margin-left:30px;
        margin-right:30px;
    }

    .error404 p{
        text-align: center;
        font-size: 15px;
        color: #7D868C;
    }

.header-home .mobileImage{
        display: none;
    }

@media (max-width: 1759px) {
    .page-template-landing .dark-grey .carousel .carousel-item.last{
        display: none;
    }
}
@media (max-width: 1299px) {
	.header {
		height: 60px;
	}
	.header .logo {
		top: 17px;
	}
	.header .languages {
		top: 16px;
	}
	#navbarSideButtonOpen {
		top: 16px;
	}
    .content-wrapper {
        width: 100%;
    }
    .content-wrapper.main {
       min-height: calc(100vh - 60px); 
    }
    .is_stuck {
        padding-top: 0px;
        -webkit-transition: padding-top 0.5s ease-out;
        -moz-transition: padding-top 0.5s ease-out;
        -o-transition: padding-top 0.5s ease-out;
        transition: padding-top 0.5s ease-out;
    }
    .gradient {
        display: none;
    }
    .navbar-side {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: 500ms ease-in-out;
        transition: 500ms ease-in-out;
        z-index: 100000;
    }
    .navbar-show {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 500ms ease-in-out;
        transition: 500ms ease-in-out;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    }
    .overlay {
    	width: 100%;
    	height: 100%;
    	position: fixed;
    	left: 0;
    	right: 0;
    	top: 0;
    	background: #333333;
    	opacity: 0;
    	-webkit-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
        z-index: -10000;
    }
    .overlay-show {
    	opacity: 0.2;
    	-webkit-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
        z-index: 10000;
    }
    body:not(.home) .wrapper {
    	padding-top: 60px;
    }
	@keyframes shadowAdd {
	     0% {
	         -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0);
	         -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	         box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	    }
	     100% {
	         -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	         -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	         box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	    }
	}
	@keyframes shadowRemove {
	     0% {
	         -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	         -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	         box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	    }
	     100% {
	         -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0);
	         -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	         box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	    }
	}
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #e9e9e9;
		z-index: 100;
	}
	.home .header {
		background-color: transparent;
		-webkit-transition: background-color 200ms ease-in-out;
	        transition: background-color 200ms ease-in-out;
	}
	.home .header-home {
		margin-top: 0;
	}
	.home .header.--not-top {
		background-color: #333;
		-webkit-transition: background-color 200ms ease-in-out;
	        transition: background-color 200ms ease-in-out;
	}
	.header.--not-top {
		animation-name: shadowAdd;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: linear;
	}
	.header.--not-top .top-menu {
		background-color: rgba(255, 255, 255, 0.8) !important;
	}
	.header.remove-shadow {
		animation-name: shadowRemove;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: linear;
	}
    .footer .rankings {
        display: none;
    }
    .home .navbar-show {
        background-color: #333;
    }
    .home .pitch {
        padding-left: 45px;
    }
    
}
@media (min-width: 1300px) {
    #navbarSideButtonOpen,
    #navbarSideButtonClose {
        display: none;
    }
    .navbar-side .rankings {
        display: none;
    }
    .footer,
    .wrapper {
        padding-left: 15px;
        padding-right: 30px;
    }
    .header-home .content-wrapper {
        padding-left: 28px;
    }
    .is_stuck .line {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .page-template-landing .dark-grey .carousel .carousel-item.last.active{
        display: block;
    }
}
@media (min-width: 0px) {
    .carousel.mobile {
        margin-right: -15px;
    }
    .carousel.mobile .carousel-indicators {
        bottom: -80px;
    }
    .carousel.mobile .carousel-inner {
        margin: 0;
    }
    .carousel.mobile .carousel-item {
        padding: 0;
    }
    .carousel.mobile .rankings ul {
        padding-right: 0;
    }
    .carousel.mobile .rankings ul li:last-child {
        padding-right: 0;
    }
    .carousel.mobile .rankings ul li:first-child {
        padding-left: 0;
        margin-left: 0 !important;
    }
    .carousel#grayCarousel .carousel-item {
        height: 350px;
    }
    .dark-grey .carousel.mobile .carousel-item {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .footer .contacts,
    .footer .citation {
        padding-bottom: 50px;
    }
    .footer .citation {
        padding-left: 15px;
        padding-top: 30px;
        padding-right: 70px;
        background-position: top 0 left 15px, bottom 95px right 50px;
    }
    .footer .icons ul {
        text-align: left;
    }
    .footer .icons ul li {
        padding-left: 0;
        padding-right: 20px;
    }
    .header-home {
        max-height: 100vh;
    }
    .header-home #home-img {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 60px;
    }
}
@media (min-width: 576px) and (orientation: landscape) {
    .header-home .content-wrapper .pitch h1 {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .nav-desktop{
        display: block;
    }
    .nav-mobile{
        display: none;
    }
    .footer,
    .wrapper {
        padding-left: 30px;
        padding-right: 35px;
    }
    #navbarSideButtonOpen {
        left: 40px;
    }
    .languages {
        right: 40px !important;
    }
    .footer .icons ul li {
        padding: 0 0 20px 0;
    }
    .author .name {
        width: calc(100% - 74px);
        margin-left: 15px;
    }
    .header-home #home-img {
        width: 100%;
        max-width: inherit;
        min-height: 100vh;
        margin-left: 0;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .light-grey .carousel.mobile .rankings ul li {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .disable-click-md {
        pointer-events: none;
        cursor: default;
    }
}
@media (min-width: 992px) {

    .footer .icons ul li {
        padding: 0 0 0 20px;
    }
    .footer .citation {
        padding-left: 40px !important;
        padding-right: 40px !important;
        background-position: left 0px top 4px !important;
        padding-top: 0 !important;
    }
    .carousel.mobile .carousel-indicators {
        display: none;
    }
    .carousel.mobile .carousel-item {
        display: block;
    }
    .carousel.mobile .rankings {
        padding-right: 50px;
    }
    .header-home #home-img {
        width: 100%;
        min-height: 100vh;
        margin: 0;
    }
}
@media (min-width: 1750px) {
    .carousel.mobile .rankings {
        padding-right: 190px !important;
    }
}
@media (min-width:1200px){
    .page-template-experts-page article.lawyer a h2 {
        font-size: 16px
    }

    .page-template-experts-page article.lawyer a p {
        font-size: 14px
    }
}



@media (max-width: 575px) {
    .navbar-side {
        width: 100%;
        left: -100%;
    }
    .header .languages {
        right: 35px;
    }
    .header .languages .btn {
        margin-right: 2px;
    }
    .home .header .languages .btn {
        margin-right: 2px;
        color: #fff;
    }
    .home .header .languages .dropdown ul li a {
        color: #585858;
    }
    .footer .contacts,
    .footer .citation {
        padding-bottom: 50px;
    }
    .footer .citation {
        padding-left: 15px;
        padding-top: 30px;
        background-position: top 0 left 15px, bottom 95px right 50px;
    }
    .footer .icons ul {
        text-align: left;
    }
    .footer .icons ul li {
        padding-left: 0;
        padding-right: 20px;
    }
    .header-home {
        height: 90vh !important;
    }
    .header-home video{
        display: none;
    }
    .header-home .mobileImage{
        object-fit: cover;
        display: block;
    }
    .header-home #home-img {
        width: 160%;
        max-width: inherit;
        margin-right: -50%;
        margin-left: initial;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 60px;
    }
    .carousel.mobile {
        margin-right: -15px;
    }
    .carousel.mobile .carousel-indicators {
        bottom: -80px;
    }
    .carousel.mobile .carousel-inner {
        margin: 0;
    }
    .carousel.mobile .carousel-item {
        padding: 0;
    }
    .light-grey .carousel.mobile .carousel-item {
        height: 350px;
    }
    .carousel.mobile .rankings ul {
        padding-right: 0;
    }
    .carousel.mobile .rankings ul li:last-child {
        padding-right: 0;
    }
    .carousel.mobile .rankings ul li:first-child {
        padding-left: 0;
        margin-left: 0 !important;
    }
    .share span {
        margin-right: 15px;
    }
    .share a {
        margin-right: 10px;
    }
}
@media (max-width: 575px) and (orientation: landscape) {
    .header-home .content-wrapper .pitch h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
        padding-right: 40%;
    }
}
@media (max-width: 480px) {
    .header-home .content-wrapper .pitch h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 60px;
    }
    .header #navbarSideButtonOpen {
        left: 20px;
    }
    .header .languages {
        right: 20px;
    }
}
@media (min-width: 992px) and (orientation: portrait) {
    .header-home #home-img {
        width: auto;
        height: 100vh;
    }
    .header-home {
        height: 60vh;
    }
}
@media (min-width: 992px) and (orientation: landscape) {
    .header-home #home-img {
        width: 120%;
        height: auto;
        min-height: 100vh;
    }
}
@media (max-width: 991px) and (orientation: landscape) {
     .gradient-bottom {
        height: 150px;
    }
}
@media (max-width: 991px) and (orientation: portrait) {
    .header-home {
        height: auto;
    }
    .header-home #home-img {
        width: auto;
        height: 100vh;
        max-width: inherit;
        margin-left: -10%;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .nav-desktop{
        display: none;
    }
    .nav-mobile{
        display: block;
    }  
}
@media (max-width: 767px) and (orientation: portrait) {
    .header-home #home-img {
        width: auto;
        height: 100vh;
        max-width: inherit;
        margin-left: -10%;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) and (orientation: portrait) {
    .header-home #home-img {
        width: auto;
        height: 100vh;
        max-width: inherit;
        margin-left: -20%;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 60px;
    }
}
@media (max-width: 480px) and (orientation: portrait) {
    .header-home #home-img {
        width: auto;
        height: 100vh;
        max-width: inherit;
        margin-left: -30%;
    }
    .header-home .content-wrapper .pitch h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }
    .header-home .content-wrapper .pitch {
        padding-left: 25px;
    }
    .header-home video {
        height: 180vw;
    }

}
@media (min-width: 1500px) {
    .carousel.mobile .rankings {
        padding-right: 100px;
    }
    .header-home #home-img {
        width: 100%;
        height: auto;
        min-height: 100vh;
    }
}
@media (min-width: 1760px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-home video {
        width: 100%;
    }
}
@media (min-width: 1920px) {
    .content-wrapper.main > .container-fluid,
    .footer .content-wrapper > .container-fluid,
    .home .content-wrapper .container-fluid {
        max-width: 1450px;
        margin-left: 0;
    }
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .content-wrapper {
        float: right;
    }
    .wrapper,
    .footer,
    .header-home {
        overflow: auto;
    }
    .header .logo {
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .author {
        overflow: auto;
    }
    .author .image {
        float: left;
    }
    .author.article .name {
        float: left;
        width: calc(100% - 90px);
    }
    .header-home {
        overflow: hidden;
    }
    .rankings ul {
        text-align: left;
        display: block;
    }
    .rankings ul li {
        display: inline-block !important;
        max-width: 25%;
        width: auto;
        margin-left: 50px;
        /*margin-right: 50px;*/
    }
    .rankings ul li img {
        width: auto;
    }
    .navbar-side .rankings ul li,
    .lawyer-details .rankings ul li {
        margin: 0;
        max-width: 30%;
    }
    .navbar-side .rankings ul li img,
    .lawyer-details .rankings ul li img {
        width: 100% !important;
        height: auto;
        margin: 0 10px;
    }
    .pagination {
        overflow: auto;
        display: block;
    }
    .pagination a {
        float: right;
        display: inline-block;
    }
    .pagination a:first-child {
        float: left;
    }
    
    .pagination-article {
        overflow: auto;
        display: block;
    }
    .pagination-article a {
        float: right;
        display: inline-block;
    }
    .pagination-article a:first-child {
        float: left;
    }

    @media (min-width: 1500px) {
        .error404 .text404{
            padding-left:6%;
            padding-right:6%;
        }
    }
    @media (max-width: 767px) {
        .error404 .text404{
            padding-left:20%;
            padding-right:20%;
        }
    }
    @media (max-width: 567px) {
        
        .header-home video {
            display: none;
        }
        
        .header-home{
            height: 2000px;
            background: red;
        }
        
        
        .error404 .text404{
            padding-left:10%;
            padding-right:10%;
        }
    }
    @media (max-width: 379px) {

        .error404 .text404{
            padding-left:0;
            padding-right:0;
        }

        .error404 .navbar-side{
            width:65px;
        }
        .error404 .navbar-side .navbar-header a{
            padding-left:10px;
            font-size: 10px !important;
        }
    }
    
    .footer .rankings {
        width: 340px;
        float: left;
    }
    .footer .rankings ul {
        text-align: left;
        display: block;
    }
    .footer .rankings ul li {
        display: inline-block !important;
        width: auto;
        max-width: 28%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .footer .rankings ul li img {
        width: 100%;
    }
}

@media (max-width:350px){
    .author.article .name{
        margin-top:0px;
    }
}

@media (max-width:321px){
    .anniversary{
        width: 120px;
        height: auto;
        position: relative;
        bottom: 40px;
    }
}

.author.multiple .name a{
    display: inline;
}

.page-template-landing article a:hover, .page-template-landing article a:hover p, .page-template-landing article a:hover h2, .page-template-landing article a:hover span {
    color: #7D8686;
    text-decoration: none;
}

.body .size-full {
    width: 100%;
    height: auto;
}

.map{
    margin-bottom: 70px;
}

/* this STYLE is for dirty quick fixes, should empty and never larger than style.css ;)) */


.page-template-about .membership img, .page-template-about .directory img {
    max-width: 80%;
}

.card ul li a{
    text-decoration: underline;
}

.single-post article .body img{
    max-width: 100%;
    height: auto;
}
.author .name span{
    text-transform: uppercase;
}
.author .name span.function{
    text-transform: none;
}
.author .name span:hover, .author .name span:last-child:hover{
    text-decoration: none;
    color: #7d868c;
}

.author .name p{
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform:none;
}

article.lawyer .share a#email {
    background-image: url(../img/mail-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 35px;
    width:30x;
    text-indent: -9999px;
}

hr.hide{
    display: none;
}
p.exFunction{
 margin-bottom:0;   
}
.sidebar{
    max-width: 340px;
}
/*
.navbar-side{
    width: 1500px;
    left: -1500px;
    background:grey;
}*/

#item-287 .mCustomScrollbar, #item-621 .mCustomScrollbar, #item-1514 .mCustomScrollbar{
    /*position: relative;
   // width: 100%;
   // */max-height: 370px;
}

.author.article .name{
    margin-top:8px;
}


.anniversary{
    width: 142px;
    height: 135px;
    position: relative;
    bottom: 84px;
}

/*
@media (max-height:900px) and (min-width: 1300px){
    .navbar-side ul{
        margin: 20px 0 0 0;
    }
    
    .navbar-side ul li a.nav-link{
        padding: 8px 30px;
    }
} */
@media (max-height:768px){
    #item-287 .mCustomScrollbar, #item-621 .mCustomScrollbar, #item-1514 .mCustomScrollbar {
        max-height: 190px;
    }
}
/*
@media (max-height:720px){
    #item-287 .mCustomScrollbar, #item-621 .mCustomScrollbar, #item-1514 .mCustomScrollbar {
        max-height: 160px;
    }
}*/

.multi-collapse .multi-collapse{
    padding-left: 0;
}

.single-strokovnjak .rankings ul{
    display: table;
    width: 300px;
    padding-right: 0;
}

.single-strokovnjak .rankings ul li{
    display: table;
    float: left;
    width: 25%;
    height: 110px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.single-strokovnjak .rankings ul li:nth-child(4n+1){
    margin-left: -20px;
}

.carousel.mobile .rankings .item485 img, .carousel.mobile .rankings .item480 img{
    height: 175px;
}
@media(max-width:630px){
    .single-strokovnjak .rankings ul li{
        padding: 0 5px;
    }
}

@media(max-width:575px){
    .single-strokovnjak .rankings ul{
        width: 300px;
    }
    .single-strokovnjak .rankings ul li{
        padding: 0 10px;
    }
    .single-strokovnjak .rankings ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .single-strokovnjak .rankings ul li:nth-child(4n+1){
        margin-left: -20px;
    } 
}

@media(max-width:340px){
    .single-strokovnjak .rankings ul li{
        padding: 0 5px;
    }
}

.carousel.mobile .rankings .item483 img{
    max-height:125px;
    width: auto;
    margin-top: 28px;
}

#memberships h2{
    margin-left: 28px;
}

.carousel.mobile .membership{
    list-style: none;
    padding: 0;
    margin: 0;
}
.carousel.mobile .membership li{
    padding: 0;
    margin: 0;
    width:50%;
    float: left;
    padding:5px;
    min-height: 75px
}
.carousel.mobile .membership li a img{
    display: block;
    margin: 0 auto;
}
.carousel.mobile .membership .memb1 a img, .carousel.mobile .membership .memb3 a img{
    margin-left: 0;
}

.carousel.mobile .membership .memb1 a img, .carousel.mobile .membership .memb2 a img{
    height: 70px;
    width: auto;   
}
.carousel.mobile .membership .memb4 a img{
    height: 70px;
    width: auto;   
}
.carousel.mobile .membership .memb4 a img{
    max-height: 86px;
    width: auto;   
}
.carousel.mobile .membership .memb1{
    position: relative;
    top: 4px;
}
.carousel.mobile .membership .memb2{
    position: relative;
    top: 4px;
    left: 0px;
}
.carousel.mobile .membership .memb3{
    position: relative;
    top: 11px;
}
.carousel.mobile .membership .memb4{
    position: relative;
    top: 12px;
    left: 0px;
}

@media (max-width:530px){
    .carousel.mobile .membership li a img{
        max-height: none;
        width: auto;   
        max-width: 100%;
        height: auto;
    }
}
@media (max-width:430px){
    .carousel.mobile .rankings .item483 img{
        width: 100%;
        max-height: none;
    }
    .carousel.mobile .membership .memb1{
        position: relative;
        top: 0;
    }
    .carousel.mobile .membership .memb2{
        position: relative;
        top: 0;
        left: 0px;
    }
    .carousel.mobile .membership .memb3{
        position: relative;
        top: 0;
    }
    .carousel.mobile .membership .memb4{
        position: relative;
        top: 0;
        left: 0px;
    }
}
@media (max-width:360px){
    .carousel.mobile .membership .memb4 a img {
        height: 50px;
    }
}


/* slick slider */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* my code for slider */

.photos_slider{
    margin-bottom: 70px;
    
}

.photos_slider .slick-list, .photos_slider .slick-track{
    min-height: 435px;
}
.photos_slider .slick-track .photo-slide{
    max-height: 100%;
}
.photos_slider .slick-track .photo-slide img{
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.photos_slider .slick-track .photo-slide .photoDesc {
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    top: 17px;
}
.slick-arrow{
    position: absolute;
    top: 0;
    height: 400px;
    z-index: 1;
    font-size: 0;
    width: 50px;
    background-color: transparent;
    border: 0;
}
.slick-arrow:before{
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 400px;
    z-index: 1;
    font-size: 0;
    width: 20px;
    background-color: transparent;
}
.slick-arrow:focus{
    outline: none;
    border: 0;
}

.slick-prev{
    left:0;
    background-image: url(../img/gradient-left.png);
    background-size: contain;
    background-position: center;
    background-repeat:repeat-y;
}
.slick-prev:before{
    left:15px;
    background-image: url(../img/chevron-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next{
    right:0;
    background-image: url(../img/gradient-right.png);
    background-size: contain;
    background-position: center;
    background-repeat:repeat-y;
}
.slick-next:before{
    right:15px;
    background-image: url(../img/chevron-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:1010px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 385px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 350px;
    }
}

@media(max-width:900px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 325px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 290px;
    }
}

@media(max-width:767px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 435px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 400px;
    }
    .page-template-about .wrapper{
        padding-right: 15px;
    }
    .page-template-about .body{
        max-width: none;
    }
}
@media(max-width:680px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 385px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 350px;
    }
}
@media(max-width:600px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 335px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 300px;
    }
}
@media(max-width:530px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 285px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 250px;
    }
}
@media(max-width:450px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 235px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 200px;
    }
}
@media(max-width:360px){
    .photos_slider .slick-list, .photos_slider .slick-track{
        min-height: 195px;
    }
    .photos_slider .slick-track .photo-slide img, .slick-arrow, .slick-arrow:before{
        height: 160px;
    }
}
.covid-button {
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin: 15px 0 30px 30px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

[lang="zh-hans"] .home #blackCarouselContainer{
    display:none !important;
}

.page-template-about .qr_code{
    position: absolute;
    right: 15px;
}
@media(max-width:1030px){
    .page-template-about .qr_code{
        top:202px;
    }
}
@media(max-width:410px){
    .page-template-about .qr_code{
        position: static;
        top: auto;
        right:auto;
        margin-bottom:20px;
    }
}
@media(max-width:740px){
    [lang="zh-hans"] .header .languages{
        top: 45px;
    }
}
@media(max-width:575px){
    [lang="zh-hans"] .header .languages{
        top: 15px;
    }
}
@media(max-width:375px){
    [lang="zh-hans"] .header .languages{
        top: 45px;
    }
}