@font-face {
    font-family: "ChunkfiveEx";
    src: url(../font/ChunkfiveEx.ttf);
    }
    
    @font-face {
    font-family: "HelveticaNeue";
    src: url(../font/HelveticaNeue.ttf);
    }
    
    body{
        font-family: "HelveticaNeue";
    }
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
nav.navbar {
    background-color: #7d2c40;
    padding-top: 0;
    padding-bottom: 0;
}
nav.navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
nav.navbar .navbar-nav {
    border-top: 3px solid #d1333a;
    height: 90px;
}
nav.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
nav.navbar .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:focus,
nav.navbar .navbar-nav .nav-item .nav-link:hover,
nav.navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffc43e;
}
nav.navbar .navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: 0.5s;
}
nav.navbar .navbar-nav .nav-item:hover::before,
nav.navbar .navbar-nav .nav-item.active::before {
    background-color: #ffc43e;
}

.dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding-top: 36px;
}
.dropdown-item {
    background-color: #856660;
    color: #fff;
    padding: 5px 30px;
}
.dropdown-item:first-child {
    padding-top: 25px;
}
.dropdown-item:last-child {
    padding-bottom: 25px;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #856660;
    color: #ffc43e;
}
.header-small-menu {
    background-color: #856660;
    padding: 5px;
}
.header-small-menu .wrapper {
    display: flex;
    justify-content: space-between;
}
.header-small-menu .wrapper span,
.header-small-menu .wrapper a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 5px;
    /*font-weight: 600;*/
}
.header-small-menu .wrapper a.active {
    color: #ffc43e;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
}

.yellow {
    color: #ffc43e !important;
}
.white {
    color: #fff !important;
}
.header-small-menu .wrapper span i {
    color: #ffc43e;
}
.header-small-menu .wrapper .social {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.1);
    text-align: center;
    line-height: 25px;
    margin-right: 3px;
    
}
.header-small-menu .wrapper span .social i {
    color: #fff;
}
.banner-wrapper {
    position: relative;
}
.banner{
	padding-bottom: 50px;
	margin: auto;
	text-align: center;
}
.carousel-item::before,
.banner-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-wrapper .container {
    position: absolute;
}
.carousel-caption,
.banner-caption {
    position: absolute;
    top: 20%;
    left: 10vw;
    color: #fff;
    width: 40%;
    bottom: auto;
    right: auto;
    text-align: left;
}
.banner-caption {
    top: 20%;
}
.carousel-caption h1,
.banner-caption h1 {
    font-family: "ChunkfiveEx";
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(144, 129, 129, 0.5);
    text-transform: none;
    letter-spacing: 1px;
}
/*.banner-caption h1 {
    color: #ffc43e;
}*/
.banner-caption p {
    text-shadow: 1px 1px 2px rgba(144, 129, 129, 0.5);
}
section.welcome {
    padding: 50px 0;
}
.booking-form,
.book-now-main h2,
section.booking h2,
section.poster h2,
section.welcome h2,
section.welcome h4 {
    font-family: "HelveticaNeue";
    font-weight: bold;
    color: #7d2c40;
}
.booking-form {
    margin-bottom: 30px;
}
section.welcome.welcome-new h2,
section.welcome.welcome-new p  {
    text-align: center;
}
main ol li,
section.welcome p {
    color: #724e47;
}
section.welcome a {
    color: #724e47;
    text-decoration: underline;
}

