/* ----------------------------------------------------------------
        CSS Specific to the One Page Module

        Some of the CSS Codes have been modified from the Original
        style.css File to match the Minimal Styling of this Module

        Version: 4.3
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------------------
        Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #FFFDF5 !important; */
    -webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    height: 82px;

/*background-color: rgba(0,0,0,1) !important;*/
}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: #06282e !important;    background-color: #06282e !important; }

.dark #header.full-header.border-full-header #header-wrap,
/* #header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; } */

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: #06282e; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
    top: -70px;
    margin-bottom: -70px;
}

#header.full-header #logo { border-right: 0; }

#header.full-header #primary-menu > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}


#header.show-on-sticky #header-wrap {
    opacity: 0;
    pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
    opacity: 1;
    pointer-events: auto;
}


#header,
#header-wrap,
#logo img {
    /* height: 80px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease; */
    /* padding-bottom:10px; */
}

#logo img {
    width: 160px;
    /* -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease; */
    padding-bottom:10px;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
    box-shadow: none;
    /*border-bottom: 1px solid #F5F5F5 !important;*/
    -webkit-backface-visibility: hidden;
}


/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 992px) {

    .side-header #header #header-wrap { position: relative; }

    .side-header #header,
    .side-header #header-wrap { height: 100%; }

    .side-header #header-wrap { width: 300px !important; }

    .side-header #logo,
    .side-header #logo img,
    .side-header #primary-menu:not(.style-2),
    .side-header #primary-menu:not(.style-2) > ul { height: auto; }

}


/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
    padding: 24px 15px;
    font-size: 12px;
    font-weight: 400;}


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
    left: 0;
    right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }

#side-panel-trigger {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* ----------------------------------------------------------------------------
        Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 60px 0; }
@media (min-width: 771px) {
.page-section { min-height:660px !important;}
}
.page-sections { padding: 60px 0;}

/* ----------------------------------------------------------------------------
        Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
    font-family: 'Fjalla One', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	line-height: 1.5;
        color:#9e445f !important;
		letter-spacing: 2px;
}


/* ----------------------------------------------------------------------------
        Portfolio Overlay
---------------------------------------------------------------------------- */

.portfolio-overlay { background-color: rgba(255,255,255,0.9); }

.portfolio-overlay .portfolio-desc h3 {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #333 !important;
    text-shadow: none;
}

