﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* ============================================================
 CUSTOM FONTS
============================================================ */

/* ============================================================
  HTML & BODY
============================================================ */

html {
    height: 100%;
    overflow: hidden;
}

body {
    background: url(/images/public/grootparys/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #151515;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: 'Lato', sans-serif;
    font-size: large;
    color: #fff;
    margin: 0;
    padding: 0;
}

.bodypopup {
    background-image: none;
    background-color: #151515;
    height: auto;
    overflow: auto;
}
/*
body::-webkit-scrollbar {
	display: none;	
}
*/
a {
    color: #d7ba85;
    text-decoration: none;
}

    a:hover {
        color: #d7ba85;
        text-decoration: underline;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
    letter-spacing: 3px;
}

hr {
    border: none;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
}

img {
    border: none;
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
    margin: 0;
    vertical-align: middle;
}

input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    color: #d7ba85;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

input[type="password"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    color: #d7ba85;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

    input[type="password"]:placeholder-shown {
        text-transform: uppercase;
    }

input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    color: #d7ba85;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

select {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: rgba(215, 186, 133, 0.4) !important;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
}

    select:active, select:focus {
        background: rgba(255, 255, 255, 0); /* to prevent Edge/IE extra background padding */
    }

    select option[value=""] {
        color: rgba(0, 28, 76, 1) !important;
    }

    select option {
        font-family: 'Lato', sans-serif;
        font-size: large;
        background: rgba(255, 255, 255, 0);
        padding: 7px;
        color: #001c4c;
        text-transform: uppercase;
    }

.select-selected {
    color: #001c4c !important;
}

textarea {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    color: #d7ba85;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

::selection {
    background: #fff;
    color: #d7ba85;
}

::-moz-selection {
    background: #fff;
    color: #d7ba85;
}

::placeholder {
    color: rgba(255, 255, 255,0.4);
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255,0.4);
}

::-moz-placeholder {
    color: rgba(255, 255, 255,0.4);
    opacity: 0.4;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255,0.4) !important;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */

#backgroundtransparency {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

#contentbody {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 50px;
    font-size: large;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

#map {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
}

#map2 {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
    background-color: #f4f4f4;
}

.mapoutline {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
    background-color: #f4f4f4;
    position: static !important;
    overflow: auto !important;
}

    .mapoutline path:not(.ignore) {
        fill: #c3c3c3;
    }

#mapbody {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    font-size: large;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

#footer {
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 300;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

    #footer img {
        padding-bottom: 25px;
        -webkit-filter: drop-shadow(3px 3px 3px #000);
        filter: drop-shadow(3px 3px 3px #000);
    }

#fullheight {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    min-height: 100%;
    text-align: center;
}

#mapfullheight {
    box-sizing: border-box;
    /*width: 1200px;*/
    margin: 0 auto;
    text-align: center;
}

#header {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0;
}

    #header img {
        -webkit-filter: drop-shadow(3px 3px 3px #000);
        filter: drop-shadow(3px 3px 3px #000);
    }

.mapheader {
    position: absolute;
    z-index: 9999;
    background-color: white;
    left: 20px;
    top: 20px;
    padding: 10px !important;
}

    .mapheader img {
        width: 100px !important;
        image-rendering: -moz-crisp-edges; /* Firefox        */
        image-rendering: -o-crisp-edges; /* Opera          */
        image-rendering: -webkit-optimize-contrast; /* Safari         */
        image-rendering: optimize-contrast; /* CSS3 Proposed  */
        -ms-interpolation-mode: nearest-neighbor; /* IE8+           */
    }

#maplegend {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 9999;
    background-color: white;
    right: 20px;
    top: 20px;
    padding: 10px !important;
    font-size: 12px;
    text-align: left;
    width: 200px;
    transition: right 2s;
}

.maplegendline {
    padding-bottom: 5px;
    vertical-align: middle;
}

.maplegendtrigger {
    display: none;
}

.square {
    width: 15px;
    height: 15px;
    background-color: red;
    margin-right: 10px;
    float: left;
}

