@font-face {
    font-family: 'Acumin Pro';
    src: url('/fonts/AcuminPro-Semibold.woff2') format('woff2'), url('/fonts/AcuminPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/fonts/AcuminPro-Regular.woff2') format('woff2'), url('/fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/fonts/AcuminPro-Light.woff2') format('woff2'), url('/fonts/AcuminPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Big Caslon';
    src: url('/fonts/BigCaslon-Medium.woff2') format('woff2'), url('/fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.container {
    width: 1400px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    position: relative;
}
.flex-s
{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.flex-se{
      display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    column-gap:20px;
   

    justify-content: flex-end;
}
.flex-ss{
       display:flex;
           flex-wrap: wrap;
    justify-content:flex-start;column-gap:50px
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Acumin Pro';
    font-size: 18px;
    line-height: 1.1;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #184927;
    text-align: left;
        font-weight: 300;
}

.fullLoded #mainContent {
    height: auto !important;
}

.grid_6 {
    width: 50%;
    text-align: left;
}
.g37{
    width:37%;
}
.g61{
    width:61%;
}
.max530 {
    width: 530px;
    max-width: 95%;
}
.grid_5{
    width:41%
}
.grid_7{
    width:57%
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_6,  .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
    position: relative;
}

.grid_8 {
    width: calc(66.66% - 13.33px);
    margin-right: 40px;
}

.grid_4 {
    width: calc(33.33% - 26.66px);
    margin-right: 40px;
}

.grid_50 {
    width: calc(50% - 20px);
    float: left;
    display: block;
    margin-right: 40px;
}

.grid_w700 {
    width: 700px;
}

.grid_350 {
    width: 350px;
    max-width: 100%;

}

.grid_320 {
    width: 300px;
    max-width: 48%;
    
}

.fullwidth {
    width: 100%;
}
.bg-white {
    background-color: #fff;
}
.col {
    display: flex;
    flex-direction: column;
}
.aligncenter {
    align-items: center;
}

.abs {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 250px;
}

.grid_w350 {
    width: calc(100% - 360px);


}

.rightalign {
    text-align: right;
}

*.right {
    margin-right: 0;
}

.rightfloat {
    float: right;
}



a {
    text-decoration: none;
    cursor: pointer;
    color: #184927;
}

img {
    border: none;
    max-width: 100%;
}

.fullimage {
    display: block;
    width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebddd4;
    z-index: 500;
    overflow: hidden;
    transition: height 1.5s;
}

    #intro.hide {
        height: 0%;
    }

.fullvh {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
}

.full-height {
    height: calc(100vh - 115px);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.innerFullheight {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all 15s;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
.cls-red {
    fill: #eb7651;
}

.cls-dark {
    fill: #fff;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.icon {
    display: inline-block;
    transition: transform 3s ease-out,opacity 2s ease-out;
    opacity: 0;
}

.e-i {
    transform: translate(-50vw,50vh);
}

.h-i {
    transform: translate(20vw,70vh);
}

.c-i {
    transform: translate(-20vw,-70vh);
}

.o-i {
    transform: translate(50vw,-50vh);
}

.animateIn .icon {
    transform: translate(0,0) !important;
    opacity: 1 !important;
}

.iconholders {
    text-align: center;
    margin-bottom: 50px;
}

.tofade {
    opacity: 0;
    transition: opacity 0.6s ease-in;
}

#enter {
    display: block;
    border: 1px solid #000;
    width: 130px;
    padding: 13px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
}

#address {
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 16px;
    margin-bottom: 60px;
    max-width: 100%;
}

.fullLoded .tofade {
    opacity: 1 !important;
    transition: opacity 0.1s ease-in !important;
}

#address.fadeIn, #enter.fadeIn {
    opacity: 1;
}

#mainContent {

  overflow:hidden;
    background: #fff;
    padding-top: 115px;
}


 #mainContent.fixed {
        height: calc(100% + 1px) !important;
        overflow: hidden;
    }
/* Headings */
h1, h2 {
    font-family: "condor", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.11;
}

p {
    margin: 0;
    max-width: 280px;
}


.txtHolder p
{
    max-width: 270px;
}
h1 {
    color: #FFFFFF;

    text-align: left;
    padding-top: 80px;
    max-width: 430px;
    opacity: 0;
    transition: opacity 0.6s;
}

.fullLoded h1 {
    opacity: 1;
}


.fullLoded #preloader {
    display: none !important;
}

