html {
    height: 100%;
}

body{
    font-family: 'mariad-pro-regular';
    font-size: 17px;
    line-height: 1.4;
	background: #a50053;
	color: #fff;
    min-height: 100%;
}

body::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
	background-color: #a50053;
}
.presidium_item {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.presidium_item p{
    padding: 0 !important;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
a{
    outline: none;
    color: #ffd700;
}
a:hover {
    color: #ffd700!important;
    text-decoration: underline;
}
.white * {
    color: white;
}
.black * {
    color: white;
}

.t-b{
    font-family: 'mariad-pro-bold';
    text-transform: uppercase;
}
.slide_description .t-b{
    font-size: 58px;
}
.p_404 .t-b{
    font-size: 29px;
    margin-top: 50px;
    text-align: center;
}
.p_404 .logo{
    transform: scale(1);
}
.sub_title{
    padding-top: 5px;
    font-family: 'mariad-pro-bold';
    color: #a50053;
    border-top: 2px solid #a50053;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 40px;
}
.sub_title + .t-b{
    margin-bottom: 30px;
}
header{
    width: 240px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    position: fixed;
    left: 0;
    top: 0;
}

.logo{
    width: 135px;
    height: 135px;
    position: relative;
}

.logo a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.logo a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.main_bg{
    background-color: #a50053;
}
.menu-my {
    position: relative;
}
.menu-my ul{
    padding: 7px 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.menu-my ul li{
    display: inline-block;
    width: 100%;
}
.menu-my ul li:last-child{
    padding-bottom: 0;
}
.presidium.owl-carousel .owl-stage{
    margin: 0 auto;
}

.menu-my ul li a {
    padding: 5px 0 10px 0;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: all ease .3s;
    font-size: 16px;
    background-image: url('./../images/vlist09.png');
    background-repeat: no-repeat;
    background-position: center;
}
.menu-my ul li a:hover,
.menu-my ul li.current-menu-item a {
    color: #e58326;
}
.menu-my ul li.current-menu-item > a:not([href="#"]){
    background-color: #e58326;
    color: #fff;
}
.social ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
}

.social ul li{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.social ul li:last-child{
    margin-right: 0;
}
.social ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

main, footer{
    width: calc(100% - 240px);
    margin-left: 240px;
}

.slider{
    height: 650px;
    width: calc(100% + 30px);
    position: relative;
}
.owl-nav{
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
}

.slider .slide, .slide video{
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .slide .slide_description{
    width: 520px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.slider_bg{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    z-index: 1;
}

.main_articles{
    padding: 30px 15px 0;
    display: flex;
    justify-content: center;
}

.article{
    height: 650px;
    margin-bottom: 30px;
}
.a_content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    background-size: auto 100%;
    background-position: center;
    transition:all ease .4s;
    transform-origin: 50% 50%;
    will-change: transform;
}
.a_permalink{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.a_content:hover{
    box-shadow: 1px 3px 5px rgba(0,0,0,.5);
    background-size: auto 90%;
    z-index: 1;
}
.a_content:last-child:hover{
    box-shadow: none;
}
.article:hover:nth-child(1n + 1) .a_content{
    background-color: #a34a7a;
}
.article:hover:nth-child(1n + 2) .a_content{
    background-color: #c69261;
}
.article:hover:nth-child(1n + 3) .a_content{
    background-color: #a34a7a;
}
.article:hover:nth-child(1n + 4) .a_content{
    background-color: #a25b82;
}
.article:hover:nth-child(1n + 5) .a_content{
    background-color: #fff;
}
.article:nth-child(1n + 5) .a_content{
    background-color: #fff;
    background-image: none !important;
}
.article:nth-child(1n + 5) .a_content > *{
    color: #333;
}
.presidium_item{
    transition: all ease .3s;
}
.presidium_item img{
    mix-blend-mode: multiply;
}
.presidium_item:hover,
.presidium_item.active{
    background-color: #96034c73;
}
.a_content p{
    padding: 0 12%;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
.a_content:last-child p{
    padding: 0 5%;
}
footer{
    text-align: center;
}
.prev-slide{
    background-position: center;
    background-image: url('./../images/left.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 25px;
    height: 25px;
    opacity: .6;
    transition: all ease .3s;
}
.next-slide{
    background-position: center;
    background-image: url('./../images/right.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 25px;
    height: 25px;
    opacity: .6;
    transition: all ease .3s;
}

.prev-slide:hover, .next-slide:hover{
    opacity: 1;
}
.xlls .a_content p {
    position: relative;
}
.quote_author{
    display: inline-block;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: bold;
}
.author_name{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 30px;
}
#commentform{
    text-align: center;
}
#commentform input,
#commentform textarea{
    width: 100%;
    border: 1px solid #ecedee;
    padding: 15px;
    resize: none;
}
#commentform input{
    height: 40px;
    line-height: 15px;
}
.author.p-w{
    margin: 50px 0;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ecedee;
    border-bottom: 1px solid #ecedee;
}
.author.p-w p {
    padding-left: 0;
    padding-right: 0;
}
.author_image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 25px;
}
.quote_text{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 21px;
}
.xlls .a_content p img{
    position: absolute;
    bottom: -150px;
    right: -50px;
}
.a_title{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.a_content{
    text-align: center;
}
.a_content img {
    margin-top: 15px;
}
.a_sub_title{
    font-size: 10px;
    text-transform: uppercase;
}
.a_image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
}
#nav-icon1 {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 10;
    width: 36px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgba(255,255,255,.8);
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon1:hover span:nth-child(1) {
    top: -2px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 9px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 18px;
  }
  #nav-icon1:hover span:nth-child(3) {
    top: 20px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    left: -20px;
    width: 0%;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav-icon1::before{
      content: '';
      position: absolute;
      top: -15px;
      left: -15px;
      background-color: #96034d;
      width: 70px;
      height: 55px;
      border-radius: 0px 0px 25px 0px;
      -webkit-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
      -moz-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
      -o-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
      transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
      transform: translateX(0%);
  }

  #nav-icon1.open::before{
    transform: translateX(-100%);
  }

.logo{
    order: 1;
}
.menu-my{
    order: 2;
}
.social{
    order: 3;
}

.hover_line{
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 0;
    background-image: url('../images/menu-hover-background.png');
    /* background-color: rgba(255, 255, 255, 0.64); */
    background-repeat: repeat;
    background-size: 4px 8px;
    opacity: 1;
    -webkit-animation: hoverScrolling 5s;
    animation: hoverScrolling 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: -1;
    transition: .35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes hoverScrolling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}


.p_404{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.p_404 .logo{
    order: unset;
}


.presidium_title{
    font-family: 'mariad-pro-bold';
    font-size: 58px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
    position: relative;
}
.presidium_title::after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #a50053;
    width: 320px;
}
.presidium.owl-carousel .owl-wrapper {
    display: flex !important;
}
.presidium.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.social ul {
    padding: 0 !important;
}
.ssss{
    height: 25px !important;
    width: 25px !important;
}

.presidium.owl-carousel .owl-item img:not(.op-i) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}
.presidium{
    padding: 0 30px;
}
.presidium_page{
    padding-top: 30px;
}
.presidium_title.black{
    color: #333;
}
.presidium_title.black::after{
    content: none;
}
.p-w p, .p-w ul, .p-w ol{
    padding: 0 10vw;
    text-align: center;
    margin-bottom: 5px;
}
.p-w ul li{
    list-style: circle;
    margin-left: 15px;
}
.p-w ol li{
    list-style: decimal;
    margin-left: 15px;
}
.p-w .social ul li img{
    filter: brightness(0);
}
.op_i{
    margin-bottom: 15px;
}
.p-w .social{
    padding: 15px 0 0;
    margin-bottom: 50px;
}

.menu-my ul li.current-menu-item .sub-menu a{
    color: #fff;
}
.menu-my ul li.current-menu-item .sub-menu a:hover{
    color: #e48126;
}

.blog_post {
    margin-top: 70px;
    margin-bottom: 70px;
}
.post-title {
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #232323;
    font-weight: 700;
}
.gallery_heading {
    font-size: 58px;
    word-break: break-word;
    letter-spacing: 3px;
    line-height: 20px;
    color: #232323;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .gallery_heading {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    .gallery_heading {
        font-size: 38px;
    }
}

@media (max-width: 380px) {
    .gallery_heading {
        font-size: 32px;
    }
}

.post_img {
    display: block;
    height: 940px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: multiply;
}
.blog_post p{
    display: block;
    margin: 20px 40px;
    text-align: justify;
}
.blog_post h1,
.blog_post h2,
.blog_post h3,
.blog_post h4,
.blog_post h5,
.blog_post h5,
.blog_post h6{
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #232323;
    display: block;
    font-weight: 900;
    margin: 50px 0;
}
.blog_post strong,
.blog_post b{
	font-family: 'mariad-pro-bold';
}
.op_d{
    display: none;
}
.op_d[data-id="0"]{
    display: block;
}
.blog_post ul {
    list-style: circle;
    display: block;
    margin-left: 55px;
}
.blog-tags li{
    display: inline-block;
    margin-top: 40px;
}
.blog_post hr {
    border: none;
    background-color: #edeeef;
    color: red;
    height: 2px;
}
.blog-links {
    padding: 30px 60px;
}

.nav-links div[class^="nav-"] > span{
    display: block;
    text-transform: uppercase;
}

.nav-links .nav-previous{
    text-align: left;
    width: 50%;
    float: left;
}
.nav-links .nav-next{
    text-align: right;
    float: right;
    width: 50%;
}
.nav-links div[class^="nav-"] > a >  span:last-of-type{
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #252525;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-links div[class^="nav-"] > a > span:first-of-type{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #bdbdbd;
    display: block;
}
.post-navigation,
.nav-links{
    width: 100%;
}
.nav-links div[class^="nav-"] > a > span:last-of-type:hover {
    font-weight: bold;
}


.page-numbers{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #333333;
    border: 1px solid ;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all ease .3s;
    cursor: pointer;
}
.nav-links{
    margin-left: 15px;
}

.page-numbers.current,
.page-numbers:hover{
    background-color: #a50053;
    color: #fff;
    text-decoration: none;
}
.page-numbers.dots:hover{
    background-color: #fff;
}
.p_404 p {
    margin: 30px 0;
    padding: 0 30vw;
    text-align: center;
}
.ugly-btn{
    width: 320px;
    height: 45px;
    background-color: #e58326;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
}
.blog .row > div{
    padding: 50px 15px 0;
}
.blog .row > div p{
    padding-bottom: 25px;
}
/* .first-b p:first-of-type::first-letter {
    float: left;
    font-weight: bold;
    font-size: 450%;
    line-height: 120%;
    margin: 0 1rem 0.4rem -0.6rem;
} */
.blog .row > div p:last-of-type{
    padding-bottom: 0;
}
.blog-top-image{
    padding: 20px;
    position: relative;
}
.b-border{
    background-image: url('../images/menu-hover-background.png');
    filter: brightness(.4);
    background-size: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.full-img{
    width: 100%;
    height: 750px;
    background-size: cover;
    background-position: center;
}
.blog-top-image img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3)
}

