/*
Theme Name: So & Sato
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website made by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=sw');

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight:normal;
    font-size: 1.4rem;
    margin-top: 0px;
    scroll-behavior: smooth;
}
* {margin:0;padding:0; outline: 0 none;}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}

.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
}

h1{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 4.2rem;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

h2{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
html[lang="ja"] .single-page .single-article .left h2{
    margin-bottom: 10px;
}
html[lang="ja"] .single-page .single-article .left h3,
html[lang="ja"] .single-page .single-article .left h4,
html[lang="ja"] .single-page .single-article .left h5{
    margin-bottom: 20px;
}
html[lang="ja"] .faq-page h3,
html[lang="ja"] .faq-page h4{
    font-family:  sans-serif;
    font-weight: bold;
}

html[lang="ja"] .single-article h2 {
    font-family:  sans-serif;
    font-size: 2.6rem;
}
h3{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
html[lang="ja"] .single-article h3 {
    font-family:  sans-serif;
    font-size: 2rem;
}
html[lang="ja"] h3 strong{
    font-weight: normal;
}
h4{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 2.0rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
html[lang="ja"] .single-articleh4 {
    font-family:  sans-serif;
    font-size: 1.8rem;
}
.career-page h1 span,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span{
    font-size: 60%;  
}
html[lang="ja"] p{
    word-break: break-all;  
}
p{
    color: #262626;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 20px;
    font-weight: 300;
}
p strong,
strong{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
}
p em,
em{
    font-size: 1.4rem;
    line-height: 2rem;
    font-style: italic;
}
p sup{
    font-weight: 300;
    font-size: 1.2rem;
}
.tag{display:inline-block; margin-right:5px;  font-weight: bold;}
table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
}
table td, table th {
    border-bottom:  1px solid #ddd;
    padding: 8px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}
table td.date{
    width: 105px;
}


table tr:hover {background-color: #ddd;}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}
table td.text a{ display: inline-block; }
table td.text a.document i{
    margin-left: 10px;
}
table td.text p{ display: inline-block;}
em strong,
strong em,
p em strong,
p strong em{

}
a{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    color: #1B2F5F;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
a:hover{
    color: #262626;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
ul,
ol{
    margin-left: 20px;
}
ul li{
    font-weight: 300;
    color: #262626;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
ol li{
    font-weight: 300;
    color: #262626;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
ul li a,
ol li a{
    color: #1B2F5F;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
blockquote{

}
input{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;
}
.wrapper{
    position: relative;
    width: 1050px;
    margin: 0 auto;
}
.more{
    position: relative;
    padding: 5px 0;
    font-size: 1.6rem;
    font-weight: bold;

    border: 1px solid #1b2f5f;
    padding: 5px 10px;
    background: #1b2f5f;
    color: #fff;
}
.more:hover{
    background: rgba(255,255,255,.8);
    color:  #1b2f5f;
}
.more-text{
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
}
.more-text:hover{
    opacity: 0.7;
}

.single-page .single-article .left .wp-block-separator,
.single-page .single-article .left .wp-block-image{
    margin-bottom: 20px;
}
/*### Menu ###*/
nav.menu{
    display: flex;
    align-self: flex-end;
}
nav.menu ul{

}
nav.menu ul li{
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
}
nav.menu ul li a{
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    position: relative;
    display: block;
    font-weight: normal;
}
nav.menu ul li.wpml-ls-item a{
    display: inline-block
}
nav.menu ul li.current-menu-item a::after,
nav.menu ul li a::after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 0%;
    padding-top: 20px;
    border-bottom: 3px solid #fff;
    transition: .5s;
}
nav.menu ul li.current-menu-item a::after,
nav.menu ul li a:hover::after {
    width: 100%;
}

.header.active nav.menu ul li a{
    color: #1B2F5F;
}
.header.active nav.menu ul li a::after{
    border-bottom: 3px solid #1B2F5F;
}
html[lang="en-US"] .menu-item-wpml-ls-10-en .wpml-ls-display,
html[lang="ja"] .menu-item-wpml-ls-10-ja .wpml-ls-display,
html[lang="en-US"] .menu-item-wpml-ls-2-en .wpml-ls-display,
html[lang="ja"] .menu-item-wpml-ls-2-ja .wpml-ls-display{
    font-weight: bold;
}
nav.menu ul li.wpml-ls-item{
    padding: 0;

}
nav.menu ul li.wpml-ls-item span{
    font-size: 1.6rem;
}
nav.menu ul li.wpml-ls-item a:after{
    display: none!important;
}
.wpml-ls-item.wpml-ls-item-ja:after{
    content: '/' !important;
    color: #fff;
    font-size: 1.6rem;
    margin-left: 3px;
}