.arrow-down {
    display: block;
    padding-top: 40px;
}

    .arrow-down img {
        display: block;
        width: 56px;
    }

    #register h2 {
        padding: 100px 0 80px;
    }
h2 {
    font-size: 40px;
    text-transform: uppercase;
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
}

    h2.mb {
        margin-bottom: 0.77em;
    }

    h2.mbless {
        margin-bottom: 0.33em;
    }

h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

    h3 b {
        padding-top: 40px;
        display: block;
    }

h4 {
}

    h4 span {
    }

h5 {
}


section {
    position: relative;
    z-index: 1;
    background: inherit;
}

.slidersHolder {
    position: relative;
}


.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.link {
    display: block;
    position: relative;
    line-height: 1.2;
    font-size: 14px;
}

    .link span {
        display: block;
    }

        .link span:before {
            content: 'VIEW';
            display: inline-block;
            margin-right: 0.2em;
        }

        .link span:after {
            content: '+';
            margin-left: 0.2em;
            display: inline-block;
        }

    .link.active span:before, .link.active span:after {
        display: none;
    }

    .link.active {
        font-weight: 600;
    }

        .link.active:before {
            content: '';
            position: absolute;
            left: -10px;
            top: 2px;
            display: block;
            background-image: url(/images/buttons/red-arrow.png);
            background-size: cover;
            width: 6px;
            height: 13px;
        }

.linkholder {
    margin-bottom: 30px;

}
#location .linkholder
{
            display: flex;
    justify-content: flex-end;
}

#locationHover {
    right: 0;
    top: -40px;
    position: absolute;
    width: auto;
    line-height: 26px;
    padding-left: 40px;
    display: none;
}

#locationName {
    width: 30px;
    height: 26px;
    left: 0;
    top: 0;
    width: 100%;
}

#locationHover svg {
    width: 17.5px !important;
    height: 12px !important;
    fill: #fff !important;
}


#map {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 350px);
}

.maplinks .link {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 1px solid #4d1e3f;
}

    .maplinks .link.active {
        border-bottom: 2px solid #4d1e3f;
    }

        .maplinks .link.active:before {
            display: none;
        }

.pois {
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}

    .pois span {
        display: inline-block;
        margin-right: 5px;
        content: '.';
    }

.map-cat {
    text-align: left;
    padding: 15px 0 16px 0;
    border-bottom: 1px solid #4d1e3f;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size:14px
}

    .map-cat:after {
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        margin: 0 auto;
        width: 1px;
        height: 11px;
        top: 17px;
        background: #252525;
    }

    .map-cat.active:after {
        height: 0;
    }

    .map-cat:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 22px;
        margin: 0 auto;
        width: 11px;
        height: 1px;
        background: #252525;
    }

.inner-poi {
    display: none;
    padding: 10px 0 0 0;
}

.poi, #locationNo {
    position: absolute;
    background: #dcdedc;
    color: #ec7651;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    transition: all 0.5s;
    z-index: 1;
    display: block;
    left: 0;
}

#locationNo {
    background: #eb7651;
    color: #fff;
}

    #locationNo .cls-red {
        fill: #fff;
    }

.poi.echo {
    width: 40px;
    height: 40px;
}

.poi:hover {
    background: #ec7651;
    color: #dcdedc;
    transform: scale(1.1);
    fill: #fff !important;
}

    .poi:hover .cls-red {
        fill: #fff !important;
    }

    .poi:hover:after {
        display: none;
    }

.poi span, #locationNo span {
    display: block;
    text-align: center;
    font-weight: bold;
}


.poi:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(236, 118, 81, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-animation: sonarEffect 3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 3s ease-out 75ms infinite;
    animation: sonarEffect 3s ease-out 75ms infinite;
}


@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(236, 118, 81, 0.1), 0 0 10px 10px #dcdedc, 0 0 0 10px rgba(236, 118, 81, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(236, 118, 81, 0.1), 0 0 10px 10px #dcdedc, 0 0 0 10px rgba(236, 118, 81, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}


@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #dcdedc, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #dcdedc, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.teamlink {
    display: block;
    text-align: left;
    margin: 30px 0 0 0;
}

    .teamlink svg {
        width: 180px;
        height: 80px;
    }

    .teamlink.dko svg {
        width: 93px;
        height: 60px;
    }

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/* Navigation */
.landmark {
    top: 0;
    width: 100%;
    display: block;
    position: fixed;
    background: #184927;
    color:#fff;
    text-align: left;
    height: 35px;
    z-index: 13;
    left: 0;

}

    .landmark span {
        left: 100px;
        font-size: 10px;
        padding-left: 30px;
    }

