.keen-slider:not([data-keen-slider-disabled]) {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
    flex-wrap: wrap
}

.sidebarArea {
    margin-bottom: 16px;
}

.sidebar ul {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    padding: 3px 15px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    color: #404040;
}

.sidebar li.current a {
    /* background-color: #a0ce4e; */
    margin-left: -15px;
    margin-right: -15px;
    color: #FFFFFF;
}

.sidebar ul li a:hover {
    /* background-color: #a0ce4e; */
    color: #FFFFFF;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

@media screen and (max-width:462px) {
    .sidebar {
        margin-top: 40px;
    }
}

.nb-error {
    margin: 0 auto;
    text-align: center;
    padding: 60px 30px;
}

.nb-error .error-code {
    color: #2d353c;
    font-size: 96px;
    line-height: 100px;
    padding: 20px 0px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closeIcon {
    color: #818181;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay div a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay div a:hover {
    color: #f1f1f1;
}

.overlay div i {
    font-size: 20px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay .subNav a {
    font-size: 20px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.top {
    max-height: 44px;
    background-color: #cfc575;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.top p {
    padding: 12.5px 0;
    margin: 0;
}

.top ul {
    margin: 0;
    padding: 0;
}

.top ul li {
    padding: 12.5px 0;
}

.top ul li:not(:first-child) {
    border-left: 1px solid white;
}

.top li i {
    color: #333333;
}

.top li a {
    color: #333333;
    font-family: 'Arvo', sans-serif;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: bold;
}

.top a {
    color: #333333;
    font-family: 'Arvo', sans-serif;
}

.top li a:hover,
.top a:hover {
    text-decoration: none;
}

.top a:hover,
.top li a:hover,
.top li a:hover i {
    color: #000000;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.top .dropdown-menu {
    font-size: 15px;
    text-align: left;
    list-style: none;
}

@media screen and (max-width:768px) {
    .top {
        text-align: center;
        font-size: 10px;
        max-height: inherit;
    }

    .top p {
        padding: 6px;
    }

    .top ul li {
        padding: 6px;
    }

    .top ul li a {
        padding-left: 0;
        padding-right: 0;
    }

    .top ul.list-inline {
        float: none !important;
        text-align: center;
    }
}

.topNav.fixed-top {
    z-index: 10;
}

.topNav {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.topNav li a {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.topNav .navbar-brand {
    max-height: 100px !important;
    padding: 0;
    margin: 0;
}

.topNav li>.dropdown-menu {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 225px;
    /* border-top: 2px solid #a0ce4e; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.topNav li>.dropdown-menu>li>a {
    padding: 10px;
    position: relative;
    color: #404040;
    line-height: 1.12857143;
    font-size: 12px;
}

.topNav li>.dropdown-menu>li>a:hover,
.topNav li>.dropdown-menu>li>a:focus {
    /* color: #a0ce4e; */
    background-color: transparent;
}

.topNav li>.dropdown-menu>li>a i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
}

.topNav .dropdown:hover>.dropdown-menu {
    display: block;
}

.topNav .dropdown:hover>.dropdown-menu .dropdown:hover .dropdown-menu {
    left: 225px;
    top: 0;
    margin-top: -2px;
}

.topNav .navbar-nav .active>a,
.topNav .navbar-nav .active>a:hover,
.topNav .navbar-nav .active>a:focus {
    /* color: #a0ce4e; */
    background-color: transparent;
}

.site-header li.nav-item {
    border-right: 1px solid #ccc;
}

.site-header .navbar-nav {
    padding: 0px 20px;
}

.searchbar,
.searchbar:hover {
    border: none;
    border-radius: 30px !important;
    /* color: #fff; */
    width: 250px !important;
    padding-right: 35px !important;
    padding: 8px;
}

.searchicon {
    color: #fff;
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    top: 7px;
}

.custom_inline {
    /* width: 65% !important; */
    width: calc(100% - 66px);
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.custom_inline input {
    background: #ccc;
}

.mobileSearch {
    color: #000;
}

.closeIcon i.closebtn {
    font-size: 40px;
    right: 10px;
}

footer.site-footer {
    background: #15391a;
    padding: 20px 0 0;
    float: left;
    width: 100%;
    border-top: #cfc575 10px solid;
}

footer.site-footer h4 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

footer.site-footer ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

footer.site-footer ul a {
    color: #666;
    font-size: 13px;
}

footer.site-footer p {
    font-size: 13px;
    color: #fff;
}

footer.site-footer p a {
    color: #666;
}

footer.site-footer p.text {
    color: #aab5a7;
}

.copyright {
    color: #ccc;
    padding: 15px 0;
    font-size: 12px;
    margin-top: 20px;
}

.copyright p,
.copyright p.text,
.copyright ul {
    margin: 0;
    float: left;
    font-size: 11px;
    font-weight: 300;
}

.copyright p {
    line-height: 18px !important;
}

.copyright a {
    color: #fff;
    font-size: 12px;
}

.copyright ul li a {
    color: #fff;
    font-size: 18px;
}

.site-footer li a:hover {
    /* color: #a0ce4e; */
}

.fbox {
    margin-bottom: 20px;
}

.fbox a {
    color: white;
}

.site-footer a:visited {
    color: #fff;
}

.sectionSpacer {
    padding-top: 60px;
}

.sectionHeading {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #002e5b;
}

.sectionHeading:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.greenPrimaryButton {
    background-color: #bade73;
    border: none;
    color: #54770f;
    padding: 10px 22px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .greenPrimaryButton {
        font-size: 12px;
        padding: 4px 8px;
    }
}

#homepageCarouselIndicators .carousel-caption {
    top: 25vh;
}

@media(max-width:500px) {
    #homepageCarouselIndicators .carousel-caption {
        top: 10vh;
    }
}

#homepageCarouselIndicators .carousel-caption h3 {
    line-height: 60px;
    border-width: 0px;
    margin: 0 0 18px 0;
    padding: 0;
    letter-spacing: -4px;
    font-size: 60px;
    font-weight: bold;
    color: #002e5b;
}

#homepageCarouselIndicators .carousel-caption p {
    line-height: 32px;
    border-width: 0px;
    margin: 0 0 18px 0;
    padding: 0;
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 24px;
    color: #222;
}

p {
    line-height: 26px;
    margin: 0 0 15px;
}

.breadcrumb {
    background: #fff;
    font-size: 14px;
    padding: 0 !important;
    margin: 16px 0 12px 0;
    background-color: transparent !important;
    color: none;
}

@media (max-width: 575px) {
    #homepageCarouselIndicators .carousel-caption h3 {
        font-size: 50px;
    }
}

.btnRow {
    margin-top: 60px;
    width: 100%;
}

.carouselHeader {
    margin-bottom: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Museo Slab', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

p {
    font-family: 'PT Sans', sans-serif;
    line-height: 22px !important;
}

.widget h4,
.page-title,
.category-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
}

.widget h4:after,
.page-title:after,
.category-title:after {
    background-color: black;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.entry {
    margin-bottom: 20px;
}

.entry div {
    font-family: 'PT Sans', sans-serif;
}

.featuredImage {
    width: 240px;
    padding: 0 24px 24px 24px;
}

.datePublished {
    font-style: italic;
}

.modalContainer {}

.modalOpen {
    background-color: rgba(0, 0, 0, 0.5);
}

.ReactModal__Content--after-open {
    width: 600px;
    max-width: 90%;
}

.ReactModal__Content--after-open h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .page-title {
        display: block;
        float: left;
    }

    .featuredImage {
        display: block;
        float: none !important;
        max-width: 100%;
        margin: auto !important;
    }

    .newletter-outer {
        position: relative;
        width: 100% !important;
    }

    .newsletter .newsletter-text {
        width: 100% !important;
    }
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.loadingArea {
    min-height: 600px;
}

.article {
    margin-bottom: 20px;
    font-size: 13px;
}

.articleLink {
    color: #343333;
}

.articleTitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 12px;
}

.articleImg {
    min-height: 210px;
    height: 210px;
    width: 100%;
}

.swiperContainer {
    width: 100%;
    height: 100%;
}

.swiperSlide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slideTitle {
    font-size: 32px;
    padding: 0 0 18px;
}

.slideText {}


.swiperContentBG {
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 50%;
    padding: 18px;
    text-align: center;
    border-radius: 12px;
}

.home_list ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.home_list ul li {
    list-style: none;
}

.home_list .thumbnail {
    border: none;
    padding: 0;
}

.home_list h3,
.home_list h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #404040;
}