.portfolio-overlay .portfolio-desc span {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.portfolio-overlay .portfolio-desc span a {
    color: #999 !important;
    text-shadow: none;
}


/* ----------------------------------------------------------------------------
        Buttons
---------------------------------------------------------------------------- */

.button.button-border {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 13px;
}

.button.button-border.button-large {
    font-size: 15px;
}

.button.button-border.button-light {
    border-color: #F9F9F9;
    color: #F9F9F9;
}

.button.button-border.button-light:hover {
    background-color: #F9F9F9;
    color: #333;
    text-shadow: none;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
    font-weight: 400;
    border-bottom-width: 1px;
    font-style: normal;
}

.more-link i.icon-angle-right {
    position: relative;
    top: 2px;
    margin-left: 3px;
}


.link-border {
    font-weight: 600;
    border-bottom: 3px solid #1ABC9C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }


/* ----------------------------------------------------------------------------
        Team & Testimonials
---------------------------------------------------------------------------- */

.team-title h4 {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
}

.team-title span {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.team-social-icons {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.dark .team-overlay:before { background-color: rgba(0,0,0,0.9); }

.parallax .fslider * { -webkit-backface-visibility: hidden !important; }

.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; }

.parallax .testimonial .testi-content p {
    line-height: 1.6 !important;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Assistant', sans-serif;
    font-style: normal;
}

.parallax .testimonial .testi-meta {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.parallax .testimonial .testi-meta span {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}


/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu nav ul li { margin: 15px 6px; }

#page-menu.dots-menu nav li a { background-color: rgba(0,0,0,0.3); }

#page-menu.dots-menu nav li a:hover,
#page-menu.dots-menu nav li.current a { background-color: rgba(0,0,0,0.65) !important; }

#page-menu.dots-menu nav li .dots-menu-caption {
    background-color: #EEE !important;
    color: #333;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
}

#page-menu.dots-menu nav li .dots-menu-caption:after { border-left: 6px solid #EEE !important; }


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Ruda', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}


/* ----------------------------------------------------------------------------
        Helper CSS Styles
---------------------------------------------------------------------------- */

.font-body { font-family: miller-display, serif !important; }

.font-primary { font-family: miller-display, serif !important; }



/* ----------------------------------------------------------------------------
        Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
    margin: 5px 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.6;
}


/* ----------------------------------------------------------------------------
        Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
    content: '';
    position: absolute;
}

.grid-border [class^=col-]:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}


.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }


/* ----------------------------------------------------------------------------
        One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-sm .opm-large-word { font-size: 96px; }

.device-xs .opm-large-word { font-size: 72px; }

.device-xxs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-sm .opm-medium-word { font-size: 80px; }

.device-xs .opm-medium-word { font-size: 60px; }

.device-xxs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
    font-size: 30px;
    font-style: normal;
    margin: 0 0 0 5px;
    line-height: 1;
    letter-spacing: 12px;
}

.device-sm .before-heading.opm-medium { font-size: 22px; }

.device-xs .before-heading.opm-medium { font-size: 18px; }

.device-xxs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
    font-size: 480px;
    color: #F2F2F2;
    line-height: 1;
}

.device-sm .opm-large-counter { font-size: 360px; }

.device-xs .opm-large-counter { font-size: 220px; }

.device-xxs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.half-screen {
    position: relative;
    height: 50%;
}

.videoplay-on-hover .vertical-middle { z-index: 2; }

.videoplay-on-hover .video-wrap { z-index: 1; }

.videoplay-on-hover .vertical-middle h2 {
    font-size: 40px;
    font-weight: bold;
}

.device-xs .videoplay-on-hover .vertical-middle h2 { font-size: 32px; }

.device-xxs .videoplay-on-hover .vertical-middle h2 { font-size: 26px; }



/* Content Switch
---------------------------------------------------------------------------- */


.con-switch {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.con-switch .con-default,
.con-switch .con-show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.con-switch .con-show {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.con-switch:hover .con-show { opacity: 1; }

.con-switch:hover .con-default { opacity: 0; }



/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background-color: #333;
    color: #F5F5F5 !important;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.big-video-button:hover { opacity: 0.9; }

.dark .big-video-button,
.big-video-button.dark {
    background-color: #F5F5F5;
    color: #333 !important;
    text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
    position: relative;
    left: 3px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
    font-size: 78px;
    letter-spacing: 3px;
    text-transform: lowercase;
    margin-bottom: 50px;
}

.slider-caption p {
    font-weight: 300;
    text-transform: lowercase;
    font-size: 26px;
    line-height: 1.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



.testimonials-lg { overflow: visible; }

.testimonials-lg:before {
    position: absolute;
    top: -20px;
    left: -30px;
    content: "“";
    color: rgba(0,0,0,0.07);
    font-size: 144px;
    line-height: 1;
    font-family: 'Passion One';
}

.testimonials-lg .testi-content p {
    font-size: 26px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }

.testimonials-lg .testi-meta {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    color: #999;
}

.testimonials-lg .testi-meta span {
    font-size: 13px;
    font-weight: 300;
    color: #BBB;
}



/* ----------------------------------------------------------------------------
        Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }


/* ----------------------------------------------------------------------------
        Responsive
---------------------------------------------------------------------------- */

@media (max-width: 1174px) {
    #shomelogo {
        text-align: center;
        max-width: 85%;
        margin: 0px auto;
    }
    /*ADDDED BY SHAUN*/
    #header,
    #header-wrap,
    #logo img {
        padding-bottom:3px;
    }
    /*FIN*/
    #logo { height: 70px !important; }

    #header { min-height: 70px; }

    #header.transparent-header:not(.sticky-header) #header-wrap {
        background-color: #FFF;
        border-bottom: 1px solid #EEE;
    }

    #header.transparent-header.dark:not(.sticky-header) #header-wrap {
        background-color: rgba(0,0,0,.8);

        /* border-bottom-color: rgba(255,255,255,0.1) !important; */
    }
   
    #header.transparent-header:not(.hidden) + #slider,
    #header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
    #header.transparent-header:not(.hidden) + #google-map,
    #slider + #header.transparent-header:not(.hidden) {
        top: 0;
        margin-bottom: 0;
    }

    #primary-menu-trigger { top: 18px !important;color: #fff; }

    #side-panel-trigger {
        margin: 25px 0 !important;
        right: 15px !important;
    }

    .dark #header.transparent-header #header-wrap,
    .dark #header.semi-transparent #header-wrap,
    #header.dark.transparent-header #header-wrap,
    #header.dark.semi-transparent #header-wrap {
        background-color: #333;
        border-bottom-color: rgba(255,255,255,0.1);
    }

    .dark.overlay-menu #primary-menu:not(.not-dark) ul,
    .overlay-menu #primary-menu.dark ul { background-color: transparent; }

}
.topimage {

    background-image: url('images/toppic1.jpg');
    background-size: cover; 
    background-position: center center;
    width:100%;
    height:60%;
    min-height:300px;
}

.vertical-middles {
    margin-top:20px;
}