.header.active .wpml-ls-item.wpml-ls-item-ja:after{
    color: #1B2F5F;
}
/*### End Menu ###*/
/*### Header ###*/

.header{
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
}
.header.active{
    background: #fff;
    position: fixed;
}
.header .wrapper{
    display: flex;
    justify-content: space-between;
}
.logo{
    background: url("images/logo-white.svg") no-repeat;
    display: block;
    width: 120px;
    height: 46px;
}
.contact-page .logo,
.header.active .logo{
    background: url("images/logo-blue.svg") no-repeat;
}
.top-image{
    height: 35vh;
}
.top-image img{
    display: block;
    width: 100%;
    height: 35vh;
    object-fit: cover;
    object-position: center;
}

/*### End Header ###*/


/*### Home ###*/

/* before anniversary */

/* .page-image img,
.slider .slide-image img {
    display: block;
    width: 100%;
    height: 88vh;
    object-fit: cover;
    object-position: center;
}
.slider .slide-image img {
    height: 75vh;
}
.slider  .slick-slide{
    position: relative;
}
.slider  .slide-content{
    background: rgba(255, 255, 255, 0.8);
    width: 410px;
    height: auto;
    box-sizing: border-box;
    padding: 20px 30px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
    position: absolute;
    bottom: 15vh;
    right: 0;
} */

/* anniversary */

.page-image img,
.slider .slide-image img {
    display: block;
    width: 100%;
    height: 88vh;
    object-fit: cover;
    object-position: top;
}
.slider .slide-image img {
    height: 55vh;
}
.slider  .slick-slide{
    position: relative;
}
.slider .slide-content{
    background: rgba(255, 255, 255, 0.8);
    width: 410px;
    height: auto;
    box-sizing: border-box;
    padding: 20px 30px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
    position: absolute;
    bottom: 2vh;
    right: 0;
}


