@charset "UTF-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    touch-action: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    touch-action: none;
}

body {
    line-height: 1;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
    font-family: "Atten New", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* general */

html,
body,
p,
h1,
h2,
h3,
h4,
a {
    color: #312725;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    margin-bottom: 20px;
}

.regular p {
    color: #373737;
}

.template {
    position: absolute;
    width: 100%;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.template.active {
    display: block;
}

.fullContainer {
    padding: 0 50px;
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.outer {
    width: 100%;
    display: table;
    position: absolute;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    float: left;
    height: auto !important;
}

/* menu */

#menuContent {
    height: 100px;
}

/* text */


.light {
    font-family: "Atten New", sans-serif;
    letter-spacing: 1px;
}

.title {
    font-family: "Atten New", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    /*text-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
    letter-spacing: 1px;
}

.subtitle {
    font-family: "Atten New", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

.menuTitle {
    font-family: "Atten New", sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
}

.menuSubtitle {
    font-size: 18px;
    text-transform: uppercase;
}

.regular {
    font-family: "Atten New", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    float: left;
}

.snack {
    font-size: 10px;
}

.upp {
    text-transform: uppercase;
}

/* bg - color */


.bgSalmon {
    background-color: #e4825f;
}

.bgCoffee {
    background-color: #312725;
}

.bgBeige {
    background-color: #f1dfab;
}

.bgGray {
    background-color: #F4F4F4;
}

.bgPanelLight {
    background-color: #EAEAEA;
}

.bgWhite {
    background-color: #fff;
}

.bgF4 {
    background-color: #f4f4f4;
}

.bgBlue {
    background-color: #003349;
}

.coffee,
.coffee h1,
.coffee h2,
.coffee h3,
.coffee h4,
.coffee h5,
.coffee h6 {
    color: #312725;
}

.gris {
    color: #003349;
}

.white {
    color: #fff;
}

.goldLegend {
    color: #EEB124;
}

.goldMain {
    color: #CFAF4E;
}

.bgGrayDark {
    background-color: #f0f0f0;
}

/* button */

.button {
    padding: 0 50px;
    width: auto;
    height: 50px;
    line-height: 50px;
    background-color: rgba(187, 151, 83, 0.9);
    box-sizing: border-box;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
}

.borderBtn {
    border: 1px solid rgba(187, 151, 83, 0.9);
    background-color: transparent;
    padding: 2px;
    float: left;
    box-sizing: border-box;
}

#searchButton {
    width: 60%;
}

#searchButton .button {
    width: 100%;
}

#resetButton {
    width: 35%;
    float: right;
    border: 1px solid #c7c7c7;
}

#resetButton .button {
    width: 100%;
    background-color: #c7c7c7;
    padding: initial;
}

#mainButton {
    padding: 3px;
    width: auto;
    text-align: center;
    display: inline-block;
    float: initial;
    border: 3px solid #fff;
}

#mainButton .button {
    padding: 0 50px;
    width: auto;
    height: 80px;
    line-height: 80px;
    font-family: "Atten New", sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
}


.arrowSlide {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none !important;
}

.sliderR,
.sliderRFull,
.sliderRMedia {
    background-image: url(images/LEFT.png);
    left: 50px;
}

.sliderL,
.sliderLFull,
.sliderLMedia {
    background-image: url(images/RIGHT.png);
    right: 50px;
}

/* Animations */
.animateM {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#section-0,
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8,
#section-9 #section-10,
#section-11 {
    opacity: 1;
}

#section-0 .mainTitle {
    bottom: 0px;
    opacity: 0;
}

#section-0 .heartIcon {
    top: 0px;
    opacity: 0;
}

#section-1 {
    background-color: #fff;
}

#section-1 .minCont {
    left: -25%;
    float: right;
    /*padding: 0 50px 0 30px;*/
    padding: 0 70px;
    /*margin-top: 90px;*/
    background-color: #fff;
    height: 100% !important;
}

#section-1 .bigCont {
    right: -75%;
}

#section-1 .bigCont.inverted {
    float: right;
}

#section-1 .minCont.inverted {
    float: left;
}

#section-1 #text1 {
    float: left;
    margin-top: 10px;
    margin-top: 0px;
    clear: both;
}

#section-1 #videoContainer {
    margin-top: 30px;
}

#section-2 {
    top: -100%;
    background-color: #F4F4F4;
    overflow-y: scroll;
    touch-action: pan-y !important;
}

#section-3 {
    opacity: 0;
}

#section-4 .minCont {
    /*right: -25%;*/
}

#section-4 .bigCont {
    left: -75%;
}

#section-4 .title {
    font-family: "Atten New", sans-serif;
    color: #312725;
    font-size: 25px;
    text-shadow: none;
    margin-top: 50px;
}

#section-4 .selectCont .subtitle {
    /*font-family: 'Trajan Pro-Bold' !important;*/
    margin: 10px 0;
}

#section-5 {
    opacity: 0;
}

#section-5 .fullTitle {
    border-bottom: none;
    margin-left: 50px;
}

#section-6 .galleryFull {
    top: -75%;
}

#section-7 .minCont {
    left: -25%;
    float: right;
    height: 100%;
    top: 0;
    padding: 165px 50px 20px 50px;
    background-color: #EAEAEA;
}

#section-7 .bigCont {
    right: -75%;
}

#section-8 {
    opacity: 0;
}

#section-9 .minCont {
    left: -25%;
    float: right;
    margin-top: 40px;
}

#section-9 .bigCont {
    right: -75%;
}

#section-9 #title9 {
    display: none;
}

#section-9 .subtitle {
    font-size: 25px;
}

#section-9 .paragraphCont img {
    width: 60%;
}

#section-9 .bigCont .sliderImg {
    width: 1440px !important;
}

/* header */

#mainMenu {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.logo img {
    width: 100%;
}

#menu {
    padding: 0 50px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.logo {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: 940px;
    right: 0px;
    z-index: 1000000;
}

#menu ul {
    float: right;
    width: 100%;
    /*padding-left: 15%;*/
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #D6D6D6;
}

#menu ul li {
    /*width: 14.28%;*/
    float: left;
    height: 100%;
}

.menuItemWidth {
    /*width: 14.28%;*/
}

.menuItem {
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

#menu ul li a {
    width: 100%;
    /*height: 100px;*/
    /* CAMBIO MENU */
    /*line-height: 90px;*/
    /* CAMBIO MENU */
    float: left;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    position: relative;
    padding-left: 30px;
    box-sizing: border-box;

    /* CAMBIO MENU */
    /*  padding-top: 10px;
    padding-bottom: 10px; */
}

#menu ul li a.active {
    background-color: #003349;
    color: #fff;
}

#menu ul li a.active .name {
    color: #fff;
}

.subname {
    /*position: absolute;*/
    /* CAMBIO MENU */
    left: 30px;
    /*bottom: -15px;*/
    /* CAMBIO MENU */
    font-size: 16px;
    color: #928784;
    font-family: "Atten New", sans-serif;
    margin-top: 5px;
}

#menu ul li a.active .subname {
    /*background-color: #312725;*/
    color: #fff;
}

#menuLogo {
    width: 5%;
    float: left;
    height: 100px;
    /*background-color: #312725;*/
    background-image: url(/wp-content/uploads/2025/04/Empire-Homes-Favicon.svg);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

/*Submenu*/

#menu ul ul.menuItemList {
    /*bottom: 100px;*/
}