.newmaplegend-commercial {
    background-color: #CCC053;
    border: 1px solid #000;
}

.newmaplegend-futurephase {
    background-color: #57E8C1;
    border: 1px solid #000;
}

.newmaplegend-notreleased {
    background-color: #c3c3c3;
    border: 1px solid #000;
}

.newmaplegend-released {
    background-color: #51FF00;
    border: 1px solid #000;
}

.newmaplegend-available {
    background-color: #FFFFFF;
    border: 1px solid #000;
}

.newmaplegend-reserved {
    background-color: #0084A6;
    border: 1px solid #000;
}

.newmaplegend-sold {
    background-color: #E51715;
    border: 1px solid #000;
}

.newmaplegend-feature {
    background-color: #44ECFF;
    border: 1px solid #000;
}

.newmaplegend-nextphase {
    background-color: #E75480;
    border: 1px solid #000;
}

.newmaplegend-neighbouring {
    background-color: #f6a5eb;
    border: 1px solid #000;
}
.map-feature {
    fill: #44ECFF !important;
}

.map-neighbouring path {
    fill: #f6a5eb !important;
}


#mapfooter {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    bottom: 20px;
    left: 20px;
    padding: 10px !important;
}

    #mapfooter img {
        min-width: 50px;
        max-width: 200px;
    }

.mapfooter {
    padding: 10px 0 !important;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
}

#selects {
    margin-bottom: 18px;
}

    #selects select {
        width: 30%;
    }

        #selects select.dm {
            margin-right: 4%;
        }

        #selects select.y {
            margin-right: 0;
        }

#popupbody {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 2.5%;
    font-size: large;
    line-height: 1.5em;
}

.headerpopup img {
    width: 35%;
    height: auto;
}

