 ul.nav ul.dropdown-menu li.menu-item--expanded:hover ul.dropdown-menu{
      display: block;
      position: absolute;
      left: 175px !important;
      top: -33px !important;
      background: #92996F;
      border: 1px solid white;
      width: 270px;
}
ul {
      padding: 0;
}
li {
      list-style: none;
}
body {
      margin: 0;
}
p {
      text-align: justify !important;
}
a, a:hover {
      transition: all 0.4s ease;
}
/* header css starts here */
header {
      background-color: rgba(0,0,0,0.3);
      border: none;
      border-radius: 0;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: all 0.4s ease;
      z-index: 99;
      /* overflow: hidden; */
}
header .container-fluid {
      padding: 0;
}
header .navbar-header{
      width: 100%;
}
header.sticky {
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      transition: all 0.4s ease;
}
header .logo {
      padding-right: 0;
      display: none;
}
header.sticky .logo {
      display: block;
}
header .logo img {
      max-height: 89px;
      margin-left: 10px;
      transition: all 0.4s ease;
}
header.sticky .logo img {
      max-height: 50px;
      transition: all 0.4s ease;
}
header .region {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
}
.auto-container {
      position: static;
      max-width: 1200px;
      padding: 0 15px;
      margin: 0 auto;
}
header.sticky #block-topheader {
      display: none;
}
#block-topheader {
      width: 100%;
      display: block;
}
#block-topheader .logo {
      display: block;
}
#block-topheader .header-top {
      position: relative;
      font-size: 13px;
      padding: 12px 0;
      color: #fff;
      background: #222;
  }
#block-topheader .links-nav li {
      position: relative;
      float: left;
      color: #777;
      font-size: 14px;
      margin-right: 25px;
}
#block-topheader .links-nav li a {
      position: relative;
      font-size: 14px;
      text-transform: capitalize;
      padding-right: 24px;
      line-height: 1em;
      border-right: 1px solid #3e3e3e;
      color: #aaa;
}
#block-topheader .links-nav li a span {
      margin-right: 5px;
}
header .search_header {
      margin-top: 15px;
      margin-right: 10px;
}
header .search_header button {
      background-color: #900603;
}

#block-topheader .header-upper {
      position: relative;
      padding: 10px 0;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      z-index: 5;
      background-color: #fff;
}
#block-topheader .logo-outer {
      position: relative;
      z-index: 25;
}
#block-topheader .upper-right {
      padding: 22px 0;
}
#block-topheader .header-upper .logo1 {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
}

#block-topheader .header-upper .logo1 h2{
      font-size: 22px;
      margin-left: 15px;

}
#block-topheader .header-upper .logo1 img {
      position: relative;
      display: inline-block;
      max-width: 100%;
      max-height: 89px;
}
#block-topheader .info-box {
      position: relative;
      float: left;
      margin-left: 50px;
      font-size: 13px;
      color: #777;
      max-width: 275px;
      padding: 0 0 0 60px;
}
#block-topheader .info-box ul {
      margin-bottom: 0;
}
#block-topheader .info-box .icon-box {
      position: absolute;
      left: 0;
      top: 2px;
      width: 40px;
      height: 40px;
      line-height: 34px;
      color: #fff;
      font-size: 16px;
      border-radius: 50%;
      text-align: center;
      background-color: rgba(144,6,3,1);
      border: 3px solid rgba(144,6,3,0.5);
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
}
#block-topheader .info-box li {
      position: relative;
      line-height: 22px;
      color: #222;
      font-size: 16px;
}
.btn-style-one {
      position: relative;
      padding: 9px 30px;
      line-height: 24px;
      color: #222;
      font-size: 16px;
      font-weight: 700;
      border-radius: 3px;
      background: 0 0;
      border: 1px solid #900603;
      text-transform: uppercase;
      display: block;
}
.btn-style-one:hover {
      text-decoration: none;
      background-color:#900603;
      color: #fff;
}
#block-topheader .social-icon {
      position: relative;
      float: left;
}
#block-topheader .social-icon a {
      position: relative;
      line-height: 24px;
      font-size: 14px;
      color: #aaa;
      padding-left: 15px;
      display: inline-block;
      text-transform: capitalize;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
}

header .navbar-brand {
      float: left;
      height: 50px;
      padding: 15px 15px;
      font-size: 22px;
      line-height: 20px;
      color: #fff;
      font-family: 'Halant',Arial,sans-serif;
      display: none;
}