#menu ul ul {
    display: none;
    opacity: 1;
    bottom: 100px;
    height: 0;
    /*padding: 0 20%;*/
    /* CAMBIO MENU */
    text-align: center;
    /*border-bottom: 1px solid #D6D6D6;*/
    font-family: "Atten New", sans-serif;
}

#menu ul ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: initial;
}

#menu ul ul li a {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #928784;
}

#menu ul ul li a.active {
    background-color: transparent;
    color: #312725;
}

/* main page */

#mainTouch {
    text-transform: uppercase;
    font-size: 24px;
    color: #312725;
    border: 3px solid rgba(256, 256, 256, 0.6);
    width: 450px;
    height: 85px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -225px;
    text-align: center;
    line-height: 85px;
    background-color: rgba(255, 255, 255, 0.4);
    font-family: 'Atten New', sans-serif;
    font-weight: bold;
}

#mainPage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mainPage.actived {
    top: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.windowBox {
    padding: 100px;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgWin {
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    position: relative;
}

.windowBox .logo {
    width: 140px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    /*float: left;*/
}

.mainTitle {
    position: absolute;
    left: 0;
    bottom: 130px;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    padding: 0 200px;
    box-sizing: border-box;
}

.mainSubtitleCont {
    position: absolute;
    top: 560px;
    width: 25%;
    left: 50%;
    margin-left: -12.5%;
}

.mainSubTitle {
    line-height: 1.7 !important;
    position: absolute;
    /*left: 50%;*/
    /*top: 590px;*/
    text-align: center;
    width: 100%;
    line-height: 1.2;
    /* padding: 0 200px;*/
    box-sizing: border-box;
    font-size: 20px;
    /*margin-left: -12.5%;*/
}

.mainSubLineLeft {
    color: #fff;
    position: absolute;
    top: 20px;
    left: -15px;
}

.mainSubLineRight {
    color: #fff;
    position: absolute;
    top: 20px;
    right: -15px;
}

.mainButtonCont {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
}

.minCont {
    padding: 0 50px;
    /* width: 25%; */
    width: 37%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background-color: #fff;
    position: relative;
    /*top: 50px;*/
}

#minContSearch {
    position: absolute;
    right: 0;
    /*display: none;*/
}

.paragraphCont {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#paragraphInner {
    float: left;
}

.paragraphCont .regular {
    overflow-y: scroll;
}

.paragraphCont img {
    margin: 10% 0 0 0;
    /*width: 40%;*/
    /*height: 60px;*/
}

.fullTitle {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    float: left;
}

#section-1 .fullTitle {
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 30px;
    padding-bottom: 0px;
    /*display: none;*/
}

#section-1 .paragraphCont img {
    margin: 0 0 10px 0;
}

#curnodeTitle {
    text-align: left;
    margin-bottom: 20px;
}

#section-1 .paragraphCont2.txtModel-1 {
    padding: 15% 0% 15% 45%;
    left: -60%;
    z-index: 100;
    background-color: #fff;
    box-sizing: content-box;
}

#section-1 .minCont.inverted .paragraphCont.txtModel-1 {
    padding: 15% 45% 15% 0%;
    right: -30%;
    left: unset;
    z-index: 100;
    background-color: #fff;
    box-sizing: content-box;
}

.bigCont {
    /*width: 75%;*/
    width: 63%;
    height: 100%;
    float: left;
    position: relative;
}

.smallCont {
    width: 25%;
    height: 100%;
    float: right;
    position: relative;
}

#section-4 .bigCont {
    width: 75% !important;
}

#section-7 .bigCont {
    /*border-left: 1px solid #cccccc;*/
    box-sizing: border-box;
}

.gallery,
.galleryMedia {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery.model-1 {
    width: 90%;
    height: 90%;
    margin: 2% auto;
}

.galleryMedia {
    top: 100px;
}

.galleryIso {
    margin: 20px;
}

.galleryIso .grid-sizer {
    width: 31%;
    /*width: 23%;*/
    margin: 0 1% 20px;
    position: relative;
    touch-action: pan-y !important;
    float: left;
}

.galleryIso .galleryItem {
    margin: 0 0 20px;
    width: 31%;
    /*width: 23%;*/
    height: auto;
    float: left;
    position: relative;
    cursor: pointer;
    touch-action: pan-y !important;
}

.galleryItem img {
    width: 100%;
    touch-action: pan-y !important;
    /*border: 3px solid #022535;*/
}

#heartIcon {
    width: 130px;
    height: 116px;
    background-image: url(images/heart-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 45%;
}

.sliderCont {
    width: 100%;
    height: 100%;
}

.sliderImg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    opacity: 0;
}

.dotContainer {
    position: absolute;
    z-index: 1;
    bottom: 65px;
    left: 40px;
}

.dot-img {
    width: 20px;
    height: 20px;
    margin: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    opacity: 0.7;
}

.dot-img.active {
    background-color: #312725;
    opacity: 1;
}

.fullImg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

#fullImgBg,
.fullImgCont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.pointerCont {
    position: absolute;
}

.pointer {
    position: absolute;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes stop-pulsate {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(2);
        opacity: 0;
    }
}

.circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px auto auto -10px;
    background-color: rgba(236, 29, 37, 0.7);
    border-radius: 50%;
    transform-origin: 50% 50%;
    transition: opacity .2s ease-in, transform .1s ease-out;
    color: white;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
}

.circle:hover {
    background-color: rgba(236, 29, 37, 1.0);
    cursor: pointer;
}

.circle:active {
    transform: scale(0.875);
}

.ring {
    display: block;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 29px;
    height: 29px;
    margin: -12px auto auto -12px;
    transform-origin: 50% 50%;
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 3s ease-out infinite;
    box-sizing: border-box;
}

.ring.hide {
    display: none;
}

.ring.available {
    border: 2px solid #21C27B;
}

.ring.sold {
    border: 2px solid #EE4124;
}

.ring.hold {
    border: 2px solid #EEB124;
}

.pointer:hover .ring {
    animation: none;
}

.pointer:active .ring {
    animation: stop-pulsate 0.3s;
}

.pointerText {
    display: none;
    opacity: 0;
    position: absolute;
    width: 300px;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    left: 50px;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 2px 4px #D6D6D6;
}

.pointerText.active {
    left: -310px;
}

.formInfo {
    min-width: 180px;
    margin-right: 30px;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    box-sizing: border-box;
    border: none;
    display: block;
    clear: none;
    float: left;
}