.contentbottom {
    bottom:0px;
    width:100%;
    min-height:20%;
    position:absolute;
    background-image: url('images/darktrans.png');
    background-repeat: repeat;
    padding:20px;
}
#header.full-header #logo {
    padding-right:0px;
}
#section-eat {
    min-height:600px !important;
}
#section-drink {
    min-height:600px !important;
}

a {
    text-decoration: none !important;
    color: #121b21;
    font-weight: normal;
}
a:hover {
    color:#6f9e67 !important;
    text-decoration: underline !important;
}

#copyrights a:hover {
        /* color: #121b21 !important; */
        text-decoration: none !important;
    }

#primary-menu ul li > a {
    color:#fff;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration:none;
    color: #3f9a91;
}
div.heading-block.nobottomborder.wtext, div.heading-block.nobottomborder.wtext h1 {
        color:#06282e;
        text-align:left;
    }
@media (min-width: 771px) {
    .whatsoncontainer {
        display: -webkit-flex;
        display: flex;
        width:100%;
        /*max-width:970px;*/
    }

    

    .whatsonimage {
        -webkit-flex: initial;
        flex: initial;
        width: 70%;
        padding-right:10px;
    }
    .whatsoncontent {
            -webkit-flex: none;
    flex: none;
    width: 30%;
    background-color: transparent;
    padding: 10px;
    color: #fff;
        /*background-color: rgba(229, 225, 219, .6);*/
    text-align: left;
    position: relative;
    }
    
    .whatsoncontent h2 {
            color: #791428 !important ;
    font-size: 170%;
    font-weight: normal !important;
    margin-bottom: 10px;
    }
    .whatsonprim {
        width:80%;
    }
    .moreinfobutton {
                text-align: center;
    width: 93%;
    height: 43px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid black;
    }
    .whatsonwrapper {
        display: flex;
        width: 100%;
        max-height: 551px;
        overflow:hidden;
    }

    .whatsonwrappers {
        display: flex;
        width: 100%;
        overflow:hidden;
    }
        .whatsonwrappere {
        display: flex;
        width: 100%;
    }
    #whatsonsmallimages {
        margin-top:20px;
        /*display:block;*/
    }
}
@media (max-width: 770px) {
    .whatsoncontainer {
        width:100%;
    }
    .whatsoncontent h2 {
        color:d1b287 !important;
        font-size: 140%;
        margin-bottom: 10px;
     display: inline-block;
        margin-top:20px;
    font-weight:normal !important;
    }
    .whatsonimage {
        width: 100%;
        padding-bottom:10px;
    }
    .whatsoncontent {
        -webkit-flex: none;
        width: 100%;
        background-color:  transparent;
        padding:10px;
        color: #fff;
        text-align:left;
        padding: 2px 20px;
    }
    .whatsonprim {
        width:100%;
    }
    .whatsonwrapper {
        width: 100%;
        margin-bottom:10px;
    }
    #whatsonsmallimages {
        display:none;
    }
    .whatsonwrapper{
        display:block !important;
    }
    .whatsonwrappere{
        margin-bottom:10px;
        display:block !important;
    }
    .contentbottom {
    
    padding:0px 5px;
}
.homecon {
    padding:0px 5px !important;
    margin-top:0px !important;height:625px !important;
}

}
.specbutton {

    font-size: 14px;
    background-color:  rgb(139,115,74);
    color: #FFF;
    border: 0px;
    float:left;
    padding:5px;
    min-width:150px;
    text-align:center;
    margin:10px;
}

.bigheading {
    font-size:180%;
    color:rgb(139,115,74);
    font-weight:lighter;
}

.openinghours {
    margin-top:20px;
}
#venuehours td {
    padding:3px 10px 3px 0px;
}

.classBorderOff {
    border: 0px dashed grey;
    display: block;
}
.whatsOnclassBorderOn {
    border: 1px dashed #F7A600;
    display: block;
    padding:2px;
}

.eventsClassBorderOn {
    border: 1px dashed grey;
    display: block;
    padding:2px 9px;
}


 .whats-on-image-container:hover {
     width:100%;padding:5px;text-align:center;
   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);    
}
.classBorderOff, .whatsOnclassBorderOn {
    color: #fff !important ;
    max-width: 220px;
}
.whats-on-image-container a {
    color: #791428 !important ;
}
.bottompaddingsingle {
    padding-bottom:60px;
}
#content {
    background-color: transparent !important;
}
.section {
    background-color: transparent !important;
}
.enquirycolor {
    background-color: transparent !important;
}

#copyrights {
    /* font-size: 11px; */
}
@media (max-width: 770px) {
    .addspace {
        padding-bottom:60px;
    }
}

.heading-block {
     margin-bottom: 0px !important; 
}