header.sticky .navbar-brand {
      color: #222;
      display: block;
}
header .block-we-megamenu {
      margin: 0px auto;
}
header.sticky .block-we-megamenu {
      margin-left: auto;
}
header .block-we-megamenu nav {
      background-color: transparent;
      border: none;
      margin: 0;
}
.region-we-mega-menu {
      padding: 0 !important;
      margin-bottom: 0;
}
.container-fluid>.navbar-header {
      margin: 0 !important;
}
.navbar-toggle {
      margin: 0 !important;
}
header .block-we-megamenu li {
      border: none !important;
}
header .block-we-megamenu li a {
      font-size: 16px !important;
      color: #fff !important;
      background-color: transparent !important;
      font-weight: 500 !important;
} 
header.sticky .block-we-megamenu li a {
      color: #222 !important;
}  
header .block-we-megamenu li.email a,
header .block-we-megamenu li.phone a,
header .block-we-megamenu li.user a {
      font-size: 0 !important;
}
header .block-we-megamenu li.email a i,
header .block-we-megamenu li.phone a i,
header .block-we-megamenu li.user a i {
      font-size: 16px;
}
header .block-we-megamenu .we-mega-menu-submenu {
      background-color: rgba(0,0,0,0.4);
      min-width: 200px;
}
header .block-we-megamenu .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
      min-height: auto;
}
header.sticky .block-we-megamenu .we-mega-menu-submenu li a{
      color: #fff !important;
      text-transform: uppercase !important;
}
.we-mega-menu-submenu {
      /* left: auto !important;
      right: 0; */
}
.main-container {
      padding: 0;
} 
.main-container > .row {
      margin: 0;
}
.main-container > .row > .col-sm-12 {
      padding: 0;
}
.main-container .page-header {
      display: none;
}
.block-views-blockmain-slider-block-1 .block-title {
      display: none;
}
.mainslider ul {
      height: 100vh;
      padding: 0;
      margin-bottom: 0;
}
.mainslider ul li {
      position: relative;
}
.mainslider ul li .views-field-field-image .field-content > div {
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      position: relative;
}
.mainslider ul li .views-field-field-image .field-content > div:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.6);
}
.mainslider ul li .views-field-nothing .field-content h2 {
      margin-top: 300px;
      font-size: 36px;
      color: #fff;
      padding-bottom: 30px;
      margin-bottom: 30px;
      position: relative;
      text-transform: uppercase;
}
.mainslider ul li .views-field-nothing .field-content h2:after {
      content: "";
      position: absolute;
      height: 3px;
      width: 100px;
      background-color: #900603;
      left: calc(50% - 50px);
      bottom: 0;

}
.mainslider ul li .views-field-nothing .field-content p{
      font-size: 20px;
      color: rgba(255,255,255,0.8);
      margin-bottom: 30px;
}
.mainslider ul li .views-field-nothing .field-content a{
      border-color: #900603;
      border-bottom: solid 3px rgba(0, 0, 0, 0.2);
      color: #ffffff;
      background-color: #900603;
      opacity: 0.9;
      display: inline-block;
      padding: 16px 50px;
      font-size: 20px;
      text-decoration: none;
      margin-top: 30px;
}
.mainslider ul li .views-field-nothing {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
}
.block-views-blockabout-block-1,
.block-views-blocktickets-block-1 {
      padding: 50px 0;
}
.block-views-blockabout-block-1 {
      background-color: #efefef;
}
.block-views-blocktickets-block-1 {
      background-color: #fff;
}
.block-views-blockabout-block-1:after,
.block-views-blocktickets-block-1:after {
      content: "";
      clear: both;
      display: block;
}
.block-views-blockabout-block-1 .view-header,
.block-views-blocktickets-block-1 .view-header{
      text-align: center;
}
.block-views-blockabout-block-1 .view-header h2,
.block-views-blocktickets-block-1 .view-header h2{
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.block-views-blocktickets-block-1 .view-header h2 {
      color: #222;
}
.block-views-blockabout-block-1 .view-header h2:after,
.block-views-blocktickets-block-1 .view-header h2:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
#block-gallerybanner h2{
      font-size: 36px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      margin-top: 300px;
      z-index: 99;
}
#block-gallerybanner .field--name-field-bg-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
}
#block-gallerybanner .field--name-field-bg-image div {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
  }


