/* ----------------------------------------------------------------
        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;  */
        background-position:center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    
    -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/topbkgd1.jpg');*/
    background: linear-gradient(0deg, rgba(144, 191, 237, 1) 35%, rgba(0, 84, 169, 1) 100%);

}

#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: 165px;
    -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; }

}
@media (max-width: 1115px) {
#header,
#header-wrap,
#logo img {
    /*height: 50px;*/
   
}

}
/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
    padding: 21px 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}


/* 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:600px !important;}


/* ----------------------------------------------------------------------------
        Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
    font-weight: 500;
    letter-spacing: 3px;
   font-family: 'Calps', 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: 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: 'Calps', 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: 21px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Calps', 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: 'Calps', sans-serif !important; }

.font-primary { font-family: 'Calps', 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: 'Calps';
}

.testimonials-lg .testi-content p {
    font-size: 26px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    font-family: 'Calps', 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
---------------------------------------------------------------------------- */


.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;
}
#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: #0054a9;
}
a:hover {
    text-decoration: none !important;
    color: #239fda;
}
#primary-menu ul li > a {
    color:#000;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration:none;
    color: #0054a9;
}
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%;
    }
    .whatsonwrapper {
        display: flex;
        width: 100%;
    }
        .whatsonwrappere {
        display: flex;
        width: 100%;
    }
    #whatsonsmallimages {
        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;
    }
    .whatsonwrappere{
        margin-bottom:10px;
        display:block !important;
    }
    .contentbottom {
    
    padding:25px 5px;
}
.homecon {
    padding:0px 5px !important;
    margin-top:0px !important;height:625px !important;
}

}
.specbutton {

    font-size: 14px;
    background-color: #070A4F;
    color: #FFF;
    border: 0px;
    float:left;
    padding:5px;
    min-width:150px;
    text-align:center;
    margin:10px 10px 10px 0px;
}
#logo img {
   max-width: 100%;
    /* height: 180px; */
    margin-top: 30px !important;


}
@media (max-width: 402px) {
   #logo img {
   
    margin-top: -3px !important;
/*height: 110px;*/

} 
   #logo  {
   
    float:left !important;

} 
}
.bigheading {
    font-size:180%;
    color:#b18434;
    font-weight:lighter;
}

.openinghours {
    margin-top:20px;
}
#venuehours td {
    padding:3px 10px 3px 0px;
}

.greyme {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    opacity:.5;
    display:block;
}.greymee {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    opacity:.5;
    display:block;
}

 .greyme:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity:1;
    box-shadow: 1px 1px 1px  1px #888;
    
}
.whatsonhead {
    color:#fff !important;
}
.bottompaddingsingle {
    padding-bottom:60px;
}
#content {
     background-color:transparent !important;
}
.section {
     background-color:#FFF !important;
}
.enquirycolor {
     background-color:#fff !important;
}



#header,
#header-wrap,

#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul,
#primary-menu,
#primary-menu ul,
#primary-menu ul li a { 
    /*height: 30px;*/ 	
          z-index:300;}

/*#primary-menu ul li a { line-height: 50px; }*/

#primary-menu ul li i { line-height: 49px; }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content { top: 50px; }

#primary-menu.sub-title ul li a { padding: 27px 20px 32px; }

#top-search,
#top-cart { margin: 40px 0 40px 15px; }

@media (min-width: 1115px) {
/* #header,
#header-wrap{ 
    height: 177px; 
    background: linear-gradient(0deg, rgba(144, 191, 237, 1) 85%, rgba(0, 84, 169, 1) 100%);	}
} */
}
@media (min-width: 402px) {
	#logo {width:100%; top:-37px;}
#logo img { max-height: 200px; margin:0px auto;    padding: 0px;}
#primary-menu {
    float:none;
}
#primary-menu ul {
    margin: 0px auto;
    display: inline-block;
    float:none;
    margin-top:-30px;
    }
}
@media (max-width: 1115px) {
	#primary-menu-trigger { top: 25px; }
	#top-search a { margin-top: 40px; }
	#top-search form { height: 100px !important; }
}
#footer {
	color: #FFF !important;
}

#footer, #copyrights {
	background-color: #239fda !important;
}

#footer-header {
    /*background-image: url('images/topbkgd1.jpg');*/
	    width: 100%;
    height: 30px;
}


@media (max-width: 500px) {
	.boxed-slider {
    /*padding-top: 60px;*/
	}
	/* #primary-menu ul li > a {
		background-color: #508ece;
	} */
	#primary-menu {
		    /* margin-top: -30px !important; */
	}
	
	#primary-menu ul li a {
	line-height: 20px;
	}
}
#header-wraps {
	height: 125px;
}
.content-wrap {
		padding-top:30px !important;
	}
	
	