#primary-menu ul li:hover > a:not(.bnow), #primary-menu ul li.current > a {
    text-decoration: none;
    color:  #fff !important;
}
.biggerIsBetter {
    font-weight:bold;
    font-size:130%;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), not all, not all, not all, only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
#logo a.retina-logo {
   display: block !important;
}
#logo img {
    display: block;
    padding: 10px 10px 0px 0px;
}
}

@media (max-width: 500px) {

#publinclogo {
    /*max-width:60%;*/ 
    /*margin-top:-30px;*/
}
}
@media (min-width: 500px) {
.contentbottom {
    min-height: 300px;
}

}
.button-border.button-amber {
    color: #3f9a91 !important;
    border-color: #3f9a91 !important;
        font-family: 'Ruda', sans-serif;

        font-size: 100%;
}
.button-amber { background-color: #3f9a91; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before { background-color: #3f9a91 !important; color:#fff !important; }

.myicon {
        display: inline-block;
    padding-right: 10px;
        margin-bottom: 3px;
}


.button-border.button-mycolor {
    color: #FFF !important;
    border-color: #ffffff !important;
    background-color: #fe3b1f !important;
    font-family: 'Ruda', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold !important;
}
.button-mycolor { background-color: #ebdec8; }

.button-3d.button-mycolor:hover,
.button-reveal.button-mycolor:hover,
.button-border.button-mycolor:hover,
.button-border.button-mycolor.button-fill:before { background-color: #ebdec8 !important; color:#000 !important; }

.buymybeer .button-3d.button-mycolor:hover,
.buymybeer .button-reveal.button-mycolor:hover,
.buymybeer .button-border.button-mycolor:hover,
.buymybeer .button-border.button-mycolor.button-fill:before { background-color: #06282e !important; color:#fff !important; }

.publinclogodiv {
        margin-top:10% !important;
    }
/*@media (max-height: 870px) and (min-width:420px) {
    #publinclogo {
        height: 300px;
        
    }
    .publinclogodiv {
        margin-top:0px !important;
    }
}*/

@media (max-height: 940px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:10% !important;
    }
}
@media (max-height: 870px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:5% !important;
    }
}


@media (max-height: 825px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-height: 760px) {
    #publinclogo {
        height: 400px;
        
    }
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-height: 680px) {
    #publinclogo {
        height: 300px;
        
    }
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-width:765px) {
    .btn-block100 {
        width:100%;
    }


.btn-block101 {
    margin-left:0px !important;
    width:100%;
}
.doit {
     position:relative !important;
     margin-top:150px;
}
.doits {
     position:relative !important;margin-top:0px;
}
}
.whitetext {
    color:#868282 !important;
    font-size:15px;
}


#publinc-box {
	    /*height: 470px;*/
    width: 314px;
/*	background-color:rgba(45, 48, 57, 0.541176);
  	box-shadow:rgba(255, 255, 255, 0.592157) 0 0 6px 0 inset, rgba(255, 255, 255, 0.921569) 0 1px 0 0 inset, rgba(255, 255, 255, 0.2) 0 0 5px 0 inset;
	border-radius:5px;*/
	position:relative;
	padding:29px 16px 29px 16px;
	font-size:12px;
	color:#FFF;
        opacity:1;
                margin: 0px auto;
}
a#publincimage {
	color: #FFF;
	text-decoration: none;
}
a#publincimage:hover {
	color: #FFF;
	text-decoration: none;
}
@media (max-width: 765px) {
.dopublinc {
    position: relative !important;
    margin-top: 25px;
}
}
@media (max-width: 765px) {
.dopublinc {
    position: relative !important;
    margin-top: 25px;
}
}

@media (max-width:565px) {
    .si-sticky {
        top:22% !important;
        margin-top: -100px !important;
        z-index: 200 !important;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}
[class^="icon-reorder"] {

    font-size: 200%;
    -moz-osx-font-smoothing: grayscale;
}

.qualfeedbackbutton {
    float: right; 
    width: 201px; 
    height: 90px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .qualfeedbackbutton {
    float: left; 
}
}
.sticky-side-element {
	position: fixed;
	top: 50%;
	margin-top: -24px;
	left: auto;
	right: -31px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	background-color: #1d648c;
            border: 1px solid white;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.modal-content {
  position: relative;
      /*background-color: #1c5c77;*/
    color: #000;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}


.iframesubscribe {
     width:100%;
     height:560px;
}
@media (max-width:767px) {

.iframesubscribe {
     width:100%;
     height:550px;
}
    }
    
 
body {
        background-color: transparent;
        color:#201815;
}


.button-mybutton {
     margin-left:0px;
     margin-bottom:20px;
}

@media (max-width: 767px) {
    .button-mybutton {
     margin-bottom:20px;
}

.button-mycolor {
min-width: 99%;
    text-align: center;
    font-weight:bold !important;
    font-size: 16px !important;
}
}
@media (min-width: 768px) {

.button-mybutton {
 margin-left:20px !important;
}
}
#copyrights {
    background-color: #6f9e67;
    color:#ebdec8;
    
}







div.MGLRow {
    clear: both;
    padding-bottom: 15px !important;
}
div.MGLField input[type=text] {
    padding: 0;
    width: 98%;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}

div.MGLField textarea {
    padding: 0;
    width: 98%;
    height:190px;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}

#MGLDOB {
        width: 100px;
}
div.MGLField select {
    padding: 5px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        background-color: #fff;
}
    div#MGLSubmit input {
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}
.button-border.button-mycolor.blackobutton {
    color:#000;
}