.block-views-blockabout-block-1 ul li {
      list-style: none;
}
.block-views-blockabout-block-1 ul li .views-field-nothing {
      margin-top: 30px;
}
.block-views-blockabout-block-1 ul li .views-field-nothing .field-content {
      display: flex;
      align-items: center;
}
.block-views-blockabout-block-1 ul li p,
.block-views-blockabout-block-1 ul li img {
      width: 40%;
      float: left;
      position: relative;
}
.block-views-blockabout-block-1 ul li p {
      padding: 40px;
      background-color: #e0e0e0;
      margin-left: 96px;
      position: relative;
      left: 63px;
      z-index: 99;
      font-size: 16px;
      text-align: justify;
      color: #222;
}
.event_calander_home {
      background-color: rgba(246, 246, 246, 0.9);
}
.block-views-blocktickets-block-1 .item-list > ul > li {
      position: relative;
      margin-top: 30px;
      /* padding: 0; */
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-field-bg-image {

}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing {
      position: relative;
      height: 100%;
      background-color: rgba(255,255,255,0.9);
      font-size: 18px;
      color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 8px #ccc;
      min-height: 300px;
      transition: all 0.4s ease;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .field-content {
      position: relative;
      border-radius: 3px;
      text-align: center;
      box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
      background-color: #F5F5F5;
      display: block;
      min-height: 300px;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .field-content:after {
      content: "";
      position: absolute;
      background-color: rgba(255,255,255,0.7);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: none;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing:hover .field-content:after {

      display: block;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}

.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_title {
      padding: 15px 0;
      border-radius: 3px 3px 0 0;
      text-shadow: 1px 1px 1px #fff;
      border-bottom: 1px solid rgba(0,0,0,.05);
      color: #222;
      margin: 0;
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
      position: relative;
      z-index: 99;
      display: none;
}


.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing:hover .ticket_title {
      display: block;
}
.block-views-blocktickets-block-1 .item-list > ul > li:nth-child(2) .views-field-nothing {
      /* margin: -20px; */
      z-index: 99;
      background-color: rgba(255,255,255,1);
}
.block-views-blocktickets-block-1 .item-list > ul > li:nth-child(2) .views-field-nothing .ticket_price {
      color: #900603
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_price {
      position: relative;
      padding: 25px 0;
      color: #333;
      font-weight: 300;
      font-size: 64px;
      line-height: 1;
      color: #222;
      position: relative;
      z-index: 99;
      display: none;
}

.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing:hover .ticket_price {
      display: block;
}

.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_price span{
      font-size: 28px;
      position: relative;
      top: -26px;
      right: 8px;
      position: relative;
      z-index: 99;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_detail {
      border-bottom: 1px solid rgba(0,0,0,.075);
      padding: 0 10px;
      color: #222;
      position: relative;
      z-index: 99;
      display: none;
}

.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing:hover .ticket_detail {
      display: block;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_detail p {
      margin: 0;
      padding: 20px 0;
      list-style: none;
      font-size: 14px;
      position: relative;
      z-index: 99;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_button {
      padding: 15px 30px;
      position: relative;
      z-index: 99;
      display: none;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing:hover .ticket_button {
      display: block;
}

.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_button a {
      display: inline-block;
      padding: 12px 12px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
      border: 1px solid #900603;
      color: #ffffff;
      background-color: #900603;
      transition: background-color .35s, opacity .35s;
      border-bottom: solid 3px rgba(0, 0, 0, 0.2);
      display: block;
}


.block-views-blocktickets-block-1 ul li .views-field-nothing ul {
      margin: 10px 0;
}
.block-views-blocktickets-block-1 ul li .views-field-nothing ul,
.block-views-blocktickets-block-1 ul li .views-field-nothing ul li {
      width: 100%;
      font-size: 14px;
}
.block-views-blocktickets-block-1 ul li .views-field-nothing a {
      width: 100%;
      color: #fff;
      font-size: 15px;
}

.custom_class_virtualtour .virtualtour {
      position: relative;
}
.custom_class_virtualtour .virtualtour  .views-field-field-bg-image {
      
}
.custom_class_virtualtour .virtualtour  .views-field-field-bg-image .field-content div {
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
.custom_class_virtualtour .virtualtour .views-field-nothing {
      position: relative;
      background-color: rgba(0,0,0,0.5);
      padding: 110px 0;
      text-align: center;
}
.custom_class_virtualtour .virtualtour .views-field-nothing h3{
      font-size: 32px;
      color: #fff;
      margin-bottom: 20px;
}
.custom_class_virtualtour .virtualtour .views-field-nothing h4{
      font-size: 18px;
      color: #fff;
      margin-bottom: 0px;
}
.custom_class_virtualtour .virtualtour .views-field-nothing p {
      text-align: center !important;
}
.custom_class_virtualtour .virtualtour .views-field-nothing p a {
      border-color: #900603;
      border-bottom: solid 3px rgba(0, 0, 0, 0.2);
      color: #ffffff;
      background-color: #900603;
      opacity: 0.9;
      display: inline-block;
      padding: 16px 50px;
      font-size: 20px;
      text-decoration: none;
      margin-top: 30px;
  }

.custom_class_nearbyattractions {
      padding: 50px 0;
      background-color: #efefef;
}
.custom_class_nearbyattractions .view-header {
      text-align: center;
}
.custom_class_nearbyattractions .view-header .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_nearbyattractions .view-header .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_nearbyattractions .item-list ul {
      margin-top: 30px;
}
.custom_class_nearbyattractions .item-list ul li {
      padding: 0 10px;
}
.custom_class_nearbyattractions .item-list ul li .views-field-nothing .nearby_image {
      height: 250px;
      overflow: hidden;
}
.custom_class_nearbyattractions .item-list ul li .views-field-nothing h2 {
      font-size: 22px;
      margin-bottom: 20px;
}
.custom_class_nearbyattractions .item-list ul li .views-field-nothing p {
      font-size: 14px;
      margin-bottom: 20px;
      /* height: 84px; */
      overflow: hidden;
}
.custom_class_nearbyattractions .item-list ul li .views-field-nothing a {
      display: block;
      font-size: 16px;
      color: #fff;
      padding: 10px;
      background-color: #900603;
}

.custom_class_inaglance {
      padding: 50px 0;
      background-color: #efefef;
}
.custom_class_inaglance .view-header {
      text-align: center;
}
.custom_class_inaglance .view-header .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_inaglance .view-header .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_inaglance .views-field-body .field-content {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      text-align: center;
}
.custom_class_inaglance .views-field-body .field-content .glance-block {
      padding: 0 20px;
}
.custom_class_inaglance .views-field-body .field-content .glance-block h2 {
      font-size: 36px;
      color: #900603;
}
.custom_class_inaglance .views-field-body .field-content .glance-block p {
      font-size: 16px;
      color: #900603;
}

.custom_class_testimonials {
      padding: 50px 0;
      background-color: #fff;
}
.custom_class_testimonials .view-header {
      text-align: center;
}
.custom_class_testimonials .view-header .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_testimonials .view-header .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_testimonials .item-list ul {
      margin-top: 30px;
}
.custom_class_testimonials .item-list ul li {
      padding: 0 10px;
}
.custom_class_testimonials .field-content{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70%;
      margin: 0px auto;
}
.custom_class_testimonials .field-content .testimonials_image {
      width: 20%;
      margin-right: 30px;
}
.custom_class_testimonials .field-content .testimonials_image img {
      width: 100%;
      border-radius: 50%;
      max-width: 100%;
} 
.custom_class_testimonials .field-content  .testimonials_content {
      width: 80%;
}
.custom_class_testimonials .field-content  .testimonials_content p{
      font-size: 15px;
      color: #222;
}
.custom_class_testimonials .field-content  .testimonials_content span {
      /* font-weight: 700; */
      color: #222;
      font-size: 21px;
      display: block;
}
.custom_class_socailmedia {
      padding: 50px 0;
}
.custom_class_socailmedia .block-title {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_socailmedia .block-title:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_socailmedia .container {
      display: flex;
      justify-content: center;
}
.custom_class_socailmedia .field--type-text-with-summary {
      margin-top: 30px;
}
.custom_class_socailmedia .field--type-text-with-summary .facebook_page_class,
.custom_class_socailmedia .field--type-text-with-summary .twitter_page_class{
      float: left;
      padding: 15px;
      border: 1px solid #222;
      margin: 0 15px;
}
.custom_class_socailmedia .field--type-text-with-summary .facebook_page_class .fb_heading,
.custom_class_socailmedia .field--type-text-with-summary .twitter_page_class .twitter_heading{
      font-size: 22px;
      color: #222;
      margin-bottom: 20px;
      text-align: center;
}

.custom_class_contact {
      padding: 50px 0 30px 0;
      background-color: #efefef;
}
.custom_class_contact .block-title {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_contact .block-title:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_contact form {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 30px;
      justify-content: center;
}
.custom_class_contact form > div {
      width: 25%;
      padding: 0 15px;
}
.custom_class_contact form > div label{
      display: none;
}
.custom_class_contact form > div input{
      width: 100% !important;
}
.custom_class_contact form > div input:focus{
      box-shadow: none;
}
.custom_class_contact form > div button{
      width: 100%;
      background-color: #900603;
      border: none;
}
.custom_class_contact#block-webform {
      padding-bottom: 0;
}
.custom_class_contact#block-webform-2 {
      padding-top: 0;
}
.background-content img {
      width: 100% !important;
      height: auto !important;
}
.page_inner_content table.table_director {
      width: 70%;
}
#table_setting img {
      width: 120px;
      display: block;
      margin: 0px auto;

}
#table_setting tr {
      border: 1px solid #ccc;

}
#table_setting td {
      border-right: 1px solid #ccc;
      padding: 5px 10px;

}
#table_setting td:last-child {
      border-right: 0;

}
.custom_class_collection {
      padding: 50px 0;
      background-color: #fff;
}
.custom_class_collection .view-header {
      text-align: center;
}
.custom_class_collection .view-header .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_collection .view-header .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_collection .item-list ul {
      margin-top: 30px;
}
.custom_class_collection .item-list ul li {
      position: relative;
      padding: 0 10px;
}
.custom_class_collection .item-list {
      padding: 0 100px;
}
.custom_class_collection .item-list ul li .views-field-field-feature-image {
      margin: 0px;
      transition: all 0.4s ease;
}
.custom_class_collection .item-list ul li:hover .views-field-field-feature-image {
      margin: -10px;
      transition: all 0.4s ease;
}
.custom_class_collection .item-list ul li .views-field-name {
      text-align: center;
      padding: 10px 15px;
}
.custom_class_collection .item-list ul li .views-field-name span{
      font-size: 18px;
      color: #222;
}
#block-topheader .links-nav li a {
      text-transform: none !important;
  }
/* .custom_class_collection .item-list .slick-active {
      opacity: 0.3;
      transition: all 0.4s ease;
}
.custom_class_collection .item-list .slick-active:hover {
      opacity: 1;
      transition: all 0.4s ease;
}
.custom_class_collection .item-list .slick-current.slick-active {
      opacity: 1;
}
.custom_class_collection .slick-dots .slick-active{
      opacity: 1;
} */


.custom_class_gallery {
      padding: 50px 0;
      background-color: #efefef;
}
.custom_class_gallery .view-header {
      text-align: center;
}
.custom_class_gallery .view-header .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
}
.custom_class_gallery .view-header .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.custom_class_gallery .item-list ul {
      margin-top: 30px;
}
.custom_class_gallery .item-list ul li {
      position: relative;
      padding: 0 10px;
}
.path-frontpage .custom_class_gallery .item-list {
      padding: 0 100px;
}
.custom_class_gallery .item-list ul li .views-field-field-feature-image {
      margin: 0px;
      transition: all 0.4s ease;
}
.custom_class_gallery .item-list ul li:hover .views-field-field-feature-image {
      margin: -10px;
      transition: all 0.4s ease;
}
.custom_class_gallery .item-list ul li .views-field-name {
      text-align: center;
      padding: 10px 15px;
}
.custom_class_gallery .item-list ul li .views-field-name span a{
      font-size: 18px;
      display: block;
      color: #222;
}
/* .custom_class_gallery .item-list .slick-active {
      opacity: 0.3;
      transition: all 0.4s ease;
}
.custom_class_gallery .item-list .slick-active:hover {
      opacity: 1;
      transition: all 0.4s ease;
}
.custom_class_gallery .item-list .slick-current.slick-active {
      opacity: 1;
}
.custom_class_gallery .slick-dots .slick-active{
      opacity: 1;
} */


.custom_class_footer {
      padding-bottom: 50px;
      background-color: #efefef;
}
.custom_class_footer .footer-social {
      width: 25%;
      float: left;
      padding-right: 20px;
}
.custom_class_footer .footer-middle {
      width: 25%;
      float: left;
      padding-right: 20px;
}
.custom_class_footer .footer-middle a {
      font-size: 14px;
      color: #222;
      text-decoration: none;
}
.custom_class_footer .footer-middle a span{
      color: #900603;
      width: 30px;
}
.custom_class_footer .footer-left {
      width: 25%;
      float: left;
      padding-right: 20px;
}
.custom_class_footer .footer-right {
      width: 25%;
      float: left;
}
.custom_class_footer .footer-left ul li{
      font-size: 16px;
      color: #222;
      text-align: left;
}
.custom_class_footer .footer-left ul li:first-child a {
      padding-top: 0;
}
.custom_class_footer .footer-left ul li:last-child{
      /* margin-top: 20px; */
}
.custom_class_footer .footer-left ul li a{
      color: #900603;
      padding: 10px 15px;
      display: block;
      text-decoration: none;
}
.custom_class_footer .footer-left ul li a:hover{
      color: #222;
}
.custom_class_footer .footer-right iframe {
      width: 100%;
      min-height: 250px;
}
.footer-social .social-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 108px;
      margin: 0px;
}
.footer-social .social-icon a {
      width: 50%;
      font-size: 24px;
      color: #222;
}
.footer-social .social-icon a span {
      width: 40px;
      height: 40px;
      border: 2px solid #222;
      border-radius: 50px;
      margin-bottom: 10px;
      padding: 6px;
}


footer {
      margin-top: 0 !important;
      background-color: #e0e0e0;
      text-align: center;
      padding: 0px !important;
}
footer p{
      text-align: center !important;
}

.page-inner-content.view-id-gallery ul li {
      margin-bottom: 30px;

}
.page-inner-content.view-id-gallery .block_main_heading {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      text-decoration: none;
      padding-bottom: 20px;
      margin-bottom: 30px;
}
.page-inner-content.view-id-gallery .block_main_heading:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.views-field-name span a {
      font-size: 18px;
      color: #222;
      text-align: center;
      display: block;
      padding: 10px;
}
.page_banner_block {
      min-height: 400px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
}
.page_banner_block .item-list ul .views-field-field-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
}
.page_banner_block .item-list ul .views-field-field-image:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0,0,0,0.7);
      width: 100%;
      height: 100%;
}
.page_banner_block .item-list ul .views-field-field-image .field-content div {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
}
.page_banner_block .item-list ul .views-field-title {
      position: relative;
}
.page_banner_block .item-list ul .views-field-title a {
      font-size: 36px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
}
.page_inner_content {
      padding-bottom: 30px;
}
.page_inner_content .views-field-title a,
.page_inner_content .views-field-title h2{
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      text-decoration: none;
      padding-bottom: 20px;
      margin-bottom: 30px;
}
.page_inner_content .views-field-title a:after,
.page_inner_content .views-field-title h2:after{
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}
.page_inner_content p,
.page_inner_content a,
.page_inner_content table tr td{
      font-size: 16px;
      color: #222;
      margin-bottom: 20px;
}
.page_inner_content h2,
.page_inner_content h3,
.page_inner_content h4{
      color: #fff;
      margin-bottom: 20px;
      padding: 10px 30px 10px 15px;
      background-color: #900603;
      display: inline-block;
      /* clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%); */

}
.page_inner_content h4 {
      font-size: 20px;
}
.page_inner_content table{
      width: 100%;
}
.page_inner_content .views-field-body ul li{
      font-size: 16px;
      color: #222;
      margin-bottom: 20px;
      position: relative;
      padding-left: 30px;
}
.page_inner_content .views-field-body ul li:before{
      font-size: 16px;
      color: #900603;
      position: absolute;
      left: 0;
      top: 8px;
      /* content: "\e013";
      font-family: "Glyphicons Halflings";
      font-style: normal; */
      content: "";
      font-weight: 400;
      line-height: 1;
      width: 8px;
      height: 8px;
      background-color: #900603;
      border-radius: 50%;
}
.page_inner_content.event_block_home {
      padding-bottom: 0;
}
#block-eventscalendar .block-title {
      display: none;
}
.custom-header {
      border-top-color: #900603;
}
.custom-header nav span:before {
      color: #900603;
}
.custom-calendar-wrap {
      display: flex;
      width: 100%;
      flex-direction: row-reverse;
      padding: 0 50px;
}
.fc-calendar .fc-head {
      background-color: #222;
}
.custom-calendar-wrap .custom-inner {
      min-width: 75%;
      width: 100%;
}
.custom-calendar-wrap .custom-inner:before,
.custom-calendar-wrap .custom-inner:after {
      display: none;
}
#block-eventscalendar {
}