.slider .slide-title{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    color: #1B2F5F;
    margin-bottom: 10px;
    display: block;
    line-height: 2.6rem;
    font-weight: 400;
}
.single-article-other .bottom-other .slick-arrow,
.slider .slick-arrow{
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 14px;
    position: absolute;
    z-index: 99;
    top: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-article-other .bottom-other .slick-arrow:hover,
.slider .slick-arrow:hover{
    opacity: 0.6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-article-other .bottom-other .slick-arrow.next-slide,
.slider .next-slide{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 10vw;
}
.single-article-other .bottom-other .slick-arrow.prev-slide,
.slider .prev-slide {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10vw;
}
.blue-box{
    background: #1B2F5F;
    padding: 50px 0;
    text-align: center;
    height: 25vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.blue-box .title{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
	 font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}
.blue-box .text p{
    color: #fff;
    font-size: 2rem;
}

.services-home{
    padding:80px 0 132px;
}

.services-home .tabs {
    position: relative;
    width: 100%;
    margin-left: -24px;
}

.services-home .tabs nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 400px;
}

.services-home .tabs nav div.tab-nav {
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
}
.services-home .tabs nav div.tab-nav .tab-nav-content{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}
.services-home .tabs nav div.tab-nav .line{
    width: 6px;
    background: #fff;
    height: 120%;
    display: inline-block;
    margin-right: 17px;
    margin-top: -5px;
}

.services-home .tabs nav div.tab-nav:hover .line,
.services-home .tabs nav div.tab-nav.selected .line {
    background: #1B2F5F;
}
.services-home .tabs nav div.tab-nav .title{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #1B2F5F;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
}
.services-home .tabs nav div.tab-nav h3{ margin-bottom:0;}
html[lang=ja] .article-page-list .wrapper .title,
html[lang=ja] .slider .slide-title,
html[lang=ja] .services-home .tabs nav div.tab-nav .title{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: bold;
    font-family: sans-serif;
}
.services-home .tabs .content .text .more,
.slider-home .more{
    border: none;
    background: rgba(255,255,255,.8);
    color: #1B2F5F;
}
.services-home .tabs .content .text .more:hover,
.slider-home .more:hover{
    background: #1b2f5f;
    color: #fff;
}
.services-home .tabs nav div.tab-nav .tags{
    list-style: none;
    margin-left: 0;
}
.services-home .tabs nav div.tab-nav .tags .tag{
    color: #262626;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 2.0rem;
    margin-bottom: 0;
}
.services-home .tabs nav div.tab-nav .tags .tag a{
    color: #262626;
    font-size: 1.2rem;
    font-weight: normal;
}
.services-home .tabs nav div.tab-nav .tags .tag:after{
    content: "|";
    padding: 0 5px;
    color: #262626;
    font-size: 1.2rem;
}
.services-home .tabs nav div.tab-nav .tags .tag:last-child:after{
    content: "";
}
.services-home .tabs .content {
    position: absolute;
    top: 0px;
    left: 450px;
    color: #6C5D5D;
    width: 0px;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s linear 0s;
}

.services-home .tabs .content.visible {
    width:585px;
    opacity: 1;
}
.services-home .tabs .content .image{
    width: 630px;
    height: 560px;
}
.services-home .tabs .content .image img{
    width: 100%;
    height: auto;
}
.services-home .tabs .content .text{
    position: absolute;
    bottom: 0;
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 20px 30px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
    margin: 0 auto 20px;
    left: 0;
    right: 0;
}
.services-home .tabs .content .text .text-box{
    margin-bottom: 20px;
}
.services-home .tabs .content .text p {margin-bottom: 10px; line-height: 2.4rem; }

.blue-bar{
    background: #1B2F5F;
    text-align: center;
}
.blue-bar .blue-bar-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
min-height:130px;
}

.blue-bar .image{
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.blue-bar:hover .image{
    transform: scale(1.1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.blue-bar .text{
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    display: inline-block;
}
.blue-bar .text p{
 color: #fff;
    font-size: 2rem;

}
.blue-bar .text p:last-child{
margin-bottom:0;
}
.blue-bar .text p strong{
 color: #fff;
    font-size: 2rem;
    font-weight: bold;
}
.blue-bar .text p em{
 color: #fff;
    font-size: 2rem;
font-style:italic;

}
.blue-bar .text p stong em{
 color: #fff;
    font-size: 2rem;
    font-weight: bold;
font-style:italic;
}
.blue-bar .text a{
 color: #fff;
    font-size: 2rem;
 
}
.updates-home{
    padding: 80px 0;
}
.updates-list{
    display: flex;
    justify-content: space-between;
}
.updates-list .news-list{
    width: 45%;
}
.updates-list .events-list{
    width: 45%;
}
.updates-list article{
    display: flex;
    margin-bottom: 20px;
}
.updates-list article .date{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.updates-list article .icon{
    margin-right: 20px;
}
.updates-list article .icon i{
    color: #1B2F5F;
}
.updates-list article .document i{
    margin-left: 10px;
}
.updates-list .more{
    float: left;
    margin-top: 20px;
}
.anchor{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
/*### End Home ###*/


/*### Footer ###*/

.footer{
    background: #1B2F5F;
    padding: 50px 0;
}
.footer .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer .wrapper .office{
    width: 60%;
}
.footer .wrapper .follow{
    width: 30%;
}
.footer p,
.footer a,
.footer span,
.footer h4{
    color: #fff;
}
.footer .office a{
    display: inline-block;
    margin-bottom: 5px;

}
.footer a,
.footer span{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}
.footer .office .address{
    max-width: 310px;
}
.footer .office .title-office{
	font-size: 1.4rem;
line-height: 2rem;
margin-bottom: 20px;
font-weight: 600;
	color:#fff;
}
.footer .follow .social{
    margin-bottom: 20px
}
.footer .follow .social a{
    margin-right: 10px
}
.footer .follow .menu-footer ul{
    list-style: none;
    margin-left: 0;
}
.footer .follow .menu-footer ul li{
    margin-bottom: 5px;
}
/*### End Footer ###*/

.standard-page{
    padding: 80px 0;
}
/*### About ###*/
.page-title-share .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.page-title-share  .social a{
    margin-left: 20px;
}
.page-title-share h1{
    margin-bottom: 0;
}
.team-about .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-about .wrapper h3{
    flex: 1 0 100%;
}
.team-about .wrapper .team{
    flex: 0 0 25%;
    margin-bottom: 50px; 
    max-width: 220px;
    padding: 0 20px;
}
.team-about .wrapper .team .image{
    margin-bottom: 10px;
    display: block;
}
.team-about .wrapper .team .image img{
    width: 100%;
    height: auto;
}
.team-about .wrapper .team .text{
    text-align: center;
    max-width: 250px;
}
.team-about .wrapper .team .name{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 400;
}
html[lang="ja"] .team-about .wrapper .team .name{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: sans-serif;
}
.content-about p.has-medium-font-size{
    padding: 0;
    display: inline;
    font-family: 'Oswald', sans-serif;
}
.team-about .wrapper .team .function{
    display: block;
}
html[lang="ja"]  .team-about .wrapper .team .function{
    font-size: 1.4rem;
    line-height: 2rem;
}
.team .no-image{
    background: #F7F8F3;
    width: 220px;
    height: 220px
}
.team-single .no-image{
    background: #F7F8F3;
    width: 300px;
    height: 300px
}
.team-single .tabs {
    position: relative;
    width: 100%;
}

.team-single .tabs nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
}

.team-single .tabs nav div.tab-nav {
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 10px 20px;
    border: 1px solid #1B2F5F;
    margin-left: 3px;
}

.team-single .tabs nav div.tab-nav:hover,
.team-single .tabs nav div.tab-nav.selected{
    background: #1B2F5F;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.team-single .tabs .content {
    position: relative;
    top: 0px;
    left: 0px;
    color: #6C5D5D;
    width: 0px;
    height: 100%;
    overflow: hidden;
    display: none;
    transition: opacity 0.1s linear 0s;
}
.team-single  .tabs .content.visible {
    width:100%;
    display: block;
}
.tabs-content-container{
    margin-left: 3px;
}
.container-01 {
  display: flex;
  padding:0 200px;
}
@media only screen and (max-width: 1024px) {
    .container-01 {
        padding:0;
      }
}
.prev-person {
	left: 40px;
}
.next-person {
	right: 40px;
}
.prev-person,
.next-person {
	position: absolute;
	top: 50%;
	/* right: 40px; */
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease
}
.prev-person a,
.next-person a {
	line-height: 3rem;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease
}
.prev-person a::before,
.next-person a:after {
	border: solid #1b2f5f;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	/* border-width: 0 3px 3px 0; */
	display: inline-block;
	padding: 14px;
	position: absolute;
	z-index: 9;
	top: 0;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.prev-person a::before {
  border-width: 3px 0 0 3px;
  left: -26px;
}
.next-person a:after {
  border-width: 0 3px 3px 0;
}

.prev-person:hover,
.next-person:hover {
	opacity: .5;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease
}
.single-top{
    position: relative;
}
.single-top .image{
    width: 300px;
    margin-bottom: 50px;
}
.single-top  .details{
    position: relative;
    top: 50px;
    left: 20px; 
}
.single-top .details h1{
    margin-bottom: 5px;
}
.single-top .details .function{
    font-size: 2rem;
}
.single-top .details .short-text {
    color: #262626;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.single-top .details .social{
    margin-top: 20px;
}
.single-top .details .social a{
    margin-right: 20px;
}
.single-top .wrapper{
    display: flex;
}
/*### End About ###*/
/*### Services ###*/
.services-list .wrapper{
    display: flex;
}

.services-list .wrapper .service-list-big{
    width: 450px;
    margin-right: 20px;
}
.services-list .wrapper .service-list-big .image{
    display: block;
}
.services-list .wrapper .service-list-big .image img{
    width: 100%;
    height: auto;
}

.services-list .wrapper .service-list-big .services-big-textbox{
    padding: 20px 0px;
    box-sizing: border-box;
}
.services-list .wrapper .service-list-small .services-small-textbox h3,
.services-list .wrapper .service-list-big .services-big-textbox h3{
margin-bottom:0;
}
.services-list .wrapper .service-list-small{
    width: 570px;
}
.services-list .wrapper .service-list-small .service-list{
    margin-bottom: 20px
}
.services-list .wrapper .service-list-small .image{
    display: inline-block;
    margin-right: 20px
}
.services-list .wrapper .service-list-small .image img{
    width: 100%;
    height: auto;
}
.services-list .wrapper .service-list-small .services-small-textbox{
    display: inline-block;
    vertical-align: top;
    width: 320px;
}
.services-list .wrapper .title{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #1B2F5F;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}
html[lang="ja"] .services-list .wrapper .title{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: sans-serif;
}
.services-list .wrapper .tags{
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
}
.services-list .wrapper .tags .tag{
    color: #262626;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 2.0rem;
    margin-bottom: 0;
}
.services-list .wrapper .tags .tag a{
    color: #262626;
    font-size: 1.2rem;
    line-height: 2.0rem;
}
.services-list .wrapper .tags .tag:after{
    content: "|";
    padding: 0 5px;
    color: #262626;
    font-size: 1.2rem;
}
.services-list .wrapper .tags .tag:last-child:after{
    content: "";
}
.service-partner{
    list-style: none; 
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: -20px;
}
.service-partner li{
    display: inline-block;
    margin-right: 20px;
    line-height: 2rem;
}
.service-partner li .name{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.5px;
}
.single-services-other{
    padding-top: 50px
}
.single-services-other .top-other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-article-other .top-other h3,
.single-services-other .top-other h3{
    margin-bottom: 30px;
}
.single-services-other .bottom-other{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-services-other .bottom-other .image{
    display: block;
    margin-bottom: 10px
}

.single-services-other .bottom-other .title{
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #1B2F5F;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    max-width: 200px;
    font-weight: 400;
}
/*### End Services ###*/

/*### Articles ###*/

.article-page .wrapper{
    display: flex;
}
.article-page-list  .wrapper .article-list-top-big {
    width: 450px;
    margin-right: 20px;
}
.article-page-list  .wrapper .article-list-top-big .image{
    display: block;
}
.article-page-list  .wrapper .article-list-top-big  .articles-big-textbox{
    padding: 20px 0px;
    box-sizing: border-box;
}

.article-page-list .wrapper .title{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #1B2F5F;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
}
.article-page-list .wrapper .date{
    color: #262626;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
    font-weight: 300;
}
.article-page-list  .wrapper .article-list-top-small {
    width: 570px;
}
.article-page-list  .wrapper .article-list-top-small article{
    margin-bottom: 20px;
}
.article-page-list  .wrapper .article-list-top-small .image{
    display: inline-block;
    margin-right: 20px;
}
.article-page-list  .wrapper .article-list-top-small .article-small-textbox{
    display: inline-block;
    vertical-align: top;
    width: 320px;
    position: relative;
}
.article-page-list  .wrapper .article-list-top-small .date{
    margin-bottom: 10px;
}
.article-page-list  .wrapper .article-list-top-small .more-text{
    position: relative;
    bottom: 0;
}
.article-list-bottom .wrapper{
    display: block;
}
.article-list-bottom  .article-list-small{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.article-list-bottom  .article-list-small article{
    flex: 0 0 25%; 
}
.article-list-bottom  .article-list-small article .article-small-textbox{
    max-width: 200px;
}
.article-list-bottom{
    padding-top: 30px;
}
.single-article-other .top-other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-article-other .bottom-other .image{
    display: block;
    width: 200px;
    margin: 0 auto 10px;
}
.single-services-other .bottom-other .image img{
    display: block;
}
.single-article-other .bottom-other .title{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #1B2F5F;
    letter-spacing: 0.5px;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 400;
}
html[lang="ja"] .single-article-other .bottom-other .title{
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: sans-serif;
}
.single-article-other .bottom-other .slick-arrow{
    border-color: #1B2F5F;
}
.single-article-other .bottom-other .slick-arrow.prev-slide{
    left: -50px;
    top: 50%;
    margin-top: -30px;
}
.single-article-other .bottom-other .slick-arrow.next-slide{
    right: -50px;
    top: 50%;
    margin-top: -30px;
}
.single-page{
    position: relative;
}

.single-page h1{
    margin-bottom: 10px
}
.single-page .big-blue p{
    font-size: 2.0rem;
    line-height: 2.6rem;
    color: #1B2F5F;
}
.single-page .date{
    color: #262626;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-bottom: 20px
}
.single-page .single-article .wrapper{
    display: block;
}
.single-page .single-article .left{
    width: 100%;
    margin-right: %;
}
.single-page .single-article .right{
    width: 100%;
	display:flex;
	margin:50px 0;
	flex-wrap: wrap;
}
.single-page .single-article .right .author{
	width:50%;
	flex: 0 50%;
margin-bottom: 50px;
}
.single-page .single-article .right .author .details{
	display: inline-block;
margin-left: 5%;
	vertical-align: top;

}
.single-page .single-article .right .author .details h2{
	margin-bottom:0px;
}
.single-page .single-article .right .author .details .short-text{
	margin-bottom:10px;
}
.single-page .single-article .right .author .details .social{
	margin-top:10px;
}
.single-page .single-article .right .author .details .social a{
	margin-right: 20px;
}
.single-page .single-article .right .author .image{
    width: 150px;
    display: inline-block;
}
.single-page .single-article .right .author .title-function{
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    min-width: 140px;
    margin-bottom: 30px;
}
.single-page .single-article .right .author .title-function .name{
    color: #1B2F5F;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 300;
}
.single-page .single-article .right .author .title-function .function{
    display: block;
    font-weight: 300;
}


.social-share a{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.social-share{
    bottom: 0;
    left: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
    width: 40px;
}
.social-share a i{
    font-size: 20px;
}
.page-title-share a i{
    font-size: 20px
}
.more-single-bot{
    margin-bottom: 50px;
}
.more-single-bot .more{
    display: inline-block;
}
.single-services .more-single-bot{
    padding-top: 20px;
    margin-bottom: 0;
}
.single-article .content-single{
    display: flex;
    flex-direction: row;
} 
.single-article .content-single .content-box{
overflow: hidden;
}
.single-article  .content-single .share-box{
    flex-flow: column;
    width: 40px;
    margin-left: -80px;
    margin-right: 40px;
    margin-top: 10px;
}
.wp-block-table table td, 
.wp-block-table table th{
    border: 1px solid #000;
}
/*### End Articles ###*/
/*### FAQ ###*/
.acordeon-box{
    width: 100%;
    margin-bottom: 40px;
}
.acordeon-desc {display:none;}
.acordeon{
    border: 1px solid #f3f3f3;
    margin-bottom: 5px;
}
.acordeon .acordeon-title {
    cursor:pointer;
    font-family: "open_sanslight";
    width:100%;
    padding: 5px 40px 5px 10px;
    position: relative;
    box-sizing: border-box;
}
.acordeon .acordeon-title h4{
    margin-bottom: 0;
}
.acordeon-desc{
    padding: 10px;
}
.acordeon.active .acordeon-title:after{
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.acordeon .acordeon-title:after{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top:14px solid #1B2F5F;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.contact-learn{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-learn a{
    margin-left: 20px;
}
/*### End FAQ ###*/
/*### Contact ###*/
.contact-page iframe{
    width: 100%;
    margin-bottom: 40px;
}
.contact-page .mail-contact{
    padding: 20px 0 40px;
}

.contact-page .logo{
    margin: 80px auto 0;
}
.career-page .address{
    max-width: 310px;
}
.career-page .address p{
    margin-bottom: 0
}
.contact-page span,
.contact-page a,
.career-page span,
.career-page a{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}
.updates-page .updates-list{
    flex-direction: column;
}
.updates-page .updates-list .events-list,
.updates-page .updates-list .news-list{
    width: 100%;
}
/*### End Contact ###*/

.small_res_menu {
    position: relative;
    margin: auto 0;
    z-index:9999;
    cursor:pointer;
    border-radius: 5px;
    display: none;
    height: 37px;
    width: 33px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    right: 2%;
}

.small_res_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.small_res_menu span:nth-child(1) {
    top: 4px;
}
.small_res_menu span:nth-child(2), .small_res_menu span:nth-child(3) {
    top: 16px;
}
.small_res_menu span:nth-child(2), .small_res_menu span:nth-child(3) {
    top: 16px;
}
.small_res_menu span:nth-child(4) {
    top: 28px;
}
.small_res_menu.active span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.small_res_menu.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.small_res_menu.active span:nth-child(4) {
    -webkit-transition: width 0s;
    -o-transition: width 0s;
    transition: width 0s;
    top: 18px;
    width: 0%;
    left: 50%;
}
.small_res_menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .small_res_menu.active span,
.header.active .small_res_menu span {
    background: #1B2F5F;
}
.offices-footer{
	display: flex;
}
.offices-footer .left-office{
	width: 45%;
}
.offices-footer .right-office{
	width: 45%;
margin-left: 10%;
}
.contact-page-offices{
	display: flex;
}
.contact-page-offices .left-contact-page{
		width: 45%;
}
.contact-page-offices .right-contact-page{
	width: 45%;
margin-left: 10%;
}
.careerdiv{
	width: 33%;
display: inline-block;
}
.pagination {
    text-align: center;
}
.pagination .page-numbers {
    margin-left:4px;
    margin-right:4px;
    border: 1px solid #1B2F5F;
    padding:3px;
}
.pagination a {
    background-color: #1B2F5F;
    color:#FFF;
}
.pagination a:hover {
    opacity:0.5;
}
.anniversary {
    padding:86px 0 60px 0;
    background: #1b2f5f;
    /* height: calc( 100vh - 146px ); */
}
.anniversary-wrapper {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    box-sizing: border-box;
}
#video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*### RESPONSIVE ###*/

@media only screen and (max-width: 1200px) {
    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .slider .slide-content{
        right: 5%;
    }
    .services-home .tabs nav div.tab-nav{
        margin-bottom: 20px;
    }

    .services-home .tabs nav div.tab-nav .tags .tag{
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 0;
    }
    .services-home .tabs nav div.tab-nav .tags .tag::after{
        font-size: 1.2rem;
    }
    .services-home .tabs .content .image {
        width: 560px;
        height: 500px;
    }
    .services-home .tabs .content.visible{
        width: 560px;
    }
    .article-page-list .wrapper .article-list-top-small .article-small-textbox{
        width: 220px;
    }
    .services-list .wrapper .service-list-small .services-small-textbox{
        width: 280px;
    }
    .services-list .wrapper .tags .tag,
    .services-list .wrapper .tags .tag::after{
        font-size: 1.2rem;
        line-height: 2rem;
    }
	.prev-person {
		left: 80px
	}
    .next-person{
        right: 80px;
    }

}
@media only screen and (max-width: 1024px) {
	.contact-page-offices .left-contact-page,
	.contact-page-offices .right-contact-page,
	.offices-footer .left-office,
	.offices-footer .right-office{
		margin:0;
		width:100%;
	}
	.offices-footer,
	.contact-page-offices{
		flex-direction: column;
	}
	
    .article-list-bottom .article-list-small article .article-small-textbox{
        max-width: 100%;
    }
    .social-mobile{
        bottom: 0;
        position: fixed;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 5%;
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        flex-direction: row-reverse;
        z-index: 99;
    }
    .single-page .single-article .right{
        display: flex;
        flex-wrap: wrap;
    }
    .single-page .single-article .right .author{
        width: 50%;
    }
    .single-page .single-article .right .author .image{
        width: 120px;
    }
    .single-page .single-article .right .author .image img{
        width: 100%;
        height: auto;
    }
    .single-page .single-article .right .author .image{
        margin-bottom: 30px;
    }
    .social-mobile a{
        padding: 0 10px;
    }
    .social-mobile a i{
        font-size: 20px;
    }
    .single-article-other .bottom-other .image{
        width: 100%;
    }
    .single-article-other .bottom-other .image img{
        width: 100%;
        height: auto;
    }
    .page-title-share h1{
        width: 100%;
    }
    .single-services-other .bottom-other .title{
        width: 100%;
        text-align: left;
    }
    .single-top .details h1{
        font-size: 2.2rem;
    }
    .single-top .details .function {
        font-size: 1.6rem;
    }
    .single-top .details .short-text{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .services-list .wrapper .service-list-big .services-big-textbox,
    .services-small-textbox{
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .services-list .wrapper .service-list-small .service-list{
        margin-bottom: 0;
    }
    .services-list .wrapper .service-list-small .text,
    .services-list .wrapper .service-list-big .text{
        display: none;
    }
    .single-top .details a{
        font-size: 1.4rem;
    }
    .single-top .details{
        margin-left: 10px
    }
    .top-image{
        height: 60vh;
    }
    .top-image img{
        height: 60vh;
    }
    .services-home .tabs nav div.tab-nav .tags .tag a{
        font-size: 1.4rem;
    }
    html[lang="ja"]  .services-home .tabs nav div.tab-nav .tags .tag a{
        font-size: 1.2rem;
    }
    body.fixed{
        position: fixed;
        z-index: -1;
        width: 100%;
    }
    .small_res_menu{
        display: block;
    }
    nav.menu{
        display: none;
        position: fixed;
        background-color:#fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        justify-content: center;
        height: 100vh;
        flex-direction: column;
    }
    .fixed nav.menu{
        display: flex;
    }
    .logo{
        position: relative;
        z-index: 99;
    }
    nav.menu ul {
        height: 400px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        margin-left: 0;
        flex-wrap: wrap;
    }
    nav.menu ul li{
        flex-basis:100%;
    }
    nav.menu ul li a{
        padding: 15px 0;
        font-size: 2.6rem;
        color: #1B2F5F;

    }
    nav.menu ul li.current-menu-item a::after,
    nav.menu ul li a::after{
        border-bottom: 3px solid #1B2F5F;
    }
    nav.menu ul li.wpml-ls-item{
        flex-basis:30px;
    }
    .header .logo.active {
        background: url("images/logo-blue.svg") no-repeat;
    }
    .header.active .small_res_menu.active span{
        background: #1B2F5F;
    }
    .header.active nav.menu.active ul li a{
        color: #1B2F5F;
    }
    .header.active nav.menu.active ul li a::after {
        border-bottom: 3px solid #1B2F5F;
    }
    .slider .slide-content{
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .single-article-other .bottom-other .slick-arrow, .slider .slick-arrow{
        top: inherit;
        bottom: 20px;
        padding: 6px;
        border-color: #1B2F5F;
    }
    .single-article-other .bottom-other .slick-arrow.prev-slide, .slider .prev-slide{
        left: inherit;
        right: 15vw;
    }
    .blue-box .text p,
    .blue-box .title{
        font-size: 1.8rem; 
    }
    .standard-page,
    .updates-home,
    .services-home{
        padding: 60px 0 40px;
    }
    .services-home .tabs .content{
        display: none!important;
    }
    .services-list .wrapper .service-list-small .services-small-textbox,
    .updates-list .events-list,
    .updates-list .news-list,
    .footer .wrapper .follow,
    .footer .wrapper .office,
    .services-home .tabs nav,
    .team .no-image{
        width: 100%;
    }
    .footer .wrapper .office{
        margin-bottom: 20px
    }

    .blue-bar .text{
        padding: 20px 5%;
        font-size: 1.8rem;
    }
    .article-list-bottom .article-list-small article .image img,
    .article-page-list .wrapper .article-list-top-small .image img,
    .article-page-list .wrapper .article-list-top-big .image img,
    .article-page-list .wrapper .article-list-top-big .image,
    .single-services-other .bottom-other .service-article img,
    .services-list .wrapper .service-list-small .image img,
    .single-top .image img,
    .team-about .wrapper .team .image img,
    .blue-bar .image img{
        width: 100%;
        height: auto;
    }
    .blue-bar:hover .image {
        transform: none;
    }
    .blue-bar .wrapper{
        padding: 0;
    }
    .blue-bar .blue-bar-flex,
    .footer .wrapper,
    .updates-list,
    .services-list .wrapper,
    .single-article-other .top-other,
    .single-services-other .top-other,
    .single-services-other .bottom-other,
    .single-page .single-article .wrapper,
    .article-page .wrapper{
        flex-direction: column;
    }

    .team-about .wrapper .team{
        flex: auto;
        margin: 0 20px 30px;
        max-width: 250px;
        min-width: 250px;
    }
    .team-about .wrapper .team .text{
        max-width: 100%;
    }
    .single-top .image{
        width: 100%;
        margin-bottom: 20px;
    }

    .single-top .details {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px
    }
	.prev-person {
		display: none
	}
    .next-person{
        display: none;
    }
    .team-single .tabs nav{
        margin-bottom: 20px;
    }

    .team-single .tabs nav div.tab-nav{
        margin-bottom: 5px;
        margin-left: 1%;
        width: 49%;
        padding: 10px 15px;
        box-sizing: border-box;
        text-align: center;
    }

    .services-list .wrapper .service-list-big{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px
    }
    .services-list .wrapper .service-list-small{
        width: 100%;
    }
    .services-list .wrapper .service-list-small .image{
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .single-services-other{
        padding-top: 30px;
    }
    .single-article-other .top-other h3,
    .single-services-other .top-other h3{
        margin-bottom: 10px;
        width: 100%;
    }
    .single-article-other .top-other .more,
    .single-services-other .top-other  .more{
        margin-bottom: 20px
    }
    .single-services-other .bottom-other .service-article{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .article-page-list .wrapper .article-list-top-big{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .article-page-list .wrapper .article-list-top-small .article-small-textbox,
    .article-page-list .wrapper .article-list-top-small{
        width: 100%;
    }
    .article-page-list .wrapper .article-list-top-small .image{
        margin-right: 0;
        width: 100%;
    }
    .article-list-bottom .article-list-small article{
        flex: auto;
    }
    .article-page-list .wrapper .article-list-top-small article{
        margin-bottom: 0;
    }
    .article-list-bottom .article-list-small article .image{
        width: 100%;
        display: block;
    }
    .page-title-share .social{
        position: absolute;
        top: -40px;
        right: 5%;
    }
    .article-page-list .wrapper .article-list-top-big .more-text{
        display: none;
    }
    .article-page-list .wrapper .title{
        line-height: 3rem;
        margin-bottom: 10px;
    }
    .article-page-list .wrapper .article-small-textbox{
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .article-page-list .wrapper .article-small-textbox .more{
        display: none;
    }
    .single-page .single-article .right,
    .single-page .single-article .left{
        width: 100%;
        margin-bottom: 20px;
    }

    .single-article-other .bottom-other .slick-arrow.prev-slide{
        left: 5%;
        right: inherit;
        top: auto;
        bottom: 6px;
    }
    .single-article-other .bottom-other .slick-arrow.next-slide{
        right: 5%;
        left: inherit;
        top: auto;
        bottom: 6px;
    }
    .acordeon .acordeon-title h4{
        font-size: 1.6rem;
    }

    .services-home .tabs nav div.tab-nav:hover .line, .services-home .tabs nav div.tab-nav.selected .line{
        background:#fff;
    }
    html[lang="ja"] .single-page .single-article .left h2{
        font-size: 2.6rem;
    }
    html[lang="ja"] .single-page .single-article .left h3{
        font-size: 2rem;
    }
    html[lang="ja"] .single-page .single-article .left h4{
        font-size: 1.8rem;
    }
    html[lang="ja"] .single-page .single-article .left h5{
        font-size: 1.6rem;
    }
    /* anniversary */
    /* .slider .slide-image img {
        height: 100vh;
    } */
    .slider .slide-image img {
        height: 100vh;
        object-position: center;
    }
    .blue-box{
        height: auto;
    }
    .news-list{
        margin-bottom: 30px;
    }
    /* nav movile remove?? */
    .header.active{
        background: rgba(0, 0, 0, 0.2);
    }
    .header.active .logo{
        background: url("images/logo-white.svg") no-repeat;
    }
    .header .small_res_menu.active span, .header.active .small_res_menu span{
        background: white;
    }
    .anniversary {
        padding:86px 0 0 0;
        background: #1b2f5f;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
	.single-page .single-article .right .author{
		    width: 100%;
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 720px) {}
@media only screen and (max-width: 480px) {
	.single-page .single-article .right .author .image{
		width: 100%;
	}
    .slick-initialized .slick-slide{
        padding: 0px;
    }
    .single-page .single-article .right .author .title-function{
        margin-left: 0;
    }
    .slick-initialized .slick-slide{
        padding: 0px;
    }
}

/*### END RESPONSIVE ###*/