.selectCont {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.selectTitle {
    margin-bottom: 12px;
}

.selectOption {
    padding-left: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #e4825f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-image: url(images/select.png);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 18px 10px;
    float: left;
}

.mainSelect {
    /* margin: 5px 20px 10px 0;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 86px;
	border: 2px solid #EEB124;
	color: #312725;
    font-size: 20px; */
}

.mainSelect.active {
    color: #fff;
    background-color: #CFAF4E;
}

.calcRange {
    margin-top: 20px;
    padding: 0 4%;
    width: 90%;
    float: left;
}

.calcRange .range {
    margin-bottom: 20px;
    height: 4px;
    width: 100%;
    /* background-color: #CFAF4E;*/
    border-radius: 2px;
    border: none;
}

.value-one {
    float: left;
    font-size: 18px;
    color: #373737;
}

.value-two {
    float: right;
    font-size: 18px;
    color: #373737;
}

.noUi-connect {
    background: #312725 !important;
}

.winFloor {
    padding: 50px;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    touch-action: pan-y !important;
}

.floorFullTitle {
    width: 96%;
    margin: 0 2% 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #656565;
    font-size: 21px;
    touch-action: pan-y !important;
}

.floorCont {
    /* padding: 20px; */
    margin: 0 1% 40px;
    /* padding: 0 30px 0 0; */
    /* margin: 0; */
    width: 18%;
    background-color: #fff;
    box-sizing: border-box;
    float: left;
    position: relative;
    cursor: pointer;
    touch-action: pan-y !important;
    width: 21%;
    margin: 0 2% 40px;
}

.floorCont .regular {
    /*font-size: 18px;
	font-family: 'Trajan Pro-Bold';*/
    touch-action: pan-y !important;
}

.topInfoCard {
    overflow: hidden;
    height: 50px;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.topInfoCard .floorTitle {
    height: auto;
    padding-bottom: 0;
}

.infoFloor {
    margin: 5px 0;
    float: left;
    font-size: 11px;
}

.floorTitle {
    font-family: "Atten New", sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    touch-action: pan-y !important;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 0 5px;
    height: 50px;
}


.impTitle {
    font-size: 21px;
    color: #e4825f;
    text-transform: uppercase;
    touch-action: pan-y !important;
}

.floorImg {

    float: left;
    width: 100%;
    height: 68%;
    position: relative;
    box-sizing: border-box;

    /*width: 65%;
	height: 220px;	
	float: left;
	/*border-right: 1px solid #cccccc;
	box-sizing: border-box;*/
    touch-action: pan-y !important;
}

.floorImg img {
    float: left;
    /*margin: 0 10%;
	width: 80%;*/
    /* margin: 0;
	width: 100%;
	height: 190px;
	object-fit: cover;
	touch-action: pan-y !important; */
}

.floorImgInner {
    margin: 0;
    width: 100%;
    height: 190px;
    object-fit: cover;
    touch-action: pan-y !important;
}

.panzoom img {
    margin: 10% 0;
    touch-action: pan-y !important;
}

.floorAme {
    /*padding-left: 10px;
	position: absolute;
	/*bottom: 40px;
	top: 20px;
	right: 0;
	float: right;*/
    width: 100%;
    box-sizing: border-box;
    touch-action: pan-y !important;
    float: left;
    padding: 0 5%;
    margin-bottom: 15px;
    margin: 10PX 0 15PX;

    h4 {
        margin-bottom: 0;
    }
}

.floorIconMin {
    /*color: #373737;
    margin: 3px 0;
    width: 100%;
    box-sizing: border-box;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 10px;
    line-height: 22px;*/
    float: left;
    touch-action: pan-y !important;
    margin-top: 10px;
    width: 23%;
    box-sizing: border-box;
}

.noGarage .floorIconMin {
    width: 31%;

}

.priceMgn {
    margin-bottom: 5px;
    font-family: "Atten New", sans-serif;
    font-size: 19px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.detailBtn {
    float: left;
    width: 100%;
    background-color: #CFAF4E;
    text-align: center;
    height: 30px;
    line-height: 32px;
}

.wbutton {
    padding: 20px 30px;
    background-color: #efefef;
    color: #e4825f;
    text-align: center;
    float: right;
    box-shadow: 2px 2px 5px #D6D6D6;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.floorFullWin {
    width: 100%;
    /*width: 84%;*/
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}

#fullfloorImg {

    width: 80%;
    /* height: 800px;*/
    /*90%*/
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 17%;
    top: 5%;
    text-align: center;
    background-position: center;
    background-size: cover;
    z-index: 1;


    /* width: 100%; 
    height: 100%;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
	text-align: center;
	background-position: center;
	background-size: cover;*/
}

#fullfloorImg.moveReadyHouse {
    /*width: 1210px;*/
    width: 84%;
    right: auto;
    top: 0;
    /*height: 790px;*/
    height: 80.6%;
    z-index: 0;
}

.parent {
    height: 100%;
}

#fullfloorImgInner,
#fullImageZoom {
    height: 100%;
}

#fullfloorAme {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}

.floorIconBig {
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: left center;
    padding-left: 70px;
    font-size: 21px;
    float: left;
}

.floorFullWin .floorTitle,
.floorMediaWin .floorTitle {
    margin-bottom: 100px;
    font-size: 34px;
}

.floorFullWin .impTitle,
.floorMediaWin .impTitle {
    font-size: 42px;
}

.zoomRange {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -169px;
    padding: 20px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

input.zoom-range,
input[type=range] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    clear: both;
    float: left;
    margin: 100px 0px;
    height: 50px;
    width: 250px;
    margin-left: -100px;
    background-color: transparent;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: none;
    background-color: #efefef;
    border-radius: 2px;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background-color: #e4825f;
    cursor: pointer;
    margin-top: 0px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background-color: #666666;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: none;
    background: #efefef;
    border-radius: 2px;
    border: none;
}

