
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Bold.eot');
    src: url('../fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Bold.woff2') format('woff2'), url('../fonts/Orbitron-Bold.woff') format('woff'), url('../fonts/Orbitron-Bold.ttf') format('truetype'), url('../fonts/Orbitron-Bold.svg#Orbitron-Bold') format('svg');
}

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons/linecons.eot') format('embedded-opentype'), url('../fonts/linecons/linecons.ttf') format('truetype'), url('../fonts/linecons/linecons.woff') format('woff'), url('../fonts/linecons/linecons.svg') format('svg'), url('../fonts/linecons/linecons.dev.svg') format('svg');
}


.subbanner-image.enquiry {
    background-image: url(../images/Enquiry-banner.jpg);
    background-position: right top 28%;
    position: absolute;
    right: -10%;
}


.map-frame {
    margin-top: -230px;
    height:900px;
}

.filter-hover{
    filter:brightness(50%);
}


.map-pane-section {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-top: -10%;
}

        .map-pane-section:hover{
            opacity:1;
        }

        .map-zoom {
            font-size: 24px;
            font-family: SourceSansPro-Semibold;
            color:white;
        }

.enquiry-us-bg-top {
    width: 100%;
    display: block;
}

.enquiry-form {
    position: relative;
    margin-top: -300px;
}

.enquiry-form-wrapper {
    background-image: url(../images/enquiry-bg-body.png);
    background-size: cover;
    padding-bottom: 200px;
}

.enquiry-form-inner-wrapper {
    padding-top: 10px;
    max-width: 930px;
    margin: auto;
}

.form-title-container {
    text-align: center;
}

.form-title {
    font-family: Orbitron;
    font-size: 24px;
    color: white;
    padding-top: 20px;
}

.last-word {
    color: #b4903a;
}

.form-title-subtext {
    color: white;
}

.each-row {
    display: block;
}


.enquiry-row, .enquiry-row-full {
    padding: 0 40px;
    margin: 0 auto;
}


.error-div {
    visibility: hidden;
    color: red;
    font-family: SourceSansPro-Regular;
    position: relative;
}

.error.overlap {
    position: absolute;
    left: 0;
}

label {
    color: white;
    font-size: 16px;
    font-family: SourceSansPro-Regular;
    text-transform: uppercase;
}

.nice-select.open:after {
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nice-select:after {
    content: "";
    width: 18px;
    content: '';
    position: absolute;
    top: 46%;
    right: 4%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #b4903a;
    border-bottom: 0;
    transform: none;
    transform-origin: center;
}

.nice-select:active:after, .nice-select.open:after, .nice-select:focus:after {
    border-top: 13px solid #cccccc;
}

.txtbox, select, textarea, .nice-select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #b4903a;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
}
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus, #e-shop .nice-select .option:hover, #e-shop .nice-select .option.focus, #e-shop .nice-select .option.selected.focus {
        background-color: #ce9941;
        color: #fff;
    }

    input:focus, textarea:focus {
        border-color: #cccccc;
    }

.txtWrapper {
    display: flex;
}

.input-captcha-wrapper {
    margin: 8px 0;
    position: relative;
}

@media screen and (min-width: 1360px) {
    .input-captcha-wrapper {
        margin: 0.588vw 0;
    }
}

.input-captcha-wrapper input {
    margin: 0;
}

.captcha_Img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 0.735vw 0.735vw 0;
}

.submitbtn {
    color: white;
    font-size: 18px;
    font-family: Orbitron;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 8px;
    padding-top: 13px;
    border-radius: 8px;
    padding-bottom: 6px;
    background-color: #b4903a;
    outline: none;
    border-style: hidden;
}

    .submitbtn:hover {
        background-color: #959595;
    }

    .footer-section {
        padding-top: 75px;
        margin-top: -180px;
        position: relative;
    }

.submit-btn-row {
    text-align: center;
    padding-top: 15px;
}


@media screen and (min-width:1024px) {
    /*.map-frame {
        height: 1200px;
    }*/

    .enquiry-form {
        margin-top:-380px;
    }

    .form-title {
        padding-top: 0px;
    }
}

@media screen and (min-width:1360px) {

    .each-row {
        display: flex;
    }

    .enquiry-row-full {
        width: 100%;
    }

    .enquiry-row {
        width: 50%;
    }

    .enquiry-form {
        margin-top: -25vw;
    }

    .map-frame {
        margin-top: -17vw;
        height: 66.176vw;
    }

    .map-pane-section {
        position: absolute;
    }

    .map-zoom {
        font-size: 1.765vw;
        font-family: SourceSansPro-Semibold;
        color: white;
    }

    .enquiry-form-wrapper {
        padding-bottom: 14.706vw;
    }

    .enquiry-form-inner-wrapper {
        padding-top: 0.735vw;
        max-width: 68.382vw;
    }

    .form-title {
        font-size: 1.765vw;
    }

    .enquiry-row, .enquiry-row-full {
        padding: 0 2.941vw;
    }

    .txtbox, select, textarea, .nice-select {
        padding: 0.882vw 1.471vw;
        margin: 0.588vw 0;
        border: 0.074vw solid #b4903a;
        border-radius: 0.735vw;
        font-size: 1.029vw;
    }

    label {
        font-size: 1.176vw;
    }

    .captcha_Img {
        height: 100%;
    }

    .submit-btn-row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .submitbtn {
        font-size: 1.324vw;
        padding-left: 3.309vw;
        padding-right: 3.309vw;
        border-radius: 0.588vw;
        padding-top: 0.956vw;
        border-radius: 0.588vw;
        padding-bottom: 0.441vw;
    }

    .footer-section {
        padding-top: 5.515vw;
        margin-top: -13.235vw;
    }
}