#primary-menu {
    /*margin-top: 15px !important;*/
}
.subscribelink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}
.bookinglink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}
.clubregolink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}

@media (min-width: 991px) {
    #header {
        min-height:82px;
    }
#topboxes {
      position: absolute;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    /* left: 50%; */
    right: 0px;
    margin-right: 22px;
    height: 32px;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    font-size: 14px;
}
.subscribelink {
        padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
        border-radius: 8px;
}

.bookinglink {
        padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
}



}



@media (max-width: 1174px) { 
#topboxes {
      
    position: fixed;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    left: 50%;
    bottom: 0;
    /* right: 0px; */
    width: 345px;
    /* margin-right: 22px; */
    height: 32px;
    line-height: 48px;
    padding: 0 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* display: block; */
    font-size: 14px;
    
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}
.subscribelink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
        border-radius: 8px;
    
}

.bookinglink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
}


}

@media (max-width: 344px) { 
#topboxes {
      
    position: fixed;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    left: 50%;
    bottom: 0;
    /* right: 0px; */
    width: 184px;
    /* margin-right: 22px; */
    height: 32px;
    line-height: 48px;
    padding: 0 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* display: block; */
    font-size: 14px;
    
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}
.subscribelink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 0px;
    border-radius: 8px;
}

.bookinglink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 2px;
    border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    display:none;
    border-radius: 8px;
}


}
.col_one_sixth {
    margin-bottom: 0px !important;
}
@media (max-width: 767px) {
.doits {
    position: relative !important;
    /* margin-top: 150px; */
}
}

.tipcompimage {
    max-width:300px !important;
    margin:10px 0px;
    float:left;
}

.qualimage {
    float: right;
    max-width: 230px !important;
    margin:10px 0px;
}

@media (max-width: 500px) {
.tipcompimage {
    max-width:100% !important;
    margin:10px 0px;
    float:none;
}

.qualimage {
    float: none;
    max-width: 100% !important;
    margin:10px 0px;
}
}


@media (min-width: 771px) {
    .thingstodocontainer {
        display: -webkit-flex;
        display: flex;
        width:100%;
        /*max-width:970px;*/
    }

    

    .thingstodoimage {
        -webkit-flex: initial;
        flex: initial;
        width: 50%;
        padding-right:10px;
    }
    .thingstodocontent {
            -webkit-flex: none;
    flex: none;
    width: 50%;
    background-color: transparent;
    padding: 10px;
    color: #fff;
        /*background-color: rgba(229, 225, 219, .6);*/
    text-align: left;
    }
    .thingstodocontent h2 {
            color: #d1b287 !important;
     font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 10px;
    }
    .thingstodoprim {
        width:80%;
    }
    .thingstodowrapper {
        display: flex;
        width: 100%;
    }
        .thingstodowrappere {
        display: flex;
        width: 100%;
    }
    #thingstodosmallimages {
        /*display:block;*/
    }
}
@media (max-width: 770px) {
    .thingstodocontainer {
        width:100%;
    }
    .thingstodocontent h2 {
        color:d1b287 !important;
        font-size: 20px !important;
        margin-bottom: 10px;
     display: inline-block;
        margin-top:20px;
    font-weight:normal !important;
    }
    .thingstodoimage {
        width: 100%;
        padding-bottom:10px;
    }
    .thingstodocontent {
        -webkit-flex: none;
        width: 100%;
        background-color:  transparent;
        padding:10px;
        color: #fff;
         text-align:left;
        padding: 2px 20px;
    }
    .thingstodoprim {
        width:100%;
    }
    .thingstodowrapper {
        width: 100%;
        margin-bottom:10px;
    }
    #thingstodosmallimages {
        display:none;
    }
    .thingstodowrapper{
        display:block !important;
    }
    .thingstodowrappere{
        margin-bottom:10px;
        display:block !important;
    }
}
@media (max-width: 500px) {
.publincbutton {
        margin-left: 0px;
    max-width: 250px;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align: center;
    height: 70px;
    margin: 0px auto;
    left: 10%;
}
}