input[type=range]::-moz-range-thumb {
    box-shadow: none;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #e4825f;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #efefef;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

input[type=range]::-ms-fill-upper {
    background: #efefef;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

input[type=range]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #e4825f;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #666666;
}

input[type=range]:focus::-ms-fill-upper {
    background: #666666;
}

.zoominIcon {
    margin: 0px 14px 20px;
    width: 24px;
    height: 24px;
    background-image: url(images/zoominIcon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    clear: both;
    float: left;
}

.zoomoutIcon {
    margin: 20px 14px 0px;
    width: 24px;
    height: 24px;
    background-image: url(images/zoomoutIcon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    clear: both;
    float: left;
}

.playBtn {
    width: 100%;
    height: 100%;
    background-image: url(images/PLAY.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.titleVideo {
    color: #d5b578;
    font-size: 18px;
    margin-bottom: 5px;
    float: left;
    clear: both;
    width: 100%;
    text-transform: uppercase;
}

.contentVideo {
    font-size: 14px;
    line-height: 1.4;
    float: left;
    font-family: "Atten New", sans-serif;
}

.floorMediaWin {
    padding: 40px 0;
    margin: 0 1%;
    width: 48%;
    background-color: #fff;
    float: left;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.mediafloorImg {
    width: 55%;
    border: none;
    box-sizing: border-box;
    position: relative;
}

.mediafloorImg img {
    margin: 0 15%;
    width: 70%;
}

.mediafloorAme {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.mediafloorAme .inner {
    padding-left: 30px;
    border-left: 1px solid #cccccc;
    box-sizing: border-box;
    float: left;
}

.floorIconMed {
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    padding-left: 40px;
    font-size: 18px;
    float: left;
}

.fullCont {
    padding: 100px;
    box-sizing: border-box;
    height: 100%;
}

.galleryFull {
    width: 70%;
    height: 75%;
    overflow: hidden;
    margin: 0px 15%;
    position: relative;
}

#bigSearch {
    overflow: hidden;
}

#smallSearch {
    overflow: hidden;
}

#size {
    width: 300px;
    height: 100px;
    float: left;
}

.sliderContFull {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.searchContFull {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.searchContSmall {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
}

.sliderImgFull {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.sliderSearch {
    width: 100%;
    height: 100%;
    float: left;
}

.sliderInfoCont {
    float: left;
    width: 70%;
    height: auto;
    margin: 50px 15% 0;
}

.sliderInfoTitle {
    font-size: 21px;
    margin-bottom: 20px;
}

.noUi-horizontal .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    top: -7px !important;
    left: -14px !important;
    /* border: 2px solid #CFAF4E;*/
    box-shadow: none;
    border-radius: 50%;
    background-color: #312725;
}

.noUi-background {
    background: #B5ACA9 !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-connect {
    /*background: transparent !important;*/
    border: none !important;
    box-shadow: none !important;
}

.searchFull {
    width: 100%;
}

.backIcon {
    width: 60px;
    height: 60px;
    background-image: url(images/back-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1000;
}

.videoCont {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    float: left;
}

.videoTitle {
    color: #d5b578;
    font-size: 27px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    width: 100%;
    text-transform: uppercase;
}

.videoContainer {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.video {
    width: 50%;
    height: 100px;
    box-sizing: border-box;
    float: left;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videoInfo {
    width: 45%;
    height: 100px;
    float: right;
    position: relative;
}

.floorContainer {
    float: left;
    width: 100%;
    display: none;
    touch-action: pan-y !important;
}

.keyplatesCont {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 28%;
    padding: 0 20px 50px;
    box-sizing: border-box;
}

.keyplateContainer {
    width: 33.33%;
    height: 140px;
    float: left;

}

.keyplateTitle {
    font-size: 12px;
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

.keyplates {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.noUnits {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 122px 75px 0;
    box-sizing: border-box;
}

.noUnitsCont {
    width: 100%;
    position: relative;
    float: left;
    padding: 350px 100px;
    box-sizing: border-box;
    /*background-color: #fff;*/
}

.noUnitsImg {
    margin-bottom: 50px;
    width: 100%;
    height: 140px;
    background-image: url(images/icon_sadface.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.noUnitsText {
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #004D6E;
    font-family: "Atten New", sans-serif;
}

.fullImgInner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}

#backPoint {
    top: 50%;
    margin-top: -30px;
}

.otherClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-image: url(images/close-button-gallery.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* MAP STYLES */

#mapCont {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 75%;
}

#mapInfoCont {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0f0f0;
}

#mapInfo {
    /*padding: 50px;*/
    margin-top: 140px;
    width: 100%;
    height: 100%;
    /*position: relative;*/
    box-sizing: border-box;
    float: left;
    background-color: #EAEAEA;
}

#infoDetails {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: absolute;
    bottom: auto;
    top: 0;
    max-height: 100%;
    overflow: auto;
}

#section-5 .categoryCont {
    /*margin-left: 50px;*/
}

.categoryCont {
    /*margin-bottom: 10px;*/
    width: 100%;
    height: auto;
    float: left;
}

.selectCate {
    /*margin-left: 0px;*/
    /*margin-top: 4px;*/
    /*width: 50px;*/
    width: 90%;
    height: 56px;
    margin: 0 5%;
    background-color: transparent;
    /*border: 1px solid #CFAF4E;*/
    /*border-bottom: 1px solid #B5ACA9;*/
    border-top: 1px solid #B5ACA9;
    float: left;
    /*box-sizing: border-box;*/
}

/*.categoryCont.active .selectCate{	
	border-bottom: none;
}*/
.nameCate {
    /*margin-left: 20px;
    height: 25px;
    line-height: 60px;*/
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0px 50%;
    width: 100%;
    height: 55px;
    padding-left: 40px;
    box-sizing: border-box;
}

#all {
    margin-left: 0 !important;
    margin-bottom: 1px !important;
    position: absolute;
    bottom: 0;
}

#all .selectCate {
    width: 100%;
    text-align: center;
    border: none;
    height: 60px;
    background-color: #CFAF4E;
    color: #fff;
}

#all .selectCate .nameCate {
    margin: 0 auto;
    width: 100%;
    line-height: 60px;
    font-size: 20px;
}

#all.active .selectCate {
    background-color: #CFAF4E;
    color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#entertainment,
#shopping,
#health,
#restaurants,
#recreation {
    background-color: #f0f0f0;
}

.nameCate.active {
    background-color: #003349;
    border: none;
    color: #fff !important;
    padding-left: 60px;
    background-position: 20px 50%;
}

/*#entertainment.active .selectCate, #shopping.active .selectCate, #health.active .selectCate, #restaurants.active .selectCate, #recreation.active .selectCate{
	margin: 0;
	width: 100%;
	/*height: 116px;
}*/

.categoryCont.active .selectCate .nameCate {
    font-size: 20px;
    font-family: 'Atten New', sans-serif;
    line-height: 66px;
    /*margin-left: 70px;*/
    /*color: #f0f0f0;*/
}

.categoryCont .selectCate .nameCate {
    font-size: 20px;
    font-family: 'Atten New', sans-serif;
    line-height: 66px;
    /*margin-left: 60px;*/
    color: #312725;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.miniLista {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    width: 80%;
    margin: 5px 10%;

    font-family: 'Atten New', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    overflow: hidden;
}

.miniListaLinea {
    float: left;
    width: 90%;
    height: 1px;
    margin: 0 5%;
    background-color: #B5ACA9;
    display: none;
}

.selectCate.active .miniListaLinea {
    display: block;
}

.amenitieInfoCont {
    width: 90%;
    margin: 0 5%;
}

.mapAdress {
    font-family: 'Atten New', sans-serif;
    font-size: 15px;
}

.travelTime {
    width: 33%;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 10px;
    line-height: 20px;
    box-sizing: border-box;
    color: #B5ACA9;
    font-family: 'Atten New', sans-serif;
}

.walkTime {
    background-image: url("images/new/logos_mapa/walk.png");
    padding-left: 15px;
}

.bikeTime {

    background-image: url("images/new/logos_mapa/cycle.png");
    padding-left: 30px;
}

.carTime {

    background-image: url("images/new/logos_mapa/car.png");
    padding-left: 30px;
}

.miniLista.active .amenitieName {
    font-family: 'Atten New', sans-serif;
    font-weight: 600;
}

/*#entertainment.active .selectCate {
	background-color: #312725;
	border: none;
}
/*#shopping.active .selectCate {
	background-color: #CE93D8;
	border: none;
}
#health.active .selectCate {
	background-color: #00BFA5;
	border: none;
}
#restaurants.active .selectCate {
	background-color: #E43935;
	border: none;
}
#recreation.active .selectCate {
	background-color: #FFCA28;
	border: none;
}
#parks.active .selectCate {
	background-color: #88D160;
}
#banks.active .selectCate {
	background-color: #39B54A;
}
#schools.active .selectCate {
	background-color: #5F995D;
}
#institutions.active .selectCate {
	background-color: #534741;
}
#busline.active .selectCate {
	background-color: #F7931E;
}
/*#entertainment.active .selectCate {
	background-color: #F3BE5C;
}*/
#pets.active .selectCate {
    background-color: #D4145A;
}

#worship.active .selectCate {
    background-color: #9012FE;
}

#drugstores.active .selectCate {
    background-color: #8CC63F;
}

#airport.active .selectCate {
    background-color: #4990E2;
}

#postoffices.active .selectCate {
    background-color: #998675;
}

#gasstations.active .selectCate {
    background-color: #ED1C24;
}

#markets.active .selectCate {
    background-color: #808080;
}


