/*$HeaderHeight : 115px;
$HeaderUpperHeight: 70px;
$HeaderLowerHeight: 45px;
$FooterHeight: 180px;
$PageRightGutterWidth: 165px;
$PageRightGutterRight: -140px;

$secondaryLinksHeight: 40px;
$primaryLinksHeight: 50px;
$MainNavItemWidth: 120px;
$SubNavBarHeight: 70px;
$HamburgerMenuWith: 230px;*/
.culture .section .section-header {
  text-align: left;
  width: 100%; }

.culture-img-box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .culture-img-box figcaption {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "EurostileLTStdBold";
    color: #FFF;
    z-index: 1;
    font-size: 17px;
    text-transform: uppercase; }
    .culture-img-box figcaption p {
      margin: 0; }
      .culture-img-box figcaption p.date {
        font-size: 14px;
        font-style: italic; }
  .culture-img-box img {
    width: 100%;
    height: auto; }
  .culture-img-box .know-more-box {
    position: absolute;
    left: 15px;
    bottom: 15px; }
    .culture-img-box .know-more-box a {
      font-family: "EurostileLTStdBold";
      font-size: 17px;
      text-transform: uppercase;
      color: #FFF; }
  @media only screen and (max-width: 767px) {
    .culture-img-box {
      margin-bottom: 15px; }
      .culture-img-box figcaption,
      .culture-img-box .know-more-box a {
        font-size: 13px;
        letter-spacing: 1px; } }

.MB40 {
  margin-bottom: 40px; }

.culture-form-section {
  background: url("../img/footer-bg.jpg") repeat left top;
  padding: 0;
  text-align: center; }
  .culture-form-section .MB20 {
    margin-bottom: 20px; }
  .culture-form-section .title {
    color: #e31837;
    font-family: "EurostileLTStd";
    font-size: 30px;
    margin: 25px 0 10px; }
  .culture-form-section .form-txt,
  .culture-form-section input {
    color: #000;
    font-family: "EurostileLTStd";
    font-size: 20px; }
  .culture-form-section input[type='text'],
  .culture-form-section input[type='email'],
  .culture-form-section input[type='number'] {
    background: none;
    border: 0;
    border-bottom: 1px solid #000; }
  .culture-form-section .btn-primary {
    padding: 3px 20px 2px;
    height: 45px; }
  .culture-form-section .custom-drop-down-box {
    width: 100%;
    background-position: right center;
    padding: 6px 0;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: "EurostileLTStd";
    font-size: 20px; }
    .culture-form-section .custom-drop-down-box:hover, .culture-form-section .custom-drop-down-box.active {
      border-bottom-color: #000;
      background-position: right center; }
  .culture-form-section .custom-list-box {
    border-color: #d8d8d8;
    border-radius: 20px;
    padding: 10px 20px;
    width: 555px;
    height: 300px;
    overflow: auto; }
    .culture-form-section .custom-list-box .check_list li {
      width: 100%;
      padding: 10px 0;
      margin: 0;
      border-bottom: 1px solid #CCC;
      float: none;
      font-size: 17px;
      background-position: right 13px;
      text-align: left; }
      .culture-form-section .custom-list-box .check_list li.checked {
        background-position: right -67px; }
      .culture-form-section .custom-list-box .check_list li input {
        width: 0; }
  .culture-form-section .thanks-msg {
    padding: 100px 0 180px;
    display: none; }
    .culture-form-section .thanks-msg h4 {
      font-size: 50px;
      margin-bottom: 25px; }
    .culture-form-section .thanks-msg p {
      font-size: 17px;
      color: #000; }
  @media only screen and (max-width: 767px) {
    .culture-form-section .title {
      font-size: 20px; }
    .culture-form-section .form-txt,
    .culture-form-section input {
      font-size: 15px; }
    .culture-form-section .custom-drop-down-box {
      font-size: 15px; }
    .culture-form-section .custom-list-box {
      width: 92%;
      padding: 5px 15px; }
      .culture-form-section .custom-list-box .check_list li {
        font-size: 13px; }
    .culture-form-section .thanks-msg {
      padding: 30px 0 70px; }
      .culture-form-section .thanks-msg h4 {
        font-size: 24px; }
      .culture-form-section .thanks-msg p {
        font-size: 15px; } }

.btm-button {
  padding: 40px;
  background: #FFF; }
  .btm-button .fa {
    margin-right: 10px; }

.CTR {
  text-align: center; }

.modal-cult {
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 1050; }
  .modal-cult .close {
    position: absolute;
    right: 0;
    top: -40px;
    border: 0;
    width: 40px;
    height: 40px;
    background: #e31837 url(../img/btn-lbox-close.png) 8px 7px no-repeat; }

@media (min-width: 1200px) {
  .culture-popup .container {
    width: 940px;
    padding: 0;
    margin: 40px auto 20px; } }

@media (max-width: 992px) {
  .modal-cult {
    width: 100%; }
  .culture-popup .container {
    width: 750px;
    margin: 40px auto 0px; } }

@media only screen and (max-width: 767px) {
  .modal-cult {
    width: 100%; }
  .culture-popup .container {
    width: 100%;
    margin: 40px auto 0px; } }

#cultureModal.del {
  height: 10px;
  visibility: hidden; }

@media only screen and (max-width: 767px) {
  #cultureModal.del {
    height: 10px; } }

.culture-popup {
  background: #FFF; }
  .culture-popup .culture-top {
    padding: 30px 30px 0; }
    .culture-popup .culture-top img {
      width: 100%;
      height: auto; }
    .culture-popup .culture-top h2 {
      color: #e31837;
      margin: 0;
      font-family: "EurostileLTStdBold";
      line-height: 1;
      font-size: 46px; }
      .culture-popup .culture-top h2 span {
        font-family: "cheddar_jackregular";
        font-size: 37px;
        color: #000;
        font-weight: normal;
        text-transform: none;
        display: inline-block; }
    .culture-popup .culture-top p {
      font-size: 15px;
      line-height: 1.8;
      color: #000; }
      .culture-popup .culture-top p a {
        font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .culture-popup .culture-top {
        padding: 20px 0 0; }
        .culture-popup .culture-top h2 {
          font-size: 33px; }
          .culture-popup .culture-top h2 span {
            font-size: 28px; }
        .culture-popup .culture-top p {
          margin: 5px 0 15px; } }

.flex-row {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .flex-row {
      display: block; } }

.story-timeline {
  padding: 0 30px;
  margin-top: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 767px) {
    .story-timeline {
      padding: 0;
      margin-top: 30px; } }

.timeline-carousel {
  position: relative;
  padding-bottom: 30px; }
  .timeline-carousel span {
    font-size: 14px;
    margin-top: 15px;
    color: #e31837;
    text-align: center; }
    .timeline-carousel span.circle {
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #e31837;
      border-radius: 100%;
      margin-top: 30px; }
  .timeline-carousel .year-btn {
    position: relative;
    text-align: center; }
    .timeline-carousel .year-btn .year {
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
      padding-bottom: 0px;
      min-height: 80px;
      cursor: pointer; }
  .timeline-carousel .owl-prev,
  .timeline-carousel .owl-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    display: block;
    font-size: 24px;
    color: #e31837;
    position: absolute; }
    .timeline-carousel .owl-prev i.fa,
    .timeline-carousel .owl-next i.fa {
      padding: 43px 0;
      background: #FFF; }
  .timeline-carousel .owl-prev {
    left: 0px;
    border-right: 1px solid #000; }
    .timeline-carousel .owl-prev i.fa {
      padding-right: 24px; }
  .timeline-carousel .owl-next {
    right: 0px;
    border-left: 1px solid #000; }
    .timeline-carousel .owl-next i.fa {
      padding-left: 24px; }
  .timeline-carousel .owl-item.selected .year-btn .year span {
    color: #000;
    margin-top: 12px; }
    .timeline-carousel .owl-item.selected .year-btn .year span.circle {
      width: 15px;
      height: 15px;
      border: 1px solid #e31837;
      background: #e31837;
      margin-top: 33px; }
  .timeline-carousel:before {
    content: '';
    width: 84%;
    border-bottom: 1px dashed #e31837;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .timeline-carousel .owl-prev i.fa {
      padding-right: 14px; }
    .timeline-carousel .owl-next i.fa {
      padding-left: 14px; } }

.about-gallery {
  position: relative;
  padding: 50px 0; }
  .about-gallery .owl-prev,
  .about-gallery .owl-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
    display: block;
    font-size: 24px;
    color: #e31837;
    position: absolute; }
  .about-gallery .owl-prev {
    left: 10%; }
  .about-gallery .owl-next {
    right: 10%; }
  .about-gallery .cult-img {
    text-align: center; }
    .about-gallery .cult-img > div {
      margin: 0 auto; }
  @media (max-width: 992px) {
    .about-gallery .owl-prev {
      left: 0; }
    .about-gallery .owl-next {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .about-gallery {
      padding: 30px 0; }
      .about-gallery .cult-img iframe {
        width: 100%;
        height: 250px; } }

.gallery-owl-carousel.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto; }

.gallery-owl-carousel .item {
  transition: .8s;
  -webkit-transition: .8s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1; }

.gallery-owl-carousel .item.__loading {
  opacity: 0;
  transform: translateX(40px);
  -webkit-transform: translateX(40px); }

.page-culture .fancybox-wrap .fancybox-inner {
  overflow: auto !important; }

#cultureModal .modal-backdrop.in {
  opacity: 0.8; }

.cul-mod {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../../error.html) repeat;
  background-size: 50%; }
  .cul-mod a {
    display: flex; }
  .cul-mod .cul-FL {
    background: url(../../error.html) no-repeat;
    float: left;
    height: 40px;
    width: 230px;
    background-size: contain; }
  .cul-mod .cul-FR {
    background: url(../../error.html) no-repeat;
    float: right;
    height: 40px;
    width: 50px;
    margin-right: 40px;
    background-size: contain; }

.gray-box {
  background: #f7f7f7;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 40px;
  margin-bottom: 30px;
  height: 70px; }
  .gray-box .btn {
    float: right; }
  @media only screen and (max-width: 767px) {
    .gray-box {
      font-size: 14px;
      line-height: 1.5;
      padding: 15px; } }

#download-popup {
  display: none; }
  #download-popup .down-btn {
    margin-top: 20px;
    text-align: center; }