/*section.welcome .col-sm-8 a {
    color: #7d2c40;
}*/
.uppercase {
    text-transform: uppercase;
}
.slide-gallery .col-sm-6:first-child {
    padding-right: 10px;
    flex: 0 0 45%;
    max-width: 45%;
}
.slide-gallery .col-sm-6:last-child {
    padding-left: 10px;
    flex: 0 0 55%;
    max-width: 55%;
}
.slide-gallery .carousel-item .img-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.slide-gallery .carousel-item .img-wrapper .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffc43e;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.slide-gallery .carousel-item h4 {
    color: #7d2c40;
    font-size: 20px;
}
.news-thumb-group {
    display: flex;
}
.news-thumb-group .img-wrapper {
    margin-right: 10px;
}
.news-thumb-group .text-group h4 {
    color: #7d2c40;
    font-size: 20px;
    margin-bottom: 0;
}
.news-thumb-group > * {

}
section.party {
    padding:  50px 0;
}
section.party .container > .inner {
    background-color: #7d2c40;
    padding: 40px;
}
section.party .text-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-width: 85%;
}
section.party .text-group {
    color: #fff;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}
section.party .text-group ul {
    padding-left: 20px;
}
.text-left {
    text-align: left;
}
.mgn-0 {
    margin: 0 !important;
}
.img-wrapper.venue {
    position: relative;
    transform: translateY(-40px);
}
.img-wrapper.venue .caption {
    position: absolute;
    color: #7d2c40;
    background-color: #ffc43e;
    padding: 5px;
    left: 30px;
    right: 30px;
    text-align: center;
    border-radius: 3px;
    transform: translateY(-50%);
    font-size: 32px;
}
section.booking {
    padding: 50px 0;
}
section.booking .inner {
    position: relative;
}
section.booking .caption {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 55%;
    text-align: right;
}
section.booking .caption .content {
    background-color: #724e47;
    padding: 20px 20px;
    color: #fff;
    text-align: left;
}
section.booking .caption .content h4 {
    font-family: "HelveticaNeue";
    font-weight: bold;
}
.btn.submit,
.btn.book-now {
    text-transform: uppercase;
    color: #fff;
    background-color: #7d2c40;
    border-radius: 0;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
}
footer {
    padding: 50px 0;
    background-color: #7d2c40;
    color: #fff;
}
footer .heading {
    font-family: "HelveticaNeue";
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #ffc43e;
    margin-bottom: 20px;
}
main ul,
.footer-list {
    padding-left: 20px;
    list-style-type: none;
}
.footer-list > li{
	color: #7d2c40;
}
main ul li,
.footer-list li {
    position: relative;
}
main ul li::before,
.footer-list li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffc43e;
    left: -20px;
    top: 10px;
}
.dropdown-menu li::before{
    background-color: transparent !important;
}
.carousel-indicators li::before{
	background-color: transparent;
}
.footer-list a {
    color: #fff;
    font-weight: 100;   
}
.footer-hr {
    border-top: 2px solid #ffc43e;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer-logo-wrapper {
    text-align: center;
    margin-bottom: 50px;
}
.footer-logo-wrapper img {
    display: inline-block;
}
.footer-social-wrapper {
    display: flex;
    justify-content: center;
}
.footer-social-wrapper a {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}
.contact-banner {

}
.contact-banner img {
    max-width: 100%;
    width: 100%;
}
section.contact-info {
    padding: 50px 0;
}
.contact-form-wrapper .header {
    width: 70%;
}
.contact-form-wrapper .header h4 {
    color: #7d2c40;
    font-family: "HelveticaNeue";
    font-weight: bold;
}
.contact-form-wrapper .header p {
    color: #724e47;
}
.form label {
    color: #7d2c40;
    font-weight: bold;
}
.form textarea {
    resize: none;
    }