.fslider {
    /*border: 3px solid #63b7e8;*/
}
#logo img {
    max-height: 200px;
    padding:15px 0px 0px 0px !important;
}
#primary-menu ul > li {
     border-right: 0px solid #fff;
       /* height: 42px; */
}
#primary-menu ul > li:last-child {
     border-right: 0px solid #182f57;
}

#primary-menu ul li a > div{
    margin-top:-14px;
    font-family: 'Calps', sans-serif;
}
@media (max-width: 1115px) {
#primary-menu ul li a > div{
    margin-top:0px;
}

}
sub {
     bottom: 0em; 
}
#primary-menu-trigger, #page-submenu-trigger {
    font-size: 34px
}
@media (min-width: 790px) {
.bordery {
     border-right:2px solid white;
         height: 100px;
}
.centery {
    text-align: center;
}
}
@media (max-width: 1115px) {
#slider {
    margin-top: 0px !important;
}
}
.greentext {
    color:#63b7e8 !important;
}
span.smalltext {
    font-size:85%;
}

.sticky-side-element {
	position: fixed;
	top: 50%;
	margin-top: -24px;
	left: auto;
	right: -31px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	background-color: #EEE;
	color: #222;
	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);
            background-color: #63b7e8 !important;
}


.button.button-3d:hover {
    background-color: #63b7e8 !important;
        color:#251b00;
}
.button {
        background-color: #cae5f7 !important;
        color:#251b00;
}
.sticky-side-element {
        background-color: #182f57 !important;
        border:1px solid #3a957d;
    color:#FFF !important;
}
#talkbox iframe {
    max-width:100%;
}
.body_wrapper_table {
    max-width:90% !important;
}
/*.sbx-embedded-form iframe {
    width:100%;
}
table.body_wrapper_table {
    width:100% !important;
}

.sbx-embedded-form iframe html body #new_contact table tbody tr td div.body_wrapper table.body_wrapper_table{
    width:100% !important;
}*/

@media (min-width: 767px) {
.ballBox {
        margin: 0px auto;
    float: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media (max-width: 767px) {
.extrapadd {
    margin-top:30px !important
}
}

#copyrights {
    padding: 20px 0;
 
}
body {
    background-color: #1b5488 !important;
    /* background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */

}


#wrapper {
    /* background-image: url('images/paper.jpg');
    background-repeat: no-repeat;
    background-position: top center; */

}
@media (min-width: 1115px) {
#primary-menu {
   background-image: url(images/darktrans.png);
    height: 48px;
}
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    min-width: 220px;
    background-image: url(/images/darktrans.png);
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 0px solid #EEE;
     border-top: 0px solid #1ABC9C; 
     color:#fff;
    height: auto;
    z-index: 199;
    /* top: 100%; */
    left: 0;
    margin: 0;
        height: auto;
        white-space: nowrap;
}
@media (min-width: 1115px) {
    #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {margin-top: -2px;
}
#primary-menu ul ul li:hover > a {
	background-image: url(/images/darktrans.png);
	/*padding-left: 0px;*/
	color: #63b7e8;
}
}
@media (max-width: 1115px) {
#primary-menu ul ul li:hover > a {
	/*padding-left: 0px;*/
	color: #63b7e8;
            background-color: #508ece !important;
}
}
@media (min-width: 1115px) {
#primary-menu ul ul li a > div {
    margin-top:2px;
}
}
#primary-menu ul ul li > a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Calps', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a:hover {
    color: #0054a9!important;
}
.lessgap{
    margin-bottom: 10px !important;
}


.sponsorshipList li {
    margin-left:40px;

}

.sponsorshipLine {
    border: 2px solid #0054a9;
}
.ui-state-hover a{
   background-color:#0054a9 !important;
}

.ui-state-hover a:hover{
    color: #0054a9!important;
}

.programtab th, .programtab td{
    border: 1px solid #ddd; padding:0px 10px 0px 5px;
}

.bulllist li {
    margin-left:20px;
}

.programImage {
    padding: 5px; width: 180px; float:right; border: thin solid lightgrey; margin: 5px 10px;
    background: white;
}

@media (max-width: 500px) {
    .programImage {
       width: 100px;
    }
    }

.SEboxes {

        text-align: center;
        background-color: #e6f1f5;
        color: #1b5488 !important;
}

.mediabox {
    border: solid 1px cornflowerblue;
    padding: 5px 5px 0px 5px;
}