<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Cannon Kirk 2018
Author: Chris Allen (Reach Marketing)
Description: 
Version: 1.0
!*/
/**
 * Fonts (formats required are .eot, .woff, .ttf, .svg) 
 * -----------------------------------------------------------------------------
 */
@font-face {
    font-family: Bliss;
    font-weight: normal;
    src: url("fonts/Bliss-Regular.eot");
    src: url("fonts/Bliss-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bliss-Regular.woff") format("woff"),
        url("fonts/Bliss-Regular.ttf") format("truetype"),
        url("fonts/Bliss-Regular.svg#Bliss-Regular") format("svg");
}

@font-face {
    font-family: Bliss;
    font-weight: bold;
    src: url("fonts/Bliss-Bold.eot");
    src: url("fonts/Bliss-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bliss-Bold.woff") format("woff"),
        url("fonts/Bliss-Bold.ttf") format("truetype"),
        url("fonts/Bliss-Bold.svg#Bliss-Bold") format("svg");
}

@font-face {
    font-family: Bliss;
    font-weight: 200;
    src: url("fonts/Bliss-Light.eot");
    src: url("fonts/Bliss-Light.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bliss-Light.woff") format("woff"),
        url("fonts/Bliss-Light.ttf") format("truetype"),
        url("fonts/Bliss-Light.svg#Bliss-Light") format("svg");
}

@font-face {
    font-family: Bliss;
    font-weight: 500;
    src: url("fonts/Bliss-Medium.eot");
    src: url("fonts/Bliss-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/Bliss-Medium.woff") format("woff"),
        url("fonts/Bliss-Medium.ttf") format("truetype"),
        url("fonts/Bliss-Medium.svg#Bliss-Medium") format("svg");
}

@font-face {
    font-family: Trajan;
    font-weight: 500;
    src: url("fonts/Trajan-Regular.eot");
    src: url("fonts/Trajan-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/Trajan-Regular.woff") format("woff"),
        url("fonts/Trajan-Regular.ttf") format("truetype"),
        url("fonts/Trajan-Regular.svg#Trajan-Regular") format("svg");
}

/**
 * END of Fonts
 * -----------------------------------------------------------------------------
 */
/* simple reset */
* {
    margin: 0;
    padding: 0;
}

/* screen full size - 1200px content width */
body {
    -webkit-text-size-adjust: 100%;
}

img {
    display: block;
    border: 0px;
}