.banner.owl-carousel {
    position: relative;
}

.banner.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    width: calc(100% - 20px);
    justify-content: space-between;
    font-size: 32px;
}
/* .slide video {
    object-fit: cover;
    object-position: center;
} */

@media (max-width: 1280px) {
    .blog-grid {
        padding: 0 15px 15px;
    }
}

@media (max-width: 1180px) {
    .a_title {
        font-size: 24px;
    }
}

@media(max-width:991px){
    .banner{
        display: none !important;
    }
    #nav-icon1{
        display: block;
    }
    .menu-my{
        order: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        background-color: rgba(165, 0, 82, .9);
        box-shadow: 3px 5px 7px rgba(0,0,0,.1);
        transform: translateX(-100%);
        -webkit-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: .35s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .p_404 p {
        padding: 0;
    }
    .social{
        margin-top: 15px;
    }
    header.main_bg{
        width: 100%;
        z-index: -10;
        flex-direction: row;
        justify-content: center;
        background-color: transparent;
    }
    .second_menu{
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        order: 2;
        height: 100vh;
        transition: all .55s cubic-bezier(0.65, 0.05, 0.36, 1);
        right: -32vw;
        position: relative;
        background-color: rgb(154, 4, 79);
    }

    .menu-my ul li a{
        font-size: 28px;
        text-align: left;
        padding-left: 25px;
        position: relative;
        z-index: 1;
    }
    .hover_line{
        z-index: 0;
        height: 0;
    }
    main, footer{
        width: 100%;
        margin-left: 0;
    }
    #nav-icon1.open ~ header .menu-my{
        transform: translateX(0);
    }

    #nav-icon1.open ~ header .second_menu{
        right: 0%;
    }

    header .logo, header .social{
        transform-origin: center;
        transform: scale(0);
        transition: .75s cubic-bezier(0.63, 0.4, 0, 1.16);
    }
    #nav-icon1.open ~ header .logo,
    #nav-icon1.open ~ header .social{
        transform-origin: center;
        transform: scale(1);
    }
}

