
body {
    color: #666;
    display: block;
}

.headerTag {
    padding:0 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    background-color: #b9e81e;
}

.header3Tag {
    font-weight: bold;
}

.mainContent p h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
    color: #000;
    line-height: 24px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.main {
    text-align: center;
}

.bold {
    margin: 6px 0;
    font-size: 24px;
    font-weight: 600;
}

.contactCol1{
    float: left;
    width: 52%;
    padding:10px;
    background:#eee;
    margin-bottom:20px;
    width: 33%;
}

.contactCol2{
    float: right;
    width: 48%;
}

.top {
    background: #fff;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
}

.logo {
    float: left;
    margin-bottom: 2px;
}

.logo a{
    width: 226px;
    height: 90px;
}

.logo a img {
    height: 100px;
    padding: 15px 5px;
}

.navTitleDiv{
    margin-top: 5px;
}

.navTitleDiv h1{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #081F65;
    text-decoration: none;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 10px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #081F65;
    font-weight: bold;
}

.contactInfo h6 a{
    color: #081F65;
    text-decoration: none;
}

.contactIcon {
    width: 30px;
    margin-left: 5px;
    clear: right;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

@media (max-width: 600px) {
    .logo{
        width: 150px;
    }
    
    .contactInfo h6 a{
        font-size: 15px;
    }
    
    .navTitleDiv {
    }
    
    .navbarSocialsDiv a,.navTitleDiv h1 {
        font-size: 18px;
    }
    
    .contactIcon {
        width: 20px;
        margin-left: 2px;
        vertical-align: top;
    }
    
    .homeBlock{
        display: none !important;
    }
    
    .homePreview {
        top: 0 !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        width: 50% !important;
        height: 200px !important;
        position: relative !important;
        float: left !important;
    }
}

.navbarSocialsDiv {
    display: flex;
    justify-content: flex-end;
}

.navbarSocialsDiv a {
    display: flex;
    align-items: center;
    color: #081F65;
    text-decoration: none;
}

.navNoImg {
    margin-right: 35px;
}

.mobileMenu {
    background: #DD7500;
    clear: both;
    padding: 10px;
    height: 40px;
    display: none;
}

.mobileMenuButton {
    float: right;
    width: 22%;
    padding: 10px 10px 9px 10px;
    border: solid 2px #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    display: none;
}

.mobileMenuButton i{
    display: inline-block;
    font-size: 17px;
}

.clear {
    clear: both;
}

.inputForm {
    background: #eee;
    border-radius: 10px;
    padding-top:15px;
    padding-bottom:15px;
    margin: 10px;
    width: 500px;
}

.tripAdvisorLogo {
    float: right;
    font-size: 20px;
}

.enquiryFlexBox {
    max-width: 100%;
    margin-top: 10px;
}

.enquiryBtn{
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 15px;
    color: white;
    background-color: #009432;
    border: solid black 1px;
    border-radius: 5px;
}

.enquiryBtnDiv{
    margin: 5px 0;
    display: flex;
    justify-content: center;
}

header nav {
    clear: both;
    background: #DD7500;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

@media (max-width: 1024px) {
    header nav {
     position:fixed;
     top:150px;
     right:-100%;
     background:#DD7500;
     width:100%;
     height:calc(100% - 150px);
     box-sizing:border-box;
     overflow-x:hidden;
     overflow-y:auto;
     z-index:9999;
     transition:all 0.3s ease-in-out;
    }
    
    header nav ul li {
     float: none !important;
     font-family: 'Oswald', sans-serif;
     font-size: 26px;
     display: block;
     border-top: solid 1px #ddd;
     text-transform: uppercase;
    }
    
    header nav ul li a {
    height: 38px;
    color: #fff;
    display: block;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    }
    
    .mobileMenuButton{
     display: block;
    }
    
    .mobileMenu {
        display: block;
    }
    
}

header nav.open
{
 right:0%;
}

header #top.fixed
{
 position:fixed;
 top:0;
 left:0;
 z-index:9999;
 width:100%;
}

header nav ul{
    list-style: none;
}

header nav ul li {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

header nav ul li a {
    height: 38px;
    color: #fff;
    display: block;
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    display: block;
    text-transform: uppercase;
}

header nav ul li a:hover
{
 background:#9BCC35;
 color:#000;
}

.popular {
    background: #b9e81e;
    padding: 10px;
    height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    clear: both;
}

.popular h2 {
    display: none;
}

.popular ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.popular ul li {
    float: left;
    margin-bottom: 20px;
}

.popular ul li h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    display: inline;
    float: left;
    margin-right: 25px;
    padding-top: 1px;
}

.popular ul li h3 a {
    color: #081F65;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.formDivs {
    padding-bottom: 20px;
}

.formDivs label {
    display:block;
    font-size: 15px;
    padding-bottom: 3px;
}

.enquiryName {
    width: 120px;
}

.rangeDd {
    width:180px;
}

.laneDd {
    width: 50px;
}

.tableSpace {
    padding-right: 10px;
}

.submitBtn {
    background: #b9e81e;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px;
    display: block;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin:auto;
}

.slideshowImg {
    width: 100%;
    height: 300px;
}

.slideshowTitle{
    margin-top: 5%;
    position: absolute;
    top: 270px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    color: white;
}


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

body.innerPage aside#slideshow
{
 height:300px;
 width:100px;
 position:relative;
}

body.innerPage aside#slideshow div
{
 height:300px;
 width:100%;
}

body.innerPage h1.withSlideshow
{
 position:absolute;
 top:270px;
 left:0;
 font-family:'Oswald', sans-serif;
 font-size:50px;
 color:#fff;
 text-shadow:0px 0px 2px #000;
 text-transform:uppercase;
 width:100%;
 text-align:center;
 z-index:999;
}

aside#slider
{
 clear:both;
 position:relative;
 height:600px;
 overflow:hidden;
}

aside#slider .homeBlock
{
 width:60%;
 height:600px;
 position:absolute;
 top:0;
 left:0;
}

homeImg {
    align-self: center;
    width: 100%;
}

aside#slider .text1
{
 opacity:0;
 position:absolute;
 left:20px;
 bottom:120px;
 font-size:60px !important;
 font-family:'Oswald', sans-serif;
 letter-spacing:1px;
}

aside#slider .text2
{
 opacity:0;
 position:absolute;
 left:20px;
 bottom:80px;
 font-size:20px !important;
 font-family:'Lato', sans-serif;
}

aside#slider .link
{
 opacity:0;
 position:absolute;
 left:20px;
 bottom:20px;
 font-size:16px !important;
 font-family:'Lato', sans-serif;
 text-decoration:none;
}

aside#slider .homePreview
{
 height:200px;
 width:20%;
 box-sizing:border-box;
 position:absolute;
 overflow:hidden;
 z-index:99;
}

aside#slider .homePreview p
{
 position:absolute;
 top:90px;
 font-size:20px;
 text-align:center;
 width:100%;
 left:50%;
 margin-left:-50%;
 font-family:'Oswald', sans-serif;
 color:#fff;
 text-shadow:0px 0px 2px #000;
 text-transform:uppercase;
 z-index:99;
}

aside#slider #homepreview_slider-1, aside#slider #homepreview_slider-3
{
 top:0;
 right:20%;
 border-left:solid 2px #fff;
 border-bottom:solid 2px #fff;
}

aside#slider #homepreview_slider-2, aside#slider #homepreview_slider-4
{
 top:0;
 right:0;
 border-left:solid 2px #fff;
 border-bottom:solid 2px #fff;
}

aside#slider #homeblock_slider-1, aside#slider #homeblock_slider-2, aside#slider #homeblock_slider-3, aside#slider #homeblock_slider-4
{
 display:none;
}

aside#slider #homepreview_slider-3
{
 top:200px;
 right:20%;
 border-left:solid 2px #fff;
}

aside#slider #homepreview_slider-4
{
 top:200px;
 right:0;
 border-left:solid 2px #fff;
}

aside#slider #homepreview_slider-5
{
 top:400px;
 right:20%;
 border-left:solid 2px #fff;
}

aside#slider #homepreview_slider-6
{
 top:400px;
 right:0;
 border-left:solid 2px #fff;
}

aside#circles
{
 padding:10px;
 margin-top:50px;
 margin-bottom:50px;
}

aside#circles a
{
 display:block;
 width:calc(100% / 3);
 float:left;
 text-align:center;
 text-decoration:none;
 font-family:'Oswald';
 font-size:22px;
 color:#666;
 transition:all 0.3s ease-in-out;
}

aside#circles a:hover
{
 color:#000;
}

aside#circles a .circleEntry
{
}

aside#circles a .circleEntry .circle
{
 background:#eee;
 border-radius:50%;
 height:120px;
 width:120px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 transition:all 0.3s ease-in-out;
}

aside#circles a:hover .circleEntry .circle
{
 background:#ddd;
}

aside#circles a .circleEntry .circle img
{
 height:55px;
 width:auto;
 margin-top:30px;
 transition:all 0.3s ease-in-out;
}

aside#circles a:hover .circleEntry .circle img
{
 transform:scale(1.4);
}

aside#intro
{
 clear:both;
 padding:15px;
}

aside#intro h2
{
 font-family:'Oswald', sans-serif;
 font-size:20px;
 text-transform:uppercase;
 margin-bottom:5px;
}

aside#intro p
{
 font-family:'Lato', sans-serif;
 font-size:16px;
 line-height:24px;
 margin-bottom:30px;
}

aside#intro #social
{
 float:right;
 height:400px;
 width:372px;
 box-sizing:border-box;
 padding:15px;
 margin-left:15px;
 overflow-y:visible;
 margin-bottom:25px;
}

aside#intro #social h3
{
 font-family:'Oswald', sans-serif;
 font-size:16px;
 text-transform:uppercase;
}

footer #footerAwards, footer #footerCompanies
{
 background: #fff;
 padding-top: 15px;
 padding-bottom: 15px;
 border-top: solid 1px #666;
 text-align: center;
}

footer #footerCompanies
{
 border-top: 0;
 border-bottom: solid 1px #666;
}

footer #footerAwards h7, footer #footerCompanies h7
{
 font-family: Oswald;
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-weight: 400;
 margin-bottom: 15px;
 color: #666;
 text-align: center;
 display:block;
}

#cookieWarning p strong, footer #footerAwards p strong
{
 font-weight: 700;
}

footer #footerCompanies img
{
 width: 80px;
 height: 80px;
 filter: grayscale(100%);
 transition: all .3s ease-in-out;
 border-radius: 50%;
}

footer .awardsContainer .socialContainer
{
 width:50%;
 box-sizing:border-box;
 float:right;
}

footer .awardsContainer .addressContainer
{
 box-sizing:border-box;
 text-align: center;
}

footer #footerAwards img:hover, footer #footerCompanies img:hover
{
 filter: grayscale(0)
}

footer #footerAwards p
{
 font-family: Lato;
 font-size: 13px;
 line-height: 18px;
 width: calc(100% / 3);
 text-align: center;
 float: left;
 margin-bottom:20px;
}

footer #footerAwards p.thirdAward
{
 clear:both;
}

footer #footerAwards p img
{
 max-width: 100%;
 height: auto;
}

footer #footerCompanies .content, footer #footerNewsletter .content
{
 text-align: center;
}

footer #footerNewsletter
{
 background: #b9e81e;
 padding-top: 15px;
 padding-bottom: 15px;
 border-bottom: solid 1px #666;
}

footer #footerNewsletter p
{
 font-family: Oswald;
 font-size: 22px;
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 10px;
 color: #000;
}

footer #footerNewsletter input.email
{
 font-family: Lato;
 font-size: 16px;
 padding: 10px 10px 9px 15px;
 width: 350px;
 box-sizing: border-box;
 border: 0;
 -webkit-border-top-left-radius: 20px;
 webkit-border-bottom-left-radius: 20px;
 -moz-border-radius-topleft: 20px;
 -moz-border-radius-bottomleft: 20px;
 border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
 background: #fff;
}

footer #footerNewsletter input.button
{
 font-family: Oswald;
 font-size: 16px;
 padding: 7px;
 width: 100px;
 box-sizing: border-box;
 border: 0;
 -webkit-border-top-right-radius: 20px;
 -webkit-border-bottom-right-radius: 20px;
 -moz-border-radius-topright: 20px;
 -moz-border-radius-bottomright: 20px;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 20px;
 background: #000;
 color: #fff;
 margin-left: -5px;
}

#cookieBar p, #cookieWarning p, .homeContent .homePageEntry span p, .upcomingEvent span strong, footer #footerLegal p
{
 font-family: Lato;
}

footer #footerSitemap
{
 padding: 15px;
}

footer #footerSitemap h4
{
 font-size: 18px;
}

footer #footerLegal
{
 padding-top: 10px;
 padding-bottom: 10px;
}

footer #footerLegal p
{
 font-size: 13px;
 color: #000;
 text-align: center;
 line-height: 16px;
}

footer #footerLegal p.siteCredit a
{
 color: red;
}

.pageImgContainer {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.pageImgContainer a{
  display: flex;
}

.pageImgContainer img {
  flex: 1;
  width: 33%;
  height: 450px;
  margin: 0 3px;
  object-fit: cover;
}

@media (max-width: 600px) {
    
    .pageImgContainer {
      flex-wrap:wrap;
      padding: 10px;
}
    
    .pageImgContainer img {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 5px;
}

    .pageImgContainer img:not(:first-child){
        display: none;
    }

}

.pageCategoriesContainer {
    margin-bottom: 18%;
}

.categoryContainer {
    width: calc((100% - 40px) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 700px) {
    
    .categoryContainer{
        width: 97%;
        margin:5px;
    }
    
}

.boxText{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background: rgba(169, 235, 28, 0.7);
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.bookingContent {
    margin: 5px;
}

.bookingContent div {
    flex: 1;
}

.contactform fieldset label
{
 font-family:'Lato', sans-serif;
 font-size:12px;
 text-transform:uppercase;
 margin-bottom:2px;
 display:block;
}

.contactform fieldset input
{
 padding:10px;
 box-sizing:border-box;
 font-family:'Lato', sans-serif;
 font-size:15px;
 color:#000;
 border:solid 1px #666;
 margin:0;
 margin-bottom:10px;
 width:100%;
}

.contactform fieldset textarea
{
 padding:10px;
 box-sizing:border-box;
 font-family:'Lato', sans-serif;
 font-size:15px;
 color:#000;
 border:solid 1px #666;
 margin:0;
 margin-bottom:10px;
 width:100%;
 resize:none;
 height:200px;
}

.contactform .submit input
{
 width:100%;
 box-sizing:border-box;
 text-align:center;
 margin-bottom:0px;
}

.submitBtn {
    background: #b9e81e;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 17px;
    padding: 12px;
    display: block;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.g-recaptcha div
{
 margin-left:auto;
 margin-right:auto;
}

.mainContent {
    margin: 5px;
    padding-left: 5px;
}

.rangesImgContainer {
  display: flex;
  max-width: 100%;
}

.rangesImgContainer img {
  flex: 1;
  width: 50%;
  height: auto;
}

.text80Yard{
    position: absolute;
    left: 20%;
    width: 100%;
    z-index: 999;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    color: black;
    background: rgba(169, 235, 28, 0.7);
}

.text90Yard{
    position: absolute;
    left: 70%;
    width: 100%;
    z-index: 999;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    color: black;
    background: rgba(169, 235, 28, 0.7);
}

@media (max-width: 700px) {

.text80Yard{
    position: absolute;
    left: 5%;
    width: 100%;
    z-index: 999;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    color: black;
    background: rgba(169, 235, 28, 0.7);
}

.text90Yard{
    position: absolute;
    left: 55%;
    width: 100%;
    z-index: 999;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 2px #000;
    text-transform: uppercase;
    color: black;
    background: rgba(169, 235, 28, 0.7);
}

}

.eventsTitle{
    font-weight: 700;
}