﻿/* 
    // <weight>: Use a value from 200 to 700
// <uniquifier>: Use a unique and descriptive class name

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
      url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  font-display: swap;
}
.mobileonly{
        display: none;
}
.LogoHeaderTop{
    position: absolute;
    top: 20px;
    z-index: 99999;
}
.backtoblogs {
    max-width: 200px;
    margin-top: -90px;
    text-align: left!important;
}
/* Full-width, responsive hero video */
.clipped {
    max-width: 900px;
}
.padright{
    padding-right: 50px;
}
.padleft{
    padding-left: 50px;
}
.HomeImage{
    width: 100%;
}
.SubHeaderBack {
    position: absolute;
    inset: 0;
    width: 100%;
    height: min(30vh, 900px); /* good desktop height without being too tall */
    object-fit: cover; /* fill full width, crop as needed */
    display: block;
    margin-bottom: 0px;
}


.heroback {
    top: 0;
    width: 100%;
    /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
    height: min(20vh); /* good desktop height without being too tall */
    overflow: hidden;
}
.heroproject {
    
    background-size: cover;
    top: 0;
    width: 100%;
    /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
    height: min(20vh); /* good desktop height without being too tall */
    overflow: hidden;
}

.hero {
    top: 0;
    width: 100%;
    /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
    height: min(80vh, 740px); /* good desktop height without being too tall */
    overflow: hidden;
}

.design {
    top: 0;
    width: 100%;
    /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
    height: min(80vh, 740px); /* good desktop height without being too tall */
    overflow: hidden;
}

.hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: min(80vh, 900px); /* good desktop height without being too tall */
    object-fit: cover; /* fill full width, crop as needed */
    display: block;
    margin-bottom: -100px;
}
.design__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: min(80vh, 900px); /* good desktop height without being too tall */
    overflow: hidden;
}
.design-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #000;
}

.design-banner__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Optional overlay content */
.hero__content {
    font-family: "Oswald", sans-serif;
    position: absolute;
    text-align: left;
    pointer-events: none; /* make overlay non-blocking; remove if buttons inside */
    padding-top: 200px;
}
.design__content {
    font-family: "Oswald", sans-serif;
    position: absolute;
    text-align: left;
    pointer-events: none; /* make overlay non-blocking; remove if buttons inside */
    padding-top: 100px;
}

    /* Example text styling if you use the overlay slot */
    .hero__content .title {
        color: white;
        font-size: 6.0em;
        text-align: left;
    }
    .hero__content .titleback {
        color: white;
        font-size: 4.0em;
        text-align: left;
    }
    .design__content .title {
        color: white;
        font-size: 6.0em;
        text-align: left;
    }
    .hero__content .text {
        color: white;
        font-size: 2.5em;
        text-align: left;
        max-width: 900px;
        font-weight: 300;
    }
    .hero__content .textblog {
        color: white;
        font-size: 1.4em;
        text-align: left;
        max-width: 900px;
        font-weight: 300;
        margin-bottom: -20px;
        
    }
    .design__content .designtext {
        color: white;
        font-size: 2.5em;
        text-align: left;
        max-width: 1500px;
        font-weight: 300;
    }

    .hero__content p {
        color: #fff;
        opacity: .95;
        font-size: clamp(1rem, .7vw + .9rem, 1.25rem);
        margin: 0 0 1rem;
        text-shadow: 0 1px 6px rgba(0,0,0,.35);
    }

    


.ServiceBackground{
    background: #D1AB69;
    background: linear-gradient(90deg, rgba(209, 171, 105, 1) 0%, rgba(209, 171, 105, 1) 50%, rgba(110, 80, 4, 1) 100%);
    height: 400px;
    padding: 50px;
}
.ServiceService {
    font-family: Abel, sans-serif;
    color: #dedede;
    font-size: 1.2em;
}
.ServiceTitle {
    font-family: Abel, sans-serif;
    color: #dedede;
    font-size: 5.5em;
}
.ServiceDescription {
    font-family: Abel, sans-serif;
    color: #dedede;
    font-size: 1.0em;
}
.video-wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.servicevideo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#sidebarMenu {
    position: fixed;
    top: 0;
    transition: left 0.3s ease;
}


.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1040;
}

    .backdrop.show {
        display: block;
    }

.close-btn {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: none;
    float: right;
}
.logoheader{
    position: relative;
}
.navbar {
    --bs-navbar-toggler-padding-y: unset;
    --bs-navbar-toggler-padding-x: unset;
    margin-top: 20px;
    position: absolute;
    top: -20px;
    right: 0;
}
.btn-menu {
    --bs-btn-color: white;
    --bs-btn-font-size: 3rem;
    
    
    
}
.nav-link{
    font-family: "Oswald", sans-serif;
    color: black;
    font-size: 2.0em;
}
    .nav-link:hover {
        color: #808080;
    }
.nav-item .btn {
    font-family: "Oswald", sans-serif;
    color: black;
    font-size: 2.0em;
}
.collapse > ul{
    font-size: 1.0em !important;
}
.carousel-item {
    height: 600px;
    overflow: hidden;
}

    .carousel-item img,
    .carousel-item video {
        object-fit: cover;
        width: 100%;
        height: 600px;
    }
