
body {
    background-color: #171717;
}
.slider_text h1 {
    text-align: center;
    font-size: 100px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
}
.navbar .logo a img {
    height: 42px;
}

.navbar .site-menu ul li a {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    color: #d8cbb2;
}
.slid_img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .site-menu ul li a:after {

    background: #8a6e4b;

}
.navbar .site-menu ul li a:hover:before {
    width: 50%;
    background: #8a6e4b;
    transition: width .25s 
ease;
}
.section-title h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 70px;
    font-family: 'Cinzel', serif;
    letter-spacing: -2px;
    line-height: 1;
    color: #fff;
}
.accordion dt a {
    display: flex
;
    align-items: center;
    position: relative;
    color: #fff;
}
.accordion dt{
    position: relative;
}
.accordion dd {
    color: #fff;
}
.accordion dt:before {
    content: "\f078";
    width: 36px;
    height: 36px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #ebebeb;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    position: absolute;
    right: 0;
}
.accordion dt {
    padding: 18px 0;
}
.accordion dt a:before{
    display: none;
}
section.content-section.first_section {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-color: #d8cbb2;
}
.fstv_section,.calendar {
    border-bottom: 1px solid #8a6e4b;
}
.trailer_section .cta-box {
    width: 100%;
    display: block;
    color: #fff;
}

.footer .footer-bottom {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-top: solid 0px #8a6e4b;
    margin-top: 60px;
    font-size: 14px;
    margin-bottom: 80px;
    background-color: #000;
}
.footer .footer-bottom .copyright {
    display: block;
    text-align: center;
    width: 100%;
    color: #6d6969;
}
.footer .footer-bottom .copyright a {
    color: #6d6969 !important;
}
.footer .footer-bottom .copyright a{
    color: #fff;
       text-decoration: none;
}
.logo_items {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.logo_item img {
    width: 170px;
}
.footer {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    padding-top: 70px;
}
.first_section h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-family: 'Cinzel', serif;
    letter-spacing: -2px;
    margin-bottom: 25px;
     font-weight: bold;
}
section#first_section a {
    font-weight: bold;
}
h2.title_sec {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-size: 70px;
    font-family: 'Cinzel', serif;
    letter-spacing: -2px;
}
section#fstv_section {
    padding: 0;
}
section#fstv_section img {
    width: 100%;
}

div#animated-thumbnails img {
    cursor: pointer;
    border: 0px solid #22221c;
}
section#trailer_section img {
    border: 2px solid #323232;
    margin-top: 25px;
}
.circle-button {
    
    border: 1px solid #ffffff;

}
.circle-button:before {
    border: 1px solid #ffffff;

}
h6 {
    color: #ffffff;
    opacity: 1;
}
.circle-button{
    color: #fff;
}
.exhibition-box.is-inview img {
    height: 100%;
    object-fit: cover;
}

.exhibition-box .content-box p{
 color: #fff !important;
}

.hamburger path {

    stroke: #d8cbb2;
}

.hamburger-menu {
    display: none !important;
}
.bg_b h2 {
    color: #d8cbb2;
}
.slider {
    height: 80vh;
}
.direct_section p {
    color: #a9a9a9;
}
.direct_section h3 {
    color: #d8cbb2;
}
.name_title {
    color: #8a6e4b;
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
    font-family: 'Cinzel', serif;
    letter-spacing: -2px;
}
.after_style1:after {
    content: "";
    background: #fff;
    width: 50px;
    height: 5px;
    display: block;
    margin-bottom: 15px;
}
.after_style1, .after_style2{
    position: relative;
}
.after_style2:after {
    content: "";
    background: #8a6e4b;
    width: 50px;
    height: 5px;
    display: block;
    margin-bottom: 15px;
}
.text_div h3 {
    color: #d8cbb2;
    margin-bottom: 15px;
    font-family: 'Cinzel', serif;
    letter-spacing: -2px;
}
.img_div img {
    height: auto;
    object-fit: cover;
}
#gallery figure {
    height: 266px;
     position: relative;
}
#gallery figure::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #8a6e4b;
    border-right: 5px solid #8a6e4b;
}
#gallery figure::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 9px;
  width: 20px;   /* border length */
  height: 20px;
  border-bottom: 5px solid #8a6e4b;
  border-left: 5px solid #8a6e4b;
  z-index: 1;
}
#gallery .exhibition-box.is-inview{
margin-bottom: 25px;
}