header {
    top: 35px;
    width: 100%;
    display: block;
    position: fixed;
    background: #d4dde1;
    text-align: center;
    padding-top: 30px;
    z-index: 13;
    border-bottom: 1px solid #fff;
}


  .enq {
    border: 1px solid #184927;
    color: #184927;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 7px 0;
    width: 90px;
    right: 100px;
    font-size: 13.2px;
    line-height: 1;
}


#mainmenu {
    width: 560px;
    text-align: center;
}

    #mainmenu li {
        display: inline-block;
        margin: 0 12.5px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.25em;
        font-weight: 600;
    }

#logo {
    display: block;
	margin: 0 auto;
    width: 293px;
}

    #logo img {
        display: block;
        width: 100%;
        height: auto;
    }

#hovder-slider {
    position: relative;
    height: 23vw;
    width: 100%;
    transition: margin 0.7s;
}

    #hovder-slider.full {
        margin-bottom: calc(29vw - 200px);
    }

        #hovder-slider.full .slider-next, #hovder-slider.full .slider-prev {
            background-size: 0;
        }

.slider-next {
    position: absolute;
    display: block;
    right: 0;
    width: 50vw;
    height: 100%;
    background-image: url(/images/buttons/next-b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px 52px;
    background-color: #fff;
    z-index: 10;
    transform: translateX(100%);
}



.slider-prev {
    position: absolute;
    display: block;
    left: 0;
    width: 50vw;
    height: 100%;
    cursor: default;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70px 52px;
    background-color: #fff;
    z-index: 10;
    background-size: 0;
    transform: translateX(-100%);
}

.innerslider {
    position: absolute;
    height: 100%;

    transition: transform 0.5s;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}



.pt10vh {
    padding-bottom: 10vh;
}

.maximize {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background: rgba(255,255,255,0.4);
    padding: 3px;
}

.hslider {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 32%;
    background-size: cover;
    background-position: center;
    transition: left 0.7s;
    overflow: hidden;
    cursor: pointer;
}

    .hslider:after {
        position: absolute;
        height: 100%;
        z-index: 2;
        width: 100%;
        background-size: cover;
        background: rgba(0,0,0,0.2);
        opacity: 0;
        content: '';
        display: block;
        transition: opacity 0.5s;
    }

    .hslider:hover:after {
        opacity: 1;
    }

    .hslider:hover .bg {
        transform: scale(1.05);
    }

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}

#fake {
    position: absolute;
    height: 100%;
    z-index: 10;
    width: 32%;
    background-size: cover;
    background-position: center;
    transition: width 0.7s,height 0.7s;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

    .hslider:before, #fake:before, #home:before {
        content: 'Artist Impresion';
        display: block;
        text-align: right;
        left: 10px;
        bottom: 10px;
        font-size: 10px;
        color: #fff;
        position: absolute;
        z-index: 8;
    }

    #fake.full {
        width: 100%;
        height: calc(54vw - 200px);
    }

   
    #fake.slide2 {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #fake.slide3 {
        left: auto;
        right: 0;
    }

    #fake.slide4 {
        left: auto;
        right: 0;
    }

.movetoright #fake.slide2 {
    left: 0;
    right: auto;
    margin: 0;
}

.movetoright #fake.slide3 {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.arrow {
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    top: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    transform: translate(-15px,15px);
    transition: all 0.4s;
    z-index: 5;
}

    .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 140%;
        height: 2px;
        z-index: 1;
        background: #fff;
        transform-origin: right top;
        transform: rotate(-45deg);
        display: block;
    }

.hslider:hover .arrow {
    opacity: 1;
    transform: translate(0,0);
}


.hslider.fullsreen {
    width: 100%;
    height: 50vw;
}

.movetoright .slider-next {
    background-size: 0;
    cursor: default;
}

.movetoright .slider-prev {
    background-image: url(/images/buttons/prev-b.png);
    cursor: pointer;
    background-size: 70px 52px;
}

.slide1 {
    left: 0;
}

.movetoright .slide1 {
    left: -33.33%;
}

.slide2 {
    left: 34%;
}

.movetoright .slide2 {
    left: 0%;
}

.slide3 {
    left: 68%;
}

.movetoright .slide3 {
    left: 34%;
}