.bi-telephone-fill, .bi-envelope-fill {
    color: black;
    font-size: 0.9em;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.HomeImgStyle {
    background-position-x: center !important;
    background-size: cover !important;
    background-position-y: center !important;
    height: 400px;
}
.ServiceImage{
    width: 100%;
    height: auto;
    display: block;
}
p {
    font-family: "Oswald", sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 300;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ServiceImage {
    max-width: 100%;
    height: auto;
    display: block;
}

.gridpad2{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
}
.grid {
    -webkit-column-count: 3;
    -moz-column-count: 3 !important;
    -moz-column-gap: 10px;
    margin-left: -30px;
    margin-right: -30px;
}
.block {
    display: block;
    word-wrap: break-word;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


























.blackbox {
    color: white;
    background-color: black;
    padding: 30px !important;
}
.blackbox h1{
    color: white;
    font-size: 5.0em;
}
.gridpad2{
    padding: 20px;
}
.servicesimage{
    width: 100%;
}
.blackbox h2{
    color: #808080;
    font-size: 2.0em;
}
[data-form="885d84ba-2b59-11f0-9fe6-d76db61a3744"] {
    --container-width: 100% !important;
}
    [data-form="885d84ba-2b59-11f0-9fe6-d76db61a3744"].inline-container .background-image, [data-form="885d84ba-2b59-11f0-9fe6-d76db61a3744"].modal-container .background-image {
       padding: 0 !important;
    }
.emailoctopus-form input[type=submit] {
    background-color: black !important;
    border-color: none !important;
    border: none !important;
    background: black;
    color: white !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.2em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    width: unset !important;
}
.emailoctopus-form input[type=submit]:hover {
    background-color: #808080 !important;
    border-color: none !important;
    border: none !important;
    color: white !important;
    text-decoration: underline;
}
.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: unset;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #808080;
    --bs-btn-hover-border-color: #808080;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: white;
    border: 5px solid black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: black;
    background: black;
    border: none;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
}
.rightpad{
    padding-right: 50px !important;
}
.projectimage{
    width: 100%;
    margin-bottom: 50px;
    border: 10px solid black;
}
.HomeProjectImage {
    no-repeat;
    height: 500px;
    background-size: cover;
    background-position: center;
    border: 10px solid black;
}
.IntroHolder{
    max-width: 1000px;
}
.carousel{
    padding-top: 14px;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu{
    border: 10px solid black;
}
p a{
    color: black;
}

p a:hover{
    color: #baa360;
}
.row.make-columns {
    -moz-column-width: 19em;
    -webkit-column-width: 19em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
    .row.make-columns > div {
        display: inline-block;
        padding: .5rem;
        width: 100%;
    }
    .panel-body p{
        font-size: unset;
    }
/* demo only* */
.panel {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.aboutbannerspacer{
    padding-top: 180px;
    background: url('/Content/Images/aboutbanner.jpg') no-repeat;
    background-size: contain;
    background-position: center;
    height: 450px;
}
.aboutbannerspacer h1{
    padding-top: 50px;
}
.SubPageImage {
    background-size: cover;
    background-position: center;
    height: 680px;
    margin-left: 50px;
    
}
.pnopad{
    line-height: 1.0em;
    margin-block-start: 0;
    margin-block-end: 0;
}
.no-bullets{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.GoldLine {
    margin-top: 10px;
    border-top: 1px solid #baa360;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ForSaleProperty h1{
    color: black;
    padding-top:0;
    margin-top: 0;
    font-size: 1.4em;
}
.PPStatus p {
    font-family: 'Noto Sans', sans-serif;
    color: white;
    font-size: 1.4em;
    line-height: 1.0em;
    margin-block-start: 0;
    margin-block-end: 0;
}
.PPStatus {
    font-family: 'Noto Sans', sans-serif;
    margin-top: -13px;
    margin-right: -2px;
    background-color: #baa360;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 15px;
    z-index: 999;
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
}
.PPPrice{
    text-align: right;
    font-family: 'Noto Sans', sans-serif;
    color: #baa360;
    font-weight: 500;
    font-size: 1.8em;
    margin-top: -5px;
}
.PPItemTitle {
    font-family: 'Noto Sans', sans-serif;
    color: black;
    font-weight: 300;
    font-size: 1.0em;
}
.PPItem {
    font-family: 'Noto Sans', sans-serif;
    color: black;
    font-weight: 500;
    font-size: 1.1em;
}
.PPItemPaddingTop{
    padding-top: 20px;
}
.PPItemIcons{
    height: 40px;
}
.col-lg-10{
    width: 80%;
}
.col-lg-2{
    width: 20%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-4{
    width: 35%;
}
.sliderup{
    margin-top: -80px;
}
.propertypadleft{
    padding-left: 50px;
}

.carousel {
    
    position: relative;
    
}

.item,
.carousel-inner {
    margin-top: -30px;
    margin-bottom: -100px;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 0;
    padding-top: 0;
}
.PadBelow{
    
}
.col-lg-9{
    
    width: 75%;
}
.col-lg-3{
    width: 25%;
}
.subbannerspacer{
    height: 140px;
}
    .Gold {
        color: #baa360 !important;
    }
.triangle {
    position: relative;
    top: 13px;
    left: 4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
}
.FooterAcc{
    width: 100%;
    padding-bottom: 40px;
}
footer p {
    
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    line-height: 1.6em;
    color: black;
}
footer p a{
    color: black;
}
    footer p a:hover {
        color: #808080;
    }
footer h2 {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 1.8em;
}
.contactdetails{
    font-size: 1.6em;
    color: white;
    font-family: 'Oswald', sans-serif;
}
.contactdetails a{
    color: black;
}
.contactdetails a:hover{
    color: #808080;
}

.forabsolute{
    position: relative;
}
.viewallbuttons{
    position: absolute;
    right: 20px;
    top: 40px;
}
.viewallbuttonsabout {
    
}
.viewallbuttons2 {
    position: absolute;
    right: 20px;
    top: 60px;
}
.RightFloat{
    float: right;
}
.LeftFloat{
    float: left;
}
.LeftCol{
    padding-top: 20px;
    padding-right: 10px;
}
.RightCol{
    padding-top: 20px;
    padding-left: 10px;
}
.maxwidthp{
    max-width: 800px !important;
}
.prightpad{
    padding-right: 50px;
}
.prightpadmap{
    margin-right: 50px;
}
.whitefont{
    color: white;
}

.HomeButton1{
    float: right;
    font-size: 1.0em;
    padding: 6px 12px;
}
.HomePanelPrice {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5em;
    color: #baa360;
    font-weight: 500;
}
.curveholder{
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    width: 94%;
    border-top-left-radius:50%;
    border-top-right-radius: 50%;
    height: 200px;
    text-align: center;
    margin-bottom: 10px;
    
}
.curveholder .description2 p{
    padding: 10px;
    font-size: 0.9em;
    font-weight: 900 !important;
}
.curveholder h3{
    text-align: center;
    padding-top: 20px;
}
.curveholder .btn{
    background-color: unset;
    border: unset;
    color: black;
    padding: unset;
    margin: unset;
    margin-top: -30px;
    font-weight: bold;
    text-decoration: underline !important;
    font-size: 1.0em;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translateX(-50%);
}
    .curveholder .btn a{
        background-color: unset;
        border: unset;
        color: black;
        padding: unset;
        margin: unset;
        margin: 0;
        padding: 0;
        margin-top: -30px;
        font-weight: bold;
        text-decoration: underline !important;
    }
    .curveholder .btn:focus {
        background: unset;
    }
        .HomePanelArea {
    font-family: 'Oswald', sans-serif;
    color: black;
    font-size: 1.2em;
    padding-top: 10px;
}
.GoldBox {
    border: 2px solid black;
    position: relative;
}
.SaleType{
    margin-top: -11px;
    margin-right: -2px;
    background-color: #baa360;
    border-bottom-left-radius: 10px;
    position: absolute;
    right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.SaleType p{
    color: white;
    font-size: 1.0em;
    line-height: 1.0em;
    margin-block-start: 0;
    margin-block-end: 0;
}
.GoldBackground{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background-color: #baa360;
}

.RoomsHolder{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 1.1em;
}
.ViewButton{
    
    float: right;
}
.icondownloads{
    height: 80px;
}
.homeicons{

    height: 25px;
    padding-right: 5px;
    }
.propicons{
    height: 20px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.GoldTopBar {
    background-color: #baa360;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    font-size: 1.3em;
}
.GoldTopBar a{
    color: white;
}
.GoldTopBar a:hover{
    color: black;
}
.GoldTopBarText{
    color: white;
}
/*.dropdown-menu > li{
    display: table !important;
}*/
.col-lg-6Contact{
    width: 50%;
    float: left;
}
.col-lg-8Rooms{
    width: 66.6666667%;
    float: left;
}
.col-lg-4Rooms {
    width: 33.3333333%;
    float: left;
}
.col-lg-4Blogs {
    width: 33.3333333%;
    float: left;
}
.GreenContact{
    background-color: #21aa46;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.GreenContactSmall {
    background-color: #21aa46;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.GreenContactSmall .MainText a{
    color: white !important;
}
.GreenContactSmall .MainText a:hover{
    color: #dce3bb !important;
}
.Pricefrom{
    font-family: 'FreeSet-Book', sans-serif;
    color: #808080;
    font-size: 3.0em;
    line-height: 1.6em;
    padding-bottom: 0;
    text-align: right;
}
.Price {
    font-family: 'FreeSet-Book', sans-serif;
    color: black;
    font-size: 5.0em;
    line-height: 1.3em;
    text-align: right;
}
.Perweek {
    font-family: 'FreeSet-Book', sans-serif;
    color: #808080;
    font-size: 2.0em;
    line-height: 1.3em;
    text-align: right;
}
.RoomBox{
    background-color: rgba(220, 227, 187, 0.3);
    padding: 20px;
}
.fullimage{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ColRightPad{
    padding-right: 50px;
}
.sc_window a.sc_btn_accept {
    background-color: #21aa46 !important;
}
ul {
    margin-left: -20px;
    margin-top: 20px;
    font-size: 1.2em;
    padding-bottom: 10px;
    
}

.MainText li{list-style: none;}
.MainText li::before {
    content: "•";
    color: #e53d00;
    padding-right: 20px;
    margin-left: -20px;
}
.HomePriceFrom {
    font-family: 'FreeSet-Book';
    color: black;
    font-size: 1.1em;
}
.HomePrice {
    font-family: 'FreeSet-Bold';
    color: #21aa46;
    font-size: 2.4em;
}
.homepadding{
}
.HomeTwin{
    background-image: url('/Content/Images/Rooms/Twin1.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomeSilver {
    background-image: url('/Content/Images/Rooms/Silver1.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomeGold {
    background-image: url('/Content/Images/Rooms/Gold1.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomeGoldPlus {
    background-image: url('/Content/Images/Rooms/GoldPlus2.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomePlatinum {
    background-image: url('/Content/Images/Rooms/Plat2.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomeAccessible {
    background-image: url('/Content/Images/Rooms/Twin15.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.HomePenthouse {
    background-image: url('/Content/Images/Rooms/Pent1.jpg');
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
}
.menufloatright{
    float: right;
}
.NewsImage {
    width: 100%;
    padding-bottom: 30px;
    max-width: 900px;
}
.DownArrow{
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 9999;
}
.DownArrowHome {
    position: absolute;
    bottom: 50px;
    left: 48%;
    z-index: 9999;
}
.BookNowHolder {
    position: absolute;
    top: 100px;
    right: 100px;
    height: 180px;
    width: 180px;
    background-color: #0f572d;
    border-radius: 180px;
    z-index: 2;
}
.BookNowText {
    font-family: 'FreeSet-Bold';
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 30px;
}
.BookNowText a{
    color: white;
}
    .BookNowText a:hover {
        color: #dce3bb;
        text-decoration: none;
    }
.owl-dots{
    float: right;
    position: relative;
    top: -60px;
    right: 50px;
}
.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 20px 5px;
    background: #21aa46;
    transition: opacity 200ms ease;
    border-radius: 100px;
}
    .owl-dot.active, .owl-dot:hover{
        background: #e53d00 !important;
    }
.social{
    height: 50px !important;
}
.gridpad{
    padding: 10px;
    margin-bottom: 0px;
}

.gridtestpad {
    padding: 20px;
    
    
}
.ptestheight{
    height: 240px;
}
.GridImg{
    height: 400px;
    width: 100%;
    overflow-x: hidden;
    
}
.ImgHeight{
    height: 800px !important;
}
    
}
/* Style the video: 100% width and height to cover the entire window */
.footerspacer{
    height: 380px;
}
.MainTextHeight{
    height: 100px;
}

.ConcreteBox{
    background-color: #b4b8ab;
    padding: 30px;
    height: 300px;
}
.HomeProjectTitle{
    color: #f4f9e9;
    
}
.HomeNewsTitle{
    padding-top: 10px;
    font-weight: bold;
}
.HomeButtonTopPad{
    position: relative;
    top: 25px;
}
.HomeReadMore {
    font-family: 'FreeSet-Book';
    color: white;
    background-color: #0f572d;
    font-size: 1.0em;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 115px;
    float: right;
}
    .HomeReadMore a {
        color: white;
        text-decoration: none;
    }
        .HomeReadMore a:hover {
            color: #dce3bb;
            text-decoration: none;
        }
        .HomeReadMore:hover {
            color: #dce3bb;
            text-decoration: none;
        }

.HomeReadMoreDark {
    margin-top: 20px;
    padding-top: 20px;
    font-family: 'FreeSet-Bold';
    color: #808080;
    font-size: 1.1em;
}
    .HomeReadMoreDark a {
        color: #5c5c5c;
        text-decoration: none;
    }
        .HomeReadMoreDark a:hover {
            color: #21aa46;
            text-decoration: none;
        }
        .HomeReadMoreDark:hover {
            color: #21aa46;
            text-decoration: none;
        }

#myVideo {
  margin-top: -100px;
  min-width: 100%; 
  min-height: 100%;
  z-index: 1;
}
.HomeVideo{
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 102%;
    min-height: 100%;
}
.HomeVideoBox {
    position: absolute;
    left: 50px;
    top: 300px;
    height: 250px;
    text-align: left;
    max-width: 650px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.HomeVideoText {
    font-family: 'Nato Sans', sans-serif;
    font-size: 2.0em;
    color: #baa360;
    font-weight: 400;
    line-height: 1.4em;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.homevideobuttons{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.HomeVideoTextSmall {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    color: white;
    line-height: 1.4em;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.SliderReadMore {
    font-family: 'FreeSet-Book';
    font-size: 1.4em;
    color: white;
    padding-left: 40px;
    padding-top: 20px;
}
.SliderReadMore a{
    color: white !important;
}
    .SliderReadMore a:hover {
        color: #0f572d;
    }


.ProjectVideoBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 200px;
    text-align: center;
}
.ProjectVideoText {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 3em;
    color: #f4f9e9;
    max-width: 600px;
    line-height: 1.0em;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.field-validation-error{
    padding: 0;
    margin: 0;
    color: red;
}
.leftcolpad{
    padding-right: 50px;
}
.rightcolpad{
    padding-left: 50px;
}
.BlackText a{
    color: black !important;
}
.BlackText a:hover{
    color: #e53d00 !important;
}
.FormCheckBox{
    height: 20px;
    width: 20px;
    border: 1px solid black;
    position: relative;
    top: 3px;

}
.FormCheckBoxGrid{
    height: 30px;
    width: 30px;
    border: 1px solid black;
    position: relative;
    top: 0px;
    left: 25px;

}
.ActBanner{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.TableHolder{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #21a0a0;
    padding: 30px;
}
.EntTitle{
    font-family: 'Love Ya Like A Sister';
    color: black;
    font-size: 1.4em;
    padding-bottom: 10px;
}
.StallsDetailsHolder{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.StallsDetailsHolder h3{
    margin-top: 0px;
}
.StallsHolder{
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 80px;
    
}
.StallsHolder img{
    
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    

}
/*.navbar-collapse{
    position: relative;
}*/



.logo{
    height: 100px;
    width: auto;
    
}
.logoholder{
    text-align: left;
    padding-top: 0px;
    margin-top: 20px;
}
.StallsImage{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
}
.StallsText {
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: black;
    font-size: 1.4em;
    padding-top: 20px;
    position: relative;
    top: -5px;
}
.StallsText a{
    color: white;
    text-decoration: none;
}
.StallsText a:hover{
    color: #e53d00;
    text-decoration: underline;
}
.StallsTextContact {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: black;
    font-size: 1.4em;
    line-height: 1.6em;
    padding-top: 20px;
    position: relative;
    top: -5px;
}
.StallsTextContact a{
    color: Black;
    text-decoration: none;
}
.StallsTextContact a:hover{
    color: #e53d00;
    text-decoration: underline;
}
.LargeRight{
    text-align: center;
    
}
.StallsTextDetails {
    font-family: 'Khand', sans-serif;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 1.4em;
    line-height: 1.6em;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    top: -5px;
}
.StallsTextDetails .glyphicon{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: -5px;
    color: #009746;
}
.StallsTextDetails a{
    color: Black;
    text-decoration: none;
}
.StallsTextDetails a:hover{
    color: #e53d00;
    text-decoration: underline;
}

.col3Pad
{
    padding-bottom: 30px;
}
.FairImg{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.divContactForm{
    
}
.divContactFormAd{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.google-maps {
    margin-top: 0px;
    position: relative;
    padding-bottom: 50%;
    height: 250px;
    overflow: hidden;
    margin-right: 50px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.InfoMenu{
   	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 1.6em !important;
	color: white;
    padding-top: 15px;
    position: relative;
    height: 60px;
    background-image: url('../Content/images/greenstrokemenu.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    text-align: center;
}
.InfoMenuBlue{
   	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 1.6em !important;
	color: white;
    padding-top: 15px;
    position: relative;
    height: 60px;
    background-image: url('../Content/images/bluestrokemenu.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    text-align: center;
}
.InfoMenuBlue a{
    color: white;
}
.InfoMenu active{

}
.EntMenu{
   	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 1.6em !important;
	color: white;
    padding-top: 15px;
    position: relative;
    height: 60px;
    background-image: url('../Content/images/bluestrokemenu.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    text-align: center;
}
.EntMenu active{

}
.EntMenu a{
    color: white;
}
.MenuImg{
    width: 100%;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #ffe900 !important;
    border: none;
}
.nav-tabs > li.active > a{
    color: #;
}
.nav-tabs > li > a{
    padding: 0;
    max-width: 240px;
}
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  
}*/
.InfoMenu a{
    color: white !important;
    text-decoration: none;
}

.InfoMenu a:hover{
    color: #ffe900 !important;
    text-decoration: none;
}
.InfoMenu:hover{
    color: black !important;
    text-decoration: none;
}
.colinforight{
    float: left;
    width: 100%;
    padding-top: 50px;
}
.colinforight .h3Orange, .h3Green, .h3Blue, h3Grey{
    font-size: 1.6em;
    padding-left: 10px !important;
    padding-right: 10px !important;

} 
.openingtimes{
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.colinforight .HomeBoxLeft, .HomeBoxMid, .HomeBoxRight{
    margin-left: 0;
    margin-right: 0;
}
.colinfoleft{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.PadWithMenu{
    padding-left: 80px;
    padding-right: 80px;
}
/*.nav-tabs{
    border: none;
}
.nav-tabs > li{
    float: left;
    margin-bottom: 20px;
    width: 25%;
}*/
.SocialMediaHolderSM{
    display: none;
}
.MobileLogo{
    display: none;
    }
.containerSlider {
 
    
}
.owl-carousel.owl-loaded{
    display: block;
}
.slide1 {
    background-image: url('/Content/images/slider/slide1.webp');
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    height: 100vh;
    position: relative;
}
.slide2 {
    background-image: url('/Content/images/slider/slide2.webp');
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    height: 100vh;
    position: relative;
}

.slide3 {
    background-image: url('/Content/images/slider/slide3.webp');
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    height: 100vh;
    position: relative;
}
.slide4 {
    background-image: url('/Content/images/slider/slide4.webp');
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.slide5 {
    background-image: url('/Content/images/slider/slide5.webp');
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.slide6 {
    background-image: url('/Content/images/slider/slide6.webp');
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}   

.aboutslide1{
    background-image: url('../Content/Images/aboutslider/slider1.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.aboutslide2 {
    background-image: url('../Content/Images/aboutslider/slider2.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.aboutslide3 {
    background-image: url('../Content/Images/aboutslider/slider3.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.aboutslide4 {
    background-image: url('../Content/Images/aboutslider/slider4.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.aboutslide5 {
    background-image: url('../Content/Images/aboutslider/slider5.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.aboutslide6 {
    background-image: url('../Content/Images/aboutslider/slider6.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}
.twinslide1 {
    background-image: url('../Content/Images/Rooms/twin1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide2 {
    background-image: url('../Content/Images/Rooms/twin2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide3 {
    background-image: url('../Content/Images/Rooms/twin3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide4 {
    background-image: url('../Content/Images/Rooms/twin4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide5 {
    background-image: url('../Content/Images/Rooms/twin5.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide6 {
    background-image: url('../Content/Images/Rooms/twin6.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide7 {
    background-image: url('../Content/Images/Rooms/twin7.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide8 {
    background-image: url('../Content/Images/Rooms/twin8.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide9 {
    background-image: url('../Content/Images/Rooms/twin9.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide10 {
    background-image: url('../Content/Images/Rooms/twin10.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide11 {
    background-image: url('../Content/Images/Rooms/twin11.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide12 {
    background-image: url('../Content/Images/Rooms/twin12.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide13 {
    background-image: url('../Content/Images/Rooms/twin13.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide14 {
    background-image: url('../Content/Images/Rooms/twin14.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.twinslide15 {
    background-image: url('../Content/Images/Rooms/twin15.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.silverslide1 {
    background-image: url('../Content/Images/Rooms/silver1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.silverslide2 {
    background-image: url('../Content/Images/Rooms/silver2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.silverslide3 {
    background-image: url('../Content/Images/Rooms/silver3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.silverslide4 {
    background-image: url('../Content/Images/Rooms/silver4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.goldslide1 {
    background-image: url('../Content/Images/Rooms/gold1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.goldslide2 {
    background-image: url('../Content/Images/Rooms/gold2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.goldslide3 {
    background-image: url('../Content/Images/Rooms/gold3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.goldslide4 {
    background-image: url('../Content/Images/Rooms/gold4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.goldplusslide1 {
    background-image: url('../Content/Images/Rooms/goldplus1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.goldplusslide2 {
    background-image: url('../Content/Images/Rooms/goldplus2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.goldplusslide3 {
    background-image: url('../Content/Images/Rooms/goldplus3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.goldplusslide4 {
    background-image: url('../Content/Images/Rooms/goldplus4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.platinumslide1 {
    background-image: url('../Content/Images/Rooms/plat1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.platinumslide2 {
    background-image: url('../Content/Images/Rooms/plat2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.platinumslide3 {
    background-image: url('../Content/Images/Rooms/plat3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.platinumslide4 {
    background-image: url('../Content/Images/Rooms/plat4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.accessibleslide1 {
    background-image: url('../Content/Images/Rooms/comingsoon.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

.penthouseslide1 {
    background-image: url('../Content/Images/Rooms/pent1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide2 {
    background-image: url('../Content/Images/Rooms/pent2.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide3 {
    background-image: url('../Content/Images/Rooms/pent3.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide4 {
    background-image: url('../Content/Images/Rooms/pent4.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide5 {
    background-image: url('../Content/Images/Rooms/pent5.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide6 {
    background-image: url('../Content/Images/Rooms/pent6.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide7 {
    background-image: url('../Content/Images/Rooms/pent7.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
.penthouseslide8 {
    background-image: url('../Content/Images/Rooms/pent8.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}

    .GridBlogPosted strong{
    font-weight: 400 !important;
}
.ModalSend{
    padding-top: 110px;
    text-align: center;
}
.ModalContactForm{
    padding: 20px;
    height: auto;
}
.purplebox{
    padding: 30px;
    border: 1px solid #602987;
}
.fourlines{
    height: 25px;
}
.nb{
    font-size: 1.0em;
    text-align: left;
}
.HeaderEnquiry {
    background-color: #602987;
    font-family: 'Khand', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: white;
    height: 65px;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
.HeaderEnquiry a{
    color: white;
    font-weight: 500;
}

body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
    overflow-x: hidden;
}
.aboutimg{
    width: 100%;
}
.sustainimg{
    width: 90%;
    float: right;
    padding-bottom: 30px;
}
.glow-shadow {
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.clock {
	position: fixed;
	top: 234px;
	right: 60px;
	width: 236px;
	height: 150px;
	pointer-events: none;
}
.pullquote {
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    color: #602987;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.6em;
    font-style: italic;
}
.clock p {
	font-size: 29px;
	letter-spacing: 0px;
	margin-top: 3px;
}
/*.navbar .navbar-nav {
    display: inline-block;
    vertical-align: top;
    font-family: 'Nato Sans', sans-serif;
    font-size: 1.2em;
    float: right;
    margin-right: -20px;
}
.dropdown-menu {
    font-family: 'Nato Sans', sans-serif;
    font-size: 1.0em;
}
.navbar .navbar-collapse {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
 
}*/
.banner{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.MainTextNoPad {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: black;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-top: 0px !important;
    padding-bottom: 40px;
}
.MainTextNoPad2{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.MainTextPad{
    padding-top: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}
.packageborder{
    border: 1px solid #602987;
    background-color: white;
    padding: 20px;
}
.magglass{
    height: 200px;
    background-color: white;
    padding: 20px;
    background-position-x: center;
}
.magglasstext {
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: #602987;
    font-size: 1.0em;
    width: 70%;
    padding-top: 60px;
    position: relative;
    left: 20px;
}
.packagetext {
    font-size: 1.4em !important;
    line-height: 1.6em !important;
    font-family: 'Khand', sans-serif;
    text-align: left;
    padding-right: 20px;
}
.packagepriceholder{
    border-color: #602987;
    padding: 0px;
    height: 180px;
    text-align: center;
}
.contactForm{
    
    margin-right: 20px;
}
.packagepricetextla {
    color: white;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 3.0em;
    line-height: 1.6em;
    text-align: center;
}
.packagepricetextsm {
    color: white;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 2.0em;
    line-height: 1.6em;
    text-align: center;
}
.enquirenow{
    position: absolute;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    margin-bottom: -20px;
    width: 100%;
    
}
.enquiryFormHolder{
    display: none;
}
.enquiryFormHolder{

}
.BusyOverlay {
  background-color: #FFF;
  filter: alpha(opacity=50);
  /* IE */
  opacity: 0.5;
  /* Safari, Opera */
  -moz-opacity: 0.50;
  /* FireFox */
  z-index: 20;
  height: 200vh;
  width: 200vh;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  background-image: url('../Content/images/sds-busy.GIF');
  background-size: 64px 64px;
}


/* line 237, ../sass/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, ../sass/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.small-12{ width: 100%;}

.FormBox{
    padding-top: 2px;
    padding-bottom: 10px;
    width: 100%;
}
.FormBoxTextBox {
    color: #757575;
    font-size: 1.1em;
    height: 50px !important;
    font-family: 'Noto Sans', sans-serif;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.ErrorBox {
    color: red;
    font-size: 1.1em;
    height: 50px !important;
    font-family: 'Khand', sans-serif;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.FormBoxTextBox2 {
    color: #757575;
    font-size: 1.1em;
    font-family: 'Khand', sans-serif;
    width: 60px;
    position: relative;
    top: -0px;
}
.FormBoxAreaBox {
    color: #757575;
    font-size: 1.1em;
    
    font-family: 'Khand', sans-serif;
    width: 100% !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.FormBoxAreaBox2 {
    color: #757575;
    font-size: 1.1em;
    height: 160px !important;
    font-family: 'Khand', sans-serif;
    width: 100% !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
select {
    font-family: 'FreeSet-Book';
    font-size: 1.1em;
    height: 50px !important;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: #757575;
    
}

.FormBoxPad{
    height: 80px;
}



}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*.navbar{
    margin-bottom: 0 !important;

}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav > li > a {
    color: black !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #baa360 !important;
    }
*/
/* =Projects grid page
-------------------------------------------------------------- */
#projects-grid li.middle { margin:0 6px;  }
#projects-grid li { float:left; border:#cccccc 1px solid; margin-bottom:6px; width:308px; height:205px; position:relative; overflow:hidden;  }
#projects-grid li .project-image { position:absolute; top:0; left:0; width:100%; height:100%; }

#projects-grid li .project-info { display:none; background:#fff; position:absolute; bottom:10px; left:0; height:40px; padding:10px; }
#projects-grid li:hover a { opacity:0.5; color:black     }
#projects-grid li:hover .project-info { display:block; }
#projects-grid p { color:#000; } 

/* =Single Project page
-------------------------------------------------------------- */
.text-content { position:relative; width:400px; float:left; min-height:530px; padding-bottom:30px;  }
.text-content #return-link { position:absolute; bottom:0; left:0; }
.images-content { width:532px; float:right; position:relative; }

.full-image { width:532px; max-width:532px; height:400px; max-height:400px; margin-bottom:20px; }
.full-image div { position:absolute; top:0; left:0; }

.thumbnails { position:relative; }
.images-content .bx-controls-direction a { position:absolute; top:0; }
.images-content .bx-controls-direction a.bx-prev { left:0px; width:23px; height:112px; text-indent:-9999px; background:url(images/controls2.png) no-repeat 0% 100%; }
.images-content .bx-controls-direction a.bx-prev:hover { background:url(images/controls2.png) no-repeat 0% 0%; }
.images-content .bx-controls-direction a.bx-next { right:0px; width:23px; height:112px; text-indent:-9999px; background:url(images/controls2.png) no-repeat 100% 100%; }
.images-content .bx-controls-direction a.bx-next:hover { background:url(images/controls2.png) no-repeat 100% 0%; }


.projectThumbs {
    
}

.projectThumbs ul {
	max-width: 1400px;
	margin: 0 auto 0 auto;
	list-style: none;
	padding: 0 0 50px 0;
    -webkit-padding-start: 0px;
    -webkit-padding-end: 0px;
}

.projectThumbs ul .overlay {
	position: absolute;
	background-color: #fff;
	height: 0px;
	width: 321px;
	overflow: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition   : all .6s ease;
	-o-transition     : all .6s ease;
	-ms-transition    : all .6s ease;
	transition        : all .6s ease;
}

.projectThumbs ul p{
	margin: 0;
}

.projectThumbs ul li a {
	cursor: default;
    	margin: 10px auto 10px auto;
}

.projectThumbs ul li.on a {
	cursor: pointer;
}

.projectThumbs ul li {
   
	display: inline-block;
	margin: 9px;
	overflow: hidden;
	opacity: 0.2;
	pointer-events: none;
	-webkit-transition: opacity .5s linear;
	-moz-transition   : opacity .5s linear;
	-o-transition     : opacity .5s linear;
	-ms-transition    : opacity .5s linear;
	transition        : opacity .5s linear;
}

.projectThumbs ul li.on {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: opacity .3s linear;
	-moz-transition   : opacity .3s linear;
	-o-transition     : opacity .3s linear;
	-ms-transition    : opacity .3s linear;
	transition        : opacity .3s linear;
}

.projectThumbs ul li .overlay {
	display: none;
}

.projectThumbs ul li.on .overlay {
	display: block;
}

.projectThumbs ul li:hover .overlay {
	margin-top: 0px;
	height: 178px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition   : all .2s ease-in-out;
	-o-transition     : all .2s ease-in-out;
	-ms-transition    : all .2s ease-in-out;
	transition        : all .2s ease-in-out;
    /*transform: scale(1.1, 1.1);*/
}

.projectThumbs ul {
	color: red;
	text-align: left;
}

.projectThumbs ul p.projectTitle {
	font-size: 17px;
	font-weight: 600;
	margin-top: 57px;
    color: red;
	text-align: center;
}

.projectThumbs ul .bar {
	height: 2px;
	width: 0px;
	background-color: #e61b1b;
	margin: 13px auto;
	-webkit-transition: all .4s;
	-moz-transition   : all .4s;
	-o-transition     : all .4s;
	-ms-transition    : all .4s;
	transition        : all .4s;
}

.projectThumbs ul li:hover .bar {
	width: 60px;
}

.projectThumbs ul p.projectInfo {
	font-size: 13px;
	font-weight: 600;
    color: red;
	text-align: center;
}

.BorderUp{
    border-top: 8px solid #f31717;
}
#NAME {
    align-content:center;
    height: 110px;
    margin-top: 0;
    padding-top: 32px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.48);
    background-color: #fff;
}
#NAME {
    margin: 30px auto 40px auto;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    -ms-transition: width .5s;
    transition: width .5s;
}
body.page50 #NAME {
   
}

body.blogFrontPage .blogPageWrapper {
	padding-top: 40px;
}

body.blogFrontPage .blogPostWrapper {
	padding: 0;
	width: 800px;
	margin: 23px auto;
}

body.blogFrontPage .blogPostWrapper:after {
	display: block;
	content: '';
	height: 3px;
	width: 30%;
	opacity: 0;
	margin: 0 auto;
	background-color: #7B97C3;
	margin-top: -2px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition   : all .4s ease-in-out;
	-o-transition     : all .4s ease-in-out;
	-ms-transition    : all .4s ease-in-out;
	transition        : all .4s ease-in-out;
}

body.blogFrontPage .blogPostWrapper:hover:after {
	width: 100%;
	opacity: 1;
	-webkit-transition: all .2s;
	-moz-transition   : all .2s;
	-o-transition     : all .2s;
	-ms-transition    : all .2s;
	transition        : all .2s;
}

body.blogFrontPage .blogPostWrapper h3 {
	padding: 0;
	margin: 0 0 10px 0;
}

body.blogFrontPage .blogPostContent p {
	font-weight: 400;
	color: #666666;
	font-size: 15px;
	line-height: 1.3;
}

body.blogFrontPage .blogPostContent p a.blogExcerptSuffix {
	color: #5D91E2;
}

body.blogFrontPage .blogPostContent p a.blogExcerptSuffix:hover {
	color: #94BBF9;
}

body.blogFrontPage .postDate {
	position: absolute;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 30px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 58%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(58%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 58%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#ffffff 58%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#ffffff 58%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffffff 0%,#ffffff 58%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	margin: -51px 0 0 -90px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}

body.blogFrontPage .postDate p {
	color: #666;
	font-weight: 400;
	font-size: 20px;
	line-height: 10px;
}

body.blogFrontPage .postDate p span {
	font-size: 10px;
}

body.blogFrontPage .blogWrapperInner {
	padding: 40px 60px;
	width: 100%;
	height: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: background-color .1s;
	-moz-transition   : background-color .1s;
	-o-transition     : background-color .1s;
	-ms-transition    : background-color .1s;
	transition        : background-color .1s;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.07);
}

body.blogFrontPage .blogPostWrapper>a:hover .blogWrapperInner {
	background-color: #fafafa;
}

p.bl_pagination {
	margin: 50px 0;
}

body.blogFrontPage .blogPageWrapper {
	background-image: url(images/logo_background.png);
	background-repeat: no-repeat;
	background-position: 50% 780px;
	background-size: 65%;
}

body.blogFrontPage .moreWrapper {
	float: right;
	margin-right: -95px;
	margin-top: -69px;
	overflow: hidden;
	height: 99px;
	width: 34px;
}

body.blogFrontPage .readMore {
	transform: rotate(90deg);
	margin-left: -67px;
	margin-top: 32px;
	background-color: #7B97C3;
	padding: 9px 18px;
	overflow: hidden;
	height: auto;
	width: 99px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}

body.blogFrontPage .blogPostWrapper>a:hover .readMore {
	margin-left: -34px;
	-webkit-transition-delay: .5s; /* Safari */
    transition-delay: .5s;
}

body.blogFrontPage .readMore p {
	margin: 0;
	color: #fff;
	font-weight: 400;
}

body.blogFrontPage .blogPostContent img {
	width: 200px;
}

body.blogFrontPage .blogPostContent .imageWrapper {
	width: 200px;
	height: 118px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	margin-top: -28px;
}

body.blogFrontPage .blogPostContent p {
	width: 450px;
	height: 77px;
	margin-bottom: 0;
	overflow: hidden;
	float: left;
}
.imgsrc
{
    width:100%;
    float: left;
    height:100%;
    padding-bottom: 10px;
}
.box {
    height: 200px;
    width: 200px;
    box-shadow: 0;
    transition: box-shadow 1s;
    border: 1px solid #eee;
}

.box:hover {
    box-shadow: 0 0 3px #515151;
}

div.background {
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
}
div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}

/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/
#logoheader {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 80px;
    height:80px;
    position:fixed;
    background-image: url('../Content/images/EBFLogoHeader.png');
    background-size: contain;
    background-repeat: no-repeat;
}
 .bannerimage img {
    min-width: 100% ; 
    min-height: 100% ;
    }
 /* navbar css*/
/* navbar */
/*.navbar-default {
    background-color: white;
}*/
/* title */
/*.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}*/
/* link */
/*.navbar-default .navbar-nav > li > a {
    color: #602987;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #51c3d2 ;
}
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #baa360 !important;
        background-color: transparent;*/
        /*TAS*/
    /*}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    

}*/
/* caret */
/*.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #dce3bb;
    border-bottom-color: #dce3bb;

}*/
  col-lgS-4 {
        padding: 0;
    }

    /* Header Logo*/


footer {
    border-top: 10px solid black;
    padding-top: 40px;
    color: black;
    background-color: white;
}

    
    
    /* Project Inner Page*/

            /*.image {
              display: block;
              width: 100%;
              height: auto;
            }
            .overlay {
              position: absolute;
              bottom: 100%;
              left: 0;
              right: 0;
              background-color: #008CBA;
              overflow: hidden;
              width: 25%;
              height:0;
              transition: .5s ease;
            }

            .containerPageContainer:hover .overlay {
              bottom: 0;
              height: 25%;
             
            }

            /*.text {
              white-space: nowrap; 
              color: white;
              font-size: 20px;
              position: absolute;
              overflow: hidden;
              top: 50%;
              left: 50%;
           
            }*/
            
            div.desc {
                padding: 15px;
                text-align: left;
               
            }
            .map {
                width: 100%;
                height: 350px;
            }
            .InnerProject
            {
       
                width:25%;
                float:left;
                margin-left:auto;
                margin-right:auto;
            }
             .imagelogo, .img {
                padding-top: 3px;
            }*/

    .h1,span,p{
        
    }
    .col-lg-4 {
        width: 33.3333333%;
        float: left;
    }
    .bannerimage img {
    min-width: 100%; 
    min-height: 100%;
    }
    .rowMenu 
    {
       /*margin-right: -15px;
       margin-left: -15px;*/
    }
    .testbanner  {
    min-width: 100%; 
    min-height: 100%;
    }
    .projectThumbs ul {

	max-width: 1200px;
	margin: 0 auto 0 auto;
	list-style: none;
  
	/*padding: 0 0 50px 0;
    -webkit-padding-start: 0px;
    -webkit-padding-end: 0px;*/
    }
    .containerPageContainer {
    max-width: 1400px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
    padding-right:20px; 
    position: relative;
    }
     .InnerProject
    {
        width:33%;
        margin-left:auto;
        margin-right:auto;
    }
     .FooterCenterCol
     {
        position: relative; margin-left: 50px; margin-right: auto; width: 80%;
     }
     .FooterCol
      {
         float:right;
      }
      .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      /*padding-right: 15px;*/
        /*padding-left: 15px;*/
    }

  
.HeadLogo{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
/*.navbar{
    padding-top: 0px;
    border-radius: 0px;
    text-align: center;
    border: 0;
}*/
.active a{
    background-color: none !important;
    color: black;
}


.SocialMediaHolder{
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 1111;
}
.SocialMediaIcons{
    padding-top: 0px;
    width: auto;
    height: 30px;
}
.SocialMediaIconsFooter
{

    width: 60px;
}
.SocialMediaHolderFooter{
    text-align: left;
    position: absolute;
    bottom: 20px;
}
.img-bannerWhatsOn{
    background-image: url('../Content/Images/WhatsOnBanner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.img-bannerFunfair{
    background-image: url('../Content/Images/WhatsOnFunfair.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: top;

    height: 600px;
    z-index: 999;
}
.img-bannerCITP{
    background-image: url('../Content/Images/CITPBanner.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: top;

    height: 600px;
    z-index: 999;
}
.img-banner{
    background-image: url('../Content/Images/HomeBanner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.centrelogo{
    height: 400px;
}
.SMBanner{
        background-color: #51c3d2;
        height: 250px;
        z-index: 999;
    }
.bannerspacer{
    padding-top: 100px;
}
.bannerspacerBlogDetails{
    height: 70px;
}
.nopadtop{
    padding-top: 0 !important;
}

.img-bannerabout{
    background-image: url('../Content/Images/NewHeaderAbout.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.img-bannersustainability{
    background-image: url('../Content/Images/HeaderSustainability.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.img-bannerhealthsafety {
    background-image: url('../Content/Images/HeaderHealthSafety.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.img-bannerprojects {
    background-image: url('../Content/Images/HeaderProjects.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    z-index: 999;
}
.img-bannerconcrete{
    background-image: url('../Content/Images/HeaderConcrete.jpg');
    background-size: cover;
    background-position-y: top;
    height: 100vh;
    z-index: 999;
}
.img-bannersteel {
    background-image: url('../Content/Images/HeaderSteelWork.jpg');
    background-size: cover;
    background-position-y: center;
    height: 100vh;
    z-index: 999;
}
.img-bannerblockbrick {
    background-image: url('../Content/Images/HeaderBlockBrick.jpg');
    background-size: cover;
    background-position-y: middle;
    height: 100vh;
    z-index: 999;
}
.img-bannergroundworks{
    background-image: url('../Content/Images/HeaderGroundWorks.jpg');
    background-size: cover;
    background-position-y: bottom;
    height: 100vh;
    z-index: 999;
}
.img-bannertemporaryworks {
    background-image: url('../Content/Images/HeaderTemporaryWorks.jpg');
    background-size: cover;
    background-position-y: middle;
    height: 100vh;
    z-index: 999;
}
.img-bannerdemolition {
    background-image: url('../Content/Images/HeaderDemolition.jpg');
    background-size: cover;
    background-position-y: middle;
    height: 100vh;
    z-index: 999;
}
.img-bannerbuilderswork{
    background-image: url('../Content/Images/HeaderBuildersWork.jpg');
    background-size: cover;
    background-position-y: middle;
    height: 100vh;
    z-index: 999;
}

.img-bannerText{
    padding-top: 80px;
    text-align: center;

}
.SMBText{
    padding-top: 120px !important;
    max-width: 1400px !important;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.SMBText h1{
    font-size: 4.0em !important;
    font-weight: 400 !important;
    margin-top: 0px;
}
/*.nav-bullet{
    color: #602987;
    font-size: 1.0em;
    margin-top: 13px;
    padding-left: 0px;
    padding-right: 0px;
    width: 0px;
}
.nav-bullet-sub{
    color: #602987;
    font-size: 1.0em;
    margin-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
}*/
.GreyBackground {
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
}
.WhiteBackground {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
    .GreyBackground > :first-child {
        margin-top: 0;
    }
.GreyBackground700 {
    background-color: #eef0eb;
    height: 700px;
}
.CementBackground{
    background-color: #b4b8ab;
    height: 600px;
}
.Concrete1{
    background-image: url('../Content/Images/concrete1.jpg');
    background-position-x: center;
    height: 650px;
}
.SteelWork1 {
    background-image: url('../Content/Images/steel1.jpg');
    background-position-x: center;
    height: 650px;
}
.BlockBrick1 {
    background-image: url('../Content/Images/blockbrick1.jpg');
    background-position-x: center;
    height: 650px;
}
.GroundWorks1 {
    background-image: url('../Content/Images/groundworks1.jpg');
    background-position-x: center;
    height: 650px;
}
.TemporaryWorks1 {
    background-image: url('../Content/Images/TemporaryWorks1.jpg');
    background-position-x: center;
    height: 650px;
}
.Demolition1 {
    background-image: url('../Content/Images/Demolition1.jpg');
    background-position-x: center;
    height: 700px;
}
.BuildersWork1 {
    background-image: url('../Content/Images/BuildersWork1.jpg');
    background-position-x: center;
    height: 650px;
}
.Concrete2{
    background-image: url('../Content/Images/concrete2.jpg');
    background-position-x: center;
    height: 600px;
}
.GreenBackground {
    background-color: #f06735;
}
.GreenBar{
    background: url('../Content/Images/GreenBar.png') no-repeat;
    background-size: cover;
    height: 80px;
    padding:0;
    margin:0;
    }
.GreenBarDown{
    background: url('../Content/Images/GreenBarDown.png') no-repeat;
    background-size: cover;
    height: 80px;
    padding:0;
    margin:0;
    z-index: 99;
}
.OrangeBarDown{
    background: url('../Content/Images/OrangeUp.png') no-repeat;
    background-size: cover;
    height: 80px;
    padding:0;
    margin-top: -50px;
    z-index: 99;
}
.OrangeBarBottom{
    background: url('../Content/Images/OrangeDown.png') no-repeat;
    background-size: cover;
    height: 80px;
    padding:0;
    margin-top: -50px;
    z-index: 99;
}
.YellowBarDown{
    background: url('../Content/Images/YellowBarDown.png') no-repeat;
    background-size: cover;
    height: 80px;
    padding:0;
    margin:0;
    z-index: 99;
}
.OrangeBackground{
    background-color: #e53d00;
    z-index: -99;
}
.YellowBackground{
    background-color: #ffe900;
}
.GreyBackgroundText {
    font-family: 'Khand', sans-serif;
    font-size: 2.8em;
    line-height: 1.5em;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.SliderTestimonials {
    color: black;
    font-size: 1.0em;
    font-family: 'Khand', sans-serif;
}
.SliderTestName {
    color: white;
    font-size: 1.6em;
    font-family: 'Khand', sans-serif;
    padding-top: 20px;
}
.SliderTestText {
    color: black;
    font-size: 1.8em;
    font-family: 'Khand', sans-serif;
}
.SliderBrandsTitle {
    font-family: 'Khand', sans-serif;
    font-size: 4.4em;
    font-weight: 400;
    text-align: left;
}
.SliderBrandsLine{

    border-top: 3px solid #7aaac5;
    margin-top: 30px;
    width: 90px;
    
}
.SliderBrandsLineWhite{
    border-top: 3px solid white;
    margin-top: 30px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    
}
.SliderBrandsLineBlue{
    border-top: 3px solid #7aaac5;
    margin-top: 30px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    
}
.SliderBrandsText {
    font-family: 'Khand', sans-serif;
    margin-top: 40px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    color: black;
}
.BrandsText {
    font-family: 'Khand', sans-serif;
    margin-top: 40px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
    color: white;
    padding-bottom: 100px;
}
.SliderBrandsText2 {
    font-family: 'Khand', sans-serif;
    text-align: left;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 0px;
    color: black;
}
    .SliderBrandsText2 > ul {
        margin-left: -15px;
    }
.SliderBrands{
    padding-left: 30px;
    padding-right:30px;
    text-align: center;
}
.SliderBrandsLeft{
    margin-top: 120px;
    margin-right: 80px;
    padding: 20px;
    border: 2px solid #602987;
    background-color: white;

}
.SliderBrandsMid{
    margin-top: 120px;
    margin-right: 80px;
    padding: 20px;
    border: 2px solid #602987;
    background-color: white;
}
.SliderBrandsRight{
     margin-top: 120px;
    margin-right: 80px;
    padding: 20px;
    border: 2px solid #602987;
    background-color: white;
}
.HomeServiceIcon{
    position: relative;
       
}
.h3services{
    line-height: 1.0em;
    height: 60px;
}
.absoluteicon{
    position: relative;
}
.ServicesIconSize{
    width: 150px;
    position: absolute;
    right: 30px;
    top: 50px;
}
.img-brands{
    width: 60%;
}
.btn-viewrange {
    font-family: 'Khand', sans-serif;
    color: #602987 !important;
    font-size: 1.3em;
    background-color: transparent;
    border-color: #602987;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    text-decoration: none;
}
.btn-viewrange:focus,
.btn-viewrange.focus {
  color: white !important;
  background-color: #1b1464;
  border-color: #5c5c5c;
  text-decoration: none;
}
.btn-viewrange:hover {
  color: white !important;
  background-color: #ba8ec1;
  border-color: #602987;
  text-decoration: none;
}
.btn-viewrange:active,
.btn-viewrange.active,
/*.open > .dropdown-toggle.btn-primary {
  color: #51c3d2 !important;
  background-color: red;
  border-color: #5c5c5c;
  text-decoration: none;
}
.btn-viewrange:active:hover,
.btn-viewrange.active:hover,
.open > .dropdown-toggle.btn-viewrange:hover,
.btn-viewrange:active:focus,
.btn-viewrange.active:focus,
.open > .dropdown-toggle.btn-viewrange:focus,
.btn-viewrange:active.focus,
.btn-viewrange.active.focus,
.open > .dropdown-toggle.btn-viewrange.focus {
  color: #51c3d2 !important;
  background-color: #1b1464;
  border-color: red;
  text-decoration: none;

}
.btn-viewrange:active,
.btn-viewrange.active,
.open > .dropdown-toggle.btn-viewrange{
  background-image: none;
  text-decoration: none;
  color: white !important;
}
.btn-viewrange a:hover{
    color: white !important;
}
.btn-viewrange:hover{
    color: white !important;
}
.btn-viewrange a{
    color: black !important;
}


*/
/*.btn-viewpackage {
    font-family: 'Khand', sans-serif;
    color: white !important;
    font-size: 1.3em;
    background-color: #602987;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    text-decoration: none;
    width: 100%;
}
.btn-viewrange:focus,
.btn-viewrange.focus {
  color: white !important;
  background-color: #ba8ec1;
  text-decoration: none;
}
.btn-viewrange:hover {
  color: white !important;
  background-color: #ba8ec1;
  text-decoration: none;
}
.btn-viewrange:active,
.btn-viewrange.active,
.open > .dropdown-toggle.btn-primary {
  color: #51c3d2 !important;
  background-color: red;
  text-decoration: none;
}
.btn-viewrange:active:hover,
.btn-viewrange.active:hover,
.open > .dropdown-toggle.btn-viewrange:hover,
.btn-viewrange:active:focus,
.btn-viewrange.active:focus,
.open > .dropdown-toggle.btn-viewrange:focus,
.btn-viewrange:active.focus,
.btn-viewrange.active.focus,
.open > .dropdown-toggle.btn-viewrange.focus {
  color: #51c3d2 !important;
  background-color: #1b1464;
  text-decoration: none;

}
.btn-viewrange:active,
.btn-viewrange.active,
.open > .dropdown-toggle.btn-viewrange{
  background-image: none;
  text-decoration: none;
  color: white !important;
}
.btn-viewrange a:hover{
    color: white !important;
}
.btn-viewrange:hover{
    background-color: #ba8ec1;
    color: white !important;
}
.btn-viewrange a{
    color: black !important;
}

.btn-blognews {
    font-family: 'Khand', sans-serif;
    color: #602987 !important;
    font-size: 1.3em;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    text-decoration: none;
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.btn-blognews:focus,
.btn-blognews.focus {
  color: #fff;
  background-color: #1b1464;
  border-color: #5c5c5c;
  text-decoration: none;
}
.btn-blognews:hover {
  color: #fff;
  background-color: #1b1464;
  border-color: #798b99;
  text-decoration: none;
}
.btn-blognews:active,
.btn-blognews.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1b1464;
  border-color: #798b99;
  text-decoration: none;
}
.btn-blognews:active:hover,
.btn-blognews.active:hover,
.open > .dropdown-toggle.btn-blognews:hover,
.btn-blognews:active:focus,
.btn-blognews.active:focus,
.open > .dropdown-toggle.btn-blognews:focus,
.btn-blognews:active.focus,
.btn-blognews.active.focus,
.open > .dropdown-toggle.btn-blognews.focus {
  color: #fff;
  background-color: #1b1464;
  border-color: #5c5c5c;
  text-decoration: none;
}
.btn-blognews:active,
.btn-blognews.active,
.open > .dropdown-toggle.btn-blognews{
  background-image: none;
  text-decoration: none;
}
*/
.homeleftBack
    {
        background: url('../Content/Images/homeleft.jpg') no-repeat;
        height: 620px;
        background-size: cover;
    }
.homerightHolder{
    padding-left: 150px;
    padding-top: 100px;
}
.homerightBack{
    background-color: #f8f2e6;
    height: 620px;
}
.MonthlyHolder{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.MonthlyHolder-footer {
    margin-top: 30px;
    padding: 10px 15px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #1b1464;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: 'Khand', sans-serif;
    font-size: 1.8em;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.MonthlyText{
    height: 100px;
}
.MonthlyHolder h3{
    padding: 0;
    margin: 0;
    height: 430px;
}

.colthree{
    width: 33.33333%;
    float: left;
}
.panel-body {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: black;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
}
.blogpanel{
    
    padding-bottom: 0px;
}
.margintemp
    {   
       overflow-x: hidden;
       margin-right: -30px !important;
       margin-left: -30px !important;
    }
.margintempblog
    {
       margin-right: -10px !important;
       margin-left: -10px !important;
    }
.margintempgallery {
    margin-right: -30px !important;
    margin-left: -30px !important;

}
.gridpadgallery {
    padding: 10px;
    margin: 10px;
}
.margintemptest {
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.margintempFir
    {
        overflow-x: hidden;
       margin-right: -5px !important;
       margin-left: -5px !important;
    }
.margintemptopbot{
    margin-right: -20px !important;
    margin-left: -20px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
}

.heighteighty{
    height: 80px;
}
.heightfifty{
    height: 50px;
}
.heightfourty{
    height: 40px;
}
.heightthirty{
    height: 30px;
}
.heighttwenty{
    height: 20px;
}
.heightten{
    height: 15px;
}
.redrow{
    padding-top: 100px;
    background-color: #c1272d;
    padding-bottom: 140px;
}
.HomeBoxLeft{
    margin-right: 20px;
    width: 100%;    

}
.HomeBoxMid{
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}
.HomeBoxRight{
    margin-left: 20px;
    width: 100%;
}
.HomeBoxTitle {
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    color: black;
    text-align: center;
    font-size: 1.3em;
}
.HomeBoxTitle a{
    color: black;
    text-decoration: none;
}
.HomeBoxTitle a:hover{
    color: black;
    text-decoration: none !important;
}
.HomeBoxText {
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    color: black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxright20{
    margin-right: 20px;
}
.FooterLargeText {
    font-family: 'Khand', sans-serif;
    margin-top: 40px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: center;
}
.FooterLargeText a{
    color: white;
    text-decoration: none;
}
.FooterLargeText a:hover{
    color: white;
    text-decoration: none;
}
.FooterSmallText {
    font-family: 'Khand', sans-serif;
    text-align: center;
    margin-top: 35px;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.FooterCredits {
    padding-top: 40px;
    font-size: 0.8em;
    font-family: 'Noto Sans', sans-serif;
    color: black;
    text-align: center;
    padding-bottom: 30px;
}
.FooterCredits a{
    color: black;
    text-decoration: none;
}
.FooterCredits a:hover{

    color: black;
    text-decoration: none;
}
.FooterCreditsRight {
    font-size: 1.0em;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    text-align: right;
    padding-bottom: 30px;
}

    .FooterCreditsRight a {
        color: white;
        text-decoration: none;
    }

        .FooterCreditsRight a:hover {
            color: black;
            text-decoration: none;
        }
.FooterImage{
    background: url('../Content/Images/FooterImage.png') no-repeat;
    background-size: contain;
    height: 320px;
    background-position-x: right;
}
.ShareTitle {
    font-family: 'FreeSet-Book';
    font-size: 1.8em;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
}
.FullBlackLine{
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 20px;
}

.maintextplain {
    font-family: 'FreeSet-Book';
    font-size: 1.4em;
    position: relative;
    padding-top: 40px;
}
.maintextplain a{
    color: black !important;
    text-decoration: none !important;
}
.maintextplain a:hover{
    color: #21aa46 !important;
    text-decoration: none !important;
}

/* Hover dropdown */
/*.hover_drop_down.input-group-btn ul.dropdown-menu{margin-top: 0px;}*//*To avoid unwanted close*/
/*.hover_drop_down.btn-group ul.dropdown-menu{margin-top:2px;}*//*To avoid unwanted close*/
/*.hover_drop_down:hover ul.dropdown-menu{
   display: block;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
    display: block;
    max-height: 0;
    opacity: 0;*/
    /*margin-left: -10vw;*/
    /*overflow: hidden;
    position: absolute;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    
}   
.bottomborder{
    border-bottom: 2px solid #51c3d2;

}
.dropdown:hover .dropdown-menu {
    max-height: 600px;
    opacity: 1;
    background-color: white;
    text-align: center;
    position: absolute;
}
.dropdown:hover .dropdown-menu > ul{    
    

}*/

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: relative; /* keeps it on the bottom once in view */
    bottom: 18px;
    float: right;
    right: 50px;
    height: 100px;
    width: 100px;

}
.FaceBookCircle{
    font-size: 3.0em;
    padding-top: 0px;
    margin-bottom: -15px;
}
.FaceBookCircle a{
    color: #602987 !important;
}
.FaceBookCircleFooter{
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 90px;
    font-size: 4.0em;
    padding-top: 0px;
}
.FaceBookCircle:hover{
}
.TwitterCircle{
    font-size: 3.0em;
    padding-top: 0px;
    color: #602987;
    margin-bottom: -15px;
    
}
.TwitterCircle a{
    color: #602987 !important;
}
.TwitterCircleFooter{
    font-size: 5.8em;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    color: white !important;
}
.TwitterCircleFooter a{
    color: white !important;
}
.TwitterCircle:hover{
    color: #00aced ;
}
.GoogleCircle{
    color: #602987! important;
    font-size: 3.0em;
    padding-top: 0px;
    margin-bottom: -15px;
}
.GoogleCircle a{
    color: #602987 !important;
}
.GoogleCircleCircleFooter{
    font-size: 5.6em;
    padding-top: 0px;
    color: white;
}
.GoogleCircleCircleFooter a{
    color: white !important;
}
.GoogleCircleCircle:hover{
    color: #517fa4 ;
}
.PintarestCircle{
    color: #602987!important;
    font-size: 3.0em;
    padding-top: 0px;
    
}
.PintarestCircle a{
    color: #602987 !important;
}
.PintarestCircleFooter{
    font-size: 5.6em;
    padding-top: 0px;
    color: white;
}
.PintarestCircleFooter a{
    color: white !important;
}
.PintarestCircle:hover{
    color: #517fa4 ;
}
.TumblrCircle{
    color: #602987!important;
    font-size: 2.4em;
    padding-top: 0px;
    
}
.TumblrCircle a{
    color: #602987 !important;
}
.TumblrCircleFooter{
    font-size: 5.6em;
    padding-top: 0px;
    color: white;
}
.TumblrCircleFooter a{
    color: white !important;
}
.TumblrCircle:hover{
    color: #517fa4 ;
}
.GridBlogPosted {
    font-family: 'FreeSet-Book';
    font-size: 0.6em;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
.GridBlogPostedText {
    font-family: 'FreeSet-Book';
    font-size: 0.8em;
    line-height: 1.3em;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
.maintextplainservicesblog {
    font-family: 'FreeSet-Book';
    font-size: 0.8em;
    line-height: 1.3em;
    color: #21aa46;
    padding-left: 10px;
    padding-right: 10px;
}
.maintextplainservicesblog a{
    color: #21aa46;
}
.maintextplainservicesblog {
    color: #0f572d;
}


    .panel-body h3 {
    font-family: 'FreeSet-Book';
    color: #0f572d;
    font-size: 0.8em !important;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
}
.BlogPosted {
    font-family: 'Khand', sans-serif;
    font-size: 1.3em;
    color: white;
}
/*.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  
}*/
.BrandsEvanEvansBackground{
    background: url('Images/brandsEvanEvansBackground.png') no-repeat;
    background-size: cover;
    height: 1250px;
}
.BrandsEvanEvansBackColour{
    background-color: #9e1b28;
    width: 100%;
    height: 1250px;
}
.BrandsEvansLogo{
    padding-top: 100px;
    padding-bottom: 0px;
}
.BrandsEvansCWRW{
    background: url('Images/BrandsEvansCWRW.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsEvansWarrior{
    background: url('Images/BrandsEvansWarrior.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsEvansWPA{
    background: url('Images/BrandsEvansWPA.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsEvansFounders{
    background: url('Images/BrandsEvansFounders.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsEvansBritannia{
    background: url('Images/BrandsEvansBritannia.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsEvansSeasonal{
    background: url('Images/BrandsEvansSeasonal.png') no-repeat;
    background-size: contain;
    height: 320px;
}
.BrandsBoxLeft{
    margin-right: 20px;
    
}
.BrandsBoxMid{
    margin-left: 10px;
    margin-right: 10px;
}
.BrandsBoxRight{
    margin-left: 20px;
}
.SeeMore {
    position: relative;
    top: 240px;
    font-family: 'Khand', sans-serif;
    color: white !important;
    font-weight: 400;
    font-size: 1.3em;
    text-decoration: none;
}
.SeeMore a{
    color: white;
    text-decoration: none;
}
.SeeMore:hover{
    color: white;
    text-decoration: none;
}

.BrandsBeerTitle {
    font-family: 'Khand', sans-serif;
    font-size: 2.0em;
    font-weight: 400;
    text-align: left;
    color: black;
}
.BrandsBeerStrap {
    padding-top: 20px;
    font-family: 'Khand', sans-serif;
    font-size: 5.7em;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    color: black;
}
.BlackLine{

    border-top: 3px solid black;
    margin-top: 30px;
    width: 90px;
    margin-bottom: 35px;
}
.BrandsBeerText {
    font-family: 'Khand', sans-serif;
    margin-top: 40px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    color: black;
}
.BrandsBeerTextNoPad {
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    color: black;
}

.CreamBackground{
    margin-top: 80px;
    background-color: #f8f2e6;
}
.CreamBackgroundText {
    text-align: center;
    font-family: 'Khand', sans-serif;
    font-size: 1.4em;
    line-height: 2.08em;
    color: black;
    padding-top: 0px;
    padding-bottom: 40px;
}
.CreamBackgroundText a{
    color: black;
    text-decoration: none;
}
.CreamBackgroundText a:hover{
    color: black;
    text-decoration: underline;
}
.PlaceOrder {
    padding-top: 100px;
    text-align: center;
    font-family: 'Khand', sans-serif;
    font-size: 3.0em;
}
.HeightBrandsBeers{
    height: 80px;
}
h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    text-align: left;
    color: black;
    padding-top: 30px;
}
.h1top, .h1top1 {
    padding-top: 40px !important;
}
.h2top {
    padding-top: 20px;
}
.GreenBox {
    background-color: #21aa46;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.GreenArrow{
    background-image: url('/Content/Images/GreenArrow.png');
    background-position-x: 300px;
    background-position-y: -2px;
    height: 30px;
    background-repeat: no-repeat;
}
.OrangeBox {
    background-color: #f06735;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.OrangeArrow {
    background-image: url('/Content/Images/OrangeArrow.png');
    background-position-x: 300px;
    background-position-y: -2px;
    height: 30px;
    background-repeat: no-repeat;
}
.BlueBox {
    background-color: #6d9adb;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.BlueArrow {
    background-image: url('/Content/Images/BlueArrow.png');
    background-position-x: 300px;
    background-position-y: -2px;
    height: 30px;
    background-repeat: no-repeat;
}
h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    text-align: left;
    color: black;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.4em;
    text-align: left;
    padding: 0;
    margin: 0;
    color: black;
    padding-top: 15px;
    font-weight: 400;
}

h4 {
    font-family: 'FreeSet-Book';
    font-size: 1.3em;
    text-align: left;
    padding: 0;
    margin: 0;
    color: white;
    padding-right: 100px;
}

.blogh3{
    text-align: center;
    height: 310px; 
    text-transform: uppercase; 
    font-size: 2.0em;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.BlueLine{
    margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #7aaac5;
    margin-top: 30px;
    width: 90px;
    margin-bottom: 35px;
}
a:-webkit-any-link { text-decoration: none !important; }

.monthlypad{
    padding-left: 40px;
    padding-right: 40px;
}
.hbottom{
    padding-top: 30px;
    padding-bottom: 30px;
}

.h4monthly{
    font-size: 2.0em;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2em !important;
}
.ABV {
    font-family: 'Khand', sans-serif;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.3em;
    text-align: left;
    color: black;
}
.MonthlyText {
    font-family: 'Khand', sans-serif;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.3em;
    text-align: left;
    color: black;
    height: 120px;
}
.IconHeader {
    font-family: 'Khand', sans-serif;
    font-size: 2.6em;
    color: black;
}
.IconHeaderMid {
    font-family: 'Khand', sans-serif;
    font-size: 2.6em;
    color: black;
    margin-left: 80px;
}
.iconsize{
    margin-bottom: 20px;
}
.iconsizemid{
    margin-left: 80px;
    margin-bottom: 20px;
}
.IconText {
    font-family: 'Khand', sans-serif;
    margin-top: 20px;
    margin-right: 80px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    color: black;
}
.IconTextMid {
    font-family: 'Khand', sans-serif;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    color: black;
}
.restrictedwidth{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.HobsBackground{
    background-image: url('../Content/Images/hobsbackground.jpg');
    background-size: cover;
    height: 380px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.AboutBusinessBackground{
    background-image: url('../Content/Images/aboutbusinessbanner.jpg');
    background-size: cover;
    height: 350px;
}
.JamesName {
    font-family: 'Khand', sans-serif;
    font-size: 1.6em;
    line-height: 1.3em;
    color: white;
    margin-top: -0px;
}
.heritageleftBack{
    background: url('../Content/Images/heritageleft.jpg') no-repeat;
    height: 600px;
    background-size: cover;
}
.heritagerightBack{
    background: url('../Content/Images/heritageright.jpg') no-repeat;
    height: 600px;
    background-size: cover;
    
}
.btn-white{
    color: white !important;
    border: 1px solid white !important ;
}
btn-white a{
    color: white !important;
    text-decoration: none;
}
btn-whte a:hover{
    color: white !important;
    text-decoration: none;
}
.owl-padding{
    padding-top:30px;
}
.heighthundred{
    height: 100px;
}
.large-left{
    margin-left: -15px;
}
.large-right{
    margin-left: 10px;
}
.menuline{
    border-bottom: 1px solid #602987;
    margin-right: 15px;
}
.WhiteStroke{
    background: url('../Content/Images/WhiteStroke.png') no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 60px;
    margin-top: 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.GreenStroke{
    background: url('../Content/Images/GreenStroke.png') no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 50px;
    margin-top: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.BlueStroke{
    background: url('../Content/Images/BlueStroke.png') no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 50px;
    padding-top: 0px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.WhiteStrokeText{
    font-family: 'Love Ya Like A Sister', cursive;
    color: black;
    position: relative;
    top: 22px;
    font-size: 1.2em;
}
.WhiteStrokeText a{
    color: black;
    text-decoration: none;
}
.WhiteStrokeText a:hover{
    color: #e53d00 !important;
    text-decoration: none;
}
.GreenStrokeText{
    font-family: 'Love Ya Like A Sister', cursive;
    color: white;
    position: relative;
    top: 15px;
    font-size: 1.1em;
}
.GreenStrokeText a{
    color: white;
    text-decoration: none;
}
.GreenStrokeText a:hover{
    color: #e53d00 !important;
    text-decoration: none;
}
.BlueStrokeText{
    font-family: 'Love Ya Like A Sister', cursive;
    color: white;
    position: relative;
    top: 17px;
    font-size: 1.1em;
}
.BlueStrokeText a{
    color: white;
    text-decoration: none;
}
.BlueStrokeText a:hover{
    color: #e53d00 !important;
    text-decoration: none;
}


.MTHome {
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: white;
    font-size: 1.4em;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}
.FooterText {
    font-family: 'Khand', sans-serif;
    text-align: center;
    color: white;
    font-size: 1.4em;
    padding-top: 0px;
}
.FooterText a{
    color: white;
    text-decoration:none;
}
.FooterText a:hover{
    color: #e53d00;
    text-decoration:none;
}
.MainTextAct {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: black;
    font-size: 1.4em;
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
}
.MainTextAct3 {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: black;
    font-size: 1.4em;
    padding-top: 10px;
}
.RightBorder{
    border-right: 1px solid #21a0a0;
}
.MainTextAct a{
    color: black;
    text-decoration:none;
}
.MainTextAct a:hover{
    color: #21a0a0;
    text-decoration: none;
}
.MainTextPadRight{
    padding-right: 50px;
}
.MainTextPadRightOnly{
    padding-right: 80px;
}
.MainTextPadLeft{
    padding-right: 50px;
    padding-left: 50px;
}
.ServiceImageRight{
    width: 100%;
}
.ServiceImageLeft{
    width: 100%;
}
.MainTextIntro {
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    color: black !important;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 20px;
}
.FooterTel{
    padding-top: 20px;
    font-family: 'FreeSet-Book';
    color: black;
    font-size: 3.0em;
}
.FooterTel a{
    color: black;
}
.FooterTel a:hover{
    color: #21aa46;
}
.MainText {
    font-family: 'FreeSet-Book';
    text-align: left;
    color: black;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 20px;
}

.MainText a{
    color: black;
    text-decoration:none;
}
    .MainText a:hover {
        color: #21aa46;
        text-decoration: none;
    }
.FooterText{
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: #f4f9e9;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-top: 40px;
}

.FooterText a{
    color: #f4f9e9;
    text-decoration:none;
}
.FooterText a:hover{
    color: white;
    text-decoration: none;
}
.FooterTextL{
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: #f4f9e9;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-top: 40px;
}

.FooterTextL a{
    color: #f4f9e9;
    text-decoration:none;
}
.FooterTextL a:hover{
    color: white;
    text-decoration: none;
}

.maintextplainservices {
    font-family: 'Khand', sans-serif;
    text-align: left;
    color: #5c5c5c;
    font-size: 1.3em;
    padding-top: 20px;
    text-decoration: underline;
}
.maintextplainservices a{
    color: #5c5c5c;
    text-decoration: underline;
}
.maintextplainservices a:hover{
    color: #51c3d2;
}

.rowpad{
    padding-right: 30px;
}
.h3WhatsOn{
    padding-top: 20px;
       font-size: 3.0em !important;
   }
.h3Orange{
    color: #e53d00;
    padding-left: 60px;
    padding-right: 60px;
}
.h3Orange a{
    color: #e53d00;
    text-decoration: none;
}
.h3Orange a:hover{
    color: black;
    text-decoration: none;
}
.h3Black{
    color: black;
    padding-left: 60px;
    padding-right: 60px;
}
.h3Black a{
    color: black;
    text-decoration: none;
}
.h3Black a:hover{
    color: #e53d00;
    text-decoration: none;
}
.h3Green{
    padding-left: 60px;
    padding-right: 60px;
}
.h3Green a{
    color: #067339;
    text-decoration: none;
}
.h3Green a:hover{
    color: black;
    text-decoration: none;
}
.h3Blue{
    padding-left: 60px;
    padding-right: 60px;
 }
.h3Blue a{
    color: #21a0a0;
    text-decoration: none;
}
.h3Blue a:hover{
    color: black;
    text-decoration: none;
}
.h3Grey{
    padding-left: 60px;
    padding-right: 60px;
 }
.h3Grey a{
    color: #302f2e;
    text-decoration: none;
}
.h3Grey a:hover{
    color: black;
    text-decoration: none;
}
.h3padtop{
    margin-top: 40px;
}
.leftalign{
    text-align: left;
}
.SliderTestImage{
    padding-left: 20px;
    padding-right: 20px;;
}
.SliderImage{
    width: 100%;
}
.AccImage{
    width: 100%;
    padding-top: 60px;
}
.BlueBackground{
    background-color: #;
    padding-top:40px;
    padding-bottom: 40px;
}
.ExplainText {
    padding-top: 40px;
    font-family: 'Khand', sans-serif;
    text-align: left;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: black;
}
.bellahug{
    width: 240px;
    margin-left: 40px;
}
.callus {
    font-family: 'Khand', sans-serif;
    color: white;
    font-size: 2.0em;
    text-align: center;
    margin-bottom: 30px;
}
.callus a{
    color: white;
    text-decoration: none;
}

.backgroundconnect{
    background-image: url('../Content/images/bellaconnect.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0px;
    z-index: 1;
}
.fbfeedcontainer {
    padding: 10px;
    text-align: left;
    background-color: #602987;
    height: 55px;
    color: white;
    font-family: 'Khand', sans-serif;
    font-size: 2em;
}
.feedtitle {
    font-family: 'Khand', sans-serif;
    position: relative;
    top: -45px;
    left: 50px;
    overflow-x: hidden;
}
.feedtop{
    margin-top: -15px;
}
.fb-page{
    border: 1px solid #602987;
}
.blogbox{
    width: 100%;
    margin-left: 20px; margin-right: 20px;
    padding: 20px;
}
.heightfooterspace{
    height: 200px;
}
.FooterStatement {
    padding-top: 50px;
    font-family: 'Khand', sans-serif;
    color: #602987;
    font-size: 2.4em;
    text-align: center;
}
.FooterAddress {
    padding-top: 20px;
    font-family: 'Khand', sans-serif;
    color: #602987;
    font-size: 2.0em;
    text-align: center;
}
.FooterAddress a{
    color: #602987;
    text-decoration: none;
}
.FooterAddress a:hover{
    color: #51c3d2;
    text-decoration: none;
}
.HeaderTel {
    position: absolute;
    right: 20px;
    top: 20px;
    color: black;
    font-size: 1.4em;
}
.HeaderTel a{
    color: black;
    text-decoration: none;
}
.HeaderTel a:hover{
    color: black;
    text-decoration: underline;
}
.ExplainText > ul{
    margin-left: -15px;
}
.ExplainText > ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.rightcolpad{
    padding-left: 50px;
}

.leftcolpad{
    padding-right: 50px;
}
.FooterLogo{
    height: 100px;
    text-align: left;

}
.FooterAddress {
    font-family: "Oswald", sans-serif;
    color: black;
    font-size: 1.6em;
    text-align: left;
    font-weight: 300;
    
}
.callus{
    font-size: 1.3em;
}

.aboutbannerspacer h2{
    margin-top: 0;
}




/*--------  IPAD   P O R T R A I T  ---------- */
@media only screen and (min-device-width : 760px) and (max-device-width : 1025px) {
    .hero__content .textblog {
        margin-top: 100px;
        margin-bottom: -130px;
    }
    .hero__content .titleback {
        color: white;
        font-size: 2.0em;
        text-align: left;
        padding-top: 120px;
    }
    .hero {
        height: min(40vh, 650px);
    }
    .hero__content .titleback {
        color: white;
        font-size: 2.6em;
        text-align: left;
    }
    .hero__video {
        height: min(55vh);
    }

    .hero__content {
        padding-top: 100px;
    }

        .hero__content .title {
            font-size: 5.0em;
        }

        .hero__content .text {
            font-size: 2.0em;
            max-width: 850px;
        }
    
    /* .navbar .navbar-nav{
        margin-right: 0;
    }*/
    .grid {
        -webkit-column-count: 2;
        -moz-column-count: 2 !important;
        margin-left: 0;
        margin-right: 0;
    }
    .gridpad2{
        padding: 10px;
    }
    .ServiceBackground, .video-wrapper {
        height: 250px;
        padding: 20px;
        margin-bottom: 20px;
    }
    p {
        font-size: 1.0em;
    }
    
    .ServiceTitle{
        font-size: 3.0em;
    }
    .ServiceDescription{
        font-size: 0.8em;
    }
    .servicevideo{
        margin-top: -20px;
    }
    .carousel-inner {
        height: 400px;
    }

    .HomeImgStyle {
        height: 250px;
    }

    .GridImg {
        height: unset;
    }

    .col-lg-4Blogs {
        width: 50%;
    }

    .logoholder {
    }

    .logo {
        margin-left: 10px;
        height: 120px;
    }


    /*.nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
    }*/
    .logoholder {
        
    }

    .InfoMenu {
        font-size: 1.2em !important;
        height: 45px !important;
    }

    .EntMenu {
        font-size: 1.3em !important;
    }

    html {
        width: 100%;
    }

    .MobileLogo {
        display: none;
    }
    /*.navbar .navbar-nav{
        font-size: 0.8em;
    }*/
    .BookNowHolder {
        right: 30px;
    }

    .HomeVideoBox {
        max-width: 520px;
        height: 210px;
        top: 150px;
    }

    .HomeVideoText {
        font-size: 1.4em;
    }

    .HomeVideoTextSmall {
        font-size: 1.2em;
    }

    .SocialMediaHolder {
        right: 10px;
        top: 10px;
    }

    .SocialMediaIcons {
        width: 20px;
        height: auto;
    }

    .nav-bullet {
        width: 0px;
    }

    h3 {
        font-size: 1.2em;
    }

    .h3WhatsOn {
        padding-top: 20px;
        font-size: 2.0em !important;
    }

    .h3Orange, .h3Green, .h3Blue, .h3Grey {
        font-size: 1.5em;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 1.5em;
    }

    h1 {
        font-size: 2.0em;
    }

    .owl-prev {
        top: -110px !important;
        left: -50px !important;
        display: none;
    }

    .owl-next {
        top: -110px !important;
        right: -50px !important;
        display: none;
    }

    .footerspacer {
    }

    .FooterTel {
        font-size: 1.6em;
    }

    footer .MainText {
        font-size: 1.0em;
    }

    .FooterImage {
        height: 250px;
        margin-right: 30px;
    }

    .GreenArrow, .OrangeArrow, .BlueArrow {
        background-position-x: 150px;
    }

    .GreenBox, .OrangeBox, .BlueBox {
        padding: 20px;
    }

        .GreenBox h4, .OrangeBox h4, .BlueBox h4 {
            font-size: 1.0em;
            padding-right: 0;
        }

    .SliderTestImage {
        padding: 0;
    }

    .MTHome {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-lg-3 {
        width: 25%;
        float: left;
    }

    .col-lg-6 {
        width: 50%;
        float: left;
    }

    .margintemp {
        margin: 0 !important;
    }

    .row {
        padding: 0;
    }

    .MainText, .MTHome, .WhiteStrokeText {
        font-size: 1.2em;
        top: 10px;
    }

    .WhiteStroke {
        height: 50px;
    }

    .TableHolder .col-lg-3 {
        width: 25%;
        float: left;
    }

    .TableHolder .col-lg-5 {
        width: 41.666666666%;
        float: left;
    }

    .TableHolder .col-lg-2 {
        width: 16.6666666%;
        float: left;
    }

    .MobileTables .leftcolpad {
        padding-right: 25px;
    }

    .MobileTables .rightcolpad {
        padding-left: 25px;
    }

    .MobileTables .col-lg-2 {
        width: 16.666666667%;
        float: left;
    }

    .MobileTables .col-lg-1 {
        width: 8.33333333%;
        float: left;
    }

    .col-lg-8 {
        width: 66.66666667%;
        float: left;
    }

    .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }

    .HomeProjectTitle, .HomeNewsTitle {
        font-size: 1.3em;
    }

    .ConcreteBox {
        padding: 15px;
        height: 250px;
    }

    .HomeReadMore, .BlogPosted {
        font-size: 1.2em;
    }

    .FooterLogo {
        width: 250px;
        height: auto;
    }

    .col-lg-9 {
        width: 65%;
        float: left;
    }

    .margintempblog .col-lg-3 {
        width: 35%;
    }

    footer p {
        font-size: 0.8em;
    }

    .MainTextNoPad {
        font-size: 1.2em;
    }

    .MainTextAct {
        font-size: 1.2em;
    }

    .col-lg-7 .MainTextNoPad {
        font-size: 1.2em;
    }

    .NewsImage {
        width: 100%;
        padding-bottom: 30px;
        max-width: 500px;
    }

    .col-lg-3 {
        width: 33.3333367%;
        float: left;
    }

    .SmallTopPad {
        padding-top: 40px;
    }

    .col-lg-8Rooms {
        width: 100%;
    }

    .col-lg-4Rooms {
        width: 100%;
    }

    #myVideo {
        width: 100%;
    }

    .navbar {
        right: 20px;
        top: -20px;
        z-index: 99999;
    }

    .SocialMediaHolderFooter {
        padding-left: 0;
    }

    .contactdetails {
        font-size: 1.0em;
    }

    .btn-primary {
        font-size: 1.0em;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 10px;
    }

    .emailoctopus-form input[type=submit] {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.0em;
        font-family: 'Abel', sans-serif;
        border-radius: 10px;
    }
    .google-maps{
        margin-right: 0px;
        height: 200px;
    }
}    
/*--------  I P A D   P O R T R A I T   E N D   --------*/

/*--------  IPAD   L A N D S C A P E ----------*/
@media (min-width: 1025px) and (max-width: 1300px) {
    .hero__content .textblog {
        margin-top: 140px;
        margin-bottom: -190px;
    }
    .hero__content .titleback {
        color: white;
        font-size: 2.0em;
        text-align: left;
        padding-top: 120px;
    }

    
    .hero__content .titleback {
        color: white;
        font-size: 3.0em;
        text-align: left;
        padding-top: 180px;

    }
    .SubHeaderBack {
        position: absolute;
        inset: 0;
        width: 100%;
        height: min(50vh, 900px); /* good desktop height without being too tall */
        object-fit: cover; /* fill full width, crop as needed */
        display: block;
        background-color: black;
        margin-bottom: 0px;
    }

    .heroback {
        top: 0;
        width: 100%;
        /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
        height: min(25vh); /* good desktop height without being too tall */
        overflow: hidden;
    }

    .hero {
        height: min(55vh, 650px);
    }

    .hero__video {
        height: min(80vh);
    }

    .hero__content {
        padding-top: 100px;
    }

        .hero__content .title {
            font-size: 5.0em;
        }

        .hero__content .text {
            font-size: 2.0em;
            max-width: 850px;
        }
    .ServiceBackground, .video-wrapper{
        height: 360px;
        margin-bottom: 30px;
    }
    .grid {
        margin-left: 0;
        margin-right: 0;
    }

    .block {
        display: block;
        word-wrap: break-word;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aboutbannerspacer{
      height: 250px;
      padding-top: 100px;
      margin-top: 100px;
  }
    .aboutbannerspacer h1{
      padding-top: 10px;
      margin-top: 0;
  }
    .SocialMediaHolder{
      right: 50px;
  }
  
    .HomeVideoBox{
      max-width: 550px;
      
  }
  .HomeVideoText{
      font-size: 1.6em;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px;
  }
  .HomeVideoTextSmall{
      font-size: 1.4em;
      padding-left: 20px;
      padding-right: 20px;

  }
  .SliderReadMore{
      padding-left: 20px;
      font-size: 1.2em;
  }
  .BookNowHolder{
      width: 140px;
      height: 140px;
      right: 20px;
  }
  .BookNowText{
    font-size: 1.0em;
  }
  .FooterTel{
      font-size: 2.9em;
  }
    .logo {
        margin-top: 5px;
        height: 150px;
    }
.MobileLogo{
        display: none;
    }
/*.navbar .navbar-nav{
        font-size: 0.9em;
    }*/
h3{
    font-size: 1.6em;
}
h2{
    font-size: 1.7em;
}
p{
    font-size: 1.2em;
}
.owl-prev{
    top: -110px !important;
    left: -50px !important;
}
.owl-next{
    top: -110px !important;
    right: -50px !important;
}
.SliderTestImage{
    padding:0;
}
.margintemp{
    margin:0 !important;
}
.col-lg-3{
    width: 25%;
    float: left;
}
.col-lg-6{
    width: 50%;
    float: left;
}
.row{
    padding:0 ;
}
    .col-lg-8 {
        width: 66.66666667%;
        float: left;
    }
    .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }
    .HomeProjectTitle, .HomeNewsTitle {
        font-size: 1.3em;
    }
    .ConcreteBox {
        padding: 15px;
        height: 250px;
    }
    .HomeReadMore, .BlogPosted {
        font-size: 1.2em;
    }
    .FooterLogo {
        width: 300px;
        height: auto;
    }
    .col-lg-9 {
        width: 75%;
        float: left;
    }
    .MainTextNoPad {
        font-size: 1.2em;
    }
    .MainTextAct {
        font-size: 1.2em;
    }
    .col-lg-7 .MainTextNoPad {
        font-size: 1.2em;
    }
    .col-lg-4 h3{
        font-size: 1.4em;
    }
    .NewsImage {
        width: 100%;
        padding-bottom: 30px;
        max-width: 700px;
    }
    .SmallTopPad
    {
        margin-top: 40px;
    }
    .owl-prev{
        top: -300px !important;
        left: -20px !important;
    }
    .owl-next{
        top: -300px !important;

    }
    #myVideo{
        width: 100%;
    }
}
/*--------- Desktop --------*/
@media only screen and (min-device-width : 1301px) and (max-device-width : 1900px) {
    .hero__content .textblog {
        margin-top: 100px;
        margin-bottom: -150px;
    }
        .ProjectSpace{
        padding-top: 40px;
    }
    .hero__content .titleback {
        color: white;
        font-size: 2.0em;
        text-align: left;
        padding-top: 120px;
    }


    .hero__content .titleback {
        color: white;
        font-size: 3.0em;
        text-align: left;
        padding-top: 140px;
    }

    .SubHeaderBack {
        position: absolute;
        inset: 0;
        width: 100%;
        height: min(50vh, 900px); /* good desktop height without being too tall */
        object-fit: cover; /* fill full width, crop as needed */
        display: block;
        background-color: black;
        margin-bottom: 0px;
    }

    .heroback {
        top: 0;
        width: 100%;
        /* Choose your preferred height: fixed (e.g., 520px) or aspect/viewport-based */
        height: min(30vh); /* good desktop height without being too tall */
        overflow: hidden;
    }
    .hero {
        height: min(70vh, 700px);
    }
    .hero__video{
        height: min(90vh);
    }
    .hero__content{
        padding-top: 100px;
    }
    .hero__content .title{
        font-size: 5.0em;
    }
    .hero__content .text{
        font-size: 2.0em;
        max-width: 850px;
    }
    #myVideo {
        margin-top: -0px;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
    }
    .col-lg-3{
        width: 25%;
        float: left;
    }    
    .col-lg-6{
        width: 50%;
        float: left;
    }
    
    .TableHolder .col-lg-3{
        width: 25%;
        float: left;
    }
    .TableHolder .col-lg-5{
        width: 41.666666666%;
        float: left;
    }
    .TableHolder .col-lg-2{
        width: 16.6666666%;
        float: left;
    }
}



/* Iphone5 */
@media only screen (min-divce-width:375px) {
    .rowMenu 
    {
       margin-right: -15px;
       margin-left: -4px;
    }
     .FooterCol {
            float:left;
         }
}

/* ----------- iPhone 6 ----------- */
@media (min-width: 100px) and (max-width: 500px) {
    .hero__content .textblog {
        margin-top: 50px;
        margin-bottom: -60px;
    }
    .mobilehide {
        display: none;
    }
    ol {
        text-align: left;
    }
    p{text-align: left;}
    .hero__content .titleback {
        color: white;
        font-size: 2.0em;
        text-align: left;
        padding-top: 50px;
    }
    .desktoponly {
        display: none;
    }

    .mobileonly {
        display: unset;
    }

    .col-lg-4 {
        margin-bottom: 50px;
    }

    footer .col-lg-4 {
        text-align: left;
    }

    .hero {
        height: min(80vh, 650px);
    }

    .hero__video {
        height: min(90vh);
        margin-bottom: -50px;
    }

    .hero__content {
        padding-top: 100px;
    }

        .hero__content .title {
            font-size: 3.0em;
        }

        .hero__content .text {
            font-size: 2.0em;
            max-width: 850px;
        }

    .blackbox {
        color: white;
        background-color: black;
        padding: 30px !important;
    }

        .blackbox h1 {
            color: white;
            font-size: 3.0em;
        }

    .gridpad2 {
        padding: 20px;
    }

    .servicesimage {
        width: 100%;
    }

    .blackbox h2 {
        color: #808080;
        font-size: 2.0em;
    }

    .prightpadmap {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .enquirnow {
        margin-top: 30px;
        z-index: 999999;
    }

    .panel-body p {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .aboutbannerspacer {
        padding-top: 0px;
        margin-top: 40px;
        background-size: cover;
        height: 300px;
    }

    .viewallbuttonsabout .btn-primary {
        margin-top: 20px;
    }

    .aboutbannerspacer h1 {
        padding-top: 140px;
        font-size: 1.6em;
    }

    .aboutbannerspacer h2 {
        font-size: 1.3em;
    }

    .GoldBox {
        margin-bottom: 30px;
    }

    .GoldTopBar {
        font-size: 1.0em;
    }

    .h1top1 {
        margin-top: 0;
    }

    .prightpad {
        padding-right: 0;
    }

    .FooterAcc {
        display: none;
    }

    .FooterCredits {
        padding-top: 40px;
    }

    .FooterCreditsRight {
        float: left;
    }


    .RightCol {
        padding-left: 0;
    }

    .LeftCol {
        padding-right: 0;
    }

    #myVideo {
        margin-top: 90px;
        height: 100%;
        width: 100%;
    }

    .h1top {
        margin-top: 0px;
    }

    .viewallbuttons, .viewallbuttons2 {
        display: none;
    }

    /*.navbar .navbar-nav {
        float: left;
    }*/
    .owl-dots {
        float: none;
        text-align: right;
        top: -60px;
    }

    .containerSlider {
        padding-bottom: 0;
        margin-bottom: -50px;
    }

    .col-lg-6Contact {
        width: 100%;
        float: left;
    }

    .col-lg-4Blogs {
        width: 100%;
    }

    .ColRightPad {
        padding-right: 0;
    }

    .DownArrowHome {
        bottom: 100px;
        left: 40%;
    }

    .TableHolder .col-lg-3 {
        width: 25%;
        float: left;
    }

    .TableHolder {
        padding: 10px;
    }

        .TableHolder .col-lg-5 {
            width: 41.666666666%;
            float: left;
        }

        .TableHolder .col-lg-2 {
            width: 16.6666666%;
            float: left;
        }

    .EntTitle {
        font-size: 1.0em;
    }

    .MainTextAct {
        font-size: 1.0em;
    }

    .ActBanner {
        width: 100%;
    }

    .EntMenu {
        font-size: 1.2em !important;
    }

    .menufloatright {
        float: unset;
    }

    .SocialMediaIconsFooter {
        padding-bottom: 30px;
    }

    .LargeRight {
        float: left;
    }

    .InfoMenu {
        font-size: 1.2em !important;
        height: 50px;
    }

    .PadWithMenu {
        padding-left: 0;
        padding-right: 0;
    }

    .bannerspacer {
        height: 50px;
    }

    .logoholder {
    }

    .MobileLogo {
        display: block;
        height: 60px;
        width: auto;
        margin-top: 15px;
        margin-left: 30px;
    }

    .centrelogo {
        height: 300px;
    }

    h1 {
        font-size: 2.0em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.6em;
        padding-left: 0px;
        padding-top: 30px;
    }
    /* NEWITEMS*/
    .sustainimg {
        width: 100%;
    }

    .ConcreteBox {
        padding: 15px;
    }

    .MainTextAct {
        bottom: 60px;
        font-size: 1.2em;
    }

    .img-bannerabout, .img-bannersustainability, .img-bannerhealthsafety, .img-bannerprojects {
        max-height: 400px;
    }

    .gridpad {
        padding: 0;
    }

    .FooterText {
        padding-top: 10px;
    }

    .col-lg-8 {
        width: 100%;
        float: right;
    }

    .col-lg-6, .col-lg-4 {
        float: left;
        width: 100%;
    }

    .col-lg-9 {
        width: 100%;
    }

    .rightpad {
        padding-right: 0 !important;
    }

    .owl-prev {
        display: none !important;
    }

    .owl-next {
        display: none !important;
    }

    h1 {
        text-align: left;
    }

    h2, .HomeProjectTitle, .HomeReadMore, .BlogPosted, .HomeNewsTitle, .HomeReadMoreDark {
    }

    .HomeNewsTitle {
        font-size: 1.4em;
    }

    .DownArrow {
        left: 40%;
        bottom: 0px;
    }

    .MainText {
    }

    .MainTextPadRightOnly {
        padding-right: 0;
    }

    .h1top {
        padding-top: 20px;
    }

    .containerSlider {
        margin-top: 0px !important;
    }

    .col-lg-6 .containerSlider {
        padding-top: 100px;
    }

    .col6mob {
        width: 100% !important;
        float: left;
    }

    .margintempblog {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row {
        padding: 0;
    }

    .well-surround {
        right: -40px;
        margin-top: 5px;
    }

    .SocialMediaHolder {
        display: none;
    }

    .h3WhatsOn {
        font-size: 2.0em !important;
    }

    .MobileTables .leftcolpad {
        padding-right: 5px;
    }

    .MobileTables .rightcolpad {
        padding-left: 5px;
    }

    .MobileTables .col-lg-2 {
        width: 8.33333333%;
        float: left;
        padding-bottom: 10px;
    }

    .MobileTables .col-lg-1 {
        width: 8.33333333%;
        float: left;
        padding-bottom: 10px;
    }

    .MobileTables .MainText {
        font-size: 0.8em;
    }

    .FormBoxTextBox2 {
        left: 25px;
        top: 5px;
    }

    .BookNowHolder {
        height: 100px;
        width: 100px;
        top: 80px;
        right: 10px;
    }

    .BookNowText {
        font-size: 0.8em;
        text-align: center;
        padding: 20px;
    }

    .DownArrowHome {
        bottom: 0px;
        display: none;
    }

    .HomeVideoBox {
        max-width: 310px;
        height: 100px;
        top: 200px;
        left: 10px;
    }

    .owl-dots {
        margin: 2px 2px;
    }

    .HomeVideoBox .btn {
        padding: 3px 6px;
    }

    .homevideobuttons {
        font-size: 0.6em;
        padding: 10px;
    }

    .owl-dot {
        margin-top: 80px !important;
        height: 10px !important;
        width: 10px !important;
    }

    .HomeVideoText {
        font-size: 0.9em;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .HomeVideoTextSmall {
        font-size: 0.8em;
        padding-left: 10px;
        padding-top: 0px;
    }

    .SliderReadMore {
        font-size: 1.0em;
    }

    .col-lg-6 {
        width: 100%;
    }

    .MainTextIntro {
        font-size: 1.2em;
    }

    .FooterTel {
        font-size: 2.0em;
    }

    .FooterImage {
        background-position-x: center;
    }

    .SmallTopPad {
        padding-top: 40px;
    }

    .col-lg-8Rooms {
        width: 100%;
    }

    .col-lg-4Rooms {
        width: 100%;
    }

    .col-lg-8Rooms .col-lg-4 {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .panel-body h3 {
        font-size: 0.7em !important;
        padding-top: 0px;
    }

    .panel-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
        height: 350px;
    }

    .col-lg-3 {
        width: 100%;
    }

    .col-lg-10 {
        width: 100%;
    }

    .col-lg-2 {
        width: 50%;
        float: left;
    }

    .ImgHeight {
        height: 370px !important;
        margin-top: -65px;
    }

    .item {
        margin-bottom: unset;
    }

    .propertypadleft {
        padding-left: 0;
    }

    .col-lg-3 {
        width: 100%;
        float: left;
    }

    footer .col-lg-3 {
        width: 100% !important;
    }

    .PPPrice {
        text-align: left;
    }

    .margintempblog .col-lg-3, .margintemptest .col-lg-3 {
        width: 100%;
    }

    .HomePanelArea {
        padding-bottom: 20px;
    }

    .navbar-toggler {
        position: relative !important;
        top: -160px;
    }

    .logo {
        height: 100px;
        margin-top: 0px;
        position: relative;
        top: 40px;
    }

    .logoholder {
        margin-top: -60px;
        margin-bottom: 80px;
    }

    .FooterLogo {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .margintemp {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .containerPageContainer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .GridImg {
        padding-bottom: 30px;
    }

    .HomeImgStyle {
        height: 350px;
    }

    .SocialMediaHolderFooter {
        position: relative;
        padding-top: 30px;
        padding-left: 0;
        padding-bottom: 30px;
    }

        .SocialMediaHolderFooter a {
            float: left;
            margin-right: 20px;
        }
    .SocialMediaIcons{

    }
    .google-maps{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .gridpad{
        text-align: center;
    }
    
    .gridpad2{
        padding: 0px;
    }
    .ServiceBackground{
        margin-bottom: 30px;
    }
    .grid {
        -webkit-column-count: 1;
        -moz-column-count: 1 !important;
        -moz-column-gap: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .video-wrapper{
        height: 280px;
    }
    .ServiceDescription{
        font-size: 1.2em;
    }
    p{
        font-size: 1.2em;
    }
    h2{
        font-size: 1.6em;
    }
    body{
        width: 100%;
        overflow-x: hidden;
    }
        html, body {
            overflow-x: clip; /* better than hidden; no layout shift */
            max-width: 100%;
        }

        /* Remove Bootstrap padding/gutters that can create a right gutter */
        .container, .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        .row {
            --bs-gutter-x: 0;
        }

        /* Ensure any full-screen layers don't cause 100vw overflow */
        #sidebarMenu, .backdrop {
            left: 0;
            right: 0;
            width: auto;
        }
        /* use edges instead of 100vw */

        /* Media should never exceed viewport width */
        img, video {
            max-width: 100%;
            height: auto;
            display: block;
        }
    .padright {
        padding-right: 0;
    }
}
/* ----------- End iPhone 6 ------------*/

/* ----------- iPhone 6 LANDSCAPE ----------- */
@media only screen and (min-device-width: 501px) and (max-device-width: 899px) and (-webkit-min-device-pixel-ratio: 2) {
    .triangle {
        top: 8px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
    }
    .aboutbannerspacer {
        padding-top: 0px;
        margin-top: 120px;
        background-size: cover;
        height: 200px;
        margin-bottom: 30px;
    }
    .SocialMediaIcons{
        height: 30px;
        width: auto;
    }
    .PPStatus{
        margin-right: 30px;
    }
    .col-lg-2{
        width: 50%;
        float: left;
    }
    .ImgHeight{
        margin-left: -30px !important;
        height: 360px !important;
    }
    .item{
        margin-top: 80px;
    }
    .owl-next{
        right: -20px !important;
        margin-top: -80px !important;
    }
    .owl-prev{
        margin-top: -80px !important;
        left: -20px !important;
    }
    .propertypadleft{
        padding-left: 0;
    }
    


}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}


.fade-in-top {
    animation: fadeInTop 0.8s ease-out forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
}

/* === Full-screen overlay menu (safe overrides) === */
#sidebarMenu {
    left: 0; /* ignore fixed 430px drawer */
    width: 100vw; /* full screen */
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertically center the list */
    align-items: center; /* horizontally center the list */
    padding: 3rem 2rem; /* breathing space around */
    z-index: 1060; /* above backdrop */
}

    #sidebarMenu.show {
        transform: translateX(0); /* slide in */
    }

    /* Center the menu text and stack nicely */
    #sidebarMenu .nav {
        width: 100%;
        gap: .5rem;
        align-items: center;
        text-align: center;
    }

        #sidebarMenu .nav .nav-link,
        #sidebarMenu .nav .btn {
            width: auto; /* shrink to content */
            font-family: Oswald, sans-serif;
            display: inline-block;
            font-size: 2.0rem; /* a bit larger for fullscreen */
        }

/* Services toggle button: center its content (remove text-start look) */
#servicesToggleBtn {
    justify-content: center !important;
}

/* Submenu under Services: keep centered and tidy */
#servicesSubmenu .nav {
    
}

    #servicesSubmenu .nav .nav-link {
        padding-left: 50px;
    }

/* Backdrop stays behind the menu */
.backdrop {
    z-index: 1050;
}

/* Make the close button obvious and fixed in the corner */
#sidebarMenu .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    float: none;
    font-size: 2rem;
    line-height: 1;
    color: #000; /* adjust if needed for your gradient */
    background: transparent;
}

/* Prevent background scrolling when menu is open */
body.menu-open {
    overflow: hidden;
}


#sidebarMenu .menu-submenu {
    display: none;
}

    #sidebarMenu .menu-submenu.open {
        display: block;
    }

/* add near your submenu styles */
#sidebarMenu .menu-submenu {
    display: block; /* allow transition on height */
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}

    #sidebarMenu .menu-submenu.open {
        max-height: 400px; /* big enough to fit the links */
    }


/* Force overlay menu to be hidden by default */
#sidebarMenu {
    transform: translateX(-100%) !important;
}

    #sidebarMenu.show {
        transform: translateX(0) !important;
    }
ul, ol{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-left: -5px;
}
ol{
    font-size: 1.2em;
    margin-left: -15px;
}
ol li{
    padding-bottom: 10px;
}