#logo {
    width:86px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    /* -webkit-transform: translateX(-50%) scale(0.5, 0.5);
    -ms-transform: translateX(-50%) scale(0.5, 0.5);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity: 0; */
    transition: width 1s !important;
    -webkit-transition: width 1s !important;
    -ms-transition: width 1s !important;
    -o-transition: width 1s !important;
}
/* .pondhopper-header #logo {
    transition: width 1s !important;
    -webkit-transition: width 1s !important;
    -ms-transition: width 1s !important;
    -o-transition: width 1s !important;
    width:100px;
    
} */
@media (min-width: 992px) {
    #logo img:not(.sticky-header) {
       opacity:0;
/*       transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
    }
    
    
    
#primary-menu {
/*     float: none;
    display: table;*/
    width: 100%;
        position: absolute;
    /* margin-top: 10px; */
}
#thelogo {
    /* opacity:1; */
     /* width: 160px !important; */
     
     /* margin-top: -40px; */
     margin:0px auto;
     -webkit-transition: all 1s;
     -moz-transition: all 1s; 
     -ms-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
     width: 64px !important;
 }
.pondhopper-header #thelogo {
   /* opacity:1; */
    /* width: 160px !important; */
    
    /* margin-top: -40px; */
    /* margin:0px auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; 
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100px !important; */
}
.pondhopper-header #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
 #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    height:70px;
}
#header.full-header #primary-menu > ul {
    float: none;
/*    padding-right: 15px;
    margin-right: 15px;*/
    padding-left: 0px;
    margin: 0px auto !important;
        /* margin-left: 50px; */
    display: table;
    /* width:800px; */
    padding-top:10px;
    height: 80px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pondhopper-header #primary-menu > ul {
    /* width:900px !important; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /* margin-left: 30px !important; */
}
/* .pondhopper-header  #primary-menu > ul > li:first-child {
    margin-left: 10px;
}
.pondhopper-header #primary-menu ul > li:nth-child(3) {
    margin-right: 0%;
    border: 0;
    padding-right: 0%;
}
.pondhopper-header #primary-menu ul > li:nth-child(6) {
    margin-left: 2.5%;
    border: 0;
    padding-left: 8%;
    
} */
#primary-menu {
    /* margin-top: 11px !important; */
}
#header-wrap{
    /* background-color: rgba(0,0,0,.8) !important; */
}
.pondhopper-header #header-wrap{
   
    background-color:transparent !important;
}
}

@media (max-width: 992px) {
    #logo img:not(.pondhopper-header) {
       opacity:1;
        margin: 34px auto 0px auto;
/*       transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
    }
    
    #header #header-wrap {
            min-height: 84px !important;
    }

    #primary-menu {
        /* margin-top: 90px !important; */
    }
    #primary-menu ul li a div {
        text-align:center;
    }
.pondhopper-header #logo img {
   opacity:1;
    width: 160px !important;
     /* margin: 45px auto 0px auto; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

}


div.bootstrap-datetimepicker-widget.dropdown-menu.bottom  {
    color:#000 !important;
    padding:0px !important;
}
.hour {
    margin-left:10px;
}

.timepicker-hour {
        padding-left: 13px;
    font-size: 15px;
}
.timepicker-minute {
        padding-left: 13px;
    font-size: 15px;
}
.timepicker table {
    margin-bottom:0px !important
}
.picker-switch table {
    margin-bottom:0px !important
}
@media (min-width: 768px) {
.funcbox1 {
    min-height:146px;
}

.funcbox2 {
    min-height:125px;
}
}


div.MGLField input[type=text] {
     font-weight: normal  !important; 
     border-radius: 0px  !important; 
}

div.MGLField textarea {
    font-weight: normal  !important; 
     border-radius: 0px  !important; 
}

div.MGLField select {
     font-weight: normal  !important; 
     border-radius: 0px  !important; 
}
.hometemplate {
    position:relative;
    margin-top:200px
}
.longpage {
    position:relative;margin-top:300px
}
@media (max-width: 768px) {
.hometemplate {
    position:relative;
    margin-top:50px
    
}
#homelogo {
    margin-top: -100px;
}
.longpage {
    margin-top:130px
}
}
.noshow {
    display:none;
}
@media (max-width: 770px) {
    .noshow {
        display:block;
    }
    #header-wrap {
        /* margin-top:48px !important; */
    }
    #bookybookbook {
        width: 100%;
        padding: 6px;
        text-align: center;
        color: white;
        background-color: black;
        position: fixed;
        z-index: 200000;
        font-size: 140%;
        text-transform: uppercase;
        font-weight: bold;
    }
    #content {
        margin-top:10px;
    }
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 80px;
}