.galleryTotal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.sliderContTotal {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sliderImgTotal {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.sliderInfoContTotal {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sliderInfoTotal {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 130px;
    padding: 0 200px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
}

.bgvid {
    width: 100%;
    margin-left: 0;
    float: left;
    display: block;
}

/* INFO WINDOW JAMES */
.infowindow {
    width: 250px;
    /*margin: 20px 10px;*/
    float: left;
}

.infowindow .fullTitle {
    font-size: 20px;
    margin-left: 0 !important;
    padding: 10px;
    padding-top: 15px;
    padding-right: 30px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    margin-bottom: 0;
    line-height: 1.2;
}

.infowindow .infoAdress {
    padding: 10px;
    line-height: 1.2;
    padding-bottom: 14px;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
}

.gm-ui-hover-effect {
    opacity: .6;
    /*background-image: url(http://www.pureblink.com/files/portperry/images/CLOSE_gallery.png) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;*/
}

.gm-style img {}

.gm-style .gm-style-iw-c button {
    background-image: url(https://www.empirecommunities.com/wp-content/themes/empire-theme/empire-touchscreen/images/CLOSE_gallery.png) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;

    top: 0 !important;
    right: 0 !important;

    span {
        display: none !important;
    }
}

.gm-style .gm-style-iw-c button img {
    display: none !important;
}


#slideContTotal {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slideContTotal video {
    width: 100%;
    height: 100%;
    position: relative;
}

.sliderContTeam {
    position: relative;
    float: left;
}

.sliderContMedia {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
}

.sliderLogos {
    width: 100%;
    margin: 0%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    float: left;
}

#maxInfoFloor {
    overflow: hidden;
    padding: 0;
}

#fullBgDragCont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
}

#fullBgDrag {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hotsBig {
    padding: 10px 8px;
    width: auto;
    height: auto;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.leftHots {
    background-image: url(images/hotl-view-bg.png);
}

.rightHots {
    background-image: url(images/hotr-view-bg.png);
}

.cameraIcon {
    width: 70px;
    height: 60px;
    position: relative;
    background-color: #fff;
    background-image: url(images/camera-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 32px;
}

.leftHots .cameraIcon {
    float: left;
}

.rightHots .cameraIcon {
    float: right;
}

.hotsInfo {
    width: auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: 10px 20px;
}

.leftHots .hotsInfo {
    padding: 0 60px 0 20px;
    background-image: url(images/selectL.png);
    background-position: center right 25px;
    float: left;
}

.rightHots .hotsInfo {
    padding: 0 20px 0 60px;
    background-image: url(images/selectR.png);
    background-position: center left 25px;
    float: right;
}

#fullBgDragLbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #fff;
    z-index: 100000;
    display: none;
}

#bigBgDrag {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

#bigBg {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

#minBgDrag {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}

#minBg {
    width: 100%;
    height: auto;
    position: relative;
    top: 0 !important;
    left: 0;
    float: left;
}

#closeDragLbox {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.70);
    position: absolute;
    top: -60px;
    left: 0;
}

#closeIconDrag {
    width: 60px;
    height: 60px;
    background-image: url(images/back-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

#panoramaMin {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 8px solid #f27a59;
    box-sizing: border-box;
    z-index: 10000;
}

.mCSB_container {
    height: 100% !important;
    margin-bottom: 0px !important;
}

.mCSB_draggerRail {
    display: none !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    display: none !important;
}

#compass {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 50px;
    background-image: url(images/compass.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
}

/* JAMES */
.team_subtitle.firstSubTitle {
    margin-top: 15px;
}

.team_subtitle {
    font-size: 20px;
    font-family: 'Atten New', sans-serif;
    /* color: #565656 !important; */
    margin: 15px 0;
    text-transform: uppercase;
    margin-top: 45px;
    float: left;
    width: 100%;
}

.team_title {
    font-size: 50px;
    font-family: 'Atten New', sans-serif;
    margin-left: -3px;
}

.team_text {
    max-height: 660px;
    /*overflow-y: scroll;*/
    font-size: 18px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.greyLine {
    float: left;
    height: 2px;
    background-color: #312725;
    width: 40%;
    margin: 10px 0;
    clear: both;
}

.greyLine {
    float: left;
    height: 1px;
    background-color: #312725;
    width: 30%;
    margin: 5px 0;
    clear: both;
}

.text2Cont {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-top: 0;
}

.text2 {
    margin-top: 10px;
}

.RNlogo {
    width: 20% !important;
}

.Colourslogo {
    width: 25% !important;
}

.team_white_logo {
    position: absolute;
    z-index: 1000;
    width: 50%;
    top: 40%;
    left: 50%;
    margin-left: -25%;
}

#logoWhite1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

#section-4 .minCont {
    top: 0;
    background-color: #fff;
    padding: 0 0;
    /*height: 100% !important;*/
    position: relative !important;
    width: 100%;
}

#section-4 .paragraphCont {
    height: auto !important;
    padding: 10px 60px 10px 25px;
}

/*#section-4 .loftOption{
	background-image: url(images/new/moveReady.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -20px;
    left: 20px;
}*/

.houseMoveInContent {
    position: absolute;
    top: -9px;
    left: 9px;
    padding: 9px 14px 7px;
    /* text-transform: uppercase; */
    background-color: #2e2624;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
}

.houseMoveInContent.houseMoveInContent-Orange {
    background-color: #f9590a;

}

#section-4 .floorImg {
    position: relative;
}

.loftBtn {
    width: 198px;
    height: 50px;
    line-height: 55px;
}

#floorplan_slider .subtitle {
    /*font-size: 25px;*/
}

#selectContPrices {
    /*display: block !important;*/
}

#fullfloorImgInner img {
    height: auto;
    margin: 0;
    margin-top: -80px;
}

#minContResult {
    /*display: none;*/
    z-index: 1;
    /* width: 710px !important; */
    width: 100%;
}

#minContResult .title {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#minContResult .subtitle {
    /*font-size: 35px;*/
}

#minContResult .paragraphCont {
    padding: 0 25px 30px 25px;
}

/*SECTION 10 CASA JAMES */

#section-10 {
    /*display: block !important;*/
    /* height: 980px;*/
    /*z-index: 100000;*/
}

#section-10 .logo {
    width: 150px;
    height: auto;
    position: absolute;
    right: 0px;
    z-index: 1000;
}

#section-10 .minCont {
    top: 0;
    background-color: #fff;
    padding: 0 0;
    right: -25%;
}

#unitPrice {
    font-family: 'Atten New', sans-serif;
}

#section-10 .bigCont {
    left: -75%;
}

#section-10 .title {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#section-10 .subtitle {
    font-size: 35px;
    font-family: 'Atten New', sans-serif;
}

#section-10 .paragraphCont {
    /*padding: 150px 70px 40px 70px;*/
    height: 100%;
}

.houseLotName {
    font-family: 'Atten New', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0;
}

.phaseLot {
    font-size: 16px;
    color: #312725;
    font-family: 'Atten New', sans-serif;
}

#unitElev {
    float: left;
    line-height: 2;
}

#houseSerial {
    float: right;
}

#unitPrice {
    margin-bottom: 10px;
}

#unitDescription {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Atten New', sans-serif;
}

.house_spec_cont {
    margin-top: 35px;
}

.houseInfoCont {
    padding: 15% 5% 10% 5%;
    float: left;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%;
}

.houseInfoCont p {
    line-height: 1.4;
}

.loftTitle {
    margin-bottom: 40px;
    font-size: 22px !important;
}

