


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

@font-face {
    font-family: 'Gestura Text';
    src: url('/fonts/GesturaText-LightItalic.woff2') format('woff2'), url('/fonts/GesturaText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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


html {
    height: 100%;
}

body {
    font-family: 'Gestura Text';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 70px 0 0 0;
    height: auto;
    font-weight: 300;
    /* overflow: hidden; */
}

    body.touch {
        overflow: scroll;
    }


.f15 {
    font-size: 1.29em;
}

#main {
    height: 100%;
    width: 100%;
}

.Gestura-text {
    font-family: 'Gestura Text';
    font-weight: 300;
}

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

    .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;
}

.lazyImg {
    filter: blur(2px);
    transition: all 0.5s;
}

    .lazyImg.loaded {
        filter: blur(0);
    }

.g57 {
    width: 57%;
}

.grid_7 {
    width: 53%;
}

.grid_3 {
    width: 23%;
}

.g40 {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.g35 {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.grid_8 {
    width: 66%;
}

.w750 {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    align-items: flex-end;
}

.w290 {
    width: 290px;
}

    .w290 p {
        padding-right: 20px;
    }

.w220 {
    width: 200px;
}

.w375 {
    width: 375px;
    max-width: 50%;
}

.w390 {
    width: 390px;
    max-width: 100%;
}

.trn30 {
    transform: translateY(-20px);
}

.grid_4 {
    width: 33.33%;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.bar {
    display: inline-block;
    margin: 0 5px;
}

#video-background {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

    .video-foreground,
    #video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-family: 'Rework Text';
}

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

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

.grid_6 {
    width: 50%;
}

.grid_6d {
    width: 48%;
}

.grid_6.absright {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.full-grid {
    height: calc(100vh - 70px);
    position: relative;
    background-size: cover;
    z-index: 1;
    display: block;
}

.full-slider .slides li {
    height: calc(100vh - 70px);
    background-size: cover;
}


.inner-arc {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 300px);
    width: 45vh;
    transform: translate(-50%,-50%);
    background-size: cover;
    border-radius: 25vh 25vh 0 0;
    transition: all 0.7s;
}

#hover.half1 #half1 .inner-arc {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#hover.half1 .lines-holder {
    left: 50%;
}

#hover.half2 #half2 .inner-arc {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.lines-holder {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    transition: left 0.7s;
}

.inner-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 260px);
    width: calc(45vh + 40px);
    transform: translate(-50%,-50%);
    border-radius: 26vh 26vh 0 0;
    background-size: cover;
    border: 2px solid #000;
    border-bottom: none;
}

.pad30 {
    padding: 30px;
}

.pad-trl30-b0 {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

.pad-trl30-b50 {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.pad-l50-t30 {
    padding-left: 50px;
    padding-top: 30px;
}

.pad50 {
    padding: 50px;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
/* #main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
} */

#scroll {
    position: fixed;
    bottom: 25px;
    display: block;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    line-height: 1;
}

.dark #scroll {
    color: #000;
}

#landing {
    z-index: 5;
    width: 100%;
    min-height: calc(100vh - 70px);
    background-size: cover;
    position: relative;
    background-position: left top;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.entered #main {
    position: relative;
    padding: 0;
}

.entered #landing {
    position: relative;
    top: auto;
    overflow: hidden;
}

.entered #scroll {
    opacity: 1;
    transition: opacity 0.8s;
    z-index: 50;
}

#enter {
    display: block;
    z-index: 5;
    line-height: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.entered #enter {
    opacity: 0;
    transition: opacity 0.8s;
}

.inner {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    border-radius: 412px 412px 0 0;
    overflow: hidden;
    transition: all 0.8s;
}

.arc {
    position: absolute;
    top: 0;
    bottom: 70px;
    border: 2px solid #000;
    width: 860px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 412px 412px 0 0;
    transition: all 0.8s;
    max-width: 66vh;
}

.entered .arc {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
    border-bottom: none;
}

.entered .inner {
    width: 100%;
    border-radius: 0;
    bottom: -2px;
    top: -2px;
    left: 0;
    right: 0;
}

.entered .rSvg {
    opacity: 0;
    transition: opacity 0.8s;
    z-index: 0;
    position: absolute !important;
}

.mainImg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
}

.sp1 {
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    background: #000;
    width: 2px;
    height: 100vh;
}

.inner-lines .sp1, .inner-lines .sp2 {
    top: -50vh;
    height: 150vh;
}