.custom-content-reveal {
      position: relative;
      max-width: 30%;
}
.custom-content-reveal h4{
      margin-top: 0;
      padding: 25px 0 26px 0;
      border-top-color: #900603;
}
.custom-content-reveal a {
      font-size: 18px;
      text-align: left;
      color: #fff;
      background-color: #900603;
      text-transform: capitalize;
      border-bottom: 5px solid #ccc;
}
.custom-content-reveal a:hover {
      opacity: 0.8;
      text-decoration: none;
      color: #fff;
}
.event_calander_home .block-title{
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
      margin: 20px 0;
}
.event_calander_home .block-title:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
}

.page_banner_block .views-field-field-background-image,
.page_banner_block .views-field-field-background-banner-image { 
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
} 
 .page_banner_block .views-field-field-background-image:after,
 .page_banner_block .views-field-field-background-banner-image:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0,0,0,0.7);
      width: 100%;
      height: 100%;
}
.page_banner_block .views-field-field-background-image .field-content div,
.page_banner_block .views-field-field-background-banner-image .field-content div {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
}
.view-gallery-term-detail-banner .item-list ul .views-field-name {
      position: relative;
}
.view-gallery-term-detail-banner .item-list ul .views-field-name a {
      font-size: 36px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
}
.galler-block-home .item-list {
      padding: 0;
}
.galler-block-home .item-list ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
}
.galler-block-home .item-list ul li {
      margin-bottom: 30px;
}
.galler-block-home .item-list ul li .views-field-title {
      font-size: 15px;
      text-align: center;
      color: #222;
      margin-top: 10px;
}
.galler-block-home .item-list ul li .views-field.views-field-field-image {
      min-height: 160px;
      display: flex;
      background-color: #fff;
      align-items: center;
      padding: 10px;
}
.views-field-created {
      background-color: #222;
      color: #fff;
      padding: 8px 30px 8px 10px;
      margin-bottom: 20px;
      display: inline-block;
      clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}