.house_spec {
    font-size: 16px;
    display: inline-block;
    font-family: 'Atten New', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

.house_spec_line {
    background-color: #B5ACA9;
    width: 1px;
    height: 45px;
    display: inline-block;
    margin: 0 10px 0 50px;
}

.house_btn_cont {
    /* position: absolute; */
    width: 100%;
    /* bottom: 40px; */
    margin-top: 45px;
    float: left;
}

.houseGallery {
    width: 100%;
    height: 140px;
    background-color: #fff;
    position: absolute !important;
    bottom: 50px;
}

.houseThumbnail {
    width: 190px;
    height: 150px !important;
    margin: 5px 5px 0 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.houseGallery.slick-initialized .slick-slide {
    margin: 0 5px;
}

.houseGallery.slick-initialized .houseThumbnail {
    height: 125px !important;
    width: auto;
    margin: 5px 0;
}

#backNextBtns {
    width: 100%;
    bottom: 0;
    margin-top: 0;
    position: absolute;
    background-color: #f4f4f4;
}

.newHouseBtns {
    width: 95.5%;
    margin-left: 3.5%;
}

.house_btn_border {
    border: 1px solid #B5ACA9;
    /*background-color: transparent;*/
    padding: 2px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    /* margin-right: 2%;*/
}

.house_btn {
    width: 100%;
    height: 50px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-family: 'Atten New', sans-serif;
}

.minCont_wrapper {
    position: absolute;
    /*bottom: 50px;*/
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

#minContResultUp {
    z-index: 1;
    height: 100%;
    bottom: 0;
}

.elevation_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.elevation_wrap_new {
    position: absolute;
    bottom: -37px;
    left: 45px;
}

.elevation_wrap .subtitle {
    margin: 20px 0px;
}

.elevation_img_cont {
    width: 75px;
    height: 75px;
    float: left;
    box-sizing: border-box;
    margin: 0 8px 0 0;
    border: 0px solid #CFAF4E;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;

}

.elevImg {
    display: none;
}

.elevation_img_cont.active {
    /*border: 4px solid #CFAF4E;*/
    background-color: #003349;
}

.elevation_img_cont img {
    width: 100%;
    margin: 0;
    opacity: 0;
}

.elevation_btn {
    padding: 2px;
    float: left;
    box-sizing: border-box;
    width: 50%;
}

#elevation_next {
    /* border: 1px solid rgba(207,175,78,1);*/
    background-color: #f4f4f4;
}

#elevation_back {
    background-color: #f4f4f4;
    border: 1px solid transparent;
}

.elevation_wrap .house_btn_cont {
    margin-top: 0;
}

.elev_next_arrow {
    /* text-align: left;
    padding-left: 30px;*/
    position: relative;
    background-image: url(images/new/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 25px;
}

.back_search_arrow {
    position: relative;
    background-image: url(images/new/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 25px;
}

.elevLetter {
    position: absolute;
    left: 0;
    top: 25px;
    color: #312725;
    font-size: 30px;
    font-family: 'Atten New', sans-serif;
    width: 100%;
}

.elevation_img_cont.active .elevLetter {
    color: #fff;
}

#maxInfoHouse {
    overflow: hidden;
    padding: 0;
}

#bigSearchHouse {
    overflow: hidden;
}

#houseStyle {
    width: 95px;
    height: 95px;
    position: absolute;
    background-color: #CFAF4E;
    right: 0;
    bottom: 205px;
}

#houseStyle.oneLine {
    bottom: 95px;
}

.houseStyleTitle {
    color: #fff;
    line-height: 5.3;
    width: 98%;
    margin: 0 1%;
    text-align: center;
    font-size: 18px;
    font-family: 'Atten New', sans-serif;
}

#housePlanCont {
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: 0;*/
    /*right: -100%;*/
    right: 0;
    z-index: 10000;
    display: block;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}

#housePlanDad {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFF;
    top: 0;
    right: -100%;
    z-index: 10000;
    display: none;
    background-size: cover;
}

/*#housePlanBtnCont{
	width: 70px;
	height: 70px;
	line-height: 3.3;
	color: #312725;
    position: absolute;
    bottom: 30px;
    right: 50px;
    background-color: #f4f4f4;
    font-size: 20px;
    text-align: center;
	z-index: 100000;
}*/

a#housePlanBtnCont {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/CLOSE_gallery.png);
    width: 70px;
    height: 70px;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 12000;
}


.crossLine {
    width: 1px;
    background-color: #312725;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: rotate(45deg);
}

.crossLine2 {
    width: 1px;
    background-color: #312725;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: rotate(135deg);
}

#houseLotCont {
    /* width: 1920px;
	height: 1080px; */
    position: absolute;
    /*top: 0;*/
    right: -100%;
    z-index: 10000;
    display: none;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#houseLotImg {
    position: absolute;
}

#housePoints {
    position: relative;
}

#houseLotBtnCont {
    width: 220px;
    height: 60px;
    line-height: 3.3;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #312725;
    font-size: 20px;
    text-align: center;
    font-family: 'Atten New', sans-serif;
}

#smallSearchResult {
    overflow: hidden;
    width: 37%;
}

#section-10 .loftOption {
    background-image: url(images/loftS.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
}

/*SECTION 10 CASA JAMES FIN*/

/* SECTION LOTS */


.lotPoint {}

.pointer2 {
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
}

.pointer2.sold {
    background-color: #EE4124;
}

.pointer2.hold {
    background-color: #EEB124;
}

.pointer2.available {
    background-color: #21C27B;
}


#fullImgSite,
.fullImgCont {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#fullImageZoomSite {
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}

span.pointer2Content {
    color: #FFF;
    font-size: 6px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    float: left;
}

#siteplanPopUpDad {
    display: none;
    position: absolute;
    width: 1920px;
    height: 1010px;
    top: 0;
}

#siteplanPopUp {
    display: none;
    max-width: 680px;
    background-color: #fff;
    position: absolute;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#closeSitePopUp {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/CLOSE_gallery.png);
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 0px;
    right: 0px;
    position: relative;
    z-index: 300;
    float: right;
    margin-right: -20px;
}

.popUpUnitType {
    width: 100%;
    background-color: #EAEAEA;
    line-height: 2;
    font-weight: bold;
    float: left;
    padding-left: 7px;
    box-sizing: border-box;
}

.popUpSpecsCont {
    float: left;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 5px;
}

.popUpSpecs {
    width: 33.33%;
    float: left;
    font-size: 14px;
    text-align: center;
}

.popUpSpecs span {
    font-size: 12px;
}

.popUpDetails {
    background-color: #CFAF4E;
    color: #fff;
    font-size: 10px;
    line-height: 3;
    text-align: center;
    float: left;
    width: 100%;
}

#soldPopUp .subtitle {
    font-size: 18px !important;
}

#soldPopUp .title {
    font-size: 20px !important;
    text-shadow: none;
    margin: 10px 0;
}

#paragraphSold {
    padding: 20px 25px 10px 25px !important;
}

.floorCont.floorSold {
    margin: 0 0px 20px 20px !important;
    width: 300px !important;
}

.floorSold .floorImg {
    height: 250px !important;
}

.floorSold .floorImg img {
    height: 250px !important;
}


#section-11 .paragraphCont {
    padding: 20px 25px 30px 25px;
    float: none !important;
}

#section-11 .subtitle {
    font-size: 25px;
}

#section-11 .loftOption {
    background-image: url(images/loftM.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
}


#section-11 .floorImg {
    width: 100%;
    height: 150px;
    position: relative;
}

#section-11 .floorCont {
    width: 200px;
    margin: 0 0px 20px 20px;
    box-shadow: 0px 0px 10px 3px #EAEAEA;
}

#section-11 .floorImg img {
    height: 150px;
}

#sitePlanLegendCont {
    position: absolute;
    bottom: 100px;
    right: 50px;
    text-transform: uppercase;
    max-width: 150px;
    background-color: #717171;
}