.home_list p {
    color: #8c8c8c
}

.home_list a.btn {
    font-size: 13px;
    padding: 0;
    /* color: #a0ce4e; */
}

.whatson {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0px;
}

.whatson {
    padding: 50px 0;
}

.whatson h2 {
    color: #fff;
}

.partners {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners {
    padding: 50px 0;
}

.greenPrimaryButton {
    background-color: #bade73;
    border: none;
    color: #54770f;
    padding: 10px 22px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .greenPrimaryButton {
        font-size: 12px;
        padding: 4px 8px;
    }
}

.breadcrumb {
    font-size: 11px;
    padding: 0 !important;
    float: right;
    background-color: transparent !important;
}

@media (max-width: 575px) {
    .breadcrumb {
        float: left;
    }
}

.root {
    font-family: 'Arvo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    height: 100%;
}

.root h1,
.root h2,
.root h3,
.root h4,
.root h5,
.root h6 {
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

.root h1 {
    font-size: 1.5rem;
}

.root h2 {
    font-size: 1.25rem;
}

.root h3 {
    font-size: 1.2rem;
}

.root h4,
.root h5,
.root h6 {
    font-size: 1rem;
}

.root a {
    color: black;
}

.root a:hover {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.root a.none:hover {
    text-decoration: none;
}

.root a:visited {}

.top-shadow {
    background-image: url('/designs/kakadu/images/top-shadow.png');
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -3px;
    padding: 40px 0px;
}


/* Commented by smartdata */


/* .home_list {
  composes: home_list from './section.css';
}

.whatson {
  composes: whatson from './section.css';
}

.partners {
  composes: partners from './section.css';
}

.eventSlider {
  composes: eventSlider from './slide.css';
}

.swiper-container {
  composes: swiper-container from './slide.css';
}
.swiper-slide {
  composes: swiper-slide from './slide.css';
}

.card {
  composes: card from './slide.css';
} */

    {
    & img {
        max-width: 100%;
    }

    & .boxes_area .card {
        border: 0px;
    }

    & .boxes_area .card .card-block {
        padding-left: 0px;
    }

    & .boxes_area .card img {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}


/*DO NOT DO GLOBAL OVERRIDES
.swiper-pagination-bullet {
  margin-left: 3px;
  margin-right: 3px;
  
  background:#fff !important;
}
*/

.video-background {
    position: relative;
    /*
  padding-bottom: 56.25%;
  height: 0;
  */
    height: 415px;
    overflow: hidden;
    /*z-index: -99;*/
}

@media (min-width: 900px) {
    .video-background {
        height: 600px;
    }
}


/*
.video-foreground,
.video-background-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

.video-foreground {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
}

.video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 94%;
    z-index: 200;
    margin-left: 3%;
    background: rgba(255, 255, 255, .5);
}

.video-overlay-content {
    text-align: center;
    font-size: 24px;
    padding: 12px;
    color: black;
}

.video-container {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loadingArea {
    min-height: 402px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.sub_title {
    font-size: 24px !important;
    text-align: center;
}

.headerCompartment {
    padding: 0;
}

.headerCompartmentOverlay {
    /*margin-left: 15px;
  margin-right: 15px;
  */
}

p,
div {
    /*word-break: break-all;*/
    overflow-wrap: break-word;
}

.pb-3 {
    padding-bottom: 2rem !important;
}

.rbc-header,
.rbc-month-view,
.rbc-month-row,
.rbc-day-bg+.rbc-day-bg,
.rbc-month-view .rbc-header,
.rbc-month-view .rbc-header+.rbc-header,
.rbc-month-row+.rbc-month-row {
    border-width: 2px !important;
    border-color: black !important;
}

.rbc-row-segment {
    padding-left: 4px;
}

#calendarWrapper .card-block {
    padding: 12px;
}

#calendarWrapper .w-100 {
    padding: 8px;
}

.rbc-row-segment .rbc-event-content {
    font-size: 12px;
}

@media (max-width: 768px) {
    .pb-3 {
        padding-bottom: 1rem !important;
    }

    .loadingArea {
        min-height: 300px !important;
    }

    .video-overlay-content {
        font-size: 16px !important;
    }

    .headerCompartment {
        /*margin-top: 10px !important;*/
        padding: 0 !important;
    }

    .noPadMobile {
        padding: 0 !important;
    }

    .sub_title {
        font-size: 18px;
    }

    .headerCompartmentOverlay {
        margin-left: 0;
        margin-right: 0;
    }
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    border-top: 1px solid #ccc !important;
}

.swiper-pagination {
    border: 1px solid #ccc;
}

.DateInput.form-group {
    width: 187px;
    display: inline-block;
}

.DateInput .col-lg-8.col-md-9 {
    width: 100%;
    max-width: 100%;
}

.DateInput>.col-lg-4 {
    display: none;
}


/*******************Slider*****************/

.slider-dv {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.slider-dv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-con {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 30%;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.slider-con h2 {
    font-size: 60px;
    padding: 1%;
}

.slider-con p {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 1%;
}

.header-link1 .Kakadu_Overlaycss {
    margin-top: 20px;
}

.header-link1 .Kakadu_Overlaycssa {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    margin-right: 20px;
}

.header-link1 .Kakadu_Overlaycss a:hover {
    border-color: #252525;
    background-color: #252525;
    color: #fff;
}


/* .featureoverlay{background: -webkit-linear-gradient(45deg,rgba(131,6,40,.5),rgba(255,208,0,.5));top: 0px;padding-top: 25%;} */


/* Media query fo comark hall */


/******************Media***********************/


/************Header***************/

@media(max-width:992px) {
    #navbarSupportedContent.navbar-collapse.collapse.show {
        flex: 0 0 100%;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li a {
        border: none;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li:hover::after {
        display: none;
    }

    #navbarSupportedContent .header-search input {
        width: 100% !important;
    }

    .slider-dv img {
        height: 100%;
    }

    .newsletter .newsletter-wrap {
        width: 100%;
    }

    .social-wrap {
        width: 100%;
        text-align: center;
        /* margin-bottom: 15px; */
    }

    .list-inline .social {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .right h2 {
        font-size: 40px;
    }

    .newsletter .newsletter-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .newletter-outer {
        text-align: center;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }
}


/*****************feed one ******************/


/* .swiper-container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	  }
	  .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	  } */

.header-link1 .Kakadu_Overlaycss {
    margin-top: 20px;
}

.header-link1 .Kakadu_Overlaycss a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    margin-right: 20px;
}

.header-link1 .Kakadu_Overlaycss {
    display: inline-block;
}

.header-link1 .Kakadu_Overlaycss a:hover {
    border-color: #252525;
    background-color: #252525;
    color: #fff;
}


/* .video_style,.video_style .headerCompartment,.headerCompartmentOverlay,.video_style1,.video_style2{height: 725px !important;} */

@media(max-width:768px) {
    .slider-dv {
        height: 500px;
    }

    .slider-con h2 {
        font-size: 40px;
    }

    .slider-con p {
        font-size: 22px;
        letter-spacing: normal;
    }

    .p-content {
        font-weight: normal;
        font-size: 14px;
    }

    .contact-sec-col {
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }

    .content4 .left,
    .content4 .right {
        width: 100%;
    }

    .content4 p {
        font-weight: normal;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .KAKADU_VIDEO_SETTING .slider-con {
        padding-top: 0% !important;
        margin-top: -15px;
    }

    .header-link1 .Kakadu_Overlaycss a {
        padding: 5px;
        margin-right: 5px;
    }

    .header-link1 .Kakadu_Overlaycss {
        margin-top: 10px;
    }
}

@media(max-width:500px) {
    .slider-dv {
        height: 400px;
    }

    .date-dv {
        margin-top: 0px;
    }

    .slider-con h2 {
        font-size: 25px;
    }

    .slider-con {
        top: 25%;
    }

    .slider-con p {
        font-size: 15px;
    }

    .content4 h2 {
        font-size: 30px;
    }

    .content-links a {
        font-weight: normal;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .contact-sec-col {
        flex: 0 0 100%;
    }

    .footer {
        padding: 0 15px;
    }

    .footer-last1,
    .footer-last2 {
        width: 100% !important;
    }

    p.answer-number {
        font-size: 25px;
    }

    .header-link1 .Kakadu_Overlaycss {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .KAKADU_VIDEO_SETTING .slider-con {
        /* padding-top: 2% !important; */
    }

    .KAKADU_VIDEO_SETTING .slider-con h2 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .KAKADU_VIDEO_SETTING .header-link1 a {
        font-size: 14px;
    }

    .header-link1 .Kakadu_Overlaycss a {
        padding: 5px;
        margin-right: 5px;
    }
}

@media(max-width:400px) {
    .content4 h2 {
        font-size: 25px;
    }

    .content-links a {
        margin: 5px;
    }
}


/* Smartdata style for kakadu design */


/* This is some new design css for kakadu, ripple js styles */

[data-ripple] {
    position: relative;
}

[data-ripple]>.ripple {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

[data-ripple]>.ripple>.ink {
    display: block;
    position: absolute;
    background: #fefefe;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

[data-ripple]>.ripple>.ink.animate {
    -webkit-animation: ripple 0.85s linear;
    -moz-animation: ripple 0.85s linear;
    -o-animation: ripple 0.85s linear;
    -ms-animation: ripple 0.85s linear;
    animation: ripple 0.85s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}


/*scale the element to 250% to safely cover the entire link and fade it out*/

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.ripple-cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ripple-cont.r-int-disabled:active {
    background-color: rgba(158, 158, 158, 0.2);
}

.ripple-cont.r-card {
    padding: 0;
    width: 100%;
}

.ripple-cont.r-full {
    width: 100%;
}

.ripple-cont.r-icon {
    padding: 8px;
    line-height: 1;
    min-height: 15px;
    min-width: 15px;
    background-color: transparent;
}

.ripple-cont.r-raised {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.ripple-cont.r-raised:not(.disabled):active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
}

.ripple-cont.disabled {
    color: rgba(0, 0, 0, 0.26) !important;
    cursor: default;
    background-color: transparent;
    box-shadow: none;
}

.ripple-cont.disabled:hover {
    background-color: transparent;
}

.ripple-cont.disabled:active {
    background-color: transparent;
}

.ripple-cont.r-raised.disabled {
    background-color: rgba(0, 0, 0, 0.12) !important;
    box-shadow: none;
}

.ripple-cont .ripple-content {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.ripple-cont .ink-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background-clip: padding-box;
    background-color: transparent;
    /* overflow: hidden; */
    -moz-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    -o-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    border-radius: 2px;
    pointer-events: none;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms;
}

.ripple-cont.r-overink>.ink-content {
    display: none;
    z-index: 3;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms, z-index 1ms linear 0s;
}

.ink-content .ink,
.ink-content .ink>i {
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 10;
}

.ink-content .ink {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform, height, width;
}

.ink-content .ink>i {
    background: rgb(0, 0, 0);
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

.ripple-cont.r-icon .ink {
    top: 50%;
    left: 50%;
}

.ink-content .ink.animate,
.ink-content .ink.animate>i {
    -webkit-transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), -webkit-transform .9s cubic-bezier(.25, .8, .25, 1);
    -moz-transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), -moz-transform .9s cubic-bezier(.25, .8, .25, 1);
    transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), transform .9s cubic-bezier(.25, .8, .25, 1);
}

.ink-content .ink.animate {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ink-content .ink.animate>i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

@media (max-width:575px) {

    .ripple-cont.r-round,
    .ripple-cont.r-round .ripple-cont {
        border-radius: 50%;
        overflow: hidden;
    }

    .ripple-cont.r-round .ink-content {
        border-radius: 50%;
    }
}


/* This are the smartdata theme items*/

a,
img,
button:focus {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
    margin: 0px;
    padding: 0px;
}


/* ul, li { list-style: none; } */

ul {
    font-family: 'PT Sans', sans-serif;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Muli', sans-serif;
}

.btn.focus,
.btn:focus,
.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}


/* This are the smartdata buttons items*/

.greenPrimaryButton {
    background-color: #bade73;
    border: none;
    color: #54770f;
    padding: 10px 22px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .greenPrimaryButton {
        font-size: 12px;
        padding: 4px 8px;
    }
}


/* This are the smartdata bookingbar items*/


/*******************content2*****************/

.content2 {
    background: #1c1c1c;
    padding: 25px;
}

.date-dv {
    padding: 15px;
    position: relative;
    color: #000;
    z-index: 9
}

.date-dv h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}

.date-dv .row span {}


/* .date-dv .row input,.date-dv .row .dropdown {
    width: 140px; 
    // background: transparent;
    // border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    height: 38px;
} */

.date-dv .row .dropdown button,
.date-dv .row .dropdown button:focus {
    background: transparent;
    width: 100%;
    border: none;
    height: 100%;
}

.form-button button {
    margin-right: 10px;
    background: #000;
    border-color: #000;
    cursor: pointer;
    padding: 6px;
}

.date-dv .row .dropdown button::after {
    display: none;
}

*/ .p-content {
    color: #fff;
    padding-top: 30px;
    text-align: justify;
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

@media(max-width:1200px) {
    span.KAKADU_BOOKING_SPAN {
        display: block;
    }

    .BOOKING_BAR_BUTTON1,
    .BOOKING_BAR_BUTTON2 {
        margin-top: 20px;
    }

    /* .date-dv button{width: auto !important; float: none !important;} */
}

@media(max-width:992px) {
    .slider-dv {
        height: 400px;
    }

    .date-dv {
        margin-top: 0px;
    }

    .slider-con h2 {
        font-size: 25px;
    }

    .slider-con p {
        font-size: 15px;
    }

    .content4 h2 {
        font-size: 30px;
    }

    .content-links a {
        font-weight: normal;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .contact-sec-col {
        flex: 0 0 100%;
    }

    .footer {
        padding: 0 15px;
    }

    .footer-last1,
    .footer-last2 {
        width: 100% !important;
    }

    p.answer-number {
        font-size: 25px;
    }

    .KAKADU_BOOKING_RESPONSIVE {
        margin: 0px auto;
        text-align: center;
    }

    .date-dv button.BOOKING_BAR_BUTTON1 {
        margin-top: 10px;
    }

    span.KAKADU_BOOKING_SPAN {
        display: inline-block;
        width: 100px;
    }
}

@media(max-width:400px) {
    .content4 h2 {
        font-size: 25px;
    }

    .content-links a {
        margin: 5px;
    }
}

.custom-priority div.col-sm-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}


/* .custom-priority{width:180px;display: inline-block;} */

.custom-priority select {}

.custom-priority>div>label {
    display: none;
}

.BOOKING_BAR_SARTDATE,
.BOOKING_BAR_ENDDATE,
.BOOKING_BAR_ROOM {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

@media(max-width:992px) {

    .BOOKING_BAR_SARTDATE,
    .BOOKING_BAR_ENDDATE,
    .BOOKING_BAR_ROOM {
        width: 100%;
    }
}

.Booking-errormsg {
    margin-left: 10px;
    margin-right: 30px;
}

.booking_no_event {
    font-size: 13px;
    padding: 4px 0 8px 0;
    display: block;
}

@media(min-width:500px) and (max-width:992px) {

    .custom-priority,
    .custom_responsive {
        width: 100% !important;
    }
}

@media(max-width:992px) {
    .BOOKING_BAR_BUTTON1 {
        margin-top: 20px;
    }
}

@media(max-width:500px) {
    .KAKADU_BOOKING_RESPONSIVE {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


/* This are smartdata contactus items */


/*******************content5 Contact Us *****************/

.contact-sec {
    padding: 25px;
    background: #1c1c1c;
    color: #fff;
}

.contact-sec h2 {
    padding-bottom: 15px;
    font-size: 40px;
}

.contact-us-text {
    font-weight: normal;
}


/******************Media***********************/

@media(max-width:768px) {
    .right h2 {
        font-size: 40px;
    }

    .newsletter .newsletter-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .newletter-outer {
        text-align: center;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }
}

@media(max-width:768px) {
    .slider-dv {
        height: 500px;
    }

    .slider-con h2 {
        font-size: 40px;
    }

    .slider-con p {
        font-size: 22px;
        letter-spacing: normal;
    }

    .p-content {
        font-weight: normal;
        font-size: 14px;
    }

    .contact-sec-col {
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }

    .content4 .left,
    .content4 .right {
        width: 100%;
    }

    .content4 p {
        font-weight: normal;
    }
}

@media(max-width:500px) {
    .slider-dv {
        height: 400px;
    }

    .date-dv {
        margin-top: 0px;
    }

    .slider-con h2 {
        font-size: 25px;
    }

    .slider-con p {
        font-size: 15px;
    }

    .content4 h2 {
        font-size: 30px;
    }

    .content-links a {
        font-weight: normal;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .contact-sec-col {
        flex: 0 0 100%;
    }

    .footer {
        padding: 0 15px;
    }

    .footer-last1,
    .footer-last2 {
        width: 100% !important;
    }

    p.answer-number {
        font-size: 25px;
    }
}

@media(max-width:400px) {
    .content4 h2 {
        font-size: 25px;
    }

    .content-links a {
        margin: 5px;
    }
}

@media (max-width: 1200px) {}


/* This are the smartdata slice items */


/*******************content4 - Slice right*****************/

.content4 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content4 .right {
    float: right;
    width: 450px;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 9;
}

.right h2 {
    margin: 0 0 30px;
    font-size: 40px;
}

.content4 {
    position: relative;
    min-height: 480px;
    padding-top: 120px;
}

.content4::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    left: auto;
    right: 0;
    width: 70%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.content4 .container {
    position: relative;
    z-index: 2;
}

.content4 .right h2 {
    margin: 0 0 30px;
}

.content4 .right h2 span {
    font-size: 16px;
    display: block;
    text-align: justify !important;
    text-transform: uppercase;
}

.content4 .right p {
    text-align: justify;
    margin-bottom: 30px;
    font-weight: normal;
}

.content-links {
    padding-top: 20px;
    text-align: center;
}

.content-links a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 13px;
    margin-right: 10px;
}

.content-links a:hover {
    border-color: #252525;
    background-color: #252525;
    color: #fff;
}


/*******************content5 - slice left *****************/

.content4 .left {
    float: left;
    width: 450px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}

.content4.content4-frst::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    right: auto;
    left: 0;
    width: 70%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.content4 .left h2 {
    margin: 0 0 30px;
    text-align: justify;
    font-size: 40px;
}

.content4 .left h2 span {
    font-size: 16px;
    display: block;
    text-align: justify;
    text-transform: uppercase;
}

.content4 .left p {
    text-align: justify;
    margin-bottom: 30px;
    font-weight: normal;
}


/*******************content5 - slice center *****************/

.content4 .center {
    float: left;
    width: 450px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}

.content4.content4-frst::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    right: auto;
    left: 0;
    width: 70%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.content4 .center h2 {
    margin: 0 0 30px;
    text-align: justify;
}

.content4 .center h2 span {
    font-size: 16px;
    display: block;
    text-align: justify !important;
    text-transform: uppercase;
}

.content4 .center p {
    text-align: justify;
    margin-bottom: 30px;
    font-weight: normal;
}

.center h2 {
    margin: 0 0 30px;
    font-size: 40px;
}


/******************Media***********************/

@media(max-width:992px) {
    #navbarSupportedContent.navbar-collapse.collapse.show {
        flex: 0 0 100%;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li a {
        border: none;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li:hover::after {
        display: none;
    }

    #navbarSupportedContent .header-search input {
        width: 100% !important;
    }

    .slider-dv img {
        height: 100%;
    }

    .newsletter .newsletter-wrap {
        width: 100%;
    }

    .social-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .social-wrap>ul {
        padding-inline-start: 0;
    }
}

@media(max-width:768px) {
    .right h2 {
        font-size: 30px;
    }

    .newsletter .newsletter-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .newletter-outer {
        text-align: center;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }

    .content4 .left h2,
    .contact-sec h2 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .slider-dv {
        height: 500px;
    }

    .slider-con h2 {
        font-size: 40px;
    }

    .slider-con p {
        font-size: 22px;
        letter-spacing: normal;
    }

    .p-content {
        font-weight: normal;
        font-size: 14px;
    }

    .contact-sec-col {
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }

    .content4 .left,
    .content4 .right {
        width: 100%;
        float: none;
        padding: 20px 0 30px;
    }

    .content4 p {
        font-weight: normal;
    }

    .content-links a {
        padding: 8px;
    }
}

@media(max-width:500px) {
    .slider-dv {
        height: 400px;
    }

    .date-dv {
        margin-top: 0px;
    }

    .slider-con h2 {
        font-size: 25px;
    }

    .slider-con p {
        font-size: 15px;
    }

    /* .content4 h2{font-size: 30px;} */
    .content-links a {
        font-weight: normal;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .contact-sec-col {
        flex: 0 0 100%;
    }

    .footer {
        padding: 0 15px;
    }

    .footer-last1,
    .footer-last2 {
        width: 100% !important;
    }

    p.answer-number {
        font-size: 25px;
    }

    .content4 .center {
        width: auto;
    }
}

@media(max-width:400px) {
    .content4 h2 {
        font-size: 25px !important;
    }

    .content-links a {
        margin: 5px;
    }

    .content4 {
        min-height: 380px;
    }
}

@media (max-width: 400px) {
    .content4 {
        padding-top: 25px;
    }
}

.slice_center_text {
    float: none !important;
    margin: 0 auto !important;
}

.slice_center_text h2 {
    text-align: left !important;
}

.Slice_Image_Stretch {
    object-fit: cover !important;
}


/* This are the smartdate style items for footer, slice and gallery */


/*******************Newsletter - Footer*****************/

.newsletter {
    padding: 46px 46px 26px 46px;
    background: #f5f5f5;
    color: #333333;
    float: left;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 992px) {
    .newsletter {
        padding: 20px 6px 0 6px;
    }
}

.social-wrap {
    text-align: left;
    width: 33%;
}

.newsletter-wrap {
    float: left;
}

.social a {
    background-color: #fff;
    border: 1px solid #252525;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
}

.social a i {
    color: #242524;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    display: block;
    height: 20px;
    font-size: 22px;
    position: absolute;
    text-align: center;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.newsletter .newsletter-wrap {
    width: 65%;
    float: left;
}

.newsletter .newsletter-text p {
    font-size: 18px;
}

.newsletter .newsletter-text {
    width: 35%;
    float: left;
}

.newsletter-button-anc {
    color: #ffffff !important;
    background-color: #252525 !important;
    border-radius: 0;
    border: none;
    padding: 11px 15px;
}

.newsletter-button-anc:hover {
    color: #252525 !important;
    background-color: #ffffff !important;
    border-left: 1px solid #252525 !important;
}

.newsletter-search input {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}


/* .newsletter-btn button:focus { margin: 1px;}   */


/*******************Footer*****************/

.footer {
    float: left;
    width: 100%;
}

.group1 {
    width: 65%;
    float: left;
}

.group2 {
    width: 35%;
    float: left;
}

@media(max-width:992px) {
    .group1 {
        width: 100%;
        float: none;
        padding-bottom: 40px;
    }

    .group2 {
        width: 100%;
        float: none;
    }
}

.footer ul.menu li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    list-style: none;
    font-size: 14px;
}

.footer ul.menu li a {
    /* border-bottom: 1px solid #333333; */
    color: #333333;
    font-weight: normal;
}

.group1 h4,
.group2 h4,
.footer-last1 h4 {
    color: #333333;
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.group1 ul {
    margin-left: -40px;
}

.group2 ul {
    margin-left: -40px;
}

.accord {
    float: left;
    width: 100%;
    padding: 10px 0px;
    position: relative;
}

@media (max-width: 992px) {
    .accord {
        margin-bottom: 20px;
    }
}

.accord::before {
    position: absolute;
    top: 0;
    height: 1px;
    width: 15%;
    background: #d7d7d7;
    content: "";
}

.group2 .accord ul.menu li {
    width: 100%;
}

.footer-last1 {
    width: 50%;
    float: left;
}

.footer-last2 {
    width: 50%;
    float: left;
    text-align: right;
}

.answer-number {
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 10px;
    font-weight: normal;
}

.answer-number-text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    display: block;
    color: #333333;
    font-weight: normal;
}

p.copyright {
    color: #959595;
    font-size: 12px;
    font-weight: normal;
}

.footer-last2 img {
    /* width: 220px; */
    margin-top: 10px;
}

.booking-table {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.newsletter .newsletter-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newletter-outer {
    margin-left: 2%;
    position: relative;
    width: 60%;
}


/******************Media***********************/

img {
    max-width: 100%;
}

@media(max-width:992px) {
    .social-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {

    .newletter-outer .newsletter-search,
    .newletter-outer .newsletter-btn {
        float: none;
    }

    .newletter-outer {
        text-align: center;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }
}

@media(max-width:768px) {
    .slider-dv {
        height: 500px;
    }

    .slider-con h2 {
        font-size: 30px;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .swiper h2 {
        font-size: 30px !important;
    }

    .content3 h2 {
        font-size: 30px !important;
    }

    .slider-con p {
        font-size: 22px;
        letter-spacing: normal;
    }

    .p-content {
        font-weight: normal;
        font-size: 14px;
    }

    .contact-sec-col {
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
    }

    .footer .col-sm-5.group,
    .footer .col-sm-7.last {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0px;
    }

    .content4 .left,
    .content4 .right {
        width: 100%;
    }

    .content4 p {
        font-weight: normal;
    }

    .footer-last1,
    .footer-last2 {
        float: left;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        width: 50%;
        float: left;
    }
}

@media(max-width:500px) {
    .slider-dv {
        height: 400px;
    }

    .date-dv {
        margin-top: 0px;
    }

    .slider-con h2 {
        font-size: 25px;
    }

    .slider-con p {
        font-size: 15px;
    }

    .content4 h2 {
        font-size: 30px !important;
    }

    .content-links a {
        font-weight: normal;
    }

    .contact-sec-col>h2 {
        font-size: 30px;
        font-weight: normal;
    }

    .contact-sec-col {
        flex: 0 0 100%;
    }

    .footer {
        padding: 0 15px;
    }

    .footer-last1,
    .footer-last2 {
        width: 100% !important;
    }

    p.answer-number {
        font-size: 25px;
    }
}

@media(max-width:400px) {
    .content4 h2 {
        font-size: 25px;
    }

    .content-links a {
        margin: 5px;
    }
}


/***************************/

.footer-last1 {
    width: 50%;
    float: left;
}


/*news letter*/

.stm_newsletter_form {}

.stm_newsletter_form input[type="email"] {
    width: 100%;
    background: #fff;
    padding: 10px 47px 10px 10px;
    border: 1px solid black;
}

.stm_newsletter_form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.stm_newsletter_form label {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 40px;
    height: 38px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: black;
    outline: 0 !important;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    background: white;
    border: 1px solid black;
    border-left: none;
}

.mailIcon {
    font-size: 22px;
}

.mc4wp-form {
    position: relative;
    margin: 0 0 15px;
    width: 61%;
}

.mc4wp-form-signup {
    position: relative;
    margin: 0 0 15px;
}

@media(max-width:992px) {
    #navbarSupportedContent.navbar-collapse.collapse.show {
        flex: 0 0 100%;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li a {
        border: none;
    }

    #navbarSupportedContent.navbar-collapse ul.navbar-nav li:hover::after {
        display: none;
    }

    #navbarSupportedContent .header-search input {
        width: 100% !important;
    }

    .slider-dv img {
        height: 100%;
    }

    .newsletter .newsletter-wrap {
        width: 100%;
    }

    .social-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .mc4wp-form {
        width: 100% !important;
    }
}

.email {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    background: #cacaca;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    height: 38px;
    width: 100%;
}

.subscribeMsg {
    font-size: 12px;
    margin-left: 15px;
}

.subscribeMsg.error {

    color: #f86c6b;
}

.subscribeMsg.success {
    color: green;
}

.subscribeMsg1 {
    font-size: 12px;
    padding-left: 15px;
    color: #f86c6b;
}

@media (min-width:767px) {
    .newsletter-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width:767px) {
    .newsletter-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width:480px) {
    .newletter-outer {
        float: left;
        width: 100%;
        position: relative;
        padding-right: 0px;
    }

    .newsletter-btn {
        position: relative;
        margin-top: 10px
    }
}


/*******************Gallery*****************/

.content3 {
    padding: 25px;
    background: #1c1c1c;
}

.content3 h2 {
    font-size: 40px;
    text-align: center;
    padding: 25px 0;
    /*border-top: 1px solid #262626;border-bottom: 1px solid #262626; */
}

.content3 h2 span {
    position: relative;
    color: #fff;
}

.content3 h2 span::before,
.content3 h2 span::after {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -50px;
}

.content3 h2 span::after {
    right: -50px;
    left: auto;
}

.content3.bottom-content3 .block {
    margin-top: 10px;
}

.content3.gallery-sec {
    background: #000;
}

.content3.gallery-sec h2 {
    border-top: none;
}

.gallery-inner {
    padding: 15px 0;
}

.gallery-inner img {
    object-fit: cover
}


/* This are the feeds items */

.feedWrapper {
    position: relative;
}

.feedWrapperBottomPadded {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .feedWrapper {
        margin-bottom: 12px;
    }
}

.feedWrapperInner {
    text-align: center;
    max-width: 260px;
    margin: auto;
    position: relative;
}

.feedWrapperInnerText {
    max-width: 260px;
    margin: auto;
}

.feedHeader {
    text-align: center;
    padding: 8px;
    font-size: 32px !important;
}

.feedImage {
    height: 280px;
    max-width: 100%;
}

.feedOverlay {
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, .5);
    width: 100%;
}

.feedOverlayTitle {
    text-align: center;
    padding: 8px;
    margin: 0;
}

.feedSwiperContainer {
    width: 100%;
    height: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin-bottom: 20px;
}

.feedSwiperContainerInner {
    /* margin-left: 30px;
    margin-right: 30px; */
    text-align: center;
    max-width: 260px;
    margin: auto;
}

.feedSwiperNoTitle {
    margin-top: 15px;
}

.feedSwiperContainerInnerContent {
    /*
    margin-left: 30px;
    margin-right: 30px;
    */
}

.feedSwiperCardText {
    font-size: 14px;
    padding: 10px 0;
}

.feedSwiperContainerInnerContent h2 {
    font-size: 18px;
}

.feedSwiperSlide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.feedSwiperCard {
    border: 0px;
    border-radius: 0;
    background: transparent;
}

.feedSwiperCardImg {
    border-radius: 0;
    object-fit: cover !important;
}

.feedSwiperButton {
    top: 100% !important;
    margin-top: -28px !important;
    width: 40px !important;
    height: 20px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 12px !important;
    /* border-top: 1px solid #ccc; */
    border: none !important;
    margin-top: 12px;
}

.swiper-wrapper {
    margin-bottom: 20px;
}

.footerFeedHeader {
    font-size: 14px !important;
    padding: 6px 0 0 0;
    margin: 0;
}

.footerFeedText {
    font-size: 10px !important;
    padding: 0;
    margin: 0;
}

@media (max-width: 1200px) {
    .feedWrapperInner {
        max-width: 100%;
        min-height: 140px;
    }

    .feedWrapperInnerText {
        max-width: 100%;
    }

    .feedOverlayTitle {
        font-size: 14px !important;
    }

    .feedSwiperCardText {
        font-size: 12px;
    }

    .feedSwiperContainerInnerContent h2 {
        font-size: 14px;
    }

    .subscribeMsg {
        margin-left: 8%;
    }

    .subscribeMsg1 {
        padding: 0 17px;
    }
}

@media (max-width: 478px) {}

@media (max-width: 1192px) and (min-width: 576px) {
    .homepageSliderHidden {
        height: 80px;
        overflow: hidden;
    }

    .feedHeader {
        font-size: 26px !important;
    }
}

.swiper {
    background: #1c1c1c
}

.raw-slide-style .swiper {
    background: none !important;
}

.raw-slide-style .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: black !important;
}

.swiper h2 {
    font-size: 40px;
    text-align: center;
    padding: 25px 0;
    /* border-top: 1px solid #262626; border-bottom: 1px solid #262626;*/
}

.swiper h2 span {
    position: relative;
    color: #fff;
}

@media(min-width:920px) {

    .swiper h2 span::before,
    .swiper h2 span::after {
        content: "";
        background-color: #fff;
        height: 1px;
        width: 35px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: -50px;
    }

    .swiper h2 span::after {
        right: -50px;
        left: auto;
    }
}

.swiper {
    /*border-bottom: 1px solid #262626; */
}

.swiper .swiper-pagination span ::before {
    color: #fff !important;
    font-size: 40px;
}


/* .swiper button.slick-prev,.slider-content1 button.slick-next{display: none !important;}
.swiper-content1 .slick-list.draggable{border-bottom: 1px solid #262626;padding-bottom: 10px;} */

.homepageFeed1 {
    padding-bottom: 70px;
    background: #1c1c1c;
}

.swiper-custom {
    padding-bottom: 65px;
}

.feedTitle {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.feedLink {
    font-size: 10px;
    color: #808080;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.feedback-f4 {
    color: #fff;
    font-size: 15px;
    position: relative;
    display: block;
    padding: 5px;
    text-align: center;
    min-height: 50px;
    overflow: hidden
}

.feedback-f4::before {
    content: "“";
    font-size: 40px;
    color: rgb(153, 153, 153);
    line-height: 0;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 11px;
    margin: 0px 6px 0px 0px;
}

.feedback-f4::after {
    content: " ”";
    font-size: 40px;
    color: rgb(153, 153, 153);
    line-height: 0;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    margin: 0px 0px 0px 4px;
}

.homepageSliderHidden {
    overflow: visible !important;
    height: auto;
}

@media(max-width:768px) {
    .homepageSliderHidden>h4 {
        font-size: 12px;
    }
}

@media(max-width:400px) {
    .header-link1 a {
        margin: 5px;
    }
}


/* nav bar custom */


/* .nav-link {
    border-top: 4px solid;
    border-top-color: #FFFFFF;

}
.nav-link:hover {
    border-top-color: rgba(0,0,0,.5);

} */

.custom-date-input {
    width: 215px !important;
}


/* 
@media(max-width:750px)
{
    .date-dv{display: none;}
    
}
@media(max-width:920px)
{
    .BOOKING_BAR_SARTDATE, .BOOKING_BAR_ENDDATE, .BOOKING_BAR_ROOM{
        flex-direction: column;
    }
    .BOOKING_BAR_SARTDATE>span, .BOOKING_BAR_ENDDATE>span, .BOOKING_BAR_ROOM>span{
        margin-left: 25px;
    }
    .date-dv button{margin-top: 37px;}
    
} */

.user-action {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}


/* Body css */

html,
body {
    height: 100%;
}

.kakaduBody .swiper-pagination-bullet-active {
    background: white !important;
}


/* BOOTSTRAP OVERRIDES */

.btn-primary,
.kakaduBody button:not(.slide_btn):not(.navbar-toggle):not(.react-datepicker__navigation--next):not(.react-datepicker__navigation--previous):not(.newsletter-button-anc),
.kakaduBody .button:not(.slide_btn) {
    color: #ffffff !important;
    background-color: #252525 !important;
    border: 1px solid #252525 !important;
}

.btn-primary:hover,
.kakaduBody button:not(.slide_btn):not(.navbar-toggle):not(.react-datepicker__navigation--next):not(.react-datepicker__navigation--previous):not(.newsletter-button-anc):hover,
.kakaduBody .button:not(.slide_btn):hover {
    color: #252525 !important;
    background-color: #ffffff !important;
    border: 1px solid #252525 !important;
}

.btn-info,
button.navbar-toggle.navbar-toggler.navbar-toggler-right {
    background-color: transparent;
}

.btn-info:hoven {
    color: #ffffff !important;
    background-color: #252525 !important;
    border: 1px solid #252525 !important;
}

.is-invalid .invalid-feedback {
    color: #dc3545;
    border-color: #dc3545;
    display: block;
}

.booking-bar-static {
    /* margin-top: 20px; */
    min-height: 500px;
}

.row > .product-grid-item:last-child {
    margin-bottom: 40px;
}
.product-grid-item {}

.product-grid-item .wrapper {
    border-radius: 4px;
    border: 2px solid grey;
    padding: 10px;
    height: 100%;
}

.product-grid-item .wrapper-single {
    border-radius: 4px;
    padding: 10px;
    height: 100%;
}

.product-grid-item > .wrapper-single.first {
    border-top: 2px solid grey;
}
.product-grid-item > .wrapper-single {
    border-bottom: 2px solid grey;
}




.product-grid-item .wrapper-content {
    margin-bottom: 60px;
}

.product-grid-item .wrapper-content h1 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    min-height: 60px;
    text-align: left;
}

.product-grid-item .imageWrapper {
    height: 200px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.product-grid-item .imageWrapper img {
    max-width: 100%;
    max-height: 100%;
}

.product-grid-item .wrapper-footer {
    position: absolute;
    padding: 10px 24px;
    bottom: 0;
    left: 0;
    right: 0;
}


.product-grid-item .wrapper-single .product-grid-text {
    margin: auto;
}

.btn.sidebar-contents {
    background-color: #4fa2c9;
    font-size: 18px;
    font-weight: 400;
    color: black;
    border: none;
}

.kakaduBody iframe {
    max-width: 100%;
}

.kakaduBody .react-datepicker__input-container .form-control,
.BOOKING_BAR_ROOM select {
    width: 100% !important;
}

.p-content {
    color: #fff;
    padding-top: 30px;
    text-align: justify;
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}



@media screen and (max-width:768px) {
    .sidebar {
        margin-top: 40px;
    }

    header {
        height: 70px;
    }

    .topNav .navbar-brand .img-fluid {
        max-height: 50px !important;
    }

    .searchbar,
    .searchbar:hover {
        border: none;
        border-radius: 30px !important;
        color: none;
        width: 250px !important;
        padding-right: 35px !important;
        padding: 8px;

    }
}


.form-wrapper input[type="radio"] {
    margin-left: 0;
}

.form-wrapper input[type="checkbox"] {
    margin-left: 0;
}

.btn-primary,
.kakaduBody button:not(.slide_btn):not(.navbar-toggle):not(.react-datepicker__navigation--next):not(.react-datepicker__navigation--previous):not(.newsletter-button-anc),
.kakaduBody .button:not(.slide_btn) {
    color: #ffffff !important;
    background-color: #252525 !important;
    border: 1px solid #252525 !important;
}

.btn-primary:hover,
.kakaduBody button:not(.slide_btn):not(.navbar-toggle):not(.react-datepicker__navigation--next):not(.react-datepicker__navigation--previous):not(.newsletter-button-anc):hover,
.kakaduBody .button:not(.slide_btn):hover {
    color: #252525 !important;
    background-color: #ffffff !important;
    border: 1px solid #252525 !important;
}

.btn-info,
button.navbar-toggle.navbar-toggler.navbar-toggler-right {
    background-color: transparent;
}

.navbar-icon-mobile {
    color: white;
    font-size: 30px;
    height: 30px;
    vertical-align: middle;
}

.bordered-icon {
    /* border: 1px solid black; */
}

#mobileSearchBar .fa-close {}

.searchWrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    right: -100%;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

#mobileSearchBar .fa {
    color: white !important;
    margin-left: 12px;
}

.searchWrapper.open {
    right: 0;
}



.slider-con.iphoneHack {
    top: 0;
}

.mobileSection {
    /* margin-top: 2px; */
}

#mobileSearchBar {
    padding-top: 20px;
}

.feature-area {
    height: calc(100% - 110px);
}


@media screen and (max-width:768px) {
    .feature-area {
        height: calc(100vh - 110px);
    }

    .gallery-sec img {
        width: 27%;
        height: 40px;
        padding: 0;
        margin: 8px !important;
    }

    .top-shadow {
        padding: 30px 0 0 0;
    }
}

#homepageFeed2,
.h2omepage-content-section {
    padding: 0 0 50px 0;
}

#mobileSpecialIphone {
    /* height: 100vh; */
    width: 100%;
}

.slider1_dv {
    margin: 2px 0px !important
}

.form-wrapper form {
    width: 100%
}


a.anchor {
    display: block;
    position: relative;
    top: -270px;
    visibility: hidden;
}


.flex-container {
    display: flex;
}

.full-screen-feature {
    /* padding-top: 20px; */
    z-index: 50;

}

.full-screen-feature,
.full-screen-feature .fsf-wrapper {
    min-height: 100vh;
    width: 100%;
    /* padding-top: 20px; */
}

.side-buttons {
    width: 360px;
}

.side-buttons .my-4:first {
    padding-top: 0;
    margin: 0
}

.full-screen-feature .main-container {
    padding-top: 40px;
}


.full-screen-feature .bottom-area .fs-btn {
    min-height: 110px;
}



.full-screen-feature .fs-btn h4 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .full-screen-feature .fs-btn h4 {
        font-size: 18px;
    }

    .full-screen-feature .fs-btn p {
        font-size: 14px;
    }
}

.full-screen-feature .feedSwiperContainerInner,
.full-screen-feature .feedImage {
    max-width: 160px;
    max-height: 160px;
}

.full-screen-feature .swiper-pagination.swiper-pagination-bullets {
    margin-top: 20px;
}

.full-screen-feature .swiper-wrapper {
    padding-bottom: 20px;
}

.full-screen-feature .slider1_dv {
    margin: 0 !important;
}

.menu-container {
    position: fixed;
    z-index: 200;
    padding-right: 10px;
    padding-top: 6px;

    /* position: absolute; */
}

.full-screen-feature .menu-container .fa {
    padding: 0 10px;
}



/* SIDE NAV FOR FEATURE AREA */
.sidenav {
    height: 100%;
    width: 400px;
    margin-right: -400px;
    position: fixed;
    z-index: 250;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    /* color: grey; */
}

.sidenav * {
    color: #818181;
}

.sidenav a:hover {
    color: white;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;

    display: block;
    transition: 0.3s;
}




.sidenav a:active,
.sidenav a:focus,
.sidenav a:hover {}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav.open {
    margin-right: 0;
}

@media screen and (max-width: 760px) {
    .sidenav {
        padding-top: 45px;
        width: 100%;
        margin-right: -100%;
    }

    .sidenav a {
        font-size: 20px;
    }

    .menu-container {}

    /* .collapsed + .collapse {
        display: block;
    } */

    .full-screen-feature .fsf-wrapper {
        /* min-height: 100vh;
        width: 100%; */
        padding-top: 20px !important;
    }
}






.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
}

.sidenav-overlay.show {
    opacity: .5;
    z-index: 100;
}

.sidenav-overlay.fade {
    opacity: 0;
}

.navbar-dropdown-m a {
    margin-left: 20px;
}


.noscroll {
    overflow: hidden;
}






.fsfBackgroundImage {
    /* 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 1s ease-in-out;
    */
    position: relative;
    /* height: 100vh; */
}

.fsf-background-image {
    z-index: -1;
    position: absolute;
    opacity: 1;
    will-change: opacity;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 2s linear;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fsf-background-image.transparent {
    opacity: 0;
}

@media screen and (max-width: 760px) {
    .fsf-background-image {}
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    will-change: opacity;
}

.form-group .invalid-feedback {
    display: block;
}

.invalid-form * {
    color: #dc3545;
}



.Demo {
    height: 400px;
    padding: 20px 0;
}

.Demo-swiper {
    max-width: 100%;
    height: 400px;
}

.swiperMk2Container {
    height: 400px;
}

.Demo-swiper__slide {
    display: block;
    text-align: center;
    width: 100%;
    height: 400px;
}

.slide-v2-wrapper {
    width: 100%;
    height: 100%;
}

.slide-v2-wrapper .slideBtn {
    margin: 20px;
    cursor: pointer;
}

.swiper-button-next-v2,
.swiper-button-prev-v2 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next-v2 {
    right: 10px;
    left: auto;
    margin-top: -36px;
}

.swiper-button-prev-v2 {
    left: 10px;
    right: auto;
}

.swiper-button-next-v2,
.swiper-button-prev-v2 .fa {
    font-size: 4em;
}

@media screen and (max-width:768px) {
    .swiper-button-next-v2 {
        right: -10px;
        left: auto;
        margin-top: -30px;
    }

    .swiper-button-prev-v2 {
        left: 0;
        right: auto;
    }

    .swiper-button-next-v2,
    .swiper-button-prev-v2 .fa {
        font-size: 20px;
    }
}

.Demo-info {
    text-align: center;
    color: #939393;
    font-style: italic;
    margin: 25px 0 35px;
    font-size: 1.2em;
}

.Demo-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Demo-controls__control {
    border-radius: 2px;
    border: 1px solid #007aff;
    color: #007aff;
    text-align: center;
    line-height: 55px;
    width: 55px;
    height: 55px;
    font-size: 2em;
    cursor: pointer;

    /** disable text selection on double click */
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.Demo-controls__control:not(:last-of-type) {
    margin-right: 15px;
}



.Demo-options {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.Demo-options__checkbox {
    height: 40px;
    min-width: 124px;
    display: inline-block;
    position: relative;
}

.Demo-options__checkbox input[type=checkbox] {
    visibility: hidden;
}

.Demo-options__checkbox label {
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding-left: 25px;
    line-height: 25px;
    /** disable text selection on double click */
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

.Demo-options__checkbox label::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #007aff;
}

.Demo-options__checkbox label::after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 7px;
    left: 8px;
    border: 2px solid #007aff;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

.Demo-options__checkbox label:hover::after {
    opacity: 0.5;
}

.Demo-options__checkbox input[type=checkbox]:checked+label::after {
    opacity: 1 !important;
}



ul.spaced-content li {
    padding-bottom: 12px;
}


@media screen and (max-width:768px) {

    .Demo {
        height: 200px;
    }

    .Demo-swiper {
        max-width: 100%;
        height: 200px;
    }

    .swiperMk2Container {
        height: 200px;
    }

    .Demo-swiper__slide {
        height: 200px;
    }

}


.centered-content {
    margin: auto;
    width: 50%;
}



.cm-form .form-check-input {
    margin-left: 0.25rem;
}



/* POINTS STUFF */
.points-summary-total {
    font-size: 1.5em;
    font-weight: bold;
}