.form .form-control {
    border-radius: 0;
    border-color: #7d2c40;
}
.btn:focus,
.form .form-control:focus {
    border-color: #7d2c40;
    box-shadow: 0 0 0 0.2rem rgba(125, 44, 64, .25);
    
}
.btn.submit {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
}
.contact-detail h4 {
    color: #7d2c40;
    font-family: "HelveticaNeue";
    font-weight: bold;
    margin-bottom: 25px;
}
.contact-detail .group h6 {
    color: #7d2c40;
    margin-bottom: 0px;
}
.contact-detail .group p {
    color: #724e47;
}
.contact-detail .group p a {
    color: #724e47;
}
.contact-detail .group p a i {
    color: #ffc43e;
    font-size: 20px;
}
.activities-banner {
    position: relative;
}
section.kayak {
    padding: 50px 0;
}
section.kayak .header h4 {
    color: #7d2c40;
    font-family: "HelveticaNeue";
    font-weight: bold;
}
section.kayak .header p {
    color: #724e47;
}
.kayak-img-wrapper {
    margin-bottom: 1rem;
}
.contact-detail-devider {
    height: 20px;;
}
.iframe iframe {
    width: 100%;
    height: 70vh;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    margin-top: 5px;
}
.menu-bar {
    height: 2px;
    width: 100%;
    background-color: #ffc43e;
    border-radius: 10px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.all-activities-wrapper {
    padding: 100px 0;
}
.all-activities-wrapper .group-wrapper {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    color: #7d2c40;
}
.all-activities-wrapper .group-wrapper img {
    transition: 1s;
}
.all-activities-wrapper .group-wrapper:hover img {
    transform: scale(1.1);
}

.all-activities-wrapper .group-wrapper .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(125, 44, 64, .9);
    margin: 0;
    padding: 8px;
    font-size: 18px;
}
.date {
    color: #a5a5a5;
}
.latest-news .group {
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.latest-news .group .img-wrapper {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 10px;
}
.latest-news  .group .content {
    flex: 0 0 70%;
    max-width: 70%;
}
.latest-news .group .title {
    font-size: 20px;
    margin-bottom: 5px;
}
.latest-news .group .date {
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 0;
}
.box.side-bar {
    background: #7d2c40;
    padding: 30px;
}
.box.side-bar .group a {
    color: #fff;
    transition: .5s;
}
/*.box.side-bar .group a:hover {
    color: #ffc43e;
}*/
.box.side-bar .group:not(:last-child) {
    margin-bottom: 15px;
}
.box h5,
.side-bar-heading {
    color: #ffc43e;
    
}
.primary-color, table h5 a{
	color: #724e47 !important;
}
p:first-word {
    font-weight:bold;
    color: red;
}
.box p,
.box.side-bar p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.box.side-bar .sub-head {
    margin-bottom: 0;
    font-size: 16px;
}
table tbody tr:first-chilld td {
    background-color: #7d2c40;
    border-color: #7d2c40;
    color: #fff; 
}
.table .thead-dark th {
    background-color: #7d2c40;
    border-color: #7d2c40;
}
.table td, .table th {
    white-space: normal;
    border: 1px solid #dddddd !important;
    color: #7d2c40;
}
.all-activites-wrapper .group-wrapper p{
    color: #7d2c40;
}
.venue-info-wrapper {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
}
.venue-info-group {
    margin-bottom: 30px;
}
.venue-info-group img {
    margin-bottom: 15px;
}
.venue-info-group .content h4 {
    color: #7d2c40;
}
.venue-info-group .content p {
    margin-bottom: 0;
}
.login-page main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7d2c40;
}
.login-page main section {
    
}
.login-page main section .inner-wrapper {
    width: 350px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.login-page .logo-wrapper {
    text-align: center;
    margin-bottom: 50px;;
}
.login-page .form-wrapper {
    padding: 15px;
    background-color: #856660;
    border-radius: 4px;
}
.login-page label {
    color: #fff;
}
.login-page .btn-wrapper {
    text-align: center;
}
.login-page .btn-wrapper .btn {
    background-color: #7d2c40;
    color: #FFF;
    width: 60%;
    min-width: 100px;
}
.poster-slider  .item {
    padding-right: 15px;
    padding-left: 15px;
}
.poster-slider  .item a {
    display: flex;
    align-items: center;
}
.poster-slider > div img {
    max-width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.book-now-page .book-now-main {
    padding: 50px 0;
}
.book-now-main .content-group {
    margin-bottom: 30px;
}
.book-now-main .content-group ul {
    padding-left: 40px;;
}
.book-now-main label {
    display: block;
}
.condition {
    display: none;
}
.border-right {
    border-right: 1px solid #ddd;
}
.modal-title-para {
    position: relative;
    min-height: 48px;
}
.modal-title-para .info-icon {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 5px;
}
#member-login-modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.events-ticketing .btn,
.statement .btn {
    background-color: #7d2c40;
    border-color: #7d2c40;
}
.form-group.links-wrapper {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-group.links-wrapper  p {
    margin-bottom: 0;
    font-size: 13px;
}
.form-group.links-wrapper a {
    color: #212529;
}
.form-group.links-wrapper a:hover {
    text-decoration: underline;
}
.events-ticketing {

}
#member-login-modal .modal-content {
    border-radius: 0;
}
#member-login-modal .modal-content .col-sm-6 {
    padding: 50px 50px;
}
.hidden-info {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 90px;
    width: 80%;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 13px 1px rgba(0,0,0,0.2);
}
.hidden-info.visible {
    opacity: 1;
    visibility: visible;
}
.hidden-info::before {
    content: "";
    position: absolute;
    right: 27px;
    top: -5px;
    border: 1px solid #ddd;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    border-bottom-color: #fff;
    border-right-color: #fff;
    
}
.hidden-info h6 {
    font-weight: bold;
}
.hidden-info ol {
    padding-left: 20px;
}
.hidden-info li {
    font-size: 10px;
}
.carousel-item img{width:100%;height:auto;}

/*=====   Responsive Design   =====*/

@media (min-width:768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        } 
    .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}