.imgdropshadow img {
    -webkit-filter: drop-shadow(3px 3px 3px #151515);
    filter: drop-shadow(3px 3px 3px #151515);
}

.pagesplit {
    padding: 0;
}

    .pagesplit:after {
        content: "";
        display: table;
        clear: both;
    }

.left {
    float: left;
    width: 50%;
    text-align: right;
}

.right {
    float: right;
    width: 50%;
    text-align: left;
}

.pop-ups {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .pop-ups div {
        width: 48%;
    }

.shortpage_padding {
    padding: 75px 0 !important;
}

.table_padding {
    table-layout: fixed;
}

    .table_padding input[type="email"] {
        width: 100%;
    }

    .table_padding input[type="password"] {
        width: 100%;
    }

    .table_padding input[type="text"] {
        width: 100%;
    }

    .table_padding select {
        width: 100%;
    }

    .table_padding textarea {
        width: 100%;
    }

    .table_padding td {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

.td_padding {
    padding-top: 15px;
    color: #000;
}

tr.pricelist-reserved {
    background-color: #0084a6;
    color: #fff;
}

tr.pricelist-sold {
    background-color: #ffff00;
}


/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */

.huge {
    font-size: 36px;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.hiddenfileoffviewport {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.highlight {
    color: #000;
    font-weight: bold;
}

.bold {
    font-weight: 400;
}

.lifeisbetter {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 50px;
}

.error {
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #e32526;
    border-radius: 10px;
    width: 90%;
    font-size: medium;
    margin: 15px 0 15px 0;
    padding: 5%;
    text-align: center;
}

.goback {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-bottom: 25px;
}

.no_u18s {
    width: 700px;
    margin: 0 auto;
    padding: 0 50px;
    text-align: right;
}

.notforsale {
    font-family: 'Lato', sans-serif;
    color: #000;
    background-color: #FFF;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-top: solid #000 3px;
}

.hugetxt {
    font-size: 32px;
}

.largetxt {
    font-size: 24px;
    line-height: 1.3em;
}

.mediumtxt {
    font-size: 20px;
    line-height: 1.3em;
}

.smalltxt {
    font-size: 16px;
}

.validation-error {
    color: #cc0000;
    font-size: large;
    padding-top: 10px;
}

/* ============================================================
  BUTTON STYLES
============================================================ */

/*Button Padding*/
.buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.buttons_dblpad {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*Button Padding End*/

.colour-change {
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 400;
    padding: 15px 35px;
    cursor: pointer;
    color: #d7ba85;
    border: 2px solid #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    height: auto;
    -webkit-appearance: none;
    text-transform: uppercase;
}

    .colour-change:hover {
        background-color: #d7ba85;
        color: #fff;
        border: 2px solid #d7ba85;
    }

    .colour-change i {
        font-size: 28px;
        padding: 0 0 5px 10px;
        vertical-align: middle;
        color: rgba(215, 186, 133, 1);
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
    }

    .colour-change:hover i {
        color: rgba(255, 255, 255, 0.9);
    }

.small {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px 2px;
    width: 170px;
    float: right;
    color: #151515;
}

.smallnofloat {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px 2px;
    width: 170px;
    color: #151515;
}

.accept {
    margin-right: 25px;
    width: 300px;
}

.decline {
    background-color: #a91c2c;
    color: #fff;
    border: 2px solid #a91c2c;
    width: 300px;
}

    .decline:hover {
        background-color: transparent;
        color: #a91c2c;
        border: 2px solid #a91c2c;
    }

        .decline:hover i {
            color: #a91c2c;
        }

.able {
    width: 500px;
}

.unable {
    background-color: #e32526;
    color: #fff;
    border: 2px solid #e32526;
    width: 500px;
    margin-bottom: 25px;
}

    .unable:hover {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

.upload {
    font-size: 18px;
    padding: 15px 25px;
    font-weight: 400;
    background-color: transparent;
    color: #ed1651;
    border: 1px solid #ed1651;
    text-transform: none;
}

    .upload:hover {
        background-color: #ed1651;
        color: rgba(255, 255, 255, 0.9);
    }

    .upload i {
        color: #ed1651;
    }

.upload-done {
    font-size: 18px;
    padding: 15px 25px;
    font-weight: 400;
    background-color: #ed1651;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ed1651;
    text-transform: none;
}

    .upload-done:hover {
        background-color: #ed1651;
        color: rgba(255, 255, 255, 0.9);
    }
/* Fix identing on label for checkbox */

input[type="checkbox"] + label {
    display: block;
    margin-left: 20px;
    margin-top: -22px;
}

/* ============================================================
  CUSTOM RADIO BUTTONS
============================================================ */

/* Radio button */
.custom-radio input[type="radio"] {
    display: none;
}

    .custom-radio input[type="radio"] + label {
        font-size: 16px;
        cursor: pointer;
        margin: 0 4px 0 0;
    }

        .custom-radio input[type="radio"] + label span {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: -2px 8px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .custom-radio input[type="radio"] + label span {
            background-color: #8c99b0; /* have to be of the same color */
            border: 2px solid #8c99b0; /* have to be of the same color */
        }
    /* Checked state for radio */
    .custom-radio input[type="radio"]:checked + label span {
        background-color: #001c4c;
    }

/* Custom Radio & Checkbox Buttons */
/* ------------------------------------------ */

/* Radio button that looks like a Checkbox */

@keyframes hover-color {
    from {
        border-color: #fff;
    }

    to {
        border-color: #fff;
    }
}

.custom-radio-check {
    position: absolute;
    display: none;
}

    .custom-radio-check[disabled] {
        cursor: not-allowed;
    }

    .custom-radio-check + label {
        position: relative;
        /*display: block;*/
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

        .custom-radio-check + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .custom-radio-check + label:before {
            position: absolute;
            top: 1px;
            left: 0;
            display: inline-block;
            width: 22px;
            height: 22px;
            content: '';
            background-color: #fff;
        }

        .custom-radio-check + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .custom-radio-check[disabled] + label {
        cursor: not-allowed;
        color: #fff;
    }

        .custom-radio-check[disabled] + label:hover, .custom-radio-check[disabled] + label:before, .custom-radio-check[disabled] + label:after {
            cursor: not-allowed;
        }

            .custom-radio-check[disabled] + label:hover:before {
                border: 1px solid #fff;
                animation-name: none;
            }

        .custom-radio-check[disabled] + label:before {
            border-color: #fff;
        }

    .custom-radio-check:checked + label:before {
        animation-name: none;
    }

    .custom-radio-check:checked + label:after {
        display: block;
    }

    .custom-radio-check + label:before {
        border-radius: 3px;
    }

    .custom-radio-check + label:after {
        top: 4px;
        left: 8px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #151515;
        border-top: 0;
        border-left: 0;
    }

    .custom-radio-check:checked + label:before {
        border: #fff;
        background: #fff;
    }

    .custom-radio-check:checked[disabled] + label:before {
        border: #d7ba85;
        background: #d7ba85;
    }

.custom-radio-check-text {
    top: 1;
}

.pull-left {
    float: left !important;
}

/* End of Radio button that looks like a Checkbox */

/* ============================================================
  CUSTOM TABLES
============================================================ */

.user-table {
    margin: 25px auto;
    border-collapse: collapse;
    border: 1px solid #2e2d2c;
    border-bottom: 3px solid #d7ba85;
    width: 100%;
}

    .user-table input {
        background-color: transparent;
        border: 0;
    }

    .user-table .center {
        text-align: center;
    }

    .user-table .centersmall {
        text-align: center;
        font-size: 11px;
    }
    /*
.user-table tr:hover {
	background: #2e2d2c;
} */
    .user-table tr:hover td {
        color: #d7ba85;
    }

    .user-table th, .user-table td {
        color: #fff;
        padding: 12px;
        border-collapse: collapse;
        vertical-align: middle;
    }

    .user-table td {
        color: #fff;
        border: 1px solid transparent;
        padding: 12px;
        border-collapse: collapse;
    }

    .user-table td {
        font-size: large;
    }

    .user-table th {
        background: #d7ba85;
        color: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
    }

        .user-table th.last {
            border-right: none;
        }

    .user-table tbody tr:nth-child(odd) {
        background: rgba(255, 255, 255, 0.05);
    }

.PriceListGrid {
    background-color: #fff;
}

    .PriceListGrid th {
        text-shadow: none;
    }

    .PriceListGrid td {
        text-shadow: none;
    }


/* ============================================================
  END OF CUSTOM TABLES
============================================================ */

/* ============================================================
  MAP STYLES
============================================================ */
.map-text {
    fill: #000000 !important;
}

.maplegend-unsold {
    fill: #ffffff !important;
}

.maplegend-reserved {
    fill: #0084a6 !important;
}

.maplegend-sold {
    fill: #e51715 !important;
}

.maplegend-financed {
    fill: #e59802 !important;
}

.maplegend-transferred {
    fill: #ffff00 !important;
}

.maplegend-complete {
    fill: #149726 !important;
}

.maplegend-futurephase {
    fill: #57E8C1 !important;
}

.maplegend-nextphase {
    fill: #E75480 !important;
}


.maplegend-underconstruction {
    stroke: #00ff00;
    stroke-dasharray: 2;
    stroke-width: 1;
}

.map2-text {
    fill: #000000 !important;
}

.maplegend2-notreleased {
    fill: #c3c3c3 !important;
}

.maplegend2-released {
    fill: #51FF00 !important;
}

.maplegend2-sold {
    fill: #e51715 !important;
}

g:hover path.map-outlinehover {
    stroke: #37afc7 !important;
    stroke-width: 2px;
}

.map-outlinehoverstatic {
    stroke: #37afc7 !important;
    stroke-width: 2px;
}

.tippy-box {
    background-color: #37afc7;
}

    .tippy-box[data-placement^='top'] > .tippy-arrow::before {
        border-top-color: #37afc7;
    }

    .tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
        border-bottom-color: #37afc7;
    }

    .tippy-box[data-placement^='left'] > .tippy-arrow::before {
        border-left-color: #37afc7;
    }

    .tippy-box[data-placement^='right'] > .tippy-arrow::before {
        border-right-color: #37afc7;
    }

    .tippy-box[data-inertia][data-state='visible'] {
        transition-timing-function: ease;
    }


/* ============================================================
  END OF MAP STYLES
============================================================ */



/* ============================================================
  RESPONSIVE STYLES
============================================================ */

@media only screen and (max-width : 1024px) {
    #maplegend {
        width: 150px;
        font-size: 10px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    body {
        background: url(/images/background.jpg) no-repeat center center fixed;
    }

    #contentbody {
        padding-left: 35px;
        padding-right: 35px;
    }

    #fullheight {
        width: 100%;
    }

    #mapbody {
        padding-left: 25px;
        padding-right: 25px;
    }

    #mapfullheight {
        width: 100%;
    }

    #popupbody {
        padding: 5px 1%;
    }

    .accept {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .notforsale {
        margin: 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background: url(/images/background.jpg) no-repeat center center fixed;
    }

    #contentbody {
        padding: 20px 15px;
    }

    #mapbody {
        padding: 20px 15px;
    }

    #footer {
        padding: 30px;
    }

    #fullheight {
        width: 100%;
    }

    #mapfullheight {
        width: 100%;
    }

    #popupbody {
        padding: 5px 1%;
        font-size: medium;
    }

    #header {
        padding: 20px 0 0;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #selects {
        text-align: center;
    }

        #selects select {
            width: 100%
        }

            #selects select.dm {
                margin-top: 15px;
                margin-right: 0px;
            }

            #selects select.y {
                margin-top: 15px;
            }

    #termsbody {
        width: 98%;
        padding: 15px 1%;
        font-size: small;
    }

    .colour-change {
        font-size: 22px;
        padding: 15px 25px 10px;
    }

        .colour-change i {
            font-size: 24px;
        }

    .accept {
        width: 60%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .decline {
        width: 60%;
    }

    .able {
        width: 100%;
        font-size: 22px;
    }

    .unable {
        width: 100%;
        font-size: 22px;
    }

    .left, .right {
        float: none;
        width: auto;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .lifeisbetter {
        font-size: 26px;
    }

    .pop-ups {
        flex-direction: column;
    }

        .pop-ups div {
            width: 100%;
        }

    .social {
        font-size: 12px;
    }

        .social img {
            padding-bottom: 10px;
        }

    .notforsale {
        font-size: medium;
        width: 95%;
        padding: 30px 2.5%;
        margin: 0;
    }

        .notforsale span {
            display: inline;
        }

    .table_padding td {
        text-align: left;
    }

    .hugetxt {
        font-size: 24px;
    }

    .largetxt {
        font-size: 20px;
        line-height: 1.3em;
    }

    .mediumtxt {
        font-size: 16px;
        line-height: 1.3em;
    }

    .small {
        font-size: 16px;
        font-weight: 400;
        padding: 5px 10px 2px;
        width: 170px;
    }

    .user-table {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 480px) {

    #header img {
        width: 60%;
        height: auto;
    }

    .mapheader img {
        width: 80px !important;
    }

    #termsbody {
        width: 98%;
        padding: 15px 1%;
        font-size: x-small;
    }

    .colour-change {
        width: 100%;
        font-size: 16px;
        padding: 15px 20px 10px;
        line-height: 1.5em;
    }

        .colour-change i {
            font-size: 20px;
        }

    .accept {
        width: 100%;
    }

    .decline {
        width: 100%;
    }

    .lifeisbetter {
        font-size: 18px;
        padding-bottom: 25px;
    }

    .notforsale {
        font-size: small;
    }

        .notforsale span {
            display: block;
        }

    .shortpage_padding {
        padding: 45px 0 !important;
    }

    .small {
        font-size: 12px;
        padding: 5px;
        width: 60px;
        line-height: normal;
    }

        .small i {
            display: none;
        }

    .user-table td {
        font-size: 11px;
    }

    .maplegendhidden {
        right: -135px !important;
        border-left: 5px solid #fff;
        transition: right 2s;
    }

    .maplegendtrigger {
        position: absolute;
        perspective: 100px;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.7, 0.7);
        left: 1px;
        top: 50%;
        font-weight: bold;
        color: #000;
        font-size: 20px;
        display: none;
    }
}
