/* ----------------------------------------------------------------
        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: #FFF;
    -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;
    background-image: url('images/topbkgd.jpg');
}

#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: rgba(0,0,0,0.05) !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: transparent; }

#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: 60px;
    -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 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
}


/* 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: 120px 0; min-height:500px !important;} */


/* ----------------------------------------------------------------------------
        Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
    font-weight: 500;
    letter-spacing: 3px;
   font-family: 'Poppins', sans-serif;
}


/* ----------------------------------------------------------------------------
        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: normal !important;
    letter-spacing: 2px;
    font-size: 15px;
}
.button.button-border:not(.mycolors) {
    color:#fff !important;
}

.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: 'Poppins', 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: 38px;
    padding: 8px 4px;
    font-size: 17px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid white;
    font-family: 'Poppins', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; color:white}
.border-form-control:-ms-input-placeholder { font-weight: 300; color:white }
.border-form-control::-webkit-input-placeholder { font-weight: 300; color:white }

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}


/* ----------------------------------------------------------------------------
        Helper CSS Styles
---------------------------------------------------------------------------- */

.font-body { font-family: 'Roboto', sans-serif !important; }

.font-primary { font-family: 'Source Sans Pro', sans-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: 'Poppins', 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 (min-height: 650px) {
.page-section { padding: 120px 0; min-height:550px !important;}
}
@media (min-height: 700px) {
.page-section { padding: 120px 0; min-height:600px !important;}
} */
@media (max-width: 1230px) {
    /*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: #333;
        /*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: 10px !important; }

    #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:30%;
    position:absolute;
    background-image: url('images/darktrans.png');
    background-repeat: repeat;
    /*padding:20px;*/
}

.contentbottomhelp {
    bottom:0px;
    width:100%;
    background-image: url('images/darktrans.png');
    background-repeat: repeat;
    /*padding:20px;*/
}
.contentbottomhome {
    bottom:0px;
    width:100%;
    min-height:30%;
    position:absolute;
    /*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: #28334a;
}

#primary-menu ul li > a {
    color:#fff;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration:none;
    color: #C4A11C;
}
div.heading-block.nobottomborder.wtext, div.heading-block.nobottomborder.wtext h1 {
        color:#fff;
        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: #b18434;
        padding:10px;
        color:#fff;
        text-align:left;
    }
    .whatsoncontent h2 {
        color:#fff;
        font-size: 120%;
        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;
    }
    .whatsonwrapper {
            display: flex;
    max-height: 551px;
    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:#fff;
        font-size: 120%;
        margin-bottom: 10px;
    }
    .whatsonimage {
        width: 100%;
        padding-bottom:10px;
    }
    .whatsoncontent {
        width: 100%;
        background-color: #b18434;
        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;
    }
}
.specbutton {

    font-size: 14px;
    background-color: #b18434;
    color: #FFF;
    border: 0px;
    float:left;
    padding:5px;
    min-width:150px;
    text-align:center;
    margin:10px;
}
#logo img {
    max-width: 100%;
}
.bigheading {
    font-size:180%;
    color:#b18434;
    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 grey;
    display: block;
    padding:2px;
}

.eventsClassBorderOn {
    border: 1px dashed grey;
    display: block;
    padding:2px;
}


 .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);    
}
.whatsonhead {
    color:#fff !important;
}
.bottompaddingsingle {
    padding-bottom:60px;
}
#content {
     /* background-color:#ece9e7 !important; */
}
/*.section {
     background-color:#ece9e7 !important;
}*/
.enquirycolor {
     background-color:#fff !important;
}
.heading-block ul {
    margin-left:40px;
}
#slider {
    /*padding-top: 10px;*/
}
.gmap {
width: 500px;
height: 500px;
position: relative;
overflow: hidden;
margin: auto;
}
.gmaps {
width: 100%;
height: 500px;
position: relative;
overflow: hidden;
margin: auto;
}
@media (max-width: 900px) {
.gmap {
width: 300px;
height: 300px;
}
.gmaps {
width: 100%;
height: 300px;
position: relative;
overflow: hidden;
margin: auto;
}
}
#footer.dark {
    background-color: transparent;
    /* color: #D2DBE0;
    border-top-color: rgba(255,255,255,0.2); */
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #333;
}
#themappage {
    min-height:800px;
}

@media (max-width: 700px) {
ul.tab-nav:not(.tab-nav-lg) li a {
display: block;
padding: 0 10px;
color: #444;
height: 30px;

line-height: 30px;
background-color: transparent;
font-size: 14px;
font-weight: bold;
}
.getridofpadding {
    padding-top:10px !important;
    margin-top:0px;
}
.aargh {
    height:420px !important;
}
}


.nomarginp p {
    margin-bottom:0px;
}
#content div.container.clearfix {
    max-width: 930px;
}
#tab-login-register {
    /*max-width: 900px !important;*/
}

    .gogrey:hover {
    color:#eee;
}
li p {
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}
.button-silver {
    background-color: #A1A0A0;
}
.button-silver.button-3d:hover {
     background-color: #000000 !important;
}

#faqmeopen {
    font-size:150%;
    color:#909598;
}
.faqheading {
    color:#909598;
    font-weight:bold;
}

#copyrights {
    font-size: 11px;
}

.biggerIsBetter {
    font-weight:bold;
    font-size:130%;
}


@media (max-height: 900px) {
#splashlogo {
max-width: 95%;
}
}
@media (max-height: 820px) {
#splashlogo {
max-width: 80%;
}
}
@media (max-height: 750px) {
#splashlogo {
max-width: 70%;
}
}

@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:150px;
}
}

.whitey {
    color:#fff !important;
    font-size: 20px !important;
    padding-bottom: 21px !important;
}

.button.button-border {
        border: 0px solid #fff !important;
}

.mycolors {
        color:#000;
}
.mycolors:hover {
        color:#FFF !important;
}


.faqquestion {
    color:#c5a22e !Important;
    margin-bottom: 8px;
    max-width: 507px;
    cursor:pointer;
        clear: both;
           padding-top: 15px;
}
.faqanswer {
    display:none;
        clear: both;
    
}
.faqarrow {
    width:10%;
    float:right;
    
}
.theqeustion {
    float:left;
    max-width:85%;
/*    display:contents;*/
}
.showanswer {
        display: block !important;
    padding-bottom: 10px !important;
}
sub, sup {
    line-height: 1 !important;
}

.modal-content {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    
}




.nocontentbottom {
    width:100%;
    min-height:30%;
    background-image: url('images/darktrans.png');
    background-repeat: repeat;
    /*padding:20px;*/
}

.publinclogodiv {
    /* padding:50px; */
        max-width: 400px!important;
    margin: 0px auto;
}
@media (max-width: 500px) {
.publinclogodiv {
        max-width: 300px!important;
}
}
@media (min-height: 800px) {
.page-section {
    min-height: 700px !important;
}
}
@media (min-height: 800px) {
.page-section {
    min-height: 900px !important;
}
}
@media (min-height: 900px) {
.page-section {
    min-height: 1000px !important;
}
}