@media(max-width: 576px){
    .menu-my ul li a{
        font-size: 22px;
    }
}

.blog-grid{
    padding: 0 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-top: 45px;
    min-height: 550px;
}
.blog-grid > div{
    font-size: 48px;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    transition: all ease .3s;
}
.blog-grid > div:hover{
    background-color: #a25b82;
}
.blog-grid .a_content{
    position: relative;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 274px;
    min-width: 200px;
    margin: 5px;
    flex: 1 1 calc(25% - 20px);
}
.blog-grid .a_content a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.blog-grid.post-45 .a_title {
	font-size: 22px;
}

.blog-grid > div:nth-child(6n+2) p,
.blog-grid > div:nth-child(6n+3) p,
.blog-grid > div:nth-child(6n+4) p,
.blog-grid > div:nth-child(6n+6) p{
    display: none;
}

@media(max-width:991px){

    .nav-links .nav-next,
    .nav-links .nav-previous{
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 460px) {
    .blog-grid .a_content{
        margin: 5px 0;
    }
}

.description_contant{
    border: 2px solid #a50053;
    padding: 50px 70px;
    text-align: center;
    margin: 30px 0;
}
.inform_contact{
    margin-top: 30px;
    padding: 0 7vw;
    display: flex;
    justify-content: space-between;
}
.description_contant p {
    font-size: 14px;
}

.inform_contact span,
.inform_contact a{
    color: #e48126;
}

.contact_page form{
    display: inline-block;
    width: 100%;
}
.contact_page form input{
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 30px;
    padding: 15px 10px;
    border: 1px solid #c3c4c5;
    color: #acaeb0;
}
.contact_page form input:nth-of-type(2),
.contact_page form p span:nth-of-type(2) input{
    width: calc(50% - 15px);
    margin-left: 30px;
}
.contact_page form textarea{
    resize: none;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #c3c4c5;
    color: #acaeb0;
    height: 190px;
    margin-bottom: 30px;
}
.contact_page form input[type="submit"]{
    background-color: #a50053;
    border: 1px solid #a50053;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all ease .3s;
}
.contact_page form input[type="submit"]:hover{
    background-color: transparent;
    color: #a50053;
}

@media(max-width:991px){
    .inform_contact{
        flex-direction: column;
    }
    .p-w p, .p-w ul{
        padding: 0 30px;
        text-align: justify;
    }
}

@media(max-width: 1199px){
    .a_content p{
        padding: 0;
    }
}

/* PHOTOGALLERY */

.year_description, .year_gallery{
    display: none;
}
.year_description.active,
.year_gallery.active{
    display: flex !important;
}
.year_description {
    margin-bottom: 20px;
	align-items: center;
}
@media (max-width: 991px) {
	.year_description {
		flex-direction: column;
	}
	.year_description p:first-child {
		margin-bottom: 25px;
	}	
}
.year_description img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .year_description img {
        width: 100%;
        height: auto;
    }
}
.year_description p {
    margin: 0 5px;
}
.big-name{
    line-height: 1;
}

ul.years{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
}
ul.years li {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}
ul.years li:not(.active):hover {
    border-bottom-color: #eee;
}
ul.years li.active{
    background: black;
}

#gallery {
    flex-wrap: wrap;
    justify-content: stretch;
}

#gallery a {
    height: 274px;
    min-width: 200px;
    width: calc(25% - 15px);
    margin: 5px;
    flex: 1 1 calc(25% - 20px);
    overflow: hidden;
    position: relative;
}

#gallery a:hover img {
    transform: scale(1.15);
}

#gallery a:hover .image-overlay {
    opacity: 1;
    visibility: visible;
}

#gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

#gallery a .image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0,0,0, 0.5);
    visibility: hidden;
    transition: all .3s ease;
}

#gallery .image-overlay img {
    width: 20px;
    height: 20px;
}

/* LAZY LOAD IMAGES IN GALLERY */
.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
    transition: opacity 0.4s;
	background: #555 no-repeat center;
}