.sp2 {
    display: block;
    position: absolute;
    top: 0;
    height: 100vh;
    right: -2px;
    background: #000;
    width: 2px;
}

.sp3 {
    display: block;
    position: absolute;
    left: -100vw;
    bottom: -2px;
    margin: auto;
    width: 200vw;
    background: #000;
    height: 2px;
}

.sp4 {
    display: block;
    position: absolute;
    left: -100vw;
    top: -2px;
    margin: auto;
    width: 200vw;
    background: #000;
    height: 2px;
}

.rSvg {
    display: block;
    width: 300px;
    max-width: 40vw;
    max-height: 50%;
    position: fixed !important;
}

.play {
    display: block;
    font-weight: 600;
    display: block;
    opacity: 0;
    transition: opacity 0.8s;
    text-transform: uppercase;
}

.entered .play {
    opacity: 1;
}

.play img {
    display: block;
    width: 60px;
    margin: 30px auto 0 auto;
}

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


/* Headings */
h1, h2, h3, h4 {
    margin: 0;
    font-weight: 300;
}


p {
    margin: 0;
}

.title {
    position: absolute;
    top: 52px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.inner-title {
    font-family: 'Gestura Display';
    font-size: 40px;
    width: 370px;
    text-align: center;
    display: block;
    color: #fff;
}

    .inner-title span {
        display: block;
        font-family: 'Rework Text';
        font-size: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

.copy {
    display: block;
    font-family: 'Gestura Text';
    font-size: 12px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 50px;
    color: #fff;
    max-width: 100%;
    width: 370px;
}

.innerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.capi
{
  color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px;
   display:block;


    font-size: 12px;

}

.caption {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 280px;
    font-family: 'Rework Text';
    font-size: 14px;
    text-transform: uppercase;
}

    .caption span {
        font-family: 'Gestura Text';
        font-size: 13px;
        display: block;
        text-transform:none;
        padding-top: 14px;
    }

.cap-bottom {
    font-family: 'Rework Text';
    padding: 10px 0 0 0;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.absright .cap-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}

.abs-cap {
    position: absolute;
    bottom: -20px;
    left: auto;
}

.max220 {
    max-width: 250px;
    margin-bottom: 30px;
}

.max420 {
    max-width: 420px;
}

.max400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.max400 {
    font-size: 1.2em;
    font-style: italic;
    max-width: 450px;
}

.control {
    display: flex;
    width: 60px;
    justify-content: space-between;
    align-items: center;
    height: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 50px;
    line-height: 1.15;
    font-family: 'Gestura Display';
    width: 14em;
    text-align: center;
    max-width: calc(100% - 40px);
    margin-bottom: 1em;
}

    h1.big {
        font-size: 80px;
        margin: auto;
        width: 14em;
    }

        h1.big #scroll {
            font-size: 12px;
            position: static;
            padding-top: 50px;
            color: #fff !important;
            text-transform: uppercase;
        }

h2 {
    font-family: 'Gestura Display';
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

.copyHolder h2 {
    font-size: 46px;
}

h2.sml {
    font-size: 40px;
    max-width: 650px;
    margin-bottom: 1.5em;
}

h2.max700 {
    color: #fff;
    width: 21em;
    margin: auto;
    text-align: center;
    max-width: calc(100% - 40px);
}

h3 {
    font-size: 1em;
    width: 37em;
    max-width: 100%;
    margin: 0 auto 3em auto;
}

h4 {
    font-family: 'Rework Text';
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform:uppercase
}

.list {
    list-style: none;
    margin-bottom: 20px;
}

    .list li {
        display: block;
        font-style: italic;
    }

    .list span {
        display: inline-block;
        margin-right: 10px;
        font-size: 1.5em;
        line-height: 10px;
    }

.mb100 {
    margin-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.pb30 {
    width: 100%;
    padding-bottom: 10px;
}


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

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

/* Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 50;
    overflow: hidden;
}

    header:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: #000;
        z-index: 100;
        content: '';
        display: block;
    }

    header.hover::after {
        opacity: 0;
    }

.artist, .loc-img {
    position: relative;
}

    .artist:after {
        font-family: 'Rework Text';
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-size: 8px;
        content: "Artist's impression";
        display: block;
        color: #fff;
        text-transform: uppercase;
    }

    .loc-img:after {
        font-family: 'Rework Text';
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 7px;
        content: "LOCATION IMAGE";
        display: block;
        color: #000;
        text-transform: uppercase;
    }

    .artist.toleft:after {
        left: 20px;
        right: auto;
    }

.cap-li .artist:after {
    right: 95px;
    bottom: 19px;
}

#menu {
    left: 20px;
    text-align: left;
    width: 100px;
    color: #fff;
    cursor: pointer;
    font-family: 'Rework Text';
}

    #menu:after {
        content: 'MENU';
    }

    #menu.active:after {
        content: 'CLOSE X';
    }

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-position: left top;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#ul li {
    list-style: none;
    text-align: center;
}

    #ul li a {
        color: #fff;
        font-size: 90px;
        z-index: 2;
        display: inline-block;
        position: relative;
        font-family: 'Gestura Text';
    }

        #ul li a:after {
            position: absolute;
            bottom: 3px;
            height: 3px;
            background: #fff;
            width: 100%;
            opacity: 0;
            transition: opacity 0.5s;
            width: 100%;
            content: '';
            display: block;
        }

        #ul li a:hover:after {
            opacity: 1;
        }

#ul {
    position: relative;
    z-index: 2;
}

.li-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.7s;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

#ul li a:hover .li-hover {
    opacity: 1;
}

#bgHeader {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-position: left top;
    background-size: cover;
}

.logo {
    display: block;
    width: 260px;
    height: 40.33px;
}

.entered .logo {
    transition: height 0.7s;
    height: 20px;
    overflow: hidden;
}

.enq {
    width: 200px;
    text-align: right;
    right: 30px;
    color: #fff;
}

.enq-m {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: none;
}

    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -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:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top: auto;
            bottom: -8px;
        }

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

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

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

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


.grey {
    background: #E1E1E1;
}

.brown {
    /*background: #6D684E;*/
    background: #6a644c;
    color: #fff;
}
.l-top-d
{
    top:-1px;
    height:1px;
    background:#6a644c;
    width:100%;
    top:0;
    left:0;

    display:block;
    position:absolute
   
}
.bg-cream {
    background: #F4EBE0;
    color: #202020;
}

.pad3050 {
    padding: 30px 50px;
}

.bg-white {
    background: #fff;
    color: #000;
}

.full-sec {
    position: relative;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 70px);
}

.flex-e {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* flex-wrap: wrap; */
}

.full-h {
    height: 100%;
    background-size: cover;
}

.min-h {
    min-height: calc(100vh - 70px);
    height: auto;
}

.flex-h {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.flex-ch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-c {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-dd {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-d {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.flex-cs {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.max740 {
    width: 760px;
    max-width: 100%;
}

.mapholder {
    /* align-items: center; */
    height: calc(100vh - 70px);
    overflow: hidden;
    position: sticky;
    top: 70px;
}

.poi-link {
    font-size: 14px;
}

.map-inner {
    position: relative;
    width: 100%;
}

.mapholder img {
    position: relative;
    z-index: 1;
    max-width: 200%;
    
}

#svgMap {
    position: absolute;
    z-index: 6;
    width: 98%;
    height: auto;
    display: block;
    top: 6.3%;
    left: 2%;
    font-family: 'Rework Text';
    margin: auto;
}

.indicatore {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f0e7de;
    border-radius: 50%;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6D684E;
    font-family: 'Rework Text';
    font-size: 14px;
    z-index: 12;
    transform: scale(0);
    transition: transform 0.5s;
    margin-left: -20px;
    margin-top: -20px;
}

.category p {
    font-family: 'Rework Text';
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.category {
    margin: 0 0 30px 0;
    width: calc(50% - 15px);
}

    .category a {
        display: block;
        font-family: 'Gestura Text';
        line-height: 1.2;
        color: #B4AE93;
    }

        .category a:hover {
            color: #fff;
        }

        .category a.active {
            color: #fff;
        }

    .category span {
        display: inline-block;
        width: 30px;
        text-align: left;
    }

#numbers g {
    transition: transform 0.5s;
}

    #numbers g.poped {
        transform: scale(2);
    }
/* enquiry */
#enquire {
    position: relative;
    z-index: 49;
    min-height: 700px;
    height: auto;
    padding-top: 20px;
}

.register {
    width: 900px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    color: #000;
    min-height: calc(100% - 127px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.half {
    width: calc(50% - 10px);
}
.hauto {
    height: auto !important;
}

.rowHolder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fitImg {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    object-fit: contain;
    display: block;
}

.fitHalf {
    width: 100%;
    max-height: calc(100vh - 450px) !important;
    object-fit: contain;
    display: block;
}

.fit100 {
    width: 100%;
    max-height: calc(100vh - 100px) !important;
    object-fit: contain;
    display: block;
}

    .fit100 .fitImg {
        max-height: calc(100vh - 200px);
    }

.obj-tl {
    object-position: top left;
}

.obj-tr {
    object-position: top right;
}

.w250 {
    width: 250px;
    max-width: 40%;
}

.w370 {
    width: 370px;
    max-width: 41%;
}

.icon-holder {
    width: 175px;
    max-width: 23.5%;
}

    .icon-holder img {
        display: block;
        margin: 0 0 20px 0;
        width: 60px !important;
    }

.min840 {
    min-height: 840px;
}


.touch  .min840 {

    height: auto;
}
.tel {
    color: #000;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.5em;
}

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

select {
    background-image: url(/images/buttons/plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px 10px;
}

    select option {
        padding: 7px 5px;
        background: #fff;
    }

.privacy {
    font-size: 0.8em;
    width: 45em;
    color: #999999;
    margin: auto;
    max-width: 100%;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

.b_submit {
    font-family: 'Rework Text';
    display: block;
    margin: 50px auto;
    border: 2px solid #000000;
    border-radius: 100px;
    cursor: pointer;
    width: 294px;
    text-align: center;
    max-width: 100%;
    padding: 13px 0;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

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

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

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

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/*footer*/
.deicorp {
    display: block;
    margin: 50px auto;
    width: 200px;
}

.deicorp_w {
    display: block;
    margin: 0 0 60px 0;
    width: 200px;
}


footer {
    border-top: 2px solid #000;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Rework Text';
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* 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;
}

.min700 {
    min-height: 760px;
}

.br {
    display: block;
    margin-bottom: 1em;
}

.mob {
    display: none !important;
}

.mob-enq {
    display: none;
}

@media screen and (max-height : 890px) {
    h1, h2 {
        font-size: 30px;
    }

    .deicorp_w {
        margin: 0 0 30px 0;
        width: 170px;
    }

    .deicorp {
        margin: 30px auto;
        width: 170px;
    }

    .b_submit {
        margin: 30px auto;
    }

    input, select {
        padding: 8px 0;
    }

    .min700 {
        min-height: 700px;
    }
}

@media screen and (max-width : 1280px) {
    .pad50 {
        padding: 30px;
    }

    .trn30 {
        transform: none;
    }

    .w250 {
        margin-right: 10px;
    }

    .w750 {
        column-gap: 10px;
    }

    h2.sml {
        font-size: 26px;
        max-width: 650px;
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width : 1000px) {
    .arc {
        width: 600px;
    }
}

/*.touch .full-h {
    min-height: calc(100vh - 100px);
}

.touch .full-sec {
    height: auto;
}*/

@media screen and (max-width : 780px) {
    body {
        font-size: 14px;
        padding: 60px 0 0 0;
    }

    .entered .logo {
        height: 25px;
    }

    header {
        height: 60px;
    }

    #landing {
        min-height: calc(100vh - 100px);
    }
    .mob-enq {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 40px;
        border-top: 2px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 100;
    }
    .mob-enq #bgHeader {
        z-index: 1;
    }
    .mob-enq span {
        color: #fff;
        font-size: 14px;
        z-index: 2;
        position: relative;
    }
    footer {
        padding-bottom: 60px;
    }

    #menu:after {
        display: none;
    }

    #menu {
        width: 30px;
    }

    #nav-toggle {
        display: block;
    }

    #ul li a {
        font-size: 48px;
    }

    h2, h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
     .copyHolder 
     {
         padding:15px
     }
    .copyHolder h2 {
        font-size: 23px;
    }
     .copyHolder h2  br{
         display:none
     }

    .pad60m {
        padding: 60px 0;
    }

    .padrl20 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .g57 {
        width: 100%;
    }

        .g57 p {
            padding: 10px 20px 0 20px;
        }

    .g40 {
        width: 100%;
        display: block;
        padding: 50px 20px 0 20px;
    }

    .full-sec {
        height: auto;
        min-height: 100vw;
    }

    .full-h {
        height: auto;
    }

    .full-hm {
        min-height: 100vh;
        padding: 60px 20px;
    }

    #hover {
        padding: 10px 0;
    }

    .inner-title {
        font-size: 28px;
        padding: 0 20px;
    }

    .full-grid {
        height: 100vw;
        width: calc(100% - 40px) !important;
        margin: 10px auto;
    }

    .flex-ch {
        display: block;
    }

    .lines-holder {
        display: none;
    }

    .inner-arc {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: none;
        border-radius: 0;
    }

    .w100m {
        height: 100vw;
    }

    .h100m {
        height: 100vh;
    }

    .full-slider .slides li {
        height: auto;
    }

    h1.big {
        font-size: 29px;
    }

    .innerBg {
        height: 100vw;
    }

    .grid_6, .grid_8, .grid_4, .grid_7, .grid_3, .grid_6d {
        width: 100%;
    }

        .grid_6d .pad30 {
            padding: 30px 0 30px 0;
        }

    .w375 {
        max-width: 100%;
        margin: auto;
    }

    .max400.mb100 {
        margin-bottom: 30px;
    }

    .pad-trl30-b0 {
        padding: 0 0 20px 0;
    }

    .pad-trl30-b50 {
        padding-left: 20px;
        padding-top: 60px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .padtm0 {
        padding-top: 0;
    }

    .mb30m {
        margin-bottom: 30px;
    }
      .mb20m {
        margin-bottom: 20px;
    }

    .pad-tm0 {
        padding-top: 0;
    }

    .register {
        padding: 60px 30px;
    }

    .tel {
        font-size: 1.2em;
    }

    .enq {
        display: none;
    }

    .enq-m {
        display: block;
    }

    .logo {
        display: block;
        width: 156px;
        height: auto;
    }

    .arc {
        width: calc(100% - 40px);
        top: 0;
        bottom: 60px;
    }

    .rSvg {
        width: 75%;
    }

    .inner {
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }


    .half {
        margin-bottom: 30px;
        width: 100%;
    }

    .rowHolder {
        margin-bottom: 0;
    }

    #enquire, footer {
        position: relative;
        z-index: 4;
    }

    .w250 {
        max-width: calc(50% - 10px);
        margin: 0;
    }

    .fitHalf {
        max-height: 100% !important;
    }

    .grid_4 {
        width: 100%;
    }





    .deicorp {
        width: 170px;
    }

    .w750 {
        width: 100%;
        flex-wrap: wrap;
        padding: 60px 0 20px 0;
        justify-content: space-between;
    }

    .w290 {
        width: 100%;
        margin-bottom: 30px;
    }

    .w220 {
        width: calc(50% - 10px);
    }

    .pad20m {
        padding: 20px;
    }

    .des {
        display: none;
    }

    .mob {
        display: block !important;
    }

    .control {
        display: none;
    }

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

    .grid_6.absright {
        position: relative;
        height: 100vw;
    }

    .absright {
        margin-bottom: 30px;
    }

        .absright .cap-bottom {
            bottom: -20px;
        }

    .mapholder {
        height: auto;
        overflow: hidden;
        position: relative;
        top: auto;
    }

    .pad3050 {
        padding: 50px 20px;
    }
    .nopbm
    {
        padding-bottom :0 !important
    }
    .category {
        margin: 0;
        width: 100%;
    }


    .w370 {
        width: 100%;
        max-width: 100% !important;
    }

    .icon-holder {
        width: 50%;
        max-width: 50%;
        text-align: center;
        padding: 0 8px;
    }

        .icon-holder img {
            margin: 0 auto 20px auto;
        }

    .teamSlider .slides .li-flex {
        height: auto;
        min-height: 100px;
    }

    .caption {
        color: #000;
        position: relative;
        right: auto;
        top: auto;
        padding: 20px;
    }

    .bar {
        display: block;
        margin: 0;
        height: 0;
        opacity: 0;
    }

    .bg-link {
        height: 50vw !important;
    }

    footer {
        font-size: 10px;
    }

        footer .grid_4 {
            width: 33.33%;
        }

    .readMore {
        margin-top: -25px;
    }

        .readMore:after {
            content: ' More +';
        }

        .readMore.active {
            margin-top: 0;
        }

            .readMore.active:after {
                content: ' Less -';
            }

    .tohide {
        display: none;
    }
    .cap-li .artist:after {
    right: 15px;

}
    .caption br,h2 br
    {
        display:none
    }

}