#legendTitle {
    background-color: #373737;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.legends {
    color: #fff;
    float: left;
    padding: 8px 5px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Atten New', sans-serif;
}

.legends_circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 8px;
}

.siteLegends {
    background-color: #717171;
    position: relative;
    width: 100%;
    float: left;
}

.legends_circle.sold {
    background-color: #EE4124;
}

.legends_circle.hold {
    background-color: #EEB124;
}

.legends_circle.available {
    background-color: #21C27B;
}


.gm-style-iw {
    padding: 0 !important;
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.fullscreenToggle,
.zoomIn,
.zoomOut {
    background: url(images/pz_sheet.png) !important;
}

.controlHolder {
    display: none !important;
}

#fullImageZoom {
    height: 100% !important;
}

.noFoundHouse {
    position: relative;
    height: 60px;
}

.siteplanPopUpOne {
    padding: 0 !important;
}

.closeSitePopUpOne {
    margin-right: 0 !important;
}


/* ESTILOS NUEVO SITE PLAN*/
/* ESTILOS NUEVO SITE PLAN*/
/* ESTILOS NUEVO SITE PLAN*/
/* ESTILOS NUEVO SITE PLAN*/


/* FONTS */

.helveLight {
    font-family: 'Atten New', sans-serif;
}

.helveRoman {
    font-family: 'Atten New', sans-serif;
}

.helveNeueLight {
    font-family: 'Atten New', sans-serif;
}

.mainColor {
    color: #312725;
}

/* FONTS END */

/* ANIMATIONS */

.aniTran {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* ANIMATIONS END */

.upp {
    text-transform: uppercase;
}

.w100 {
    width: 100%;
}

.floatL {
    float: left;
}

#headerMentira {
    height: 60px;
    width: 100%;
    background-color: #000;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}



/* LEFT CONTAINER STYLES */

#containerLeft {
    width: 80%;
    float: left;
    height: 100%;
}


#planImgContainer {
    height: 980px;
}


.sitePlanImg {
    background-image: url(images/new/RIVERLAND-CANADA.png);
    width: 100%;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#sitePlanLocateImg {
    position: absolute;
}

#allPoints {
    position: relative;
}

#availableLotCont {
    display: none;
    position: relative;
    box-shadow: 0px -2px 5px -1px #e3e3e3;

    /*bottom: -318px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.availableHead {
    padding: 10px 1% 10px 3%;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#availableTitle {
    float: left;
    font-family: 'Atten New', sans-serif;
    font-size: 22px;
}

.closeBtn {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
}

.closeLine1 {
    background-color: #312725;
    width: 1px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 5px;
}

.closeLine2 {
    background-color: #312725;
    width: 1px;
    height: 20px;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: 5px;
}

#housesBox {
    width: 100%;
    height: 80%;
    float: left;
    box-sizing: border-box;
}

#housesBoxFull {
    height: 100%;
}

.houseCont {
    /*width: 23%;*/
    float: left;
    height: 100%;
    background-color: white;
    margin: 0 20px 0 0;
    border: 1px solid grey;

    /* slick */

    /*width: 250px !important;*/
    height: 250px !important;
}

/* slick button */

.slick-next {
    right: 20px !important;
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    background-image: url('images/arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50% !important;
}

.slick-prev {
    display: none !important;
}

.slick-prev::before {
    content: '' !important;
}

.slick-next::before {
    content: '' !important;
}

/* slick button end */

.casaImg {
    background-image: url('casa-aurora.jpg');
    float: left;
    width: 100%;
    height: 68%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.casaHeart {
    background-image: url('images/heart.png');
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

.casaCamara {
    background-image: url('images/camera.png');
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.houseCont.first {
    /*margin-left: 3%;*/
}

.houseInfo {
    margin: 0 10px;
}

.houseModel {
    margin: 8px 0 3px 0;
    font-family: "Atten New", sans-serif;
    font-size: 15px;
    float: left;
    width: 100%;
}

.housePrice {
    margin: 0;
    font-family: "Atten New", sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
}

.houseLine {
    background-color: #312725;
    opacity: 0.3;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    float: left;
}

#section-4 .houseLine {
    width: 100%;
}

.houseCat {
    font-size: 8px;
    font-family: "Atten New", sans-serif;
}

#section-4 .houseCat {
    font-size: 9px;
    font-family: "Atten New", sans-serif;
    line-height: 2;
}

.houselineVer {
    float: left;
    border-right: 1px solid rgba(49, 39, 37, 0.3);
    padding-right: 13px;
    margin-right: 6px;
    margin-right: 1%;
    margin-right: 2%;
}

.houselineVer:last-child {
    border-right: none;
}

/* HOUSE DETAILS BOX */

#closeDetail {
    position: absolute;
    right: 10px;
    z-index: 2;
}

.detailAdress {
    font-family: "Atten New", sans-serif !important;
}


.detailsBtn {
    width: 48%;
    margin: 10px 0px;
    border: 1px solid #312725;
    text-align: center;
}

.detailsBtn.noBtn {
    border: none;
}

.detailsBtn a {
    display: block;
    padding: 10px 10px 5px 10px;
    text-decoration: none;
    font-family: "Atten New", sans-serif;
    font-size: 16px;
}

#requestBtn {
    float: right;
}


/* LEFT CONTAINER END */

.nameCateHomes {
    margin-left: 10px;
    height: 25px;
    line-height: 30px;
    font-family: "Atten New", sans-serif;
    font-size: 15px;
}

.nameCateSite {
    margin-left: 30px;
    height: 25px;
    line-height: 30px;
    font-family: "Atten New", sans-serif;
    font-size: 15px;
}

.homesCheckBoxCont {
    padding: 0 10px 0 25px;
    float: left;
    width: 100%;
}

.categoryContSite {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    float: left;
}

.categoryContHomes {
    margin-bottom: 10px;
    width: 40%;
    height: auto;
    float: left;
}

.selectCateHomes {
    margin-left: 0px;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    background-color: #f4f4f4;
    float: left;
    box-sizing: border-box;
}

.selectCateHomes.active {
    background-color: orangered;
}

#selectCollections.homesSelect {
    width: calc(100% - 85px);
    margin: 10px 0;
}

.homesSelect {
    width: 45%;
    margin-right: 5%;
    border: none;
    border-bottom: 1px solid gray;
    height: 40px;
    font-size: 17px;
    float: left;
    background-image: url(images/new/arrow-down.png);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    font-family: "Atten New", sans-serif;
}

.homesSelect:focus {
    outline: none;
}