.clear {
    clear: both;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a,
ul,
ol {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* import styles here */
/* Header Styles */
.menu-toggle {
    display: none;
}

.main-menu-container {
    display: block;
}

header {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 46px;
    position: fixed;
    /* top: 46px; */
    left: 0px;
    z-index: 5000000;
}

header .inner-header {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

header .inner-header .logo {
    width: 15%;
    padding: 30px 30px 25px 30px;
    padding-bottom: 2.5%;
    background: #16145f;
    position: absolute;
    z-index: 500000;
    overflow: hidden;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}

header .inner-header .logo img {
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}

header .inner-header .logo.small {
    width: 26px;
    height: 26px;
    padding: 10px;
}

header .inner-header .logo.small img {
    position: absolute;
    left: -65px;
    top: 4px;
    width: 237%;
}

.outer-nav {
    width: 100%;
    position: fixed;
    z-index: 250000;
}

.outer-nav nav {
    max-width: 1300px;
    width: 96%;
    margin: 0 auto;
}

.outer-nav nav ul {
    list-style-type: none;
    float: right;
}

.outer-nav nav ul li {
    display: inline-block;
}

.outer-nav nav ul li.nav-search {
    cursor: pointer;
}

.outer-nav nav ul li.nav-search a {
    padding-left: 17px;
    background-image: url("images/search-icon-nav.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 18px;
}

.outer-nav nav ul li a {
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 13px;
    margin: 0 15px;
    color: #16145f;
    border-bottom: 4px solid transparent;
    display: block;
    font-size: 13px;
}

.outer-nav nav ul li a:hover {
    border-bottom: 5px solid #16145f;
}

.outer-nav nav ul li div.no-link {
    text-transform: uppercase;
    margin: 0 15px;
    color: #16145f;
    border-bottom: 4px solid transparent;
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.outer-nav nav ul li:last-child a {
    margin-right: 0px;
}

.outer-nav nav ul li:hover &gt; div.submenu-wrapper {
    opacity: 1;
    visibility: visible;
}

.outer-nav nav ul li.active a {
    border-bottom: 5px solid #16145f;
}

.submenu-wrapper {
    position: absolute;
    width: 100%;
    background: rgba(142, 140, 180, 0.95);
    top: 45px;
    left: 0px;
    z-index: 500000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.submenu-wrapper .submenu-inner {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}

.submenu-wrapper .submenu-inner .submenu-float {
    padding-bottom: 42px;
    padding-top: 52px;
    float: right;
    width: 80%;
}

.submenu-wrapper .submenu-inner .submenu-float ul {
    width: 29%;
    margin-left: 4.33333%;
    float: left;
}

.submenu-wrapper .submenu-inner .submenu-float ul li {
    width: 100%;
}

.submenu-wrapper .submenu-inner .submenu-float ul li a {
    font-weight: bold;
    position: relative;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 13px;
}

.submenu-wrapper .submenu-inner .submenu-float ul li a:hover {
    color: #ffffff;
}

.submenu-wrapper .submenu-inner .submenu-float ul ul {
    display: block;
    width: 100%;
    margin-left: 0px;
}

.submenu-wrapper .submenu-inner .submenu-float ul ul li {
    display: block;
    width: 100%;
}

.submenu-wrapper .submenu-inner .submenu-float ul ul li a {
    font-weight: 200;
    line-height: 1.5em;
    border-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 80%;
    font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .menu-toggle {
        display: none;
    }

    .main-menu-container {
        display: block;
    }

    header .inner-header .logo {
        padding: 20px 20px 15px 20px;
    }

    .outer-nav nav ul li a {
        padding-top: 17px;
        padding-bottom: 12px;
        margin: 0 9px;
        font-size: 11px;
    }

    .submenu-wrapper .submenu-inner .submenu-float {
        padding-bottom: 30px;
        padding-top: 30px;
        float: right;
        width: 80%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .menu-toggle {
        display: block;
        height: 30px;
    }

    .main-menu-container {
        display: none;
    }

    #nav-icon {
        position: relative;
        margin: 0px 0px 0px 0px;
        width: 20px;
        height: 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 55000;
        float: right;
        top: 8px;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #16145f;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 6px;
    }

    #nav-icon span:nth-child(4) {
        top: 12px;
    }

    #nav-icon.open span {
        background: #ff0000;
    }

    #nav-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    header {
        border-bottom: 1px solid #8481ad;
        height: 30px;
        position: relative;
    }

    header .inner-header .logo {
        width: 100px;
        padding: 20px 20px 15px 20px;
    }

    header .inner-header .logo.small {
        width: 20px;
        height: 20px;
        padding: 5px;
    }

    header .inner-header .logo.small img {
        position: absolute;
        left: -43px;
        top: 3px;
        width: 237%;
    }

    .outer-nav {
        position: static;
    }

    .outer-nav nav {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .outer-nav nav ul {
        list-style-type: none;
        margin-top: 1px;
        background: #ffffff;
        -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 0px 0px 10px 0px;
        -moz-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 10px 0px;
        overflow: hidden;
    }

    .outer-nav nav ul li {
        display: block;
    }

    .outer-nav nav ul li a {
        padding: 0 15px 0 50px;
        border-bottom: 1px solid #16145f;
        line-height: 28px;
        margin: 0;
        text-align: right;
    }

    .outer-nav nav ul li a:hover {
        border-bottom: 1px solid #16145f;
        background: #e8e7f1;
    }

    .outer-nav nav ul li:last-child a {
        margin-right: 0px;
        border-bottom: 0px;
    }

    .outer-nav nav ul li:hover &gt; div.submenu-wrapper {
        opacity: 0;
        visibility: hidden;
    }

    .outer-nav nav ul li .submenu-wrapper {
        display: none;
    }

    .outer-nav nav ul li.nav-search {
        display: none;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .menu-toggle {
        display: block;
        height: 26px;
    }

    .main-menu-container {
        display: none;
    }

    #nav-icon {
        position: relative;
        margin: 0px 0px 0px 0px;
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 55000;
        right: 0;
        top: 7px;
        float: right;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #16145f;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 5px;
    }

    #nav-icon span:nth-child(4) {
        top: 10px;
    }

    #nav-icon.open span {
        background: #ff0000;
    }

    #nav-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    header {
        height: 26px;
        border-bottom: 1px solid #8481ad;
    }

    header .inner-header .logo {
        width: 75px;
        padding: 15px 15px 10px 15px;
    }

    header .inner-header .logo.small {
        width: 20px;
        height: 20px;
        padding: 3px;
    }

    header .inner-header .logo.small img {
        position: absolute;
        left: -37px;
        top: 3px;
        width: 237%;
    }

    .outer-nav {
        position: static;
    }

    .outer-nav nav {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .outer-nav nav ul {
        list-style-type: none;
        margin-top: 1px;
        float: right;
        background: #ffffff;
        -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 0px 0px 10px 0px;
        -moz-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 10px 0px;
        overflow: hidden;
    }

    .outer-nav nav ul li {
        display: block;
    }

    .outer-nav nav ul li a {
        padding: 0 15px 0 50px;
        border-bottom: 1px solid #16145f;
        line-height: 28px;
        margin: 0;
        text-align: right;
    }

    .outer-nav nav ul li a:hover {
        border-bottom: 1px solid #16145f;
        background: #e8e7f1;
    }

    .outer-nav nav ul li:last-child a {
        margin-right: 0px;
        border-bottom: 0px;
    }

    .outer-nav nav ul li:hover &gt; div.submenu-wrapper {
        opacity: 0;
        visibility: hidden;
    }

    .outer-nav nav ul li .submenu-wrapper {
        display: none;
    }

    .outer-nav nav ul li.nav-search {
        display: none;
    }
}

img {
    width: 100%;
    height: auto;
}

body {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
}

span.desktop {
    font-style: normal;
    display: inline;
}

.content-wrapper {
    margin: 0 auto;
    padding: 45px 0px 20px 0px;
    width: 96%;
    max-width: 1300px;
    position: relative;
    z-index: 5000;
}

.content-wrapper a {
    color: #8481ad;
}

.content-wrapper a:hover {
    color: #16145f;
}

h1 {
    color: #16145f;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    color: #16145f;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    color: #16145f;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.background-lilac-light {
    background-color: #e8e7f1;
}

.background-grey {
    background-color: #edeeef;
}

.flex-wrapper {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.flex-wrapper .left-side {
    width: 49.25%;
    margin-right: 1.5%;
    margin-bottom: 5px;
    position: relative;
}

.flex-wrapper .right-side {
    width: 49.25%;
    position: relative;
    margin-bottom: 5px;
}

.virtual-tours {
    width: 74.666%;
    margin-right: 1.5%;
    height: 500px;
    margin-bottom: 50px;
    float: left;
    margin-right: 1.5%;
}

.development-content ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.development-content ul li {
    line-height: 1.2em;
    padding-left: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .content-wrapper {
        padding: 35px 0px 15px 0px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .content-wrapper {
        padding: 20px 0px 10px 0px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
    }

    .flex-wrapper {
        display: block;
    }

    .flex-wrapper .left-side {
        width: 100%;
        margin-right: 0%;
    }

    .flex-wrapper .right-side {
        width: 100%;
    }

    span.desktop {
        display: none;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .content-wrapper {
        padding: 20px 0px 5px 0px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
    }

    .flex-wrapper {
        display: block;
    }

    .flex-wrapper .left-side {
        width: 100%;
        margin-right: 0%;
    }

    .flex-wrapper .right-side {
        width: 100%;
    }

    span.desktop {
        display: none;
    }
}


/* new homepage slider styles */
.homepage-slider, .homepage-slider .slide {
	max-height: 900px;
}

.video-slider {
	height: auto !important;
	max-height: auto !important;
	min-height: auto !important;
	overflow: hidden !important;
}
.video-slider video {
	width: 100%;
}



/* Slider Styles */
.slider,
.bxslider,
.bx-wrapper {
    width: 100%;
    height: calc(100vh - 168px);
    min-height: 600px;
    position: relative;
}

.slider .slide,
.bxslider .slide,
.bx-wrapper .slide {
    width: 100%;
    height: calc(100vh - 168px);
    min-height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.slider .slide .slide-offer-wrapper,
.bxslider .slide .slide-offer-wrapper,
.bx-wrapper .slide .slide-offer-wrapper {
    width: 96%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.slider .slide .slide-offer-wrapper .slide-offer,
.bxslider .slide .slide-offer-wrapper .slide-offer,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: calc(85% - 110px);
    background: rgba(132, 129, 173, 0.9);
}

.slider .slide .slide-offer-wrapper .slide-offer-content,
.bxslider .slide .slide-offer-wrapper .slide-offer-content,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content {
    position: absolute;
    left: 0px;
    top: 0%;
    margin-top: 18%;
    width: calc(15% + 80px);
}

.slider .slide .slide-offer-wrapper .slide-offer-content .intro,
.bxslider .slide .slide-offer-wrapper .slide-offer-content .intro,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .intro {
    text-transform: uppercase;
    color: #16145f;
    font-size: 22px;
    font-weight: bold;
    width: 80%;
}

.slider .slide .slide-offer-wrapper .slide-offer-content .title,
.bxslider .slide .slide-offer-wrapper .slide-offer-content .title,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .title {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
}

.slider .slide .slide-offer-wrapper .slide-offer-content .strapline,
.bxslider .slide .slide-offer-wrapper .slide-offer-content .strapline,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .strapline {
    text-transform: uppercase;
    color: #16145f;
    font-size: 16px;
    font-weight: bold;
}

.slider .slide .slide-offer-wrapper .slide-offer-content .content,
.bxslider .slide .slide-offer-wrapper .slide-offer-content .content,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .content {
    color: #ffffff;
    line-height: 1.4em;
    width: 90%;
    font-size: 16px;
    font-weight: 200;
    margin-top: 20px;
}

.slider .slide .slide-offer-wrapper .slide-offer-content .content strong,
.bxslider .slide .slide-offer-wrapper .slide-offer-content .content strong,
.bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .content strong {
    display: block;
    font-size: 18px;
}

.slider .inner-slider,
.bxslider .inner-slider,
.bx-wrapper .inner-slider {
    width: 96%;
    max-width: 1300px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6000;
}

.slider .inner-slider .message,
.bxslider .inner-slider .message,
.bx-wrapper .inner-slider .message {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    width: 15%;
    color: #16145f;
    font-size: 27px;
    text-transform: uppercase;
}

.swoosh {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
    z-index: 7000;
    height: 158px;
    background-repeat: no-repeat;
    background-position: right;
}

.featured-image {
    width: 100%;
    position: relative;
}

.featured-image .swoosh {
    bottom: -4px;
}

.featured-image .info-wrapper {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 0;
}

.featured-image .info-wrapper .development-background {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #16145f;
    border-bottom: 1px solid #16145f;
    position: absolute;
    bottom: 95px;
    right: 100%;
    z-index: 5000;
}

.featured-image .info-wrapper .development-info {
    height: 120px;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #16145f;
    border-bottom: 1px solid #16145f;
    border-right: 1px solid #16145f;
    position: absolute;
    bottom: 95px;
    left: 0;
    z-index: 5000;
}

.featured-image .info-wrapper .development-info .development-title {
    margin: 26px 35px 7px 30px;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #16145f;
}

.featured-image .info-wrapper .development-info .development-location {
    margin: 0px 35px 0px 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #16145f;
    font-size: 22px;
}

.featured-image .info-wrapper .development-info .development-beds {
    background: #16145f;
    text-align: right;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    margin-top: 22px;
    padding: 8px 15px 8px 15px;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
    margin-right: -1px;
    font-size: 16px;
}

.standard-slider {
    height: auto;
    min-height: auto;
}

.standard-slider .slide {
    height: auto;
    min-height: auto;
}

.standard-slider .slide .slide-offer-wrapper {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.standard-slider .swoosh {
    bottom: -4px;
}

@media only screen and (min-width: 1041px) and (max-width: 1220px) {
    .featured-image .info-wrapper .development-background {
        height: 82px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info {
        height: 82px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info .development-title {
        margin: 18px 35px 7px 30px;
        font-size: 22px;
    }

    .featured-image .info-wrapper .development-info .development-location {
        margin: 0px 35px 0px 30px;
        font-size: 14px;
    }

    .featured-image .info-wrapper .development-info .development-beds {
        margin-top: 13px;
        padding: 5px 15px 5px 15px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .slider,
    .bxslider,
    .bx-wrapper {
        height: calc(650px - 168px);
        min-height: 400px;
    }

    .slider .slide,
    .bxslider .slide,
    .bx-wrapper .slide {
        height: calc(650px - 168px);
        min-height: 400px;
    }

    .slider .slide .slide-offer-wrapper .slide-offer,
    .bxslider .slide .slide-offer-wrapper .slide-offer,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer {
        right: calc(85% - 80px);
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer-content {
        margin-top: 15%;
        width: calc(15% + 60px);
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content .intro,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content .intro,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .intro {
        font-size: 16px;
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content .title,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content .title,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .title {
        font-size: 24px;
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content .strapline,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content .strapline,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .strapline {
        font-size: 12px;
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content .content,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content .content,
    .bx-wrapper .slide .slide-offer-wrapper .slide-offer-content .content {
        font-size: 12px;
    }

    .slider .slide .slide-offer-wrapper .slide-offer-content .content strong,
    .bxslider .slide .slide-offer-wrapper .slide-offer-content .content strong,
    .bx-wrapper
        .slide
        .slide-offer-wrapper
        .slide-offer-content
        .content
        strong {
        display: block;
        font-size: 14px;
    }

    .slider .inner-slider .message,
    .bxslider .inner-slider .message,
    .bx-wrapper .inner-slider .message {
        padding: 20px;
    }

    .swoosh {
        height: 130px;
        background-size: auto 130px;
    }

    .featured-image .swoosh {
        bottom: 0px;
    }

    .featured-image .info-wrapper .development-background {
        height: 82px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info {
        height: 82px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info .development-title {
        margin: 18px 35px 7px 30px;
        font-size: 22px;
    }

    .featured-image .info-wrapper .development-info .development-location {
        margin: 0px 35px 0px 30px;
        font-size: 14px;
    }

    .featured-image .info-wrapper .development-info .development-beds {
        margin-top: 13px;
        padding: 5px 15px 5px 15px;
        font-size: 13px;
    }

    .standard-slider {
        height: auto;
        min-height: auto;
    }

    .standard-slider .slide {
        height: auto;
        min-height: auto;
    }

    .standard-slider .swoosh {
        bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .featured-image .info-wrapper .development-background {
        height: 70px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info {
        height: 70px;
        bottom: 70px;
    }

    .featured-image .info-wrapper .development-info .development-title {
        margin: 15px 25px 2px 25px;
        font-size: 20px;
    }

    .featured-image .info-wrapper .development-info .development-location {
        margin: 0px 25px 0px 25px;
        font-size: 13px;
    }

    .featured-image .info-wrapper .development-info .development-beds {
        margin-top: 13px;
        padding: 5px 15px 5px 15px;
        font-size: 11px;
    }
	.video-slider video {
		
		width: auto;
		height: 400px;
		margin: 0 auto;
		margin-left: 50vw;
  		transform: translate(-50%, 0);
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .slider {
        margin-top: 0px;
    }

    .slider,
    .bxslider,
    .bx-wrapper {
        height: 400px;
        min-height: 400px;
    }

    .slider .slide,
    .bxslider .slide,
    .bx-wrapper .slide {
        height: 400px;
        min-height: 400px;
    }

    .slider .slide .slide-offer-wrapper,
    .bxslider .slide .slide-offer-wrapper,
    .bx-wrapper .slide .slide-offer-wrapper {
        display: none;
    }

    .slider .inner-slider .message,
    .bxslider .inner-slider .message,
    .bx-wrapper .inner-slider .message {
        width: 175px;
        padding: 20px;
    }

    .swoosh {
        height: 90px;
        background-size: auto 90px;
        background-position: left bottom;
    }

    .featured-image .swoosh {
        bottom: 0px;
    }

    .development-info {
        width: 100%;
        background: #e8e7f1;
        margin: 0 auto;
        padding-top: 20px;
        border-bottom: 1px solid #8481ad;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .development-info .development-title {
        margin: 0px 2% 5px 2%;
        font-size: 30px;
        text-transform: uppercase;
        color: #16145f;
    }

    .development-info .development-location {
        margin: 0px 2% 0px 2%;
        font-size: 18px;
        text-transform: uppercase;
        color: #16145f;
        line-height: 1.4em;
    }

    .development-info .development-location span {
        font-size: 12px;
        display: block;
    }

    .standard-slider {
        height: auto;
        min-height: auto;
    }

    .standard-slider .slide {
        height: auto;
        min-height: auto;
    }
	
	.video-slider {
		margin-top: 0px;
	}
	.video-slider video {
		
		width: auto;
		height: 350px;
		margin: 0 auto;
		margin-left: 50vw;
  		transform: translate(-50%, 0);
	}
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .slider {
        margin-top: 26px;
    }

    .slider,
    .bxslider,
    .bx-wrapper {
        height: 300px;
        min-height: 300px;
    }

    .slider .slide,
    .bxslider .slide,
    .bx-wrapper .slide {
        height: 300px;
        min-height: 300px;
    }

    .slider .slide .slide-offer-wrapper,
    .bxslider .slide .slide-offer-wrapper,
    .bx-wrapper .slide .slide-offer-wrapper {
        display: none;
    }

    .slider .inner-slider .message,
    .bxslider .inner-slider .message,
    .bx-wrapper .inner-slider .message {
        width: 100px;
        padding: 15px;
    }

    .swoosh {
        height: 75px;
        background-size: auto 75px;
        background-position: left bottom;
    }

    .featured-image {
        margin-top: 26px;
    }

    .featured-image .swoosh {
        bottom: 0px;
    }

    .development-info {
        width: 100%;
        background: #e8e7f1;
        margin: 0 auto;
        padding-top: 15px;
        border-bottom: 1px solid #8481ad;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .development-info .development-title {
        margin: 0px 2% 5px 2%;
        font-size: 20px;
        text-transform: uppercase;
        color: #16145f;
    }

    .development-info .development-location {
        margin: 0px 2% 0px 2%;
        font-size: 13px;
        text-transform: uppercase;
        color: #16145f;
        line-height: 1.4em;
    }

    .development-info .development-location span {
        font-size: 11px;
        display: block;
    }

    .standard-slider {
        height: auto;
        min-height: auto;
    }

    .standard-slider .slide {
        height: auto;
        min-height: auto;
    }
		
	.video-slider {
		margin-top: 0px;
	}
	.video-slider video {
		
		width: auto;
		height: 300px;
		margin: 0 auto;
		margin-left: -50%;
	}
}



/* Search Form Styles */
.main-search {
    height: 168px;
    background-color: #8481ad;
    top: 0px;
    left: 0px;
    z-index: 7500;
    width: 100%;
    position: relative;
}

.main-search.margin-top {
    margin-top: 50px;
}

.main-search .search {
    position: absolute;
    z-index: 10000;
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    height: 168px;
}

.main-search .search .slide-search-title {
    color: #16145f;
    font-size: 30px;
    font-weight: bold;
    width: 15%;
    text-transform: uppercase;
    padding-left: 60px;
    background-image: url("images/search-icon.svg");
    background-position: left center;
    background-size: 50px;
    background-repeat: no-repeat;
    margin-top: 48px;
    height: 64px;
    float: left;
}

.search-menu {
    width: 96% !important;
}

.search-menu .search-form {
    width: 100%;
    margin-top: -15px;
    margin-bottom: -10px;
}

.search-form {
    width: 76.5%;
    float: right;
    margin-top: 52px;
}

.search-form .search-column {
    float: left;
    width: 50%;
}

.search-form .search-column .form-element {
    line-height: 26px;
    margin-bottom: 10px;
}

.search-form .search-column .form-element .label {
    float: left;
    width: 28%;
    color: #16145f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.search-form .search-column .form-element .value {
    float: left;
    width: 60%;
}

.search-form .search-column .form-element .value .select {
    margin-top: -2px;
    width: 100%;
    display: block;
    height: 26px;
    border: 0;
    color: #8481ad;
    text-transform: uppercase;
    font-weight: 200;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    background-image: url(images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 13px;
}

.search-form .search-column .form-element .value .select span {
    display: block;
    margin: 1px 0px 0px 5px;
}

.search-form .search-column .form-element .value .select ul {
    position: absolute;
    width: 100%;
    z-index: 5000;
    background: #ffffff;
    list-style-type: none;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
}

.search-form .search-column .form-element .value .select ul li {
    padding-left: 5px;
    border-top: 1px solid #e2e0ec;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 12px;
}

.search-form .search-column .form-element .value .select ul li:hover {
    background: #e2e0ec;
}

.search-form .search-column .form-element .value .submit {
    margin-top: 0px;
    width: calc(100% - 8px);
    display: block;
    height: 26px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    background-image: url(images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    background-color: #16145f;
    padding-left: 8px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.search-form .search-column .form-element .value .submit:hover {
    background-color: #ffffff;
    color: #16145f;
}

.search-form .search-column .form-element.small-select .label {
    width: 25%;
}

.search-form .search-column .form-element.small-select .value {
    float: left;
    width: 20%;
    margin-right: 10px;
}

.search-form .search-column .form-element.small-select .value select {
    width: 100%;
    display: block;
    height: 26px;
}

.search-form .search-column .form-element.small-select .value.submit {
    float: right;
    margin-right: 0px;
    width: 24%;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .main-search {
        height: 170px;
    }

    .main-search .search {
        height: 170px;
    }

    .main-search .search .slide-search-title {
        padding-left: 40px;
        background-position: left top;
        background-size: 34px;
        margin-top: 20px;
    }

    .search-menu {
        width: 96% !important;
    }

    .search-menu .search-form {
        width: 100%;
        margin-top: -15px;
        margin-bottom: -10px;
    }

    .search-form {
        margin-top: 18px;
    }

    .search-form .search-column .form-element .label {
        float: none;
        width: 100%;
        font-size: 12px;
    }

    .search-form .search-column .form-element .value {
        float: none;
        width: 90%;
    }

    .search-form .search-column .form-element .value .select span {
        font-size: 12px;
    }

    .search-form .search-column .form-element .value .submit {
        background-image: none;
    }

    .search-form .search-column .form-element.small-select .label {
        width: 100%;
    }

    .search-form .search-column .form-element.small-select .value {
        float: left;
        width: 30%;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .main-search {
        height: 235px;
    }

    .main-search .search {
        height: 235px;
    }

    .main-search .search .slide-search-title {
        width: calc(100% - 35px);
        padding-left: 35px;
        background-size: 20px;
        margin-top: 28px;
        height: 24px;
        font-size: 18px !important;
    }

    .main-search .search .slide-search-title br {
        display: none;
    }

    .search-form {
        width: 100%;
        margin-top: 25px;
    }

    .search-form .search-column {
        width: 100%;
    }

    .search-form .search-column .form-element .label {
        width: 110px;
    }

    .search-form .search-column .form-element .value {
        width: calc(100% - 110px);
    }

    .search-form .search-column .form-element .value .select {
        font-size: 12px;
    }

    .search-form .search-column .form-element.small-select .label {
        width: 110px;
    }

    .search-form .search-column .form-element.small-select .value {
        float: left;
        width: 20%;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .main-search {
        height: 265px;
    }

    .main-search .search {
        height: 265px;
    }

    .main-search .search .slide-search-title {
        width: calc(100% - 35px);
        padding-left: 35px;
        background-size: 20px;
        margin-top: 28px;
        height: 24px;
        font-size: 18px !important;
    }

    .main-search .search .slide-search-title br {
        display: none;
    }

    .search-form {
        width: 100%;
        margin-top: 25px;
    }

    .search-form .search-column {
        width: 100%;
    }

    .search-form .search-column .form-element .label {
        width: 100px;
    }

    .search-form .search-column .form-element .value {
        width: calc(96.5% - 100px);
    }

    .search-form .search-column .form-element .value .select {
        font-size: 12px;
    }

    .search-form .search-column .form-element.small-select .label {
        width: 100px;
    }

    .search-form .search-column .form-element.small-select .value {
        float: left;
        width: 30.4%;
        margin-right: 10px;
    }

    .search-form .search-column .form-element.small-select .value.submit {
        float: right;
        margin-right: 10px;
        width: 30.4%;
        margin-top: 10px;
    }
}

/* Availabile developments Widget Styles */
.widget {
    height: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 7px;
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 24%;
}

.widget .overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, transparent),
        color-stop(100%, rgba(0, 0, 0, 0.7))
    );
    background: -webkit-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -o-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -ms-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.widget .info-panel {
    position: absolute;
    height: 60%;
    bottom: -36%;
    left: 0px;
    width: 95%;
    right: 0;
    margin: 0 auto;
    z-index: 500;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.widget .info-panel .title {
    font-size: 18px;
    font-weight: 200;
}

.widget .info-panel .title.font-Trajan {
    font-family: "Trajan", "Bliss", "Helvetica", "Arial", sans-serif;
}

.widget .info-panel .location {
    font-size: 12px;
    font-weight: 200;
}

.widget .info-panel .extra-text {
    font-size: 12px;
    font-weight: 200;
    text-transform: none;
    margin-top: 40px;
}

.available-developments {
    width: 100%;
    height: 100%;
}

.available-developments.not-homepage {
    margin-bottom: 100px;
}

.available-developments .available3 {
    width: 74.6%;
    float: left;
    border-bottom: 1px solid #8481ad;
}

.available-developments .available3 .widget {
    width: 32.172%;
    margin-right: 1.742%;
    padding-bottom: 32.172%;
}

.available-developments .available3 .widget:last-child {
    margin-right: 0px;
}

.available-developments .available3 h2 {
    margin-bottom: 0px;
}

.available-developments .comingsoon1 {
    width: 24%;
    float: right;
    border-bottom: 1px solid #8481ad;
}

.available-developments .comingsoon1 .widget {
    width: 100%;
    padding-bottom: 100%;
}

.available-developments .comingsoon1 h2 {
    margin-bottom: 0px;
}

.available-developments .available4 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #8481ad;
}

.available-developments .available4 .widget {
    width: 19%;
    margin: 0 0.5%;
    padding-bottom: 24%;
    background-size: cover !important;
}

.available-developments .available4 .widget:last-child {
    margin-right: 0px;
}

.available-developments .available4 h2 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .widget .info-panel .title {
        font-size: 14px;
    }

    .widget .info-panel .location {
        font-size: 11px;
    }

    .widget .info-panel .extra-text {
        font-size: 11px;
        margin-top: 28px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .available-mobile .widget-wrapper {
        width: 49%;
        padding-right: 2%;
        height: 49%;
        float: left;
        border-bottom: 1px solid #8481ad;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .available-mobile .widget-wrapper:nth-child(3n + 3) {
        padding-right: 0px;
    }

    .available-mobile .widget-wrapper .widget {
        padding-bottom: 90%;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        margin-top: 7px;
        position: relative;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: 0.8s ease;
        -moz-transition: 0.8s ease;
        -o-transition: 0.8s ease;
        transition: 0.8s ease;
    }

    .available-developments.not-homepage {
        margin-bottom: 0px;
    }

    .available3 {
        width: 100% !important;
    }

    .available3 .widget {
        width: 49% !important;
        margin-right: 2% !important;
        padding-bottom: 49% !important;
    }

    .available3 .widget-wrapper:nth-child(3) .widget {
        margin-right: 0px !important;
    }

    .available3 .widget-wrapper:last-child .widget {
        margin-right: 0px !important;
    }

    .available3 h2 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .available-mobile .widget-wrapper {
        width: 100%;
        padding-right: 2%;
        height: 49%;
        float: left;
        border-bottom: 1px solid #8481ad;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .available-mobile .widget-wrapper h2.empty-title {
        display: none;
    }

    .available-mobile .widget-wrapper:nth-child(3n + 3) {
        padding-right: 0px;
    }

    .available-mobile .widget-wrapper .widget {
        padding-bottom: 90%;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        margin-top: 7px;
        position: relative;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        -webkit-transition: 0.8s ease;
        -moz-transition: 0.8s ease;
        -o-transition: 0.8s ease;
        transition: 0.8s ease;
    }

    .available-developments.not-homepage {
        margin-bottom: 0px;
    }

    .available3 {
        width: 100% !important;
    }

    .available3 .widget {
        width: 100% !important;
        margin-right: 0% !important;
        padding-bottom: 100% !important;
    }

    .available3 .widget-wrapper:nth-child(3) .widget {
        margin-right: 0px !important;
    }

    .available3 .widget-wrapper:last-child .widget {
        margin-right: 0px !important;
    }

    .available3 h2 {
        margin-bottom: 0px;
    }
}

.homepage-news {
    margin-top: 7px;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 50px;
}

.news-column {
    width: 49.25%;
    margin-right: 1.3%;
}

.news-column.last {
    margin-right: 0px;
}

.news-wrapper {
    height: calc(49% - 31px);
    margin-bottom: 2.2%;
    position: relative;
    padding-bottom: 30px;
}

.news-wrapper:last-child {
    margin-bottom: 0px;
}

.news-wrapper .news-date {
    font-size: 15px;
    color: #16145f;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200;
}

.news-wrapper .news-title {
    display: inline-block;
    color: #16145f;
    font-size: 20px;
    width: 70%;
}

.news-wrapper .news-title:hover {
    opacity: 0.6;
}

.news-wrapper .news-snippet {
    margin-top: 10px;
    width: 65%;
}

.news-wrapper .news-image img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-wrapper .news-image:hover img {
    opacity: 0.9;
}

.news-wrapper .news-buttons {
    border-bottom: 1px solid #8481ad;
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 100%;
}

.news-wrapper .news-buttons a {
    float: right;
    background: #ffffff;
    padding: 1px 7px 0 20px;
    line-height: 24px;
    font-size: 13px;
    display: block;
    color: #16145f;
    margin-left: 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.news-wrapper .news-buttons a.read-more {
    background-image: url(images/select-arrow.svg);
    background-size: 8px;
}

.news-wrapper .news-buttons a.share {
    background-image: url(images/share.svg);
    background-size: 15px;
    padding-left: 30px;
}

.news-wrapper .news-buttons a:hover {
    opacity: 0.65;
}

.big-news-wrapper {
    height: calc(100% - 30px);
}

.big-news-wrapper .default-large-news {
    background-color: #16145f;
    padding-bottom: 66.82%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.small-news-wrapper .small-news-image {
    float: left;
    width: 50%;
    height: calc(100% + 29px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.small-news-wrapper .default-small-news {
    width: 50%;
    background-color: #16145f;
    height: calc(100% + 29px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    float: left;
    margin-right: 10px;
}

.small-news-wrapper .news-date {
    margin-top: 0px;
}

.small-news-wrapper .news-title,
.small-news-wrapper .news-snippet {
    width: 40%;
    float: left;
}

.small-news-wrapper .news-buttons {
    width: calc(50% - 10px);
    left: calc(50% + 10px);
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .homepage-news {
        display: block;
        padding-bottom: 40px;
    }

    .news-column {
        width: 100%;
        margin-right: 0%;
    }

    .news-wrapper {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

    .news-wrapper:last-child {
        margin-bottom: 0px;
    }

    .news-wrapper .news-date {
        font-size: 13px;
    }

    .news-wrapper .news-title {
        display: inline-block;
        width: 48%;
    }

    .news-wrapper .news-title:hover {
        opacity: 0.6;
    }

    .news-wrapper .news-snippet {
        width: 48%;
        float: left;
    }

    .news-wrapper .news-image img {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .news-wrapper .news-image:hover img {
        opacity: 0.9;
    }

    .big-news-wrapper {
        height: auto;
        margin-bottom: 25px;
    }

    .big-news-wrapper .news-image {
        width: 49%;
        float: left;
        margin-right: 15px;
    }

    .small-news-wrapper {
        margin-top: 20px;
    }

    .small-news-wrapper .small-news-image {
        float: left;
        width: 49%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 10px;
    }

    .small-news-wrapper .default-small-news {
        width: 50%;
        background-color: #16145f;
        height: calc(100% + 29px);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        float: left;
        margin-right: 10px;
    }

    .small-news-wrapper .news-date {
        margin-top: 0px;
    }

    .small-news-wrapper .news-title,
    .small-news-wrapper .news-snippet {
        width: 40%;
        float: left;
    }

    .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .homepage-news {
        display: block;
        padding-bottom: 15px;
    }

    .news-column {
        width: 100%;
        margin-right: 0%;
    }

    .news-wrapper {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

    .news-wrapper:last-child {
        margin-bottom: 0px;
    }

    .news-wrapper .news-date {
        font-size: 13px;
        margin-top: 10px;
    }

    .news-wrapper .news-title {
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }

    .news-wrapper .news-title:hover {
        opacity: 0.6;
    }

    .news-wrapper .news-snippet {
        width: 100%;
        float: left;
        margin-bottom: 40px;
        font-size: 13px;
    }

    .news-wrapper .news-image img {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .news-wrapper .news-image:hover img {
        opacity: 0.9;
    }

    .big-news-wrapper {
        height: auto;
        margin-bottom: 25px;
    }

    .big-news-wrapper .news-image {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .small-news-wrapper {
        margin-top: 20px;
    }

    .small-news-wrapper .small-news-image {
        float: left;
        width: 49%;
        height: 200px;
        margin-right: 10px;
    }

    .small-news-wrapper .default-small-news {
        width: 49%;
        float: left;
        margin-right: 10px;
    }

    .small-news-wrapper .news-date {
        margin-top: 0px;
    }

    .small-news-wrapper .news-title,
    .small-news-wrapper .news-snippet {
        width: 40%;
        float: left;
    }

    .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0px;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .homepage-news {
        display: block;
        padding-bottom: 15px;
    }

    .news-column {
        width: 100%;
        margin-right: 0%;
    }

    .news-wrapper {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }

    .news-wrapper:last-child {
        margin-bottom: 0px;
    }

    .news-wrapper .news-date {
        font-size: 13px;
        margin-top: 10px;
    }

    .news-wrapper .news-title {
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }

    .news-wrapper .news-title:hover {
        opacity: 0.6;
    }

    .news-wrapper .news-snippet {
        width: 100%;
        float: left;
        margin-bottom: 40px;
        font-size: 13px;
    }

    .news-wrapper .news-image img {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .news-wrapper .news-image:hover img {
        opacity: 0.9;
    }

    .big-news-wrapper {
        height: auto;
        margin-bottom: 25px;
    }

    .big-news-wrapper .news-image {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .small-news-wrapper {
        margin-top: 20px;
    }

    .small-news-wrapper .small-news-image {
        float: left;
        width: 100%;
        height: 200px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .small-news-wrapper .default-small-news {
        width: 100%;
    }

    .small-news-wrapper .news-date {
        margin-top: 0px;
    }

    .small-news-wrapper .news-title,
    .small-news-wrapper .news-snippet {
        width: 100%;
        float: left;
    }

    .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0px;
    }
}

.development-content {
    padding-right: 12%;
    position: relative;
    border-bottom: 1px solid #8481ad;
    z-index: 50000;
    height: calc(100% - 41px);
    min-height: 272px;
    padding-bottom: 40px;
}

.development-content .dev-links {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.development-content .dev-links a {
    display: inline-block;
    background: #8481ad;
    padding: 1px 10px 0 22px;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    margin-left: 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-image: url(images/button-arrow.svg);
    background-size: 8px;
}

.development-content .dev-links a:hover {
    opacity: 0.65;
}

.dev-content-images {
    margin-top: -2%;
}

.dev-content-images .content-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    padding-bottom: 48.9%;
    margin-top: 2%;
    transition: all 0.25s ease-in-out;
}

.dev-content-images .content-image.square {
    width: 48.9%;
    padding-bottom: 48.9%;
}

.dev-content-images .content-image.square.even {
    margin-left: 2.2%;
}

.dev-content-images .content-image.landscape {
    width: 100%;
}

.development-offer {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 10px;
    background: #16145f;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

.development-offer .development-image {
    width: 24%;
    margin-right: 2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.development-offer .offer-info {
    width: 72%;
    margin-right: 2%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.development-offer .offer-info .offer-intro {
    color: #8481ad;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
}

.development-offer .offer-info .offer-content p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5em;
}

.development-offer .offer-info .offer-content p strong {
    display: block;
    font-size: 28px;
}

.house-types-wrapper .house-types-slider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.house-types-wrapper .house-types-slider .widget {
    margin-top: 0px;
    padding-bottom: 100%;
}

.house-types-wrapper .house-types-slider .widget .overlay2 {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, transparent),
        color-stop(100%, rgba(0, 0, 0, 0.7))
    );
    background: -webkit-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -o-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: -ms-linear-gradient(
        top,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.house-types-wrapper .house-types-slider .widget .info-panel2 {
    position: absolute;
    height: 60%;
    bottom: -35%;
    left: 0px;
    width: 95%;
    right: 0;
    margin: 0 auto;
    z-index: 500;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.house-types-wrapper .house-types-slider .widget .info-panel2 .title {
    font-size: 18px;
    font-weight: 200;
}

.house-types-wrapper
    .house-types-slider
    .widget
    .info-panel2
    .title.font-Trajan {
    font-family: "Trajan", "Bliss", "Helvetica", "Arial", sans-serif;
}

.house-types-wrapper .house-types-slider .widget .info-panel2 .location {
    font-size: 12px;
    font-weight: 200;
}

.house-types-wrapper .house-types-slider .widget .info-panel2 .extra-text {
    font-size: 12px;
    font-weight: 200;
    text-transform: none;
    margin-top: 40px;
}

.house-types-wrapper .house-types-slider .slick-slide {
    margin: 0 10px;
}

.house-types-wrapper .house-types-slider .slick-list {
    margin: 0 -10px;
}

.paging {
    border-bottom: 1px solid #8481ad;
}

.paging .paging-button {
    margin-bottom: -1px;
    color: #16145f;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.paging .paging-button span {
    background-color: #8481ad;
    background-image: url("images/button-arrow.svg");
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    background-position: center;
    background-size: 8px;
    height: 22px;
    margin-left: 5px;
    float: right;
    margin-top: -1px;
}

.paging .paging-button:hover {
    opacity: 0.7;
}

.paging .prev-button {
    float: left;
}

.paging .prev-button span {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.paging .next-button {
    float: right;
}

.location-content {
    border-bottom: 0px;
}

.location-content h3 {
    margin-top: 25px;
}

.location-wrapper {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}

.location-wrapper .dev-location-left {
    width: 24%;
    margin-right: 2%;
    position: relative;
    border-bottom: 1px solid #8481ad;
}

.location-wrapper .dev-location-left .dev-address {
    margin-top: 20px;
    width: 75%;
}

.location-wrapper .dev-location-left .map-link {
    display: blockk;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    padding: 1px 10px 0 22px;
    line-height: 24px;
    font-size: 13px;
    color: #16145f;
    margin-left: 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-image: url(images/button-arrow.svg);
    background-size: 8px;
}

.location-wrapper .dev-location-left .map-link:hover {
    opacity: 0.65;
}

.location-wrapper .dev-location-map {
    width: calc(74% - 6px);
    height: 350px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.location-wrapper .dev-location-map #dev-map {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.past-content-images {
    margin-top: -30px;
    margin-bottom: 25px;
}

.past-content-images .content-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    padding-bottom: 24.45%;
    margin-top: 2%;
}

.past-content-images .content-image.square {
    width: 24.45%;
    padding-bottom: 24.45%;
}

.past-content-images .content-image.square.even {
    margin-left: 1.1%;
}

.past-content-images .content-image.landscape {
    width: 48.9%;
    padding-bottom: 24.45%;
    margin-right: 1.1%;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .development-content {
        padding-bottom: 40px;
        margin-right: 2%;
    }

    .development-content.location-content {
        padding-bottom: 0px;
    }

    .development-content .dev-links {
        position: absolute;
    }

    .development-content .dev-links a {
        padding: 1px 10px 0 18px;
        font-size: 10px;
        color: #ffffff;
        margin-left: 5px;
        background-position: 7px center;
        background-size: 6px;
    }

    .development-content .dev-links a:hover {
        opacity: 0.65;
    }

    .dev-content-images .content-image {
        padding-bottom: 48.9%;
        margin-top: 2%;
    }

    .dev-content-images .content-image.square {
        width: 100%;
        padding-bottom: 48.9%;
    }

    .dev-content-images .content-image.square.even {
        margin-left: 0;
    }

    .dev-content-images .content-image.landscape {
        width: 100%;
    }

    .development-offer {
        margin-bottom: 30px;
    }

    .development-offer .development-image {
        width: 25%;
    }

    .development-offer .offer-info {
        width: 70%;
    }

    .development-offer .offer-info .offer-intro {
        font-size: 30px;
    }

    .development-offer .offer-info .offer-content p {
        font-size: 16px;
    }

    .development-offer .offer-info .offer-content p strong {
        font-size: 20px;
    }

    .house-types-wrapper .house-types-slider .widget .info-panel2 {
        bottom: -27%;
    }

    .house-types-wrapper .house-types-slider .widget .info-panel2 .title {
        font-size: 16px;
    }

    .house-types-wrapper .house-types-slider .widget .info-panel2 .location {
        font-size: 11px;
    }

    .house-types-wrapper .house-types-slider .widget .info-panel2 .extra-text {
        font-size: 11px;
    }

    .paging .prev-button span {
        font-size: 13px;
    }

    .paging .next-button {
        font-size: 13px;
    }

    .location-content {
        border-bottom: 0px !important;
    }

    .location-content h3 {
        margin-top: 25px;
    }

    .location-wrapper {
        padding-bottom: 0px;
    }

    .location-wrapper .dev-location-left {
        width: 30%;
    }

    .location-wrapper .dev-location-left .dev-address {
        width: 70%;
        font-size: 13px;
    }

    .location-wrapper .dev-location-left .map-link {
        font-size: 12px;
    }

    .location-wrapper .dev-location-left .map-link:hover {
        opacity: 0.65;
    }

    .past-content-images {
        margin-top: -20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .development-content {
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .development-content .dev-links {
        position: static;
        margin-top: 20px;
    }

    .development-content .dev-links a {
        padding: 10px 5px 9px 5px;
        line-height: 1.3em;
        color: #ffffff;
        width: calc(49.2% - 10px);
        margin-bottom: 2px;
        margin-right: 1.6%;
        margin-left: 0px;
        font-size: 9px;
        background-image: none;
        text-align: center;
    }

    .development-content .dev-links a:nth-child(even) {
        margin-right: 0px;
    }

    .dev-content-images {
        margin-top: 2%;
    }

    .development-offer {
        margin-bottom: 20px;
    }

    .development-offer .development-image {
        display: none;
    }

    .development-offer .offer-info {
        width: 100%;
        margin-right: 0%;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .development-offer .offer-info .offer-intro {
        font-size: 20px;
        margin-left: 5%;
        margin-rigsht: 5%;
    }

    .development-offer .offer-info .offer-content p {
        font-size: 14px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .development-offer .offer-info .offer-content p strong {
        font-size: 18px;
    }

    .house-types-wrapper .house-types-slider .info-panel2 .title {
        font-size: 16px;
    }

    .house-types-wrapper .house-types-slider .info-panel2 .location {
        font-size: 11px;
    }

    .paging {
        border-bottom: 1px solid #8481ad;
    }

    .paging .prev-button {
        float: left;
    }

    .paging .prev-button span {
        font-size: 12px;
    }

    .location-content {
        border-bottom: 0px;
    }

    .location-content h3 {
        margin-top: 0px;
    }

    .location-wrapper {
        display: block;
    }

    .location-wrapper .dev-location-left {
        width: 100%;
        margin-right: 0%;
    }

    .location-wrapper .dev-location-left .dev-address {
        margin-top: 20px;
        width: 100%;
        padding-bottom: 10px;
    }

    .location-wrapper .dev-location-left .map-link {
        display: none;
    }

    .location-wrapper .dev-location-map {
        width: calc(100% - 6px);
        margin-top: 20px;
    }

    .past-content-images {
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .past-content-images .content-image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
        padding-bottom: 48.9%;
        margin-top: 2%;
    }

    .past-content-images .content-image.square {
        width: 48.9%;
        padding-bottom: 48.9%;
    }

    .past-content-images .content-image.square.even {
        margin-left: 2.2%;
    }

    .past-content-images .content-image.landscape {
        width: 100%;
        padding-bottom: 48.95%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .development-content {
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .development-content .dev-links {
        position: static;
        margin-top: 20px;
    }

    .development-content .dev-links a {
        padding: 10px 5px 9px 5px;
        line-height: 1.3em;
        color: #ffffff;
        width: calc(49.2% - 10px);
        margin-bottom: 2px;
        margin-right: 1.6%;
        margin-left: 0px;
        font-size: 9px;
        background-image: none;
        text-align: center;
    }

    .development-content .dev-links a:nth-child(even) {
        margin-right: 0px;
    }

    .dev-content-images {
        margin-top: 2%;
    }

    .development-offer {
        margin-bottom: 20px;
    }

    .development-offer .development-image {
        display: none;
    }

    .development-offer .offer-info {
        width: 100%;
        margin-right: 0%;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .development-offer .offer-info .offer-intro {
        font-size: 18px;
        margin-left: 5%;
        margin-rigsht: 5%;
    }

    .development-offer .offer-info .offer-content p {
        font-size: 12px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .development-offer .offer-info .offer-content p strong {
        font-size: 14px;
    }

    .house-types-wrapper .house-types-slider .info-panel2 .title {
        font-size: 16px;
    }

    .house-types-wrapper .house-types-slider .info-panel2 .location {
        font-size: 11px;
    }

    .paging .prev-button span {
        font-size: 12px;
    }

    .location-content {
        border-bottom: 0px;
    }

    .location-content h3 {
        margin-top: 0px;
    }

    .location-wrapper {
        display: block;
    }

    .location-wrapper .dev-location-left {
        width: 100%;
        margin-right: 0%;
    }

    .location-wrapper .dev-location-left .dev-address {
        margin-top: 20px;
        width: 100%;
        padding-bottom: 10px;
    }

    .location-wrapper .dev-location-left .map-link {
        display: none;
    }

    .location-wrapper .dev-location-map {
        width: calc(100% - 6px);
        margin-top: 20px;
    }

    .past-content-images {
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .past-content-images .content-image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
        padding-bottom: 48.9%;
        margin-top: 2%;
    }

    .past-content-images .content-image.square {
        width: 48.9%;
        padding-bottom: 48.9%;
    }

    .past-content-images .content-image.square.even {
        margin-left: 2.2%;
    }

    .past-content-images .content-image.landscape {
        width: 100%;
        padding-bottom: 48.95%;
        margin-right: 0%;
    }
}

/* House Types Page Style */
.house-featured-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
}

.house-featured-wrapper .house-featured-image {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.house-featured-wrapper .swoosh {
    bottom: -4px;
}

.floorplan-wrapper {
    width: 50%;
    margin-right: 7.5%;
    margin-top: 20px;
}

.floorplan-wrapper:last-child {
    margin-right: 0px;
}

.floorplan-wrapper .specification {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

.floorplan-wrapper .specification .row {
    border-bottom: 1px solid #8481ad;
}

.floorplan-wrapper .specification .row.no-border {
    border-bottom: 0px;
}

.floorplan-wrapper .specification .row .title {
    width: 30%;
    float: left;
    line-height: 1.25em;
    word-break: keep-all;
    padding: 6px 0px 5px 0px;
}

.floorplan-wrapper .specification .row .mm {
    width: 35%;
    float: left;
    text-align: right;
    line-height: 1.7em;
}

.floorplan-wrapper .specification .row .ft {
    width: 35%;
    float: left;
    text-align: right;
    line-height: 1.7em;
}

.gross-area {
    font-weight: bold;
    width: 91%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gross-area span {
    font-weight: normal;
}

.full-specification .column {
    float: left;
    width: 24%;
    margin-right: 1.333%;
}

.full-specification .column:nth-last-child(2) {
    margin-right: 0px;
}

.full-specification .column ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.full-specification .column ul li {
    padding-left: 10px;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    line-height: 1.3em;
    margin-bottom: 5px;
    margin-right: 10%;
}

.full-specification .column .spec-asterisk {
    font-style: italic;
    margin-right: 10%;
}

.availability-toggle {
    background-color: #8481ad;
    padding: 14px;
    font-size: 13px;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
    margin: 10px 0 0 0;
}

@media (min-width: 480px) {
    .availability-toggle {
        margin: 0 0 0 15px;
    }
}

.availability-toggle:focus {
    outline: none;
}

.availability-toggle:hover {
    cursor: pointer;
    opacity: 0.65;
}

.availability-dropdown {
    display: none;
}

.availability-table-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
}

.availability-table-wrapper .sold-out {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.availability-table-wrapper h2 {
    border-bottom: 1px solid #8481ad;
}

.availability-table-wrapper h2 .masterplan-link {
    float: right;
    display: inline-block;
    background: #8481ad;
    padding: 14px 25px;
    /* line-height: 24px; */
    font-size: 13px;
    color: #ffffff;
    margin-left: 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-image: url(images/button-arrow.svg);
    background-size: 8px;
    /* margin-top: 8px; */
    min-width: 225px;
}

.availability-table-wrapper h2 .masterplan-link:hover {
    opacity: 0.65;
}

.availability-table-wrapper .column {
    float: left;
    width: 49.25%;
    margin-right: 1.5%;
}

.availability-table-wrapper .column:nth-last-child(2) {
    margin-right: 0px;
}

.availability-table-wrapper .row {
    height: 37px;
    border-bottom: 1px solid #ffffff;
}

.availability-table-wrapper .row div {
    float: left;
    line-height: 37px;
    width: 20%;
    font-weight: 200;
}

.availability-table-wrapper .row .plot {
    width: calc(20% - 5px);
    padding-left: 5px;
}

.availability-table-wrapper .row .garages,
.availability-table-wrapper .row .parking {
    text-align: center;
}

.availability-table-wrapper .row:nth-child(2n + 2) {
    background-color: #d0cfe2;
}

.availability-table-wrapper .row:nth-child(2n + 3) {
    background-color: #e8e7f1;
}

.availability-table-wrapper .title-row div {
    font-size: 16px;
    color: #16145f;
    font-weight: 500;
}

.availability-table-wrapper .title-row .plot {
    width: 20%;
    padding-left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .house-featured-wrapper .swoosh {
        bottom: 0px;
    }

    .full-specification .column {
        float: left;
        width: 48%;
        margin-right: 1.333%;
    }

    .availability-table-wrapper h2 .masterplan-link {
        margin-top: 0px;
    }

    .availability-table-wrapper .column {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .availability-table-wrapper .column:nth-last-child(2) .title-row {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .house-featured-wrapper .house-featured-image {
        margin-bottom: 30px;
    }

    .house-featured-wrapper .swoosh {
        bottom: 0px;
    }

    .floorplan-wrapper {
        width: 80%;
        margin-right: 0%;
        margin-bottom: -50px;
        margin: 0 auto;
    }

    .floorplan-wrapper:last-child {
        margin-right: auto;
    }

    .floorplan-wrapper .specification {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .floorplan-wrapper .specification .row .title {
        font-size: 13px;
    }

    .floorplan-wrapper .specification .row .mm {
        font-size: 13px;
    }

    .floorplan-wrapper .specification .row .ft {
        font-size: 13px;
    }

    .gross-area {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .full-specification .column {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .full-specification .column ul {
        list-style-type: none;
        margin-bottom: 20px;
    }

    .full-specification .column ul li {
        font-size: 13px;
    }

    .full-specification .column .spec-asterisk {
        font-size: 13px;
    }

    .availability-table-wrapper {
        margin-bottom: 30px;
    }

    .availability-table-wrapper .sold-out {
        font-size: 16px;
    }

    .availability-table-wrapper h2 .masterplan-link {
        font-size: 10px;
        margin-top: 0px;
    }

    .availability-table-wrapper h2 .masterplan-link:hover {
        opacity: 0.65;
    }

    .availability-table-wrapper .column {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .availability-table-wrapper .column:nth-last-child(2) .title-row {
        display: none;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .house-featured-wrapper .house-featured-image {
        margin-bottom: 20px;
    }

    .house-featured-wrapper .swoosh {
        bottom: 0px;
    }

    .floorplan-wrapper {
        width: 80%;
        margin-right: 0%;
        margin-bottom: -50px;
        margin: 0 auto;
    }

    .floorplan-wrapper:last-child {
        margin-right: auto;
    }

    .floorplan-wrapper .specification {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .floorplan-wrapper .specification .row .title {
        font-size: 11px;
    }

    .floorplan-wrapper .specification .row .mm {
        font-size: 11px;
    }

    .floorplan-wrapper .specification .row .ft {
        font-size: 11px;
    }

    .gross-area {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .full-specification .column {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .full-specification .column ul {
        list-style-type: none;
        margin-bottom: 20px;
    }

    .full-specification .column ul li {
        font-size: 13px;
    }

    .full-specification .column .spec-asterisk {
        font-size: 13px;
    }

    .availability-table-wrapper {
        margin-bottom: 30px;
    }

    .availability-table-wrapper .sold-out {
        font-size: 16px;
    }

    .availability-table-wrapper h2 .masterplan-link {
        float: none;
        margin-left: 0px;
        display: block;
        width: auto;
        background-color: #ffffff;
        color: #16145f;
        font-size: 10px;
        margin-top: 10px;
    }

    .availability-table-wrapper h2 .masterplan-link:hover {
        opacity: 0.65;
    }

    .availability-table-wrapper .column {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .availability-table-wrapper .column .row .garages,
    .availability-table-wrapper .column .row .parking {
        display: none;
    }

    .availability-table-wrapper .column .row .plot,
    .availability-table-wrapper .column .row .price,
    .availability-table-wrapper .column .row .status {
        width: 32%;
    }

    .availability-table-wrapper .column:nth-last-child(2) .title-row {
        display: none;
    }
}

.search-table-title-row,
.search-table-row {
    margin-bottom: 4px;
    background-color: #d0cfe2;
}

.search-table-title-row .cell,
.search-table-row .cell {
    width: 12.25%;
    display: table-cell;
    vertical-align: middle;
}

.search-table-title-row .cell span,
.search-table-row .cell span {
    margin-right: 25px;
    display: block;
}

.search-table-title-row .cell span svg,
.search-table-row .cell span svg {
    float: left;
    width: 20%;
    margin-right: 5%;
    margin-top: -5%;
    -webkit-filter: drop-shadow(0px 0px 0px #000000);
    filter: drop-shadow(0px 0px 0px #000000);
}

.search-table-title-row .cell.image,
.search-table-row .cell.image {
    width: 14.25%;
    padding: 0px;
}

.search-table-title-row .cell.type span,
.search-table-row .cell.type span {
    margin-left: 5%;
}

.search-table-title-row {
    background-color: #ffffff;
}

.search-table-title-row .cell {
    font-size: 16px;
    color: #26266a;
    font-weight: 500;
    line-height: 37px;
    width: 12.25%;
    display: block;
    float: left;
    padding: 0px;
}

.search-table-title-row .cell.image {
    width: 14.25%;
}

.search-table-row {
    display: block;
    color: #16145f;
}

.search-table-row:hover {
    background-color: #8481ad;
    color: #ffffff;
}

.search-table-row:nth-child(even) {
    background-color: #e8e7f1;
}

.search-table-row:nth-child(even):hover {
    background-color: #8481ad;
}

.search-pagination {
    float: right;
    margin-bottom: 50px;
    margin-top: 10px;
}

.search-pagination a,
.search-pagination .pagination-middle,
.search-pagination .search-page-dots,
.search-pagination .active {
    float: left;
}

.search-pagination a,
.search-pagination .active {
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8481ad;
    margin-left: 3px;
}

.search-pagination .search-page-dots {
    padding-left: 10px;
    padding-right: 7px;
    line-height: 10px;
    margin-top: 22px;
    letter-spacing: 3px;
    margin-left: 2px;
}

.search-pagination .search-previous-link,
.search-pagination .search-next-link {
    width: auto;
    padding: 0px 10px;
}

.search-pagination a {
    background: #e8e7f1;
    color: #16145f;
}

.search-pagination a:hover {
    background: #8481ad;
    color: #ffffff;
}

.search-pagination .active {
    background: #8481ad;
    color: #ffffff;
}

.available-developments.not-homepage.last-content {
    padding-bottom: 100px;
    margin-bottom: -50px;
}

.no-results {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .search-table-title-row .cell span,
    .search-table-row .cell span {
        margin-right: 5%;
        font-size: 12px;
    }

    .search-table-title-row .cell span svg,
    .search-table-row .cell span svg {
        width: 15%;
        margin-right: 5%;
        margin-top: 0;
        -webkit-filter: drop-shadow(0px 0px 0px #000000);
        filter: drop-shadow(0px 0px 0px #000000);
    }

    .search-table-title-row .cell.image,
    .search-table-row .cell.image {
        width: 14.25%;
        padding: 0px;
    }

    .search-table-title-row .cell.type span,
    .search-table-row .cell.type span {
        margin-left: 5%;
    }

    .search-table-title-row .cell {
        font-size: 14px;
    }

    .search-pagination {
        margin-bottom: 40px;
    }

    .search-pagination a,
    .search-pagination .active {
        width: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .search-pagination .search-page-dots {
        padding-left: 5px;
        padding-right: 2px;
        margin-top: 17px;
        letter-spacing: 2px;
    }

    .available-developments.not-homepage.last-content {
        padding-bottom: 150px;
        margin-bottom: -50px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .search-table-title-row,
    .search-table-row {
        margin-bottom: 3px;
    }

    .search-table-title-row .cell,
    .search-table-row .cell {
        width: 50%;
        display: block;
        float: left;
    }

    .search-table-title-row .cell span,
    .search-table-row .cell span {
        margin-right: 0;
        display: block;
        margin-left: 8px;
        margin-top: 5px;
    }

    .search-table-title-row .cell span svg,
    .search-table-row .cell span svg {
        float: left;
        width: 7%;
        margin-right: 2%;
        margin-top: -1%;
    }

    .search-table-title-row .cell span i,
    .search-table-row .cell span i {
        display: inline-block;
    }

    .search-table-title-row .cell.image,
    .search-table-row .cell.image {
        width: 50%;
        padding: 0px;
        float: left;
    }

    .search-table-title-row .cell.type,
    .search-table-row .cell.type {
        margin-top: 10px;
    }

    .search-table-title-row .cell.type span,
    .search-table-row .cell.type span {
        margin-left: 8px;
    }

    .search-table-title-row .cell.plot,
    .search-table-title-row .cell.development,
    .search-table-title-row .cell.price,
    .search-table-title-row .cell.status,
    .search-table-row .cell.plot,
    .search-table-row .cell.development,
    .search-table-row .cell.price,
    .search-table-row .cell.status {
        width: auto;
    }

    .search-table-title-row {
        display: none;
    }

    .search-pagination {
        margin-bottom: 30px;
    }

    .search-pagination a,
    .search-pagination .active {
        width: 24px;
        line-height: 24px;
        margin-left: 2px;
        font-size: 12px;
    }

    .search-pagination .search-page-dots {
        padding-left: 7px;
        padding-right: 4px;
        margin-top: 17px;
        letter-spacing: 2px;
        margin-left: 1px;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .search-table-title-row,
    .search-table-row {
        margin-bottom: 3px;
    }

    .search-table-title-row .cell,
    .search-table-row .cell {
        width: 100%;
        display: block;
        float: left;
    }

    .search-table-title-row .cell span,
    .search-table-row .cell span {
        margin-right: 0;
        display: block;
        margin-left: 8px;
        margin-top: 5px;
    }

    .search-table-title-row .cell span svg,
    .search-table-row .cell span svg {
        float: left;
        width: 7%;
        margin-right: 2%;
        margin-top: -1%;
    }

    .search-table-title-row .cell span i,
    .search-table-row .cell span i {
        display: inline-block;
    }

    .search-table-title-row .cell.image,
    .search-table-row .cell.image {
        display: none;
    }

    .search-table-title-row .cell.type,
    .search-table-row .cell.type {
        margin-top: 10px;
    }

    .search-table-title-row .cell.type span,
    .search-table-row .cell.type span {
        margin-left: 8px;
    }

    .search-table-title-row .cell.plot,
    .search-table-title-row .cell.development,
    .search-table-title-row .cell.price,
    .search-table-title-row .cell.status,
    .search-table-row .cell.plot,
    .search-table-row .cell.development,
    .search-table-row .cell.price,
    .search-table-row .cell.status {
        width: auto;
    }

    .search-table-title-row .cell.details,
    .search-table-row .cell.details {
        margin-bottom: 5px;
    }

    .search-table-title-row .cell.summary,
    .search-table-row .cell.summary {
        display: none;
    }

    .search-table-title-row {
        display: none;
    }

    .search-pagination {
        margin-bottom: 20px;
    }

    .search-pagination a,
    .search-pagination .active {
        width: 24px;
        line-height: 24px;
        margin-left: 2px;
        font-size: 12px;
    }

    .search-pagination .search-page-dots {
        display: none;
    }

    .search-pagination .pagination-link {
        display: none;
    }
}

/* Masterplan Styles */
.outer-masterplan {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.outer-masterplan .masterplan.featured-image {
    max-width: 1300px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.outer-masterplan .masterplan.featured-image .compass-svg {
    width: 10%;
    height: auto;
    position: absolute;
    z-index: 50;
    bottom: 0px;
    right: 0px;
}

.outer-masterplan .masterplan.featured-image .masterplan-key {
    position: absolute;
    /* width: 350px; */
    min-height: 100px;
}

.outer-masterplan .masterplan.featured-image .masterplan-key .key-column {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.outer-masterplan .masterplan.featured-image .masterplan-svg {
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.outer-masterplan .masterplan.featured-image .info-wrapper {
    position: absolute;
    top: 0px;
}

.outer-masterplan
    .masterplan.featured-image
    .info-wrapper
    .development-background {
    top: 170px;
}

.outer-masterplan .masterplan.featured-image .info-wrapper .development-info {
    top: 170px;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
}

.outer-masterplan
    .masterplan.featured-image
    .info-wrapper
    .development-info
    .development-title {
    margin: 26px 35px 7px 0px;
}

.outer-masterplan
    .masterplan.featured-image
    .info-wrapper
    .development-info
    .development-location {
    margin: 0px 35px 0px 0px;
}

.outer-masterplan .masterplan.featured-image .marker {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    z-index: 999999;
}

.outer-masterplan .masterplan.featured-image .marker .square {
    width: 8px;
    height: 8px;
    background: #16145f;
    position: absolute;
    top: 0px;
    left: 12px;
}

.outer-masterplan .masterplan.featured-image .marker .line {
    width: 60px;
    height: 2px;
    background: #16145f;
    position: absolute;
    top: 3px;
    left: 20px;
}

.outer-masterplan .masterplan.featured-image .marker .info-box {
    position: absolute;
    top: -30px;
    left: 80px;
    width: 245px;
    min-height: 80px;
    border: 1px solid #16145f;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 9999;
    color: #16145f;
}

.outer-masterplan .masterplan.featured-image .marker .info-box .title {
    font-size: 18px;
    color: #16145f;
    margin-bottom: 10px;
    line-height: 24px;
}

.outer-masterplan .masterplan.featured-image .marker .info-box .icon {
    float: left;
    width: 24px;
    height: 24px;
    -webkit-filter: drop-shadow(0px 0px 0px #000000);
    filter: drop-shadow(0px 0px 0px #000000);
    margin-right: 5px;
    margin-top: -5px;
}

.outer-masterplan .masterplan.featured-image .marker .info-box .status-price {
    text-transform: uppercase;
    font-size: 16px;
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.outer-masterplan .masterplan.featured-image .marker .info-box .details {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 12px;
    background-image: url(images/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 1px;
    background-size: 8px;
}

.outer-masterplan .masterplan.featured-image .marker .marker-wrapper {
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 5000;
}

.outer-masterplan .masterplan.featured-image .marker .marker-wrapper-right {
    right: 0px;
}

.outer-masterplan
    .masterplan.featured-image
    .marker
    .marker-wrapper-right
    .square {
    top: 0px;
    left: auto;
    right: 12px;
}

.outer-masterplan
    .masterplan.featured-image
    .marker
    .marker-wrapper-right
    .line {
    top: 3px;
    right: 20px;
    left: auto;
}

.outer-masterplan
    .masterplan.featured-image
    .marker
    .marker-wrapper-right
    .info-box {
    top: -30px;
    right: 80px;
    left: auto;
}

.masterplan-swoosh {
    z-index: 500000;
    position: relative;
    margin-top: -152px;
}

.house-key-section {
    margin-bottom: 30px;
}

.house-key-section h3 {
    margin-bottom: 13px;
}

.house-key-section.bottom {
    float: left;
}

.house-key-section .house-type-row {
    margin-bottom: 10px;
}

.house-key-section .house-type-row .house-icon svg {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    margin-top: -7px;
    -webkit-filter: drop-shadow(0px 0px 0px #000000);
    filter: drop-shadow(0px 0px 0px #000000);
}

.house-key-section .house-type-row .house-icon.garages {
    width: 24px;
    height: 24px;
    background: #774022;
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}

.house-key-section .house-type-row .house-icon.parking {
    width: 24px;
    height: 24px;
    background: #bfaea3;
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}

.masterplan-content-outer {
    margin-bottom: 30px;
}

.masterplan-availability-table {
    margin-bottom: 30px;
}

.masterplan-availability-table.hidden {
    display: none;
}

.masterplan-availability-table .row {
    background: #d0cfe2;
    margin-bottom: 2px;
}

.masterplan-availability-table .row:nth-child(odd) {
    background: #e8e7f1;
}

.masterplan-availability-table .row.title-row {
    background: #ffffff;
}

.masterplan-availability-table .row .cell {
    width: 14.2857143%;
    float: left;
    line-height: 30px;
    padding-top: 3px;
}

.masterplan-availability-table .row .cell.bedrooms,
.masterplan-availability-table .row .cell.garages,
.masterplan-availability-table .row .cell.parking {
    text-align: center;
}

.masterplan-availability-table .row .cell h2 {
    color: #16145f;
    color: #26266a;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 7px;
}

.masterplan-availability-table .row .cell svg {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    clear: left;
    margin-top: 1px;
}

.download-button {
    display: block;
    float: right;
    background: #16145f;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 5px 20px;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
}

.download-button:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .outer-masterplan .masterplan.featured-image .masterplan-key {
        display: none;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-background {
        top: 80px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info {
        top: 80px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-title {
        margin: 15px 35px 5px 0px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-location {
        margin: 0px 35px 5px 0px;
    }

    .outer-masterplan .masterplan.featured-image .marker .info-box {
        width: 175px;
        min-height: 60px;
    }

    .outer-masterplan .masterplan.featured-image .marker .info-box .title {
        font-size: 16px;
    }

    .outer-masterplan .masterplan.featured-image .marker .info-box .icon {
        width: 16px;
        height: 16px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .marker
        .info-box
        .status-price {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .outer-masterplan .masterplan.featured-image .marker .info-box .details {
        font-size: 12px;
    }

    .masterplan-swoosh {
        margin-top: -130px;
    }

    .house-key-section {
        margin-bottom: 20px;
    }

    .house-key-section .house-type-row .house-icon svg {
        width: 20px;
        height: 20px;
        margin-top: -3px;
    }

    .house-key-section .house-type-row .house-icon.garages {
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }

    .house-key-section .house-type-row .house-icon.parking {
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }

    .masterplan-content-outer {
        margin-bottom: 25px;
    }

    .masterplan-availability-table .row .cell h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .masterplan-availability-table .row .cell svg {
        width: 20px;
        height: 20px;
        margin-top: 1px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .outer-masterplan {
        padding-bottom: 20px;
    }

    .outer-masterplan .masterplan.featured-image .compass-svg {
        display: none;
    }

    .outer-masterplan .masterplan.featured-image .masterplan-key {
        display: none;
    }

    .outer-masterplan .masterplan.featured-image .info-wrapper {
        display: block !important;
        position: absolute;
        top: 0px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-background {
        top: 40px;
        height: 90px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info {
        height: 50px;
        top: 40px;
        width: auto;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-title {
        margin: 0px 20px 5px 0px;
        font-size: 22px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-location {
        margin: 0px 35px 0px 0px;
        font-size: 16px;
    }

    .outer-masterplan .masterplan.featured-image .marker {
        display: none;
    }

    .masterplan-swoosh {
        z-index: 500000;
        position: relative;
        margin-top: -89px;
    }

    .house-key-section {
        margin-bottom: 15px;
    }

    .house-key-section .house-type-row {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .house-key-section .house-type-row .house-icon svg {
        width: 18px;
        height: 18px;
        margin-top: -3px;
    }

    .house-key-section .house-type-row .house-icon.garages {
        width: 18px;
        height: 18px;
        margin-top: -2px;
    }

    .house-key-section .house-type-row .house-icon.parking {
        width: 18px;
        height: 18px;
        margin-top: -2px;
    }

    .masterplan-content-outer {
        margin-bottom: 20px;
    }

    .masterplan-availability-table {
        margin-bottom: 30px;
    }

    .masterplan-availability-table .row .cell {
        width: 20%;
        font-size: 12px;
    }

    .masterplan-availability-table .row .cell.garages,
    .masterplan-availability-table .row .cell.parking {
        display: none;
    }

    .masterplan-availability-table .row .cell.bedrooms,
    .masterplan-availability-table .row .cell.plot-number {
        width: 14%;
    }

    .masterplan-availability-table .row .cell.house-type {
        width: 30%;
    }

    .masterplan-availability-table .row .cell.details {
        width: 22%;
    }

    .masterplan-availability-table .row .cell h2 {
        font-size: 14px;
    }

    .masterplan-availability-table .row .cell svg {
        width: 18px;
        height: 28px;
        margin-top: 1px;
    }

    .download-button {
        float: none;
        background: #16145f;
        color: #ffffff !important;
        text-transform: uppercase;
        padding: 5px 20px;
        -webkit-border-radius: 0px 0px 10px 0px;
        -moz-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 10px 0px;
        margin-bottom: 20px;
        display: inline-block;
        width: auto;
    }

    .download-button:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .outer-masterplan {
        padding-bottom: 20px;
    }

    .outer-masterplan .masterplan.featured-image .compass-svg {
        display: none;
    }

    .outer-masterplan .masterplan.featured-image .masterplan-key {
        display: none;
    }

    .outer-masterplan .masterplan.featured-image .info-wrapper {
        display: block !important;
        position: absolute;
        top: 0px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-background {
        top: 40px;
        height: 60px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info {
        height: 30px;
        top: 40px;
        width: auto;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-title {
        margin: -5px 10px 5px 0px;
        font-size: 16px;
    }

    .outer-masterplan
        .masterplan.featured-image
        .info-wrapper
        .development-info
        .development-location {
        margin: 0px 10px 0px 0px;
        font-size: 12px;
    }

    .outer-masterplan .masterplan.featured-image .marker {
        display: none;
    }

    .masterplan-swoosh {
        margin-top: -74px;
    }

    .house-key-section {
        margin-bottom: 15px;
    }

    .house-key-section .house-type-row {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .house-key-section .house-type-row .house-icon svg {
        width: 18px;
        height: 18px;
        margin-top: -3px;
    }

    .house-key-section .house-type-row .house-icon.garages {
        width: 18px;
        height: 18px;
        margin-top: -2px;
    }

    .house-key-section .house-type-row .house-icon.parking {
        width: 18px;
        height: 18px;
        margin-top: -2px;
    }

    .masterplan-content-outer {
        margin-bottom: 20px;
    }

    .masterplan-availability-table {
        margin-bottom: 30px;
    }

    .masterplan-availability-table .row .cell {
        width: 20%;
        font-size: 12px;
    }

    .masterplan-availability-table .row .cell.garages,
    .masterplan-availability-table .row .cell.parking {
        display: none;
    }

    .masterplan-availability-table .row .cell.bedrooms,
    .masterplan-availability-table .row .cell.plot-number {
        width: 14%;
    }

    .masterplan-availability-table .row .cell.house-type {
        width: 30%;
    }

    .masterplan-availability-table .row .cell.details {
        width: 22%;
    }

    .masterplan-availability-table .row .cell h2 {
        font-size: 14px;
    }

    .masterplan-availability-table .row .cell svg {
        width: 18px;
        height: 28px;
        margin-top: 1px;
    }

    .download-button {
        display: inline-block;
        float: none;
        background: #16145f;
        color: #ffffff !important;
        text-transform: uppercase;
        padding: 5px 20px;
        -webkit-border-radius: 0px 0px 10px 0px;
        -moz-border-radius: 0px 0px 10px 0px;
        border-radius: 0px 0px 10px 0px;
        margin-bottom: 20px;
        width: auto;
    }

    .download-button:hover {
        opacity: 0.7;
    }
}

/* Homes Page Styles */
.house-widget {
    width: 24%;
    float: left;
    margin-right: 1.25%;
    border-bottom: 1px solid #8481ad;
    margin-bottom: 50px;
}

.house-widget .image {
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.house-widget .image:hover {
    opacity: 0.8;
}

.house-widget:nth-child(4n + 6) {
    margin-right: 0px;
}

.house-widget .title {
    margin-top: 10px;
    font-weight: 500;
    color: #16145f;
    font-size: 18px;
    margin-bottom: 5px;
}

.house-widget .title svg {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.house-widget .beds {
    margin-bottom: 10px;
    font-size: 13px;
}

.house-widget .link {
    float: right;
    display: inline-block;
    color: #ffffff;
    padding: 4px 10px 2px 20px;
    background-image: url(images/button-arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 8px center;
    text-transform: uppercase;
    font-weight: 200;
}

.house-widget .link:hover {
    opacity: 0.7;
    color: #ffffff;
}

.house-widget2:nth-child(4n + 6) {
    margin-right: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .house-widget {
        margin-bottom: 40px;
    }

    .house-widget .title {
        font-size: 16px;
    }

    .house-widget .title svg {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: -3px;
    }

    .house-widget .beds {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .house-widget .link {
        padding: 3px 10px 2px 18px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .house-widget {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .house-widget:nth-child(4n + 6) {
        margin-right: 2%;
    }

    .house-widget:nth-child(2n + 2) {
        margin-right: 0%;
    }

    .house-widget .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .house-widget .title svg {
        width: 20px;
        height: 20px;
    }

    .house-widget .beds {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .house-widget .link {
        font-size: 12px;
    }

    .house-widget2:nth-child(4n + 6) {
        margin-right: 0px;
    }

    .house-widget2:nth-child(4n + 5) {
        margin-right: 0%;
    }

    .house-widget2:nth-child(1n + 2) {
        margin-right: 2%;
    }

    .house-widget2:nth-child(2n + 2) {
        margin-right: 0%;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .house-widget {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }

    .house-widget .title {
        font-size: 16px;
    }

    .house-widget .title svg {
        width: 20px;
        height: 20px;
    }

    .house-widget .beds {
        font-size: 12px;
    }

    .house-widget .link {
        font-size: 12px;
    }

    .house-widget2:nth-child(4n + 6) {
        margin-right: 0%;
    }

    .house-widget2:nth-child(4n + 5) {
        margin-right: 0%;
    }
}

/* Development Page Styles */
.development-slider {
    position: relative;
}

.development-slider .bx-wrapper {
    min-height: 0px;
    height: auto;
}

.sold-developments {
    margin-top: -50px;
    padding-bottom: 100px;
}

.sold-developments .available4 .widget {
    padding-bottom: 100%;
}

.sold-developments .available4 .slick-slide {
    margin: 0 7px;
}

.sold-developments .available4 .slick-list {
    margin: 0 -7px;
}

.sold-developments .available4 .paging {
    border-bottom: 0px;
}

.contact-form.right-side {
    margin-top: 45px;
}

#wpcf7-f1325-o1 .form-row {
    margin-bottom: 15px;
}

#wpcf7-f1325-o1 .form-row .label {
    float: left;
    width: 24%;
    color: #16145f;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 5px;
    font-sze: 13px;
}

#wpcf7-f1325-o1 .form-row .value {
    float: left;
    width: 76%;
    line-height: 22px;
    width: 70%;
}

#wpcf7-f1325-o1 .form-row .value input {
    width: calc(100% - 10px);
    height: 26px;
    color: #16145f;
    border: 1px solid #d0cfe2;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    padding: 0px 5px;
}

#wpcf7-f1325-o1 .form-row .value textarea {
    width: calc(100% - 10px);
    resize: none;
    border: 1px solid #d0cfe2;
    font-family: "Bliss", "Helvetica", "Arial", sans-serif;
    color: #16145f;
    -webkit-border-radius: 0px 0px 20px 0px;
    -moz-border-radius: 0px 0px 20px 0px;
    border-radius: 0px 0px 20px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    padding: 5px;
    height: 198px;
}

#wpcf7-f1325-o1 .right-side .label {
    width: 65%;
}

#wpcf7-f1325-o1 .right-side .label span {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    margin-top: -10px;
}

#wpcf7-f1325-o1 .right-side .label span.disclaimer {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2em;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 10px;
}

#wpcf7-f1325-o1 .right-side .value {
    width: 35%;
    text-align: right;
}

#wpcf7-f1325-o1 .right-side span.wpcf7-list-item {
    display: block;
    width: 39%;
    float: left;
    margin-top: 5px;
}

#wpcf7-f1325-o1 .right-side span.wpcf7-list-item .wpcf7-list-item-label {
    text-transform: uppercase;
}

#wpcf7-f1325-o1 .right-side span.wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    margin-left: 7px;
    margin-top: -1px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

#wpcf7-f1325-o1
    .right-side
    span.wpcf7-list-item
    input[type="checkbox"]:checked::after {
    content: "";
    display: inline-block;
    background: #8481ad;
    width: 14px;
    height: 14px;
    margin-left: -3px;
    margin-top: 2px;
}

#wpcf7-f1325-o1 .g-captcha {
    transform: scale(0.8);
    transform-origin: 0 0;
    float: left;
}

#wpcf7-f1325-o1 .contact-submit {
    float: left;
    margin-left: -40px;
}

#wpcf7-f1325-o1 .contact-submit input[type="submit"] {
    background-color: #16145f;
    border: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 30px 5px 10px;
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
    background-image: url(images/submit-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-top: 33px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#wpcf7-f1325-o1 .contact-submit input[type="submit"]:hover {
    opacity: 0.7;
}

#wpcf7-f1325-o1 .wpcf7-not-valid {
    border: 1px solid red !important;
    -webkit-box-shadow: 0 0 3px 0 red !important;
    -moz-box-shadow: 0 0 3px 0 red !important;
    box-shadow: 0 0 3px 0 red !important;
}

#wpcf7-f1325-o1 .wpcf7-not-valid-tip,
#wpcf7-f1325-o1 .wpcf7-response-output.wpcf7-mail-sent-ok {
    visibility: hidden !important;
    height: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    padding: 0px !important;
}

#wpcf7-f1325-o1 .wpcf7-response-output.wpcf7-validation-errors,
#wpcf7-f1325-o1 .wpcf7-response-output.wpcf7-spam-blocked {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 11%;
    background: #8481ad;
    padding: 10px;
    color: #ffffff;
    border: 0px;
}

.final-content {
    padding-bottom: 100px;
    margin-bottom: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .contact-form.right-side {
        margin-top: 3px;
    }

    #wpcf7-f1325-o1 .form-row .label {
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .form-row .value {
        float: left;
        width: 76%;
        line-height: 22px;
        width: 70%;
    }

    #wpcf7-f1325-o1 .form-row .value input {
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .form-row .value textarea {
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .right-side .label {
        width: 48%;
    }

    #wpcf7-f1325-o1 .right-side .value {
        width: 50%;
    }

    #wpcf7-f1325-o1 .right-side span.wpcf7-list-item {
        width: 40%;
    }

    .final-content {
        padding-bottom: 100px;
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .contact-form.right-side {
        margin-top: 3px;
    }

    #wpcf7-f1325-o1 .form-row .label {
        font-size: 11px;
        width: 100%;
    }

    #wpcf7-f1325-o1 .form-row .value {
        float: left;
        line-height: 22px;
        width: 100%;
    }

    #wpcf7-f1325-o1 .form-row .value input {
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .form-row .value textarea {
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .right-side .label {
        width: 48%;
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .right-side .value {
        width: 50%;
    }

    #wpcf7-f1325-o1 .right-side span.wpcf7-list-item {
        width: 40%;
        font-size: 11px;
    }

    #wpcf7-f1325-o1 .contact-submit {
        margin-left: 0px;
        margin-top: -30px;
    }
}

.latest-news-slider,
.latest-offers-slider {
    margin-bottom: 50px;
}

.latest-news-slider .slick-slide,
.latest-offers-slider .slick-slide {
    margin: 0 10px;
}

.latest-news-slider .slick-list,
.latest-offers-slider .slick-list {
    margin: 0 -10px;
}

.latest-news-slider .small-news-wrapper,
.latest-offers-slider .small-news-wrapper {
    padding-bottom: 0px;
}

.latest-news-slider .small-news-wrapper .news-title,
.latest-offers-slider .small-news-wrapper .news-title {
    margin-bottom: -5px;
    font-size: 18px;
    width: 46%;
}

.latest-news-slider .small-news-wrapper .small-news-image,
.latest-offers-slider .small-news-wrapper .small-news-image {
    float: left;
    width: 50%;
    padding-bottom: 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.latest-news-slider .small-news-wrapper .default-small-news,
.latest-offers-slider .small-news-wrapper .default-small-news {
    width: 50%;
    background-color: #16145f;
    padding-bottom: 45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    float: left;
    margin-right: 10px;
}

.latest-news-slider .small-news-wrapper .news-date,
.latest-offers-slider .small-news-wrapper .news-date {
    margin-top: 0px;
}

.latest-news-slider .small-news-wrapper .news-title,
.latest-news-slider .small-news-wrapper .news-snippet,
.latest-offers-slider .small-news-wrapper .news-title,
.latest-offers-slider .small-news-wrapper .news-snippet {
    width: 46%;
    float: left;
}

.latest-news-slider .small-news-wrapper .news-buttons,
.latest-offers-slider .small-news-wrapper .news-buttons {
    width: calc(50% - 10px);
    left: calc(50% + 10px);
    bottom: 0px;
}

.latest-news-slider .small-news-wrapper .news-buttons a,
.latest-offers-slider .small-news-wrapper .news-buttons a {
    background-color: #d0cfe2;
    color: #16145f;
}

.paging-newspage {
    border-bottom: 0px;
    border-top: 1px solid #16145f;
    margin-bottom: 10px;
}

.paging-newspage .paging-button {
    background: #16145f;
}

.paging-newspage .paging-button span {
    background: #16145f;
    background-image: url(images/submit-arrow.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.paging-newspage .prev-button,
.paging-newspage .prev-button-offers {
    float: left;
    background: none;
}

.paging-newspage .prev-button span,
.paging-newspage .prev-button-offers span {
    margin-right: 0px;
}

.paging-newspage .prev-button-offers {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.paging-newspage .next-button,
.paging-newspage .next-button-offers {
    float: right;
    color: #e8e7f1;
    width: auto;
    font-weight: normal;
    padding-left: 10px;
}

.paging-newspage .next-button span,
.paging-newspage .next-button-offers span {
    margin-left: 0px;
}

.flex-wrapper a.news-widget-box {
    display: block;
    width: 24%;
    margin-right: 1%;
    background-repeat: no-repeat;
    background-size: 8% auto;
    background-position: 8% 25px;
    padding-bottom: 50px;
    position: relative;
}

.flex-wrapper a.news-widget-box:hover {
    opacity: 0.75;
}

.flex-wrapper a.news-widget-box .arrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight: 200;
}

.flex-wrapper a.news-widget-box:last-child {
    margin-right: 0px;
}

.flex-wrapper a.news-widget-box.blue-widget-box {
    background-color: #16145f;
    border-bottom: 1px solid #8481ad;
}

.flex-wrapper a.news-widget-box.blue-widget-box .arrow {
    background: #8481ad;
}

.flex-wrapper a.news-widget-box.lilac-widget-box {
    background-color: #8481ad;
    border-bottom: 1px solid #16145f;
}

.flex-wrapper a.news-widget-box.lilac-widget-box .arrow {
    background: #16145f;
}

.flex-wrapper a.news-widget-box .text {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 100%;
    margin: 0;
    padding: 10px;
}

.flex-wrapper a.news-widget-box.with-icon .text {
    margin-left: 20%;
    margin-right: 20%;
}

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

.see-all {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}

.see-all span {
    float: right;
    margin-left: 5px;
    margin-top: -2px;
    font-size: 16px;
}

.news-flex-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
}

.news-flex-wrapper .small-news-wrapper {
    margin-bottom: 30px;
    padding-bottom: 0px;
    width: 49.25%;
    margin-right: 1.3%;
}

.news-flex-wrapper .small-news-wrapper .news-title {
    margin-bottom: -5px;
    font-size: 18px;
    width: 46%;
}

.news-flex-wrapper .small-news-wrapper:nth-child(even) {
    margin-right: 0px;
}

.news-flex-wrapper .small-news-wrapper .small-news-image,
.news-flex-wrapper .small-news-wrapper .default-small-news {
    padding-bottom: 45%;
}

.news-flex-wrapper .small-news-wrapper .news-buttons {
    bottom: 0px;
}

.news-flex-wrapper .small-news-wrapper .news-buttons a {
    background-color: #d0cfe2;
    color: #26266a;
}

.news-flex-wrapper .small-news-wrapper .news-buttons a:hover {
    opacity: 0.75;
}

.no-stories {
    margin: 30px 0px 100px 0px;
}

.news-title {
    margin-bottom: 30px;
}

.news-pagination {
    border-bottom: 1px solid #8481ad;
    margin-bottom: 20px;
}

.news-pagination a {
    background: #16145f;
    color: #e8e7f1;
    text-transform: uppercase;
    font-weight: 200;
    padding: 4px 10px 4px 10px;
    font-size: 13px;
}

.news-pagination a span {
    font-size: 14px;
    margin-top: -1px;
}

.news-pagination a:hover {
    opacity: 0.75;
    color: #e8e7f1;
}

.news-pagination .next-page {
    float: right;
}

.news-pagination .next-page span {
    float: right;
    margin-left: 5px;
}

.news-pagination .previous-page {
    float: left;
}

.news-pagination .previous-page span {
    float: left;
    margin-right: 5px;
}

.news-featured-image {
    width: 100%;
    /*max-width: 1360px;*/
    max-width: 100%;
    padding-bottom: 43%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-date {
    font-size: 15px;
    color: #16145f;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200;
}

.dev-content-images .content-image.full-landscape {
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .latest-news-slider .small-news-wrapper,
    .latest-offers-slider .small-news-wrapper {
        padding-bottom: 40px;
    }

    .latest-news-slider .small-news-wrapper .small-news-image,
    .latest-offers-slider .small-news-wrapper .small-news-image {
        float: none;
        width: 100%;
        padding-bottom: 0%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .default-small-news,
    .latest-offers-slider .small-news-wrapper .default-small-news {
        width: 100%;
        padding-bottom: 0%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .news-date,
    .latest-offers-slider .small-news-wrapper .news-date {
        margin-top: 5px;
    }

    .latest-news-slider .small-news-wrapper .news-title,
    .latest-news-slider .small-news-wrapper .news-snippet,
    .latest-offers-slider .small-news-wrapper .news-title,
    .latest-offers-slider .small-news-wrapper .news-snippet {
        width: 100%;
        float: left;
    }

    .latest-news-slider .small-news-wrapper .news-buttons,
    .latest-offers-slider .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0px;
    }

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

    .news-flex-wrapper .small-news-wrapper {
        padding-bottom: 40px;
    }

    .news-flex-wrapper .small-news-wrapper .news-title,
    .news-flex-wrapper .small-news-wrapper .news-snippet {
        width: 100%;
        float: left;
    }

    .news-flex-wrapper .small-news-wrapper .small-news-image,
    .news-flex-wrapper .small-news-wrapper .default-small-news {
        float: none;
        width: 100%;
        padding-bottom: 30%;
        margin-right: 0px;
    }

    .news-flex-wrapper .small-news-wrapper .news-date {
        margin-top: 5px;
    }

    .news-title {
        margin-bottom: 0px;
    }

    .news-featured-image {
        padding-bottom: 55%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .latest-news-slider,
    .latest-offers-slider {
        margin-bottom: 30px;
    }

    .latest-news-slider .small-news-wrapper .news-title,
    .latest-offers-slider .small-news-wrapper .news-title {
        margin-bottom: -5px;
        font-size: 18px;
        width: 100%;
    }

    .latest-news-slider .small-news-wrapper .small-news-image,
    .latest-offers-slider .small-news-wrapper .small-news-image {
        width: 100%;
        padding-bottom: 0%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .default-small-news,
    .latest-offers-slider .small-news-wrapper .default-small-news {
        width: 100%;
        padding-bottom: 0%;
        background-size: 60%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .news-date,
    .latest-offers-slider .small-news-wrapper .news-date {
        margin-top: 10px;
        float: left;
    }

    .latest-news-slider .small-news-wrapper .news-title,
    .latest-news-slider .small-news-wrapper .news-snippet,
    .latest-offers-slider .small-news-wrapper .news-title,
    .latest-offers-slider .small-news-wrapper .news-snippet {
        width: 100%;
        float: left;
    }

    .latest-news-slider .small-news-wrapper .news-buttons,
    .latest-offers-slider .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0;
        bottom: 0px;
    }

    .paging-newspage .prev-button,
    .paging-newspage .prev-button-offers {
        float: left;
        background: none;
        font-size: 10px;
    }

    .paging-newspage .prev-button span,
    .paging-newspage .prev-button-offers span {
        margin-right: 0px;
        font-size: 10px;
    }

    .paging-newspage .next-button,
    .paging-newspage .next-button-offers {
        font-size: 12px;
    }

    .paging-newspage .next-button span,
    .paging-newspage .next-button-offers span {
        font-size: 12px;
    }

    .flex-wrapper a.news-widget-box {
        display: block;
        width: 49%;
        margin-right: 2%;
        padding-top: 10px;
        padding-bottom: 30px;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }

    .flex-wrapper a.news-widget-box.lilac-widget-box {
        margin-right: 0px;
    }

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

    .see-all {
        font-size: 12px;
    }

    .see-all span {
        font-size: 12px;
    }

    .news-flex-wrapper .small-news-wrapper {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0%;
    }

    .news-flex-wrapper .small-news-wrapper .news-title {
        margin-bottom: 0px;
        font-size: 18px;
        width: 100%;
    }

    .news-flex-wrapper .small-news-wrapper .news-snippet {
        width: 100%;
    }

    .news-flex-wrapper .small-news-wrapper .news-date {
        float: left;
        margin-top: 10px;
    }

    .news-flex-wrapper .small-news-wrapper:nth-child(even) {
        margin-right: 0px;
    }

    .news-flex-wrapper .small-news-wrapper .small-news-image,
    .news-flex-wrapper .small-news-wrapper .default-small-news {
        padding-bottom: 30%;
        width: 100%;
    }

    .news-title {
        margin-bottom: 10px;
    }

    .news-pagination {
        border-bottom: 1px solid #8481ad;
        margin-bottom: 20px;
    }

    .news-pagination a {
        font-size: 11px;
    }

    .news-pagination a span {
        font-size: 12px;
    }

    .news-date {
        font-size: 12px;
    }

    .dev-content-images .content-image.full-landscape {
        padding-bottom: 0px;
    }

    .news-featured-image {
        padding-bottom: 55%;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .latest-news-slider,
    .latest-offers-slider {
        margin-bottom: 20px;
    }

    .latest-news-slider .small-news-wrapper .news-title,
    .latest-offers-slider .small-news-wrapper .news-title {
        margin-bottom: -5px;
        font-size: 18px;
        width: 100%;
    }

    .latest-news-slider .small-news-wrapper .small-news-image,
    .latest-offers-slider .small-news-wrapper .small-news-image {
        width: 100%;
        padding-bottom: 0%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .default-small-news,
    .latest-offers-slider .small-news-wrapper .default-small-news {
        width: 100%;
        padding-bottom: 0%;
        background-size: 60%;
        margin-right: 0px;
    }

    .latest-news-slider .small-news-wrapper .news-date,
    .latest-offers-slider .small-news-wrapper .news-date {
        margin-top: 10px;
        float: left;
    }

    .latest-news-slider .small-news-wrapper .news-title,
    .latest-news-slider .small-news-wrapper .news-snippet,
    .latest-offers-slider .small-news-wrapper .news-title,
    .latest-offers-slider .small-news-wrapper .news-snippet {
        width: 100%;
        float: left;
    }

    .latest-news-slider .small-news-wrapper .news-buttons,
    .latest-offers-slider .small-news-wrapper .news-buttons {
        width: 100%;
        left: 0;
        bottom: 0px;
    }

    .paging-newspage .prev-button,
    .paging-newspage .prev-button-offers {
        float: left;
        background: none;
        font-size: 10px;
    }

    .paging-newspage .prev-button span,
    .paging-newspage .prev-button-offers span {
        margin-right: 0px;
        font-size: 10px;
    }

    .paging-newspage .next-button,
    .paging-newspage .next-button-offers {
        font-size: 12px;
    }

    .paging-newspage .next-button span,
    .paging-newspage .next-button-offers span {
        font-size: 12px;
    }

    .flex-wrapper a.news-widget-box {
        display: block;
        width: 49%;
        margin-right: 2%;
        padding-top: 10px;
        padding-bottom: 30px;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }

    .flex-wrapper a.news-widget-box.lilac-widget-box {
        margin-right: 0px;
    }

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

    .see-all {
        font-size: 12px;
        margin-top: 3px;
    }

    .see-all span {
        font-size: 12px;
    }

    .news-flex-wrapper .small-news-wrapper {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0%;
    }

    .news-flex-wrapper .small-news-wrapper .news-title {
        margin-bottom: 0px;
        font-size: 18px;
        width: 100%;
    }

    .news-flex-wrapper .small-news-wrapper .news-snippet {
        width: 100%;
    }

    .news-flex-wrapper .small-news-wrapper .news-date {
        float: left;
        margin-top: 10px;
    }

    .news-flex-wrapper .small-news-wrapper:nth-child(even) {
        margin-right: 0px;
    }

    .news-flex-wrapper .small-news-wrapper .small-news-image,
    .news-flex-wrapper .small-news-wrapper .default-small-news {
        padding-bottom: 30%;
        width: 100%;
    }

    .news-title {
        margin-bottom: 10px;
    }

    .news-pagination {
        border-bottom: 1px solid #8481ad;
        margin-bottom: 20px;
    }

    .news-pagination a {
        font-size: 11px;
    }

    .news-pagination a span {
        font-size: 12px;
    }

    .news-date {
        font-size: 12px;
    }

    .dev-content-images .content-image.full-landscape {
        padding-bottom: 0px;
    }

    .news-featured-image {
        padding-bottom: 55%;
    }

    .news-featured-image {
        padding-bottom: 55%;
    }
}

/* Cookies Styles */
#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
    font-weight: 200 !important;
}

#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    button.mgbutton {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
    font-weight: 200 !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 20px 2px 20px !important;
    margin-top: 7px !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-company-logo-holder
    img {
    max-height: 500px !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-left-content
    #moove-gdpr-menu
    li
    button {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-tab-main
    h3.tab-title {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
    color: #16145f !important;
    font-weight: normal !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-tab-main
    .moove-gdpr-tab-main-conent
    p {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
    color: #222222 !important;
    font-weight: normal !important;
    line-height: 1.5em !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton {
    font-family: "Bliss", "Helvetica", "Arial", sans-serif !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#moove_gdpr_cookie_modal .switch .slider {
    height: auto !important;
    min-height: 0px !important;
}

#moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-left-content
    .moove-gdpr-branding-cnt {
    display: none !important;
}

.outer-footer {
    background: #8481ad;
    position: relative;
    width: 100%;
}

.outer-footer .footer-swoosh {
    position: absolute;
    width: 100%;
    top: -150px;
    left: 0px;
    z-index: 7000;
    height: 158px;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 500;
}

.outer-footer .inner-footer {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0px;
    color: #ffffff;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4em;
}

.outer-footer .inner-footer span {
    display: inline-block;
    margin-right: 20px;
}

.outer-footer .inner-footer span a {
    color: #ffffff;
}

.outer-footer .inner-footer .siteby {
    float: right;
}

.outer-footer .inner-footer .siteby a {
    color: #ffffff;
    font-size: 12px;
}

.outer-footer .inner-footer .siteby a img {
    display: inline-block;
    height: 25px;
    width: auto;
    margin-left: 5px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
    .outer-footer .footer-swoosh {
        top: -130px;
        height: 130px;
        background-size: auto 130px;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .outer-footer .footer-swoosh {
        display: none;
    }

    .outer-footer .inner-footer {
        font-size: 12px;
    }

    .outer-footer .inner-footer span {
        margin-right: 15px;
    }

    .outer-footer .inner-footer .siteby {
        float: right;
    }

    .outer-footer .inner-footer .siteby a img {
        height: 18px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 480px),
    screen and (max-device-width: 480px) {
    .outer-footer .footer-swoosh {
        display: none;
    }

    .outer-footer .inner-footer {
        font-size: 12px;
        text-align: center;
    }

    .outer-footer .inner-footer span {
        display: block;
        margin: 0px;
    }

    .outer-footer .inner-footer .siteby {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

span.title {
    min-width: 63%;
    display: inline-block;
}

.availability-title h3.title {
    padding-bottom: 10px;
    border-bottom: 1px solid #8481ad;
    margin-bottom: 20px;
    font-size: 26px;
}

.masterplan-link {
    background-color: #8481ad;
    padding: 14px;
    font-size: 13px;
    border: 0;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
    margin: 10px 0 0 0;
}

.masterplan-link:hover {
    cursor: pointer;
    opacity: 0.65;
}

@media only screen and (min-width: 768px) {
    .featured-image--lch-single .info-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .featured-image--lch-single .development-info.desktop,
    .featured-image--lch-single .development-background.desktop {
        bottom: 44%;
    }
}

@media only screen and (min-width: 1201px) {
    .featured-image--lch-single .info-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .featured-image--lch-single .development-info.desktop,
    .featured-image--lch-single .development-background.desktop {
        bottom: 40%;
    }
}

.social-media-container {
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 25%;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.2s ease;
}

.social-media-container.SlideIn {
    right: -60px;
}

.social-media-container.SlideInImportant {
    right: -60px !important;
}

.social-media-container img {
    width: 40px;
}

.social-media-container a {
    margin-bottom: 10px;
    display: block;
}

.social-media-container a:nth-child(4) {
    margin-bottom: 0;
}

.la-sm-container {
    background-color: #fff;
    position: absolute;
    right: 60px;
    top: 36%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 2px;
}

#closeSM {
    background-image: url(images/social-icons/angle-right-solid.svg);
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease;
}

#closeSM.SlideIn {
    transform: rotate(180deg);
}

#closeSM.SlideInImportant {
    transform: rotate(180deg) !important;
}

.corona-notice {
    background-color: #15135e;
    width: 100%;
    display: inline-block;
    /* position: fixed; */
    /* margin-top: -46px; */
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 876px) {
    header {
        top: 0;
    }

    .corona-notice {
        bottom: 0;
    }
}

.corona-content {
    padding: 0;
}

.corona-notice span {
    color: #fcd3a4;
}

.corona-notice a,
.corona-notice a:visited {
    color: #fff;
    text-decoration: underline;
}

.corona-notice a:hover {
    color: #fff;
}

.accreditations {
    display: flex;
    align-items: center;
    clear: both;
    padding-top: 10px;
}

.accreditations .logo-container {
    margin-right: 10px;
}

.accreditations .logo-container:last-child {
    margin-right: 0;
}

.v-tours--outer {
    background-color: #deddee;
    padding-bottom: 100px;
}

.v-tours__icon {
    width: 100px;
    margin: 20px auto;
}

.v-tours__title h1 {
    font-size: 36px;
    text-align: center;
}

.v-tours__title h1 span {
    color: #cd0070;
}

.v-tours__tour {
    margin: 15px 0;
}

.v-tours__tour-links {
    padding: 30px 10px;
    background-color: #deddee;
}

.v-tours__tour p {
    color: #16145f;
    margin: 0 0 10px 0;
}

.v-tours__tour-img {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.v-tours__tour-development {
    margin: 10px 0 5px 0;
    font-size: 14px;
}

.v-tours__tour-house-title {
    font-size: 38px;
    margin: 0;
    line-height: 1;
}

.v-tours__tour-plot {
    font-size: 16px;
    font-weight: 100;
}

.v-tours__link {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #201e67;
}

.v-tours__link a {
    background-color: #fff;
    padding: 5px;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: space-between;
}

.v-tours__link img {
    width: 40px;
}

.v-tour-iframes iframe {
    width: 100%;
    height: 480px;
    margin: 0 0 100px 0;
}

.virtual-tour-button {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.virtual-tour-button__icon {
    width: 100px;
    margin: 0 15px 0 0;
}

.virtual-tour-button p span {
    color: #cd0070;
}

a.virtual-tour-button {
    color: #16145f;
    border-top: 1px solid;
    padding-top: 40px;
    margin-top: 15px;
}

.virtual-tour-button p {
    font-size: 22px;
}

.left-side.house-type-left-side .development-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
}

.left-side.house-type-left-side .development-content .info-container {
    padding-right: 12%;
}

/* Virtual Tours Desktop */
@media only screen and (min-width: 992px) {
    .v-tours__title {
        display: flex;
        margin: 0 0 30px 0;
        align-items: center;
    }

    .v-tours__icon {
        width: 70px;
        margin: 0 15px 0 0;
    }

    .v-tours__title h1 {
        text-align: left;
    }

    .v-tours__tour-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .v-tours__tour {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .v-tour-iframes iframe {
        width: 100%;
        height: 600px;
    }
}

/* Virtual Tours Large Desktop */
@media only screen and (min-width: 992px) {
    .v-tours__tour-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60%;
        padding-left: 15px;
    }

    .v-tours__tour {
        flex-direction: row;
    }

    .v-tours__tour-img {
        width: 40%;
        height: 260px;
    }

    .v-tour-iframes iframe {
        width: 100%;
        height: 720px;
    }
}

.dev-content-images .content-image:hover {
    opacity: 0.7;
}

.accordion {
    background-color: #8381ad;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Bliss", "Helvetica", "Arial";
}

.active,
.accordion:hover {
    background-color: #78769e;
}

.panel {
    padding: 20px 0px 0px 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-out;
}

.accordion:after {
    content: "\02795"; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    margin-top: -3px;
}

.active:after {
    /* content: "\2796"; Unicode character for "minus" sign (-) */
}

#cookie-law-info-bar {
    z-index: 9999999999;
}

.page-id-4133 p {
    max-width: 900px;
}

.page-id-4133 h2 {
    margin-top: 50px;
}</pre></body></html>