.insertBG {
    background-image: url('/images/topbkgdred.jpg');
}            #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {

    border: 0px solid #EEE;
    border-top: 2px solid #292E31;
    
    top: 100%;
    }
    .sub-menu ul li {
        height:42px !important
    }

    .publincH1 {
        text-align: center;
        color:white !important;
        font-family: 'Poppins', sans-serif !important;
        text-transform:none ! important;
        font-size:26px !important;
    }
    
    .yellowbutton {
        background-color: #28344a !important;
        color:white !important;
        font-family: 'Poppins', sans-serif !important;
        text-transform: lowercase !important;
      }
    .yellowbutton:hover {
        background-color: #1A658F !important;
        color:white !important;
        font-family: 'Poppins', sans-serif !important;
        text-transform: lowercase !important;
      }
    
      .redPublincbutton {
        background-color: #f4364c !important;
        color: #fff !important;
        font-family: 'Poppins', sans-serif !important;
        text-transform: lowercase !important;
      }
    .redPublincbutton:hover {
        background-color: #fff !important;
        color: #28344a !important;
        font-family: 'Poppins', sans-serif !important;
        text-transform: lowercase !important;
      }
      .poppinsText {
        font-family: 'Poppins', sans-serif !important;
      }
    
      .communitiesTallyTable {
    margin:0px auto;
    width:100%;
      }
      .communitiesTallyTable tr td {
          padding:10px;
          font-family: 'Poppins', sans-serif !important;
      }
      /* @media (max-width: 768px) { */
      .mobilenopad {
        padding:0px !important;
      }
    /* } */
   
.playeractivity {
    font-family: 'Poppins', sans-serif !important;
    font-size: 60%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.GoodTimesGreatThings {
    max-width:320px;
    margin:0px auto;
    padding:20px;
}

    @media (max-width: 991px) {
    #primary-menu > ul, #primary-menu > div > ul {

        margin-top: 100px !important;
    }
    #mylog {
        display:none !important;
    }
        #primary-menu ul > li:nth-child(1) {
            display:none !important;
        }
    }

  
  
    #logo {
        opacity: 0 !important;
    }
    
    @media (max-width: 991px) {
        #logo {
            opacity: 1 !important;
        }
       
    }
    
    .nopondy {
        position: absolute !important;
    }

    .roomcontent {
        padding: 20px 0px;
        /* min-height:184px; */
        display: block;
    }
    .countmein h3 {
        padding: 10px 0px 0px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }




.p-room .fac-box{margin-bottom:60px;}
@media (max-width: 767px){
.p-room .l-title{text-align:left;}
.p-room .fac-box{margin-bottom:38px;}
}
.p-room .fac-box{justify-content:space-between;}


h3 a {
    color:#26A3DD !important
}