.homesSelect {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

.homesSelect option {
    font-size: 12px;
    padding: 0;
}

.homesSelect.minMaxLabel {
    border: none;
    float: left;
    height: auto;
    padding: 5px 1px;
    background: none;
    box-sizing: border-box;
    font-size: 16px;
}







/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */

@media only screen and (max-width: 1800px) {
    .menuTitle {
        font-size: 29px;
    }

    .subname {
        font-size: 13px;
    }

    .floorCont {
        /*		width: 21%;*/
        /*		margin: 0 2% 40px;*/
        width: 31%;
        margin: 0 1% 40px;
    }
}

@media only screen and (max-width: 1600px) {
    #section-1 .minCont {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 1400px) {

    #bgvidSplash {
        width: 100%;
        height: 100%;
    }

    #mainTouch {
        font-size: 16px;
        width: 250px;
        height: 60px;
        margin-left: -150px;
        line-height: 65px;
        bottom: 100px;
    }

    #menuLogo {
        background-size: 100%;
    }

    .menuTitle {
        font-size: 25px;
    }

    .subname {
        font-size: 10px;
        left: 20px;
    }

    #menu ul li a {
        padding-left: 20px;
    }

    .menuSubtitle {
        font-size: 10px;
    }

    #menu ul ul {
        padding: 0 1%;
    }

    #section-1 .minCont {
        padding: 0 35px;
    }

    .team_title {
        font-size: 30px;
    }

    .team_subtitle {
        font-size: 15px;
    }

    .regular {
        font-size: 12px;
    }

    .floorCont {
        width: 31%;
        margin: 0 1% 40px;
    }

    #section-4 .paragraphCont {
        padding: 10px 25px 0px 25px;
    }

    #section-4 .title {
        font-size: 20px;
    }

    .subtitle {
        font-size: 18px;
    }

    .homesSelect {
        font-size: 14px;
    }

    .homesSelect.minMaxLabel {
        font-size: 12px;
    }

    .value-one {
        font-size: 12px;
    }

    .value-two {
        font-size: 12px;
    }

    .selectCont {
        margin-bottom: 10px;
    }

    .categoryContHomes {
        width: 45%;
        margin-top: 10px;
    }

    #section-10 {
        /*height: 668px !important;*/
    }

    #section-10 .paragraphCont {
        padding: 50px 20px 40px 20px;
    }

    #section-10 .title {
        font-size: 30px;
    }

    .houseLotName {
        font-size: 15px;
    }

    #unitDescription {
        font-size: 12px;
    }

    .house_spec {
        font-size: 16px;
    }

    .minCont_wrapper {
        /*bottom: 50px;*/
    }

    .house_spec_line {
        margin: 0 10px 0 20px;
        height: 32px;
    }

    #minContResult {
        /* width: 379px !important; */
    }

    #minContResultUp {
        bottom: 0 !important;
    }

    .house_btn_cont {
        width: 90%;
    }

    .house_btn {
        font-size: 12px;
        height: 35px;
        line-height: 38px;
    }

    #fullfloorImg {
        height: 572px;
    }

    .elevation_img_cont {
        width: 45px;
        height: 45px;
    }

    .elevLetter {
        left: 17px;
        top: 15px;
        font-size: 20px;
    }

    .elevation_wrap_new {
        bottom: -25px;
    }

    .elevation_wrap_new .elevation_img_cont img {
        height: auto !important;
    }

    #housePlanCont {
        width: 100%;
        height: 100%;

        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #housePlanDad {}

    #houseLotCont {
        width: 100%;
        height: 100%;
    }

    #fullfloorImg.moveReadyHouse {
        /*width: 645px;*/
        /*height: 545px;*/
        height: 80.6%;
    }

    .houseThumbnail {
        width: 100px !important;
        height: 80px !important;
        margin: 5px 5px 0 5px;
    }

    .houseGallery {
        /*bottom: -43px;*/
        bottom: 0;
        /*height: 90px;*/

    }

    .slick-next {
        width: 20px !important;
        height: 20px !important;
        right: 10px !important;
        top: 27% !important;
    }

    .back_search_arrow {
        background-size: 15px;
    }

    .elev_next_arrow {
        background-size: 15px;
    }

    #section-1 {
        /*height: 618px !important;*/
    }

    .team_text {
        max-height: 482px;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    #section-1 .fullTitle {
        margin-top: 0px;
    }

    .categoryCont .selectCate .nameCate {
        font-size: 15px;
        line-height: 57px;
    }

    .nameCate {
        background-size: 18px;
    }

    .categoryCont.active .selectCate .nameCate {
        font-size: 15px;
        line-height: 57px;
    }

    .miniLista {
        font-size: 15px;
    }

    .mapAdress {
        font-size: 13px;
    }

    .travelTime {
        height: 12px;
        line-height: 13px;
        margin-top: 5px;
    }

    .walkTime {
        padding-left: 12px;
    }

    .bikeTime {
        padding-left: 20px;
    }

    .carTime {
        padding-left: 24px;
    }

    .gallery.model-1 {
        margin: 5% auto;
    }

    #section-1 .minCont.inverted .paragraphCont.txtModel-1 {
        right: -15%;
        padding: 15% 45% 15% 0%;
    }

    #section-1 .paragraphCont.txtModel-1 {
        padding: 15% 0% 15% 45%;
    }

    .phasesTitle {
        font-size: 10px;
        line-height: 30px;
    }

    .phasesCont {
        height: 30px;
    }

    #phasesBox.closed {
        height: 30px;
    }

    .dropArrow {
        width: 15px;
        height: 15px;
        top: 7px;
    }

    .phaseBtn {
        font-size: 10px;
    }

    .legendTitles {
        font-size: 13px;
        font-weight: 600;
    }

    .legendTitles {
        font-size: 10px;
    }

    .nameCateSite {
        font-size: 10px;
    }

    .categoryContSite {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 1025px) {
    .menuTitle {
        font-size: 23px;
    }

    .subname {
        font-size: 8px;
        left: 20px;
    }

    #menu ul ul.menuItemList {
        bottom: 80px;
    }

    .categoryContHomes {
        width: 100%;
        margin-top: 10px;
    }

    .house_spec {
        margin-top: 10px;
        font-size: 13px;
    }

    .house_spec_cont {
        margin-top: 0px;
    }

    .houseInfoCont {
        padding: 0;
    }

}


@media only screen and (max-width: 1025px) {
    .menuTitle {
        font-size: 20px;
    }

    .subname {
        font-size: 7px;
        left: 20px;
    }

    #menuContent {
        height: 80px;
    }

    #menuLogo {
        height: 80px;
    }

    .floorCont {
        width: 46%;
        margin: 0 2% 40px;
    }

    #section-4 .houseCat {
        font-size: 8px;
    }

}

@media only screen and (max-width: 768px) {
    .menuTitle {
        font-size: 14px;
    }

    .subname {
        font-size: 6px;
    }

    #menu ul li a {
        padding-left: 7px;
    }
}

/* --- SEBAS 18/08/2020--- */
.location__list {
    width: 90%;
    margin: auto;
    height: 0;
    overflow: hidden;
}

.location__list__element {
    padding: 10px 0 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location__list__element.active,
.location__list__element:hover {
    font-weight: bold;
    padding: 10px 0 10px 22px;
}


.slick-prev,
.slick-next {
    display: none !important;
}





#fulliframeContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fulliframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#logoInner {
    float: left;
    width: 100%;
    height: 100%;
}




div.icon360 {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 55px;
    background-image: url('images/icon-vtour.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.iconCam {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 55px;
    background-image: url('images/icon-camera.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.priceMgn.sizeClass {
    font-size: 15px;
}

.contInfoCard {
    display: grid;
    grid-template-columns: repeat(var(--items), 1fr);
    position: relative;
    width: 100%;
}

.contInfoCard #unitSize {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
}

.contInfoCard .floorIconMin {
    width: auto;
    padding: 0 2px;
}

.contInfoCard .priceMgn {
    border-left: 1px solid rgba(49, 39, 37, 0.3);
    padding-left: 5px;
}

.contInfoCard .unitPriceClass {
    font-size: 20px;
}

.contInfoCard .priceMgn:first-child {
    border-left: none;
    padding-left: 0px;
}

.floorImg .iconsF:first-child {
    right: 10px;
}

#menu ul li a.noclikeable {
    pointer-events: none;
    opacity: 0.4;
}