.fc-calendar .fc-row > div.fc-content:after {
      position: absolute;
      top: 0;
      left: -15px;
      width: 100%;
      height: 100%;
      font-size: 200px;
      line-height: 48px;
}
.collaborations_class {
      margin-bottom: 200px;
}
.collaborations_class p {
      text-align: center !important;
}
.btn-primary:hover {
      background-color: rgba(16,118,16, 0.8);
      border: #900603;
}
.footer-middle p,
.footer-middle h4 {
      text-align: left !important;
}

.footer-middle p span {
      font-weight: bold;
}
.footer-middle h4 {
      margin-top: 25px;
}
.footer-social h3,
.footer-left h3,
.footer-middle h3,
.footer-right h3{
      margin-bottom: 25px;
      margin-top: 0;
      font-size: 18px;
      color: #222;
      font-weight: bold;
      position: relative;
}
.footer-social h3:after,
.footer-left h3:after,
.footer-middle h3:after,
.footer-right h3:after{
      content: '';
      position: absolute;
      width: 50px;
      height: 3px;
      background-color: #900603;
      left: 0;
      top: 10px;
}
#block-footer {
      padding-top: 40px;
}
.footer-middle ul li a {
      font-size: 14px;
      color: #222;
      padding: 10px;
      display: block;
}
#block-copyright {
      padding: 10px 15px;
}
#block-copyright .social-icon a {
      position: relative;
      line-height: 24px;
      font-size: 14px;
      color: #222;
      padding-left: 15px;
      display: inline-block;
      text-transform: capitalize;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  .container > header, .main {
        width: 100%;
  }



  /* #colorbox {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
  }
  #colorbox #cboxWrapper {
      width: 100% !important;
      height: 100% !important;
      background-color: #222;
  }
  
  #colorbox #cboxWrapper > div {
        display: flex;
  }
  #cboxContent,
  #cboxLoadedContent {
        height: 70vh !important;
        margin: 0px auto;
  }
  #cboxTitle {
        position:  relative !important;
        text-align: center;
        color: #222 !important;
  } */
  #colorbox {
        overflow: visible;
  }
  #cboxWrapper {
      background-color: #000;
      overflow: visible;
  }
  #cboxContent {
        background-color: #000;
        overflow: visible;
  }
  #cboxPrevious {
        position: fixed;
        top: 10px;
        left: 0;
  }
  #cboxNext {
        position: fixed;
        top: 10px;
        left: 27px;
  }
  #cboxClose {
        position: fixed;
        top: 10px;
        right: 0;
  }
  #cboxOverlay {
        opacity: 1 !important;
  }
  #cboxTitle {
      display: block !important;
      position: fixed !important;
      bottom: 20px !important;
      top: 100% !important;
      left: 0px;
      width: 100%;
      background-color: #000;
      color: #fff;
  }
  #cboxCurrent {
        display: none !important;
  }
  #cboxLoadedContent {
        background-color: #000 !important;
  }
  .pswp {
        z-index: 99999;
  }
  .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
        display: block !important;
        opacity: 1;
  }
  .custom_class_collection {
        max-height: 700px;
  }
  .custom_class_collection .slick-initialized {
        padding-top: 30px;
  }
  .custom_class_collection .slick-initialized .slick-slide {
        padding: 0 15px;
  }
  .custom_class_collection .slick-initialized .slick-slide p{
      display: none;
      height: 0;
  }
  .custom_class_collection .slick-initialized .slick-slide h3{
      font-size: 18px;
      text-align: center;
  }
  .custom_class_collection .slick-initialized .slick-list {
        margin: 0 85px;
  }
  .slick-lightbox-inner .slick-slide img {
      max-height: 60vh !important;
  }
  .management-block .card {
        margin-bottom: 30px;
        /* box-shadow: 0 0 5px #ccc; */
        padding: 10px;
  }
  .management-block .card img {
      display: block;
      margin: 0px auto;
  }
  .management-block .card div{
        height: 220px;

  }
  .management-block .card h2 {
        font-size: 18px;
        width: 100%;
        text-align: center;
  }
  .management-block .card p {
      font-size: 14px;
      margin-bottom: 5px;
}