.facilities__wrapper{margin-top:0px;display:inline-block;background-color: #292E31;    margin-bottom: 30px;}
.facilities__wrapper .col_half {margin-bottom:0px !important}
.fac-box{display:flex;flex-wrap:wrap;justify-content:space-around;list-style-type:none;padding:30px;color:#fff;background-color:#292E31;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.fac-box--list{padding-bottom:10px;}
.fac-box--item{display:flex;justify-content:start;align-items:center;width:100%;margin-bottom:20px;}
.fac-box--illustration{width:45px;height:45px;text-align:center;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden;}
.fac-box--illustration img{max-width:100%;max-height:100%;}
.fac-box--text{padding-left:15px;line-height:2.4rem;}
.fac-box--illustration img{max-width:30px;max-height:30px;}

.normallist {
    margin-left: 20px;
}

.icon-remove {
    font-size: 30px;
}
.pondcol {
    margin:0px !important;
    padding:0px !important;
    width:25% !important;
    max-height: 226px;
    overflow: hidden;
    float: left;
    position: relative;
}

@media (max-width: 1199px){
    .pondcol {
        margin:0px !important;
        width:25% !important;
        max-height: 186px;
        overflow: hidden;
    }
}

@media (max-width: 991px){
    .pondcol {
        margin:0px !important;
        width:50% !important;
        max-height: 276px;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    .pondcol {
        margin:0px !important;
        width:50% !important;
        max-height: 175px;
        overflow: hidden;
    }
}

@media (max-width: 479px){
    .pondcol {
        margin:0px !important;
        width:100% !important;
        max-height: 245px;
        overflow: hidden;
    }
}
.imgoverlay {

    background-color: #000;
    /* mix-blend-mode: overlay; */
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index:2;
}

.imgheading {
    color: white;
    margin: auto auto;
    font-size: 38px;
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 30%;
}
.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.hover-zoom img {
    
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.hover-zoom:hover img {
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.hover-zoom:hover .imgoverlay {

    background-color: transparent;
    /* mix-blend-mode: overlay; */
}

.padowan {
    padding:50px;
}
.masonry-thumbs a{
	display: block;
	height: auto !important;
	padding:10px;
    overflow:hidden;
}
.galimgholder {
    height: 194px !important;
    overflow:hidden;
    width:100%;
}
@media (max-width: 991px){
    .padowan {
        padding:0px;
    }
    .masonry-thumbs a{
        padding:5px;
    }
    .galimgholder {
        height: 194px !important;
    }
}
/* .content-wrap {
    top:81px;
} */

@media (max-width: 1174px){
    /* .content-wrap {
        top:81px;
    } */
}

@media (max-width: 771px){
    #content {
        top:3px;
    }
    .masonry-thumbs a{
        padding:2px;
    }
    .galimgholder {
        height: 194px !important;
    }
}


.content-wrap {
    position: relative;
    padding: 0px 0 0px 0px !important;
}
    .theoverlay {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        
    }

    .hometext {
        max-width:80%;
        margin:auto;
    }



    .accomhome {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 2;
    }
    .accomhomeh1 {
        font-family: 'Optima-Regular';
        font-size: 60px;
        letter-spacing: 0;
        line-height: 72px;
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 2;
        text-align: center!important;
        color: #fff!important;
    }
    .text-white {
        
    }
    .text-center {
       
    }


    
    .accomhome {
        min-height: 60vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .mb-5, .my-5 {
        margin-bottom: 3rem!important;
    }
    .accomhome:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 45%;
        background: linear-gradient(180deg, rgba(60,37,31,0) 0%, rgb(33, 20, 16, 0.7) 98.52%);
        bottom: 0;
        z-index: 1;
    }
    @media screen and (max-width: 767.5px) {
.accomhomeh1 {
    font-size: 38px;
    line-height: 48px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
    }

    .normalList {
        margin-left:20px;
    }

    .bnow {
        background-color: #F4811F;
    color: white !important;
    height: 41px !important;
    padding-top: 10px !important;
    margin-top: 14px !important;
    }

    .bnow:hover {
        background-color: #F4811F;
    color: white !important;
    height: 41px !important;
    padding-top: 10px !important;
    margin-top: 14px !important;
    }

    @media screen and (max-width: 991px) {
        .bnow {
            height: 44px !important;
            }
            .bnow:hover {
                height: 44px !important;
                }
            }
     

            #copyrights a
{
    position: relative;
}
#copyrights a.underliney::before {
    display:none;
    background-color: transparent !important;
    visibility: hidden !important;
    transform: scaleX(1);
  }
#copyrights a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #121b21;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }

#copyrights a:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }

  @media screen and (min-width: 767.5px) {
    .narrowtext {
    margin: auto;
    max-width: 80%;
    }  
}

#ageGate {
    background-color: #06282e !important;
    height: 100VH;
    background-image: url('/images/ESKER_SYMBOL-WHITE20.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

@media (min-width: 620px) {
    #map { top:0; bottom:0; width: calc(100% - 350px); height: calc(100vh - 280px); float: left; cursor: crosshair;}
    input#search { width: 210px; margin-right:20px}
  div.popup-info { text-align: center;}
  
            div#info {
                display: 100%;
				/*height: 350px;*/
                /* max-height: 530px; */
                height: calc(100vh - 280px);
				overflow-y: auto;
				margin-bottom: 8px;
            }
			
			ul>li {
			    /* cursor: pointer; */
			}
        
}
@media (max-width: 619px) {
    #map { top:0; bottom:0; width: 100%; height: 400px; float: none; cursor: crosshair;}
  input#search { width: 210px; margin-right:12px}
  div.popup-info { text-align: center;}
  
            div#info {
                display: 100%;
				/*height: 350px;*/
                /* max-height: 530px; */
                height: calc(100vh - 180px);
				overflow-y: auto;
				margin-bottom: 8px;
            }
			
			ul>li {
			    /* cursor: pointer; */
			}
        
}
.locateButton {
    border: 2px solid #28334A;
    background-color: transparent; 
    color: #333;border-radius:20px;
    font-size:14px;padding: 4px 12px;
    font-family: 'Poppins', sans-serif !important;
    text-transform: lowercase;
}
@media (max-width: 767px) {
    .locateButton {
        margin-top:10px;
    }
}

.leaflet-container {
    background: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size:15px !important;
    color: #000 !important;
    -ms-touch-action: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #06282e;
    border: 1px solid #ebdec8;
    color: white;
}

#eskerhomelogo {
    max-width:300px;
    width:100%;
}

@media (max-width: 767px) {
    #eskerhomelogo {
        max-width:200px;
    width:100%;
    }
}