.slide4 {
    left: 102%;
}

.movetoright .slide4 {
    left: 68%;
}


.close, #close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 55px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
#register .close
{
    display:none
}
.fixMode #register .close
{
    display:block
}
#close {
    background: rgba(0,0,0,0.3);
}



    .close:after, .close-d:after, #close:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 40px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #ecddd4;
    }

    .close:before, .close-d:before, #close:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 40px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #ecddd4;
    }

    #close:after, #close:before {
        width: 2px;
        background: #fff;
        top: 5px;
    }


#close {
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
/* nav-toggle */
#nav-toggle {
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 33px;
    height: 14px;
}

    #nav-toggle span {
        cursor: pointer;
        height: 2px;
        width: 100%;
        background: #184927;
        position: absolute;
        display: block;
        top: 5px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:after, #nav-toggle span:before {
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            display: block;
            background: #184927;
        }

        #nav-toggle span:before {
            top: -6px;
        }

        #nav-toggle span:after {
            top: 6px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }
/* enquiry */
#register {
    background: #174a3c;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    color:#fff
}
.bar-logo
{
    width:350px;
    height:auto;
    display:block;
        margin:0 auto 30px auto
}

.fixMode #register {
    opacity: 0;
    transition: opacity 0.6s;
    background: #174a3c;
    min-height: 600px;
    height: 100vh;
    padding-bottom: 60px;
    position: absolute;
}

    .fixMode #register .formbox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 0 !important;
    }

    .fixMode #register .cls-red {
        fill: #ecddd4;
    }

.fixMode .enq {
    background: #ecddd4;
}

.fixMode footer {
    display: none;
}

.logoEnq {
    display: block;
    width: 177px;
    height: 100px;
    margin: 0 auto 80px auto;
}

.formbox {
    width: 540px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F2D0C9 inset !important;
}

input, select {
    font-size: 17px;
    padding: 0 0 12px 0;
    width: 100%;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-family: inherit;
    color:#fff
}

.mb25 {
    margin-bottom: 25px;
}

.pr {
    padding-right: 25px;
}

.pl {
    padding-left: 25px;
}



.b_submit
{
display: block;
    margin: 0 auto 0 auto;
    width: 90px;
    padding: 11px 0 6px 0;
    border: 1px solid #b3b8b4;
    background: #b3b8b4;
    text-align: center;
    line-height: 1;
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
    border: none;
    background: url(/images/buttons/select-arrow.png) right center no-repeat;
}

    select option {
        padding: 0 5px;
        background: #F2D0C9;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.4;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.4;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.4;
}



/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

footer {
    background: #174a3c;
    padding: 75px 0;
}

.developBy img {
    display: block;
    margin: 20px auto 0 auto;
}

.developBy {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.disclaimer {
    max-width: 1110px;
    text-align: center;
    margin: 0 auto;
    color:#fff;
    font-size: 11px;
}

.d {
    display: block;
}

.m {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.bars {
    display: block;
    width:36px
}

    .bars img {
        display: block;
        width: 100%;
        height: auto;
    }

.pr50 {
    padding-right: 50px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb15 {
    margin-bottom: 15px;
}

#bgW {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #174a3c;
    z-index: 100;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: opacity 0.6s;
}

.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.scaleUp {
    -webkit-animation-name: scaleUp;
    animation-name: scaleUp;
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.d {
    display: block;
}

.m {
    display: none;
}
#th{padding: 0 30px 0 30px

}

.fixMode .enq_frm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

    .enq_frm h2 {
        font-size: 1.5rem;
        text-transform: none;
    }

    .enq_frm p {
        max-width: 300px;
        margin: 20px auto;
    }
 .enq_frm h2 {
    font-size: 1.5rem;
    text-transform: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
 #th p {
  text-align:center;
  max-width:320px;
}
 .fixMode .bar-logo
 {
 display:none
 }


 .overlay {
    position: relative;
 }
 .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
 }

.caption {
    position: absolute;z-index: 2;
    color: #fff;
    text-align: center;
    top:50%;
    transform: translate(-50%, -50%);
    margin: auto;
    left:50%;
    width: 100%;
    opacity: 1;
    display: block;
    font-size: 38px;
}

@media (max-width:1380px) {
    .enq {
        right: 50px;
    }

    .pr50 {
        padding-right: 25px;
    }

    h1 {
        font-size: 4em;
        padding-top: 60px;
        max-width: 420px;
    }



    .container {
        width: calc(100% - 120px);
    }



    .slider-prev, .slider-next {
        width: 60px;
    }

    .slider-next {
        background-size: 35px 26px;
    }

    #fake.full {
        width: 100%;
        height: calc(50vw - 60px);
    }

    #hovder-slider.full {
        margin-bottom: calc(20vw - 60px);
    }

    .movetoright .slider-prev {
        background-size: 35px 26px;
    }
    .enq {
    right: 35px;
}
}