.custom_class_gallery h2 {
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      color: #222;
      width: 100%;
      display: inline-block;
      margin: 0;
      position: relative;
      padding-bottom: 20px;
  }
  .custom_class_gallery h2:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 60px;
      background-color: #900603;
      left: calc(50% - 30px);
      bottom: 0;
  }
  
@media only screen and (min-width: 992px) {
      .page_banner_block {
            min-height: 600px;
      }
      .view-gallery-term-detail-banner .item-list ul .views-field-name a,
      .page_banner_block .item-list ul .views-field-title a {
            margin-top: 200px;
      }
      header .block-we-megamenu nav {
            margin-left: 180px !important;
      }
}
@media only screen and (max-width: 992px) {
      .block-views-blockabout-block-1 ul li .views-field-nothing .field-content {
            display: block;
      }
      .block-views-blockabout-block-1 ul li p, 
      .block-views-blockabout-block-1 ul li img {
            width: 100%;
      }
      .block-views-blockabout-block-1 ul li p {
            left: 0;
            margin-left: 0;
            margin-top: 30px;
      }
      .block-views-blocktickets-block-1 .item-list > ul > li {
            padding: 0 10px;
      }
      .navbar-we-mega-menu.navbar {
            z-index: 9999;
      }
      .overlay {
            z-index: 0 !important;
      }
      header.sticky .block-we-megamenu li a {
            color: #fff !important;
      }
      body.toggled .btn-close {
            z-index: 99999;
      }
      #block-topheader {
            display: none;
      }
      header .logo {
            display: block;
      }
      header .navbar-brand {
            display: block;
      }
      .custom_class_gallery .slick-dots {
            display: none !important;
      }
}
@media only screen and (max-width: 768px) {
      .block-views-blocktickets-block-1 .item-list > ul > li {
            width: 100%;
      }
      .custom_class_inaglance .views-field-body .field-content {
            flex-wrap: wrap;
      }
      .custom_class_inaglance .views-field-body .field-content .glance-block {
            width: 50%;
      }
      
      .custom_class_socailmedia .container {
            flex-wrap: wrap;
      }
      .custom_class_socailmedia .field--type-text-with-summary .facebook_page_class, 
      .custom_class_socailmedia .field--type-text-with-summary .twitter_page_class {
            width: 100%;
      }
      .custom_class_socailmedia .field--type-text-with-summary .facebook_page_class iframe, 
      .custom_class_socailmedia .field--type-text-with-summary .twitter_page_class iframe{
            width: 100%;
      }
      .custom_class_socailmedia .field--type-text-with-summary .facebook_page_class {
            margin-bottom: 30px;
      }
      .custom_class_footer .footer-social,
      .custom_class_footer .footer-middle,
      .custom_class_footer .footer-left,
      .custom_class_footer .footer-right {
            width: 100%;
      } 
      .custom_class_contact form {
            flex-wrap: wrap;
      }
      .custom_class_contact form > div {
            width: 50%;
      }
      .custom_class_testimonials .field-content {
            width: 100%;
      }
      .mainslider ul li .views-field-nothing .field-content h2 {
            font-size: 28px;
      }
      .custom_class_collection .item-list {
            padding: 0;
      }
      .custom_class_gallery .item-list {
            padding: 0 !important;
      }
      .custom-calendar-wrap {
            padding: 0 20px;
            flex-wrap: wrap;
      }
      .custom-calendar-wrap .custom-inner {
            min-width: 100%;
      }
      .custom-content-reveal {
            max-width: 100%;
            width: 100%;
      }
      header .search_header {
            display: none;
      }
      header .block-we-megamenu {
            margin-left: auto;
            margin-right: 10px;
      }
      #cboxTitle {
            left: 0;
            width: 100%;
      }
      .custom_class_collection .slick-initialized .slick-list {
            margin: 0 50px;
      }
}
@media only screen and (max-width: 480px) {
      .custom_class_contact form > div {
            width: 100%;
      }
      .custom_class_testimonials .field-content {
            flex-wrap: wrap;
      }
      .custom_class_testimonials .field-content .testimonials_image {
            width: 200px;
            margin-bottom: 20px;
      }
      header .logo img {
            max-height: 60px;
      }
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .field-content:after {
display:block;
}
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_title,
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_price,
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_detail,
.block-views-blocktickets-block-1 .item-list > ul > li .views-field-nothing .ticket_button{
display:block;
}