@media (max-width: 1920px) {
    .carousel-caption,
    .banner-caption {
        left: 22vw;
    }
}
@media (max-width: 1600px) {
    .carousel-caption,
    .banner-caption {
        left: 16vw;
    }
}
@media (max-width: 1440px) {
    .carousel-caption,
    .banner-caption {
        left: 11vw;
    }
}
@media (max-width: 1366px) {
    .carousel-caption,
    .banner-caption {
        left: 9vw;
    }
}
@media (max-width: 1280px) {
    .carousel-caption,
    .banner-caption {
        left: 6vw;
    }
}
@media (max-width:767px) {
    .header-small-menu {
        display: none;
    }
    .dropdown-item {
        background-color: #7d2c40;
    }
    .dropdown-item:hover {
        background-color: #856660;
    }
    .dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover {
        background-color: #856660;
        color: #ffc43e;
    }
    .banner-wrapper,
    #about-carousel .carousel-item,
    #home-slider .carousel-item {
        height: 30vh;
    }
    .banner-wrapper img,
    #about-carousel .carousel-item img,
    #home-slider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #about-carousel .carousel-caption,
    #home-slider .carousel-caption,
    #home-slider .banner-caption {
        width: 80%;
    }
    .banner-caption h1,
    #home-slider .carousel-caption h1,
    #home-slider .banner-caption h1 {
        font-size: 1.5rem;
    }
    .slide-gallery .col-sm-6:first-child {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slide-gallery .col-sm-6:last-child {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.party .container > .inner {
        padding: 15px;
        padding-bottom: 50px;
    }
    section.party .text-group-wrapper {
        max-width: 100%;
    }
    .img-wrapper.venue {
        transform: translateY(0px);
        margin-top: 20px;
    }
    .img-wrapper.venue .caption {
        left: 0px;
        right: 0px;
        font-size: 26px;
    }
    section.booking .caption {
        position: static;
        transform: translateY(0%);
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }
    nav.navbar .navbar-nav {
        height: auto;
        border-top: 3px solid transparent;
    }
    section.booking,
    section.party,
    section.welcome {
        padding: 25px 0;
    }
    footer .inner {
        margin-bottom: 20px;
    }
    .navbar-nav .dropdown-menu,
    nav.navbar .navbar-nav .nav-link {
        width: 100%;
    }
    .navbar-nav .dropdown-menu {
        padding-top: 0;
    }
    .dropdown-item:first-child {
        padding-top: 10px;
    }
    .dropdown-item:last-child {
        padding-bottom: 10px;
    }
    nav.navbar .navbar-nav .nav-item:hover::before, nav.navbar .navbar-nav .nav-item.active::before {
        background-color: transparent;
    }
}