@media (max-width:1200px) {
 
    #logo {
    display: block;
    width: 230px;
}

    .enq {
        right: 30px;
    }

    .g_4 {
        width: 33.33%;
        padding-right: 25px;
    }

    .g_8 {
        width: 66.66%;
        padding-right: 25px;
    }

    .grid_350 {
        width: 300px;
    }

    .grid_w350 {
        width: calc(100% - 300px);
    }

    .grid_320 {
        width: 50%;
        max-width: 100%;
        float: left;
        padding-right: 2%;
    }
}

@media (max-width:1000px) {
    #logo {
    display: block;
    width: 133px;
    margin: auto;
}
    #address {
        font-size: 12px;
        margin-bottom: 30px;
    }

    #enter {
        width: 120px;
        padding: 9px 0;
        font-size: 18px;
    }

    .d {
        display: none !important;
    }

    .full-height {
        height: 100vw;
    }

    .container {
        width: calc(100% - 80px);
    }

        .container {
            width: calc(100% - 40px);
        }

    .ptb-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .grid_6 {
        width: 100%;
        text-align: left;
    }

    h2 {
        font-size: 3em;
    }

        h2.mbless {
            margin-bottom: 40px;
        }

    .mbm {
        margin-bottom: 15px;
    }

    .mbm-big {
        margin-bottom: 50px;
    }

    .m {
        display: block;
    }

    .grid_350 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bgm {
        height: 100vw;
        width: calc(100% - 40px);
        margin: 0 auto;
        background-position: center;
        background-size: cover;
    }

    .grid_w350 {
        width: 100%;
    }

    .linkholder {
        margin-bottom: 20px;
        padding: 0 0 0 10px;
    }

    #arailImg {
        display: none !important;
    }

    #mapHolder {
        display: block !important;
        opacity: 1 !important;
    }

    #map {
        height: 100vw;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .abs {
        position: relative;
    }

    #mapdetails {
        padding: 0 0 30px 0;
    }

    .teamlink {
        display: none;
    }

    .logoEnq {
        width: 136px;
        height: 74px;
        margin: 0 auto 40px auto;
    }

    h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    input, select {
        font-size: 14px;
    }

    .pr {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .pl {
        padding-left: 0;
        margin-bottom: 15px;
    }

    #mainmenu {
        height: 100vh;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        top: 0;
        background: #d4dde1;
        transition: transform 0.5s;
        padding-top: calc(50vh - 162px);
    }

    .Active #mainmenu {
        transform: translateX(0%);
    }

    header {
        top: 0;
        height: 80px;
    }

    #mainContent {
        padding-top: 80px;
    }

    .enq {
        right: auto;
        left: 20px;
        width: 75px;
        padding: 7px 0;
        font-size: 12px;
    }

    #mainmenu li {
        display: block;
        margin-right: 0;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 10px 20px;
    }

    .close {
        right: 0px;
    }

    .icon {
        width: 60px;
    }


    .h-i {
        width: 72px;
    }

    .o-i {
        width: 69px;
    }

    .g_4 {
        width: 100%;
        padding-right: 0;
    }

    .g_8 {
        width: 100%;
        padding-right: 0;
    }

    .grid_320 {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .ptb-150 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .grid_5 {
    width: 100%;
}
    .pt-200 {
        padding-top: 75px;
    }
    .grid_7,.g61 {
    width: 100%;
}
    h2 {
    font-size: 26px;

    max-width: 15em;
    
}
    .g37  
    {
        width:100%;
        max-width:450px;
        margin-left:auto;
        margin-right:auto
    }
    
.grid_350 {
   
    padding-left: 0;
    padding-right: 0;
}
#location .linkholder {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.maplinks .link {
margin-right:20px;
    margin-left: 0;

}

.abs {
   
    max-width: 100%;
}
.inline-m
{
    display:inline-block
}
}

@media screen and (max-width:760px) {
    .caption {
        font-size: 28px;
    }
    
}