.calendar .content-box a,.calendar .content-box p{
    color: #d8cbb2 !important;
}
img.slider_logo1 {
    position: absolute;
    left: 4%;
    width: 18%;
    top: 20%;
}
img.slider_logo2 {
    position: absolute;
    left: 4%;
    width: 19%;
    top: 50%;
}
section#gallery img {
     filter: grayscale(100%);
       transition: 0.3s;
}
section#gallery img:hover {
      filter: grayscale(0%);

}
img.main_img {
    width: 900px;
    display: block;
}
.slider_logos {
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.text_img_direct{
display: none;
}
.site-menu ul li {
    list-style: none;
}
.more-text {
  display: none;
}

.more-text.show {
  display: block;
}
.read-more-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.page-header .inner h1 {
    font-size: 92px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: #d8cbb2;
}
.page-header .inner.single_news h1 {
    font-size: 52px;
}
.page-header {
    width: 100%;
    height: 300px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}
.blog-post {
    color: #f4f4f4;
}
.blog-post .content-box small {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    background: #927247;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
}
a.custom-link {
    color: #d8cbb2;
}
.sidebar .widget {
    background-color: #d8cbb2;
        border: 0;
    border-right: 0;
    border-bottom: 4px solid #927247;
}
.widget .exhibition-box figure .img {
    width: 100%;
    opacity: 1;
}
.widget .exhibition-box  {
padding: 0;
margin-bottom: 25px;
}
.widget .exhibition-box .content-box p{ 
    color: #927247 !important;
}
.blog-post .content-box h3 a{
   color: #f4f4f4;
   text-decoration: none;
}
.widget .exhibition-box .content-box h4 {
    width: 100%;
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.widget .exhibition-box figure {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.sidebar .widget .widget-title:before {
    background: #d5d4d4;
}
.sidebar .widget .widget-title:after {
    background: #927247;
}
.vimeo-embed {
    width: 1000px;
    height: 700px;
    position: relative;
    overflow: hidden;
    background: #000;
    
}
.video_div {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.vimeo-poster {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: none;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.vimeo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vimeo-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,0.9);
  color: #000;
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* iframe container styles */
.vimeo-iframe-wrap,
.vimeo-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.vimeo-iframe {
  display: block;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

.text_img_direct{
display: block;
}
.vimeo-embed {
    width: 700px;
    height: 300px;
}
.img_div {
    display: flex
;
    flex-direction: row;
}
.text_img_direct {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}
.text_img_direct h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.text_img_direct h6 {
    font-size: 20px;
}
.navbar .logo a img {
    height: 30px;
    margin-top: 5px;
}
img.slider_logo1 {
    position: absolute;
    left: 4%;
    width: 31%;
    top: 10%;
}
img.slider_logo2 {
    position: absolute;
    left: 4%;
    width: 31%;
    top: 35%;
}
.cta-box {
    margin: 20px 0;
}
.footer .footer-bottom {
    margin-bottom: 10px;
}
    
.calendar .exhibition-box {
    margin-bottom: 25px;
}
.img_div img {
    width: 150px;
    height: auto;
    object-fit: cover;
    margin-bottom: 25px;
}
.side-widget .logo img {
        height: 52px;
        margin-bottom: 35px;
    }
    .slider {
    height: 320px;

}
img.main_img {
    width: 500px;
    display: block;
}
.hamburger-menu {
    display: inline-block !important;
}
.about_content{
    margin-bottom: 25px;
}
.navbar {
        padding: 5px 10px;
    }
header.slider {
    background-size: cover;
    background-repeat: no-repeat;
}
.first_section h2{
    margin-top: 20px;
}
.exhibition-box {
    margin-top: 0px;
}
section.content-section.first_section{
    padding: 50px 0 !important;
}
h2.title_sec{
    font-size: 42px;
}
.section-title h2{
    font-size: 42px;
}
}
/* MD */
@media (min-width: 768px) and (max-width: 991px) {
.slider{
    height: 500px;
}
.vimeo-embed {
    width: 900px;
    height: 600px;
}
img.main_img {
    width: 650px;
    display: block;
}
.about_content{
    margin-bottom: 25px;
}
.hamburger-menu {
    display: inline-block !important;
}
.img_div img {
    width: 280px;
    height: auto;
    object-fit: cover;
    border-right: 3px solid #8a6e4b;
    margin-bottom: 25px;
}
}

/* LG */
@media (min-width: 992px) and (max-width: 1199px) {
img.slider_logo2 {
    top: 40%;
}
.slider{
    height: 650px;
}
img.main_img {
    width: 800px;
    display: block;
}
}

/* XL */
@media (min-width: 1200px) and (max-width: 1399px) {
.slider{
    height: 80vh;
}
img.main_img {
    width: 1000px;
    display: block;
}
}

/* XXL */
@media (min-width: 1400px) {
header.slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 64% 9%;
}
.slider{
    height: 80vh;
}
img.main_img {
    width: 1000px;
    display: block;
}
}
@media (min-width: 1600px) {
   img.main_img {
    width: 1400px;
    display: block;
}
}
@media (min-resolution: 2dppx) and (min-width: 1920px)  and (max-width: 3840px) {
 img.main_img {
    width: 900px;
    display: block;
}
}
header.slider {
    background-repeat: no-repeat;
    background-size: cover;
}

.widget a{
    color: #927247;
}

.widget a:hover {
    color: black;
}
a {
    color: #d8cbb2;
}

a:hover {
    color: #927247;
}