/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/*

gold
color: #b99e6b;

dark dark blue
#131b22;


font-family: 'Barlow', sans-serif;
font-family: 'Bubbler One', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Wire One', sans-serif;
font-family: 'Poiret One', cursive;
*/


@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler_Light.otf');
}



body {
    background-color: #30363a;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
        font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    
}
.unscrollable{
   overflow-y: hidden;
}


*:focus {
    outline: none !important;
}

.vertmid{
     position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

nav {
    color: #fff;
    background-color: #30363a;
    font-family: "Butler", "Inria Serif", serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;

}

nav hr {
    margin-top: 0px;
    width: 97%;
}

nav ul {
    margin-right: 50px;
    margin-top: 5px;
}

nav ul a {
    padding: 0 25px;
    -webkit-transition: none;
    transition: none;
}

nav ul a:hover {
    color: #915616;
    background: none;
}

nav ul li {
    padding-right: 3px;
    padding-left: 3px;
}

nav ul li:last-child {
    padding-right: 20px;
}


/*.dropdown-content{
    position:relative;
    top:-63px;
    background-color: #023873;
}
.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 20px;
    line-height: 1.2em;
    width: 100%;
    text-align: left;
}
.dropdown-content li>a{
    font-size:.9em;
    line-height: 1.2em;
    padding: 5px 10px;
    color:#fff;
}
.dropdown-content li:last-child{
    padding-bottom:5px;
}

#dropdownlocation{
    width:100%!important;
}

.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
     background-color: #023873;
}

.dropdown-content li.active.selected {
     background-color: #023873;
}*/

nav a.brand-logo {
    width: 100px;
    height: auto;
    margin-top: 15px;
}

nav a.brand-logom {
    width: 260px;
    position: absolute;
    top: 8px;
    left: 80px;
}

.brand-logom img {
    width: 100%;
    height: auto;
}

.logo-trigger {
    position: relative;
    top: 700px;
    z-index: 100;
}

.w100h1 {
    width: 100%;
    height: 1px;
}

.fill-blue {
    fill: #0066AB;
}

.fill-darkblue {
    fill: #223369;
}

.fill-darkblue2 {
    fill: #10123B;
}

.fill-mapblue {
    fill: #0066AB;
}

.fill-mapdblue {
    fill: #223369;
}


.fill-cwred {
    fill: #EA0029;
}

.fill-cwgray {
    fill: #6F7271;
}



#feathead-trigger {
    position: absolute;
    top: 400px;
    width: 100%;
    height: 1px;
    z-index: 901;
}

#featureshead {
    margin-top: 40px;
}

#contacthead {
    margin-top: 500px !important;
}

#feattext-trigger {
    position: relative;
    top: 50px;
    width: 100%;
    height: 1px;
    z-index: 901;
}


.parallax-container {
    height: 800px;
    width:100%;
}

.parallax-container.specsc {
    height: auto;
}

/*------- NAV ----------------*/
.sidenav {
    width: 100%;
    background-color:red;
    background: url(../images/bg.gif) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.sidenav li:nth-child(2){
    margin-top:8vh;
}
.sidenav li {
    text-transform: uppercase;
    font-family: "Butler", "Inria Serif", serif;
    padding-top:3vh;
    text-align: center;
    letter-spacing: 3px;
    background: none;
    
}
.sidenav li>a::after{
    content:'';
    display:block;
    margin:auto;
    width:0px;
    border-bottom: 1px solid #b99e6b;
    transition-property: opacity, width;
  transition-duration: .5s;
}
.sidenav li>a:hover {
    color:#b99e6b;
    background: rgba(0,0,0,0);
}
.sidenav li>a:hover::after{
    width:100px;
}

.sidenav li:first-child>a::after{
     display:hidden;
}
.sidenav li > a {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.6em;
    height:6vh;
    max-height:100px;
    font-weight:100;
}

.scrollspy {
    position: relative;
}

#features {
    position: relative;
    top: 180px;
}

#available {
    position: relative;
    top: 200px;
}

#location {
    position: relative;
    top: 140px;
}


#specs {
    position: relative;
    top: 150px;
}


#gallery {
    position: relative;
    z-index:1000;
}

#contact {
    position: relative;
    top: 250px;
}

nav ul a.active {
    color: #b99e6b;
    font-weight: 500;
}
nav ul a:hover{
    color: #b99e6b;
}

nav {
    height: 70px;
}

nav ul a,
nav {
    color: #fff;
    letter-spacing: 2px;
    /*font-size: 1em;
    font-weight: 300;*/
}


.featurestxt {
    opacity: 0;
    position: relative;
    left: 30px;
}

.beigebg {
    background: #32363a;

}

nav {
    z-index: 903;
    box-shadow: none;
    position: fixed;
        background:rgba(216,212,203,0);
}

nav a {
    color: #fff;
}

@media only screen and (max-width: 1325px) {
    nav ul a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1160px) {
    nav ul a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1120px) {
   
    .features li{
        font-size: .9em;
    }
    nav ul a {
        font-size: .8em;
    }

}

@media only screen and (min-width: 993px) {
    
    nav a.button-collapse {
        display: block !important;
    }
    
    
}

    nav a.sidenav-trigger {
        display: block;
        float: right;
    }


nav a:hover {
    cursor: pointer;
    font-weight: 500;
}



.brand-logo {
    width: 100px;
    height: auto;
    margin-left: 20px;

}

.brand-logo img,
.logo-container img {
    width: 100%;

}

.btn,
.btn-large,
.btn:visited,
.btn-large:visited,
.btn:focus,
.btn-large:focus {
    background-color: #1966a5;

    /* background-color: #15181e;*/
    color: #fff;

    /*background-color: #ccc;
    color:#000;*/
}

.btn {
    line-height: 34px;
}

.btn:hover,
.btn-large:hover {
    background-color: #0887ef;
    /* background-color: #172237;*/

}

.btn i,
.btn-large i {
    padding-right: 5px;
    font-size: 1.1em;
}



/*.nlocation{
    min-width:145px;
}


.button-collapse{
   margin:10px 0px 0px 35px !important;
}

.button-collapse i{
    display:block;
    font-size: 3.4em;
    color: #999;
    
}
.button-collapse p{
    line-height: .8em;
    margin-top:0px;
    color:#25aae1;
    font-weight: 500 !important;
*/
}

.parallax-container {
    min-height: 220px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}



.parallax-container .section {
    width: 100%;
}

/*------- BASICS ----------------*/

.invis {
    display: none;
}

.nomargin {
    margin: none;
}

.nopad {
    padding: 0 !important;
}

.nomargintop {
    margin-top: 0px;
}

.nopadbtm {
    padding-bottom: 0 !important;
}

.nomarginbtm {
    margin-bottom: 0px;
}

.margintop-20 {
    margin-top: -20px;
}


.transbg {
    background: transparent;
}

.blackbg {
    background-color: #000;
}

.darkgraybg {
    background-color: #191e1a;
}

.darkbluebg {
    background-color: #023873;
}

.whitebg {
    background-color: #fff;
}
.darkbgoverlay{
        background:rgba(25,35,39,.5);
        
}

.fadet{
    opacity:0;
    position: relative;
    top:15px;
}
.h100 {
    height: 100vh;
}
.h70{
    height:70vh;
}
.h90{
    height:90vh;
}
.h760 {
    height: 740px;
}

.h780 {
    height: 780px;
}

.h800 {
    height: 780px;
}

.hauto {
    height: auto;
}

.pad50 {
    padding: 50px;
}

.nopad{
    padding:0!important;
}
.padsides10 {
    padding: 10px;
}

.padsides50 {
    padding: 0px 50px;
}

.padsides10p {
    padding: 0px 10%;
}

.padsides5p {
    padding: 0px 5%;
}


.padtop30 {
    padding-top: 30px;
}

.bgtransblue {
    background-color: rgba(24, 80, 142, .3);
}

.bgtransblack {
    background-color: rgba(0, 0, 0, .85);
}

.bgtransblack4 {
    background-color: rgba(0, 0, 0, .75);
}

.bgtransgray {
    /*     background-color:rgba(39, 45, 49, .7);*/
    background-color: rgba(21, 24, 31, .7);
}


.img100w {
    width: 100%;
    height: auto;
}

.nopadmargin,
.nopadmargin .col {
    padding: 0px;
    margin: 0px;
}

.padtop5 {
    padding-top: 5px !important;
}

.padtop10 {
    padding-top: 10px;
}

.padtop20 {
    padding-top: 20px;
}

.padtop30 {
    padding-top: 30px;
}

.padtop60 {
    padding-top: 60px;
}

.padtop50 {
    padding-top: 50px;
}

.padsides {
    padding-right: 5%;
    padding-left: 5%;
}

.padtop80 {
    padding-top: 80px;
}

.padright30 {
    padding-right: 30px;
}

.padright20 {
    padding-right: 20px;
}

.padleft50 {
    padding-left: 50px;
}
.row .col.padleft4p {
    padding-left: 4%;
}
.bgwhite {
    background: #fff;
}

h5 {
    font-size: 3.5em;
    font-weight: 400;
    letter-spacing: 15px;
}



h1, h2 {
    margin:10px auto;
    text-transform: uppercase;
    font-family: "Butler", "Inria Serif", serif;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 2em;
    line-height: 1.2em;
    color: #fff;
    /*    text-shadow: -.7px -.7px 0 #000, .7px -.7px 0 #000, -.7px .7px 0 #000, .7px .7px 0 #000;*/
}

.bred {
    border: solid thin red;
}

.borderwhite{
/*    border:solid 10px #7c8b97;*/
}
hr {
    border: 0;
    height: 1px;
    background: #777;
    /*    background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #714331;
    display: inline-block;
}


h1 {
    position: relative;
    overflow: hidden;
}

h1 > div {
    position: relative;
    margin: 0;
}

/*------- COLORS ----------------*/

.bg-gradient-black {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+36,000000+100&1+37,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 1) 37%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 32%;
    height: 300px;
    position: absolute;
}

.fill-white {
    fill: #FFFFFF;
}

.fill-gold {
    fill: #C2B59B;
}

.fill-cyan {
    fill: #00FFFF;
}

.fill-gray {
    fill: #66594D;
}

.fill-gray2 {
    fill: #B6B5B8;
}

.fill-lightblue {
    fill: #adbfed;
}

.fill-2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #C7C9CA;
}

.fill-skyblue {
    fill: #28A8E0;
}

.fill-black {
    fill: #010101;
}

.fill-green {
    fill: #006f51;
}

.graytxt {
    color: #d4d4d6
}

.darkgraytxt {
    color: #898989;
}

.bluetxt {
    color: #3a4351;
}

.blue2txt {
    color: #39404f;
}

.blue3txt {
    color: #101828;
}

.blue4txt {
    color: #232938;
}


.whitetext {
    color: #fff;
}

.graytext {
    color: #666;
}


.greentext {
    color: #66b48e;
}

.purpletext {
    color: #8091bd;
}

.lightbluetext {
    color: #4189e0;
}

.orangetext {
    color: #cb9b40;
}

.lightbluetext {
    color: #4189e0;
}


.trans3 {
    opacity: .3
}


.logo-container {
    width: 340px;
    height: 27px;
}

/*
.fliph{
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/


/*------- HOME ----------------*/


.sr7_splitted_chars{
    font-family: "Butler", "Inria Serif", serif!important;
    font-weight: 100;
}


.home {
    position: relative;
    z-index: 1;
}


a.hovere {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

a.hovere::before,
a.hovere::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

a.hovere::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #714331;
}

/*
a.hovere::before {
  background-color: #714331;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
a.hovere:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}*/
a.hovere:hover::after {
    transform: translate3d(0, 0, 0);
}

a.hovere span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

a.hovere:hover span {
    transform: translate3d(-200%, 0, 0);
}

.floors-icon {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: .3em;
}

.home-arch i {
    vertical-align: .6em;
    color: #714331;
}

.home-arch hr {
    margin-top: 0px;
    padding-top: 0px;
}

.floors-icon svg {
    width: 100%;
    height: auto;
}

.home .section {

    padding-bottom: 0px;
}

.home row.blackbg {
    height: 780px;
}

.hometxt {
    text-align: left;
    z-index: 0;
}

.homefade {
    opacity: 0;
}

#ex1.modal {
    z-index: 2000;
    top: 20%;
    width: 60%;
    max-width: none;
    max-height: none;
    padding: 50px;
    background: #000;
}

#ex1.modal a.close-modal {
    top: 10px;
    right: 10px;
}

#triggerhomeimg {
    position: relative;
    top: 350px;
    height: 1px;
    width: 100%;
}

.hometxt p {
    /*    font-size:1.3em;*/
    color: #fff;
    line-height: 1.6em;
    font-size: 1em;
}

.bordered {
    border-top: solid thin #474747;
    border-bottom: solid thin #474747;
}

.hometxt h2 {
    font-size: 1.6em;
    line-height: 1.4em;
    /*    font-family: essonnes-display,serif;*/
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hometxt h2 span {
    color: #C4B497;
}

.carousel {
    height: 50vh !important;
    width: 75%;
}

.row.slider-center {
    position: absolute;
    top: 50%;
    width: 68%;
}

.row.slider-center i:hover {
    cursor: pointer;
}

i#next {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 55px;
    font-weight: 400;
}

i#prev {
    position: absolute;
    left: 20px;
    color: #fff;
    font-size: 55px;
    font-weight: 400;
}

.carousel .indicators {
    bottom: 50px;
}

.videobtn a {
    color: #FFF !important;
}

.videobtn {
    margin-left: 25%;
    width: 160px;
    height: 80px;
}

.videobtn:hover {
    cursor: pointer;
}

.videobtn svg {
    width: 50px;
    height: auto;
}

.vidbtntxt {
    font-size: 1.3em;
    position: relative;
    left: 85px;
    top: -65px;
}

.videobtn:hover .vidbtntxt {
    color: #C2B59B;
}

.closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0px !important;
}



.md-close i {
    font-size: 2.4em;
    position: relative;
    left: 3px;
}

.md-content {
    padding-top: 50px;
}

.arrow1 {
    display: block;
}

.arrow1 {
    width: 70px;
}

.arrow1 svg,
.arrow2 svg {
    width: 100%;
    height: auto;
}

.arrow2 {
    opacity: 0;
    position: absolute;
    margin-top: -70px;
    left: 29%;
}

.vidbtncontainer {
    width: 90px;
    height: 90px;
}

/*------- FEATURES ----------------*/

#features-trigger {
    position: relative;
    top: -200px;
}

.feattxt span{
    font-weight:500;
}
.feattxt h3{
    font-family: Roboto;
    color:#fff;
    font-size: 1em;
    font-weight: 200;
}

.featbg {
    background: url(../images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.features {
    width: 100%;
    position: relative;
    z-index: 2;

}
hr{margin:20px auto;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #a7845a, #a7845a, #a7845a);
}

.featuresbg {
/*    background: url(../images/featuresbg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.features .text-heading{
    text-align: center;
}
.features .text-heading hr{
    width:25%;
}
.featimg {
    width: 80%;
    margin:auto
}

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

.features .bgtransblack {
    height: 300px;
    border-radius: 10px;
}



.features .movetop {
    position: relative;
    top: -30px;
}

.features .txt {
    /*    margin-top:-20px;*/
    padding: 40px 50px 0px 50px;
    color: #fff;
}

.features h2 {
    font-size: 1.1em;
}



.features li {
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: "Roboto", sans-serif;
  font-weight: 300;
    margin-bottom: 14px;

}

.features li:before {
    content: "+";
    font-size: 2.5em;
    color:#a38159;
    position: relative;
    left: -15px;
    top:7px;
    margin-left: -22px;
    font-weight: 100;
}


/*----------------- GALLERY -----------------*/

.gallery {
    position: relative;
    z-index: 20;
    padding: 30px 5px;
}



.gallery .instruct {
    text-align: center;
    font-size: .8em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}

.gallery .instruct {
    margin-top: 5px;
    color: #5f5f60;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.gallerybg {
    background-color: cyan;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    width: 100%;
    height: 1635px;
    opacity: 0;
}
#galthumb-trigger2{
    position: relative;
    top:80px;
}
#galthumb-trigger3{
    position: relative;
    top:160px;
}
.polygon-enter-active { 
    animation: 1s polygon reverse;
}
@keyframes polygon {
0% { clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  100% { clip-path:  polygon(0 0, 100% 0, 100% 0, 0 7%); }
}
  

#galfl6,
#galfl7 {
    display: none;
}


.gallery .sidelabel h5 {
    margin-top: 500px !important;
}





/*------- AVAILABILITIES  ----------------*/

.avails {
    position: relative;
    z-index: 10;
   padding:50px 8%;
}
.availsbg {
    background-color:#2a2f35;
    background-image: url(../images/bg.png);
    background-repeat:no-repeat;
    background-position:  center center;
    background-attachment:  fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.avails h1{
    font-size:2em;
    letter-spacing:2px;
    text-transform:none!important;
    text-align: center;
    margin-bottom:50px;
}
.avails h2{
    font-size:1.4em;
    margin-top:50px;
}
.avails .dloadlink{
    width:auto;
    padding:5px 0px;
    border-radius: 20px;
    width:140px;
}


.avails .dloadlink a {
    font-size: .8em;
    letter-spacing:1px;
    color: #fff;
}


#availstack-trigger {
    position: relative;
    top: -400px;
    width: 100%;
    height: 0px;
    z-index: 901;
}

#availsplan-trigger {
    position: relative;
    top: -300px;
    width: 100%;
    height: 0px;
    z-index: 901;
}


.floors {
    text-align: left;
}

.instruct p {
    letter-spacing: 0px;
    font-size: .9em;
    color: #999;
    text-align: left;
    margin:20px 0px 0px 0px;
}

.stack{
    padding: 30px 10%;
}
.stack img{
    width:95%;
    height:auto;
}


.avails {
    color: #000;
}
.avails h3{
    font-family: "Butler", "Inria Serif", serif;
    font-size: 1em;
    color:#fff;
}
.sideplan {
    margin-left: 10%;
}
.sideplan h1{
    font-size:3em;
    letter-spacing:2px;
    margin:0 auto
}
.avails hr {
    margin-top:5px;
    margin-bottom: 0px;
}

.fplan-options {
    margin-top: 0px;
    padding-top: 0px;
}

#availhead-trigger {
    position: relative;
    top: -50px;
}

#stack-trigger {
    position: relative;
    top: -50px;
}

#floor-trigger {
    position: relative;
    top: -50px;
}




.fl {
    margin-bottom: 0px;
}


.dloadlink {
    width: 180px;
    border:solid thin #fff;
    border-radius: 30px;
    padding:10px 12px;
    text-align: center;
}

.dloadlink a {
    font-size: .9em;
    letter-spacing:2px;
    color: #fff;
}



.dloadlink a:hover {
    cursor: pointer;
    color: #b99e6b;
}

#floortext {
    font-size: 1.5em;
    font-family: "Butler", "Inria Serif", serif;
    letter-spacing: 2px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 45px;
}

.planimgfc {
    display: none;
}

.planimgc,
.planimgfc {
    padding: 20px 5px 0px 0px;
}

.planimgc img,
.planimgfc img {
    width: 90%;
    height: auto;
}



#keyitems {
    display: table-cell;
    vertical-align: bottom;
}

#keynums p {
    text-align: right;
}

.stackfloors {
    text-align: center;
    color: #999;
    margin-top: 40px;
    line-height: 3.4em;
}


.fplan-options li {
    letter-spacing: 1px;
    border-bottom: solid thin #999;
    padding-bottom: 10px;
    font-family: "Butler", "Inria Serif", serif;
}

.fplan-options li:hover {
    color: #724A22;
    cursor: pointer;
}

.fplan-options li.active {
    color: #724A22;
}

.fplan-options li:hover h2,
.fplan-options li.active h2 {
    color:#c8b18c;
}

.fplan-options li:hover p,
.fplan-options li.active p {
    text-shadow: -.1px -.1px 0 #724A22, .3px -.1px 0 #724A22, -.1px .1px 0 #724A22, .1px .1px 0 #724A22;
}

.fplan-options p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    text-shadow: -.1px -.1px 0 #000, .3px -.1px 0 #000, -.1px .1px 0 #000, .1px .1px 0 #000;
}

.fplan-options h2 {
    font-size: 1em;
    margin-top: 0px;
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-shadow: -.3px -.3px 0 #000, .3px -.3px 0 #000, -.3px .3px 0 #000, .3px .3px 0 #000;
}

.planspecs {
    color: #000;
    font-size: .8em;
    letter-spacing: 0px;
    line-height: 1.9em;
}

.planspecs h2 {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 9%;
}
.specstxt{
    font-size:.9em;
}
.specstxt .row{
margin-bottom: 10px;
}
.specstxt .row .col:last-child{
color:#d5d4d2;
}
.specstxt h1{
    margin-top:5vh;
}


.galfloor-instruct {
    letter-spacing: 2px;
    min-width: 240px;
    max-width: 280px;
    font-size: .9em;
    padding: 10px 10px 5px 10px;
    color: #000;
    border-bottom: solid thin #86715a;
    /*     border-top: solid thin #86715a;*/
    font-family: "amandine", sans-serif;
    text-shadow: -.1px -.1px 0 #000, .1px -.1px 0 #000, -.1px .1px 0 #000, .1px .1px 0 #000;
}

/* .galfloorbtn:hover{
   background:#724A22;
    color:#724A22;
     text-shadow: -.1px -.1px 0 #724A22, .1px -.1px 0 #724A22, -.1px .1px 0 #724A22, .1px .1px 0 #724A22;
/*    background:#2d353a;
    cursor: pointer;
/*    border-bottom: solid thin #2d353a;
     border-top: solid thin #2d353a;
}*/

.galfloor-instruct a {
    color: #000;
}


/*------------------ LOCATION NEIGHBOR ------------*/

#triggerlocationhead {
    position: relative;
    top: 100px;
}

#neighbor-trigger {
    position: relative;
    top: -100px;
}

#neighbor-trigger2 {
    position: relative;
    top: 300px;
}

.neighborhood {
    position: relative;
    z-index: 20;
background: #2c3135;
}
.neighborbg {
    background: url(../images/568location.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img.loctxt{
    width:70%;
    height:auto;
    margin:auto;
    padding-top:15vh;
}
.neighbor img{
    width:80%;
    height:auto;
}


.neighborhoodc {
    margin-top: 40px;
    text-align: center;
}

.neighborhood .txt {
    padding: 30px;
}

#neighborimg {
    width: 85%;
    position: relative;
    top: 35px;
    opacity: .8;
}

.mapimg img {
    width: 95%;
    position: relative;
    top: 20px;
}

.mapkey h3{
    font-family: "Butler", "Inria Serif", serif;
    margin-bottom:0px;
    font-size: 2em;
}
.mapkey p{
    margin:0;
}
.neighbor .col {
    padding: 0px .45em;
}

#neighbor1 {
    padding-bottom: 40px;
}

#neighbor2 {
    padding: 20px 20px 40px 20px;
}


.neighborhood h1 {
    /*
    font-family: 'Montserrat', sans-serif;
    font-size: 5.5em;
    font-weight: 700;
   position: absolute;
    line-height: 1em;
    margin:0;
    padding:0;
*/
}

#headcontainer {
    height: 320px;
    position: relative;
    top: -250px;
    margin-bottom: -320px;
}

#head1 {
    top: 0px;
    left: 10%;
}

#head2 {
    bottom: 0px;
    left: 60%;
}

.neighborhood p {

    line-height: 1.7em;
    color: #fff;
    text-align: left;
}

.mapc {
    text-align: left;
}
.mapc img {
    width:98%;
    height:auto;
}

.mapkey {
    font-size: .7em;
    margin-bottom: 35px;
    margin-top: 15px;
}


.retail {
    color: #F9D4A7;
}

.hotels {
    color: #72C8F1;
}

/*------- TECH SPECS  ----------------*/
.specsm{
    color:#fff;
}
.specsm p{
    font-weight: 200;
}
.specsm p span{
    font-weight: 400;
}
.specsbg{
    background:#2E363A;
}
.specstxt {
        color: #fff;
    font-family: roboto;
    }
.specstxt p{
       font-size: .8em;
    }
.specstxt h1 {
    font-size: 3em;
    padding-top: 50px;
}
.fullimg {
    width: 100%;
    margin: 0px;
}

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

.specsimg {
    margin: 50px 0;
    height:95vh;
    width:95%;
    background-image: url('../images/gallery/lobby2.webp');
    /* Set a specific height */
    min-height: 500px;
background-size: contain;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
 
    background-repeat: no-repeat;
/*    background-size: cover;*/
}


/*------- CONTACT ----------------*/

.contactbg {
    background: url(../images/gallery/view2.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.backimg{
/*    position:absolute;*/
    width:100%;
    height:800px;
    z-index:10;
}

.backimg img{
  
    height:auto;
}

.contactmask{
    position:relative;
    top:-800px;
    z-index:2;
}
#contact-trigger {
    position: relative;
    top: -60px;
}



.row .col.contactright {
    padding-left: 5%;
}
.contactimg{
    margin:0;
}
.contactimg img {
    width: 100%;
    height: auto;
    margin:0;
}

.contact h1 {
    font-size: 1em;
    margin-top:0;
}

.darkbluebg{
        background:#232B2F;
        
}

.contact .dloadlink{
/*    border-radius:0px;*/
    border:solid thin #b99e6b;
    padding:6px;
    width:auto;
}
.contact .dloadlink a{
    font-size:.8em;
    letter-spacing: 1px;
}
.contacttxt{
    margin-top:-20px;
    padding:3%;
    color: #fff;
    font-size: .9em;
    padding-bottom: 50px;
}
.contacttxt h3 {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.2em;
    margin-bottom:0;
    margin-top:0;
    font-weight: 200;
}

.contactnames {
/*   s*/
}
.contactnames div:first-child{
    margin-left:30px;
}
.contactnames div{
    display: inline-block;
    margin: 0 10px;
    border:solid thin red;
}
.contacttxt a,
.contacttxt a:visited {
   color: #fff;
}

.contacttxt a:hover {
    color: #a3956b;
}

.contactlogo {
    position: relative;
    width: 60px;
    height: auto;
}

.contactlogo svg {
    width: 100%;
    height: auto;
}

/*--------- MOBILE ----------*/

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

.movetop-20 {
    position: relative;
    top: -20px;
}

.homem .hometxt {
    color: #fff;
    width: 100%;
    padding: 0px 40px;
    margin-top: 30px;
    position: static;
    text-align: center;
}

.wiredm img {
    width: 50px;
    height: auto;
}

.stackm h1 {
    text-align: center;
    padding: 80px 0px 40px 0px;
    color: #fff;
    text-transform: uppercase;
}

.stackm img {
    height: auto;
    width: 60%;
    margin: auto;
}

.availsm {
    padding: 40px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Butler", "Inria Serif", serif;
    font-weight: 500;
    font-style: normal;
}
.availsm a{
    font-family: "Roboto", sans-serif;
}
.availsm h1 {
    font-size: 3.2em;
}

.availsm #galfl6,
.availsm #galfl7 {
    display: block;
}

.availsm h2 {
    font-size: 2.4em;
}

.availsm h3 {
    font-size: 1.6em;
}

.availsm .galfloor-instruct {
    border-bottom: none;
    margin-bottom: 20px;
    text-align: left;
}

.availsm .carousel-item img {
    height: 160px;
}

.availsm hr,
.availsm img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stackm {
    text-align: center;
}

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

.locationm {
    background: #000;
    margin-top: -20px;
}
@media only screen and (min-width : 1520px) {
    .avails h1{
        font-size: 2.8em;
    }
}
@media only screen and (max-width : 1250px) {
    .neighbor h1 {
        font-size: 3.8em;
    }

    .contacttxt .txt {
        font-size: .85em;
    }
}

.side-logo {
    width: 150px;
    
}

.sidenav > li a.side-logo:hover {
    background: transparent;
}

.side-logo img {
    width: 100%;
    height: auto;
}

.sidenav li > a.side-logo {
    margin-top: 30px;
}

.side-logo:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 100%;
    /* Change this to whatever width you want. */

    border-bottom: 1px solid #999;
    /* This creates the border. Replace black with whatever color you want. */
    opacity: .2;
}
@media only screen and (max-width : 1140px) {
    .contacttxt{
        font-size: .7em;
    }
    .contact .dloadlink a{
    letter-spacing: 0px;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
      .contacttxt{
        font-size: .7em;
    }

}
/* ipad portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
    .contact.h800 {
        height: 1100px;
    }

    .h100{
        height:600px;
    }
    .featuresbg {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #map {
        height: 500px;

    }

    .neighborhoodc img {
        min-height: 150px;
    }
    
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .h100{
        height:600px;
    }
    .features{
        font-size: .8em;
    }
    .features .txt {
        padding:10px 20px;
    }
    .vertmid {
     position: static;
     top: 0; 
     transform: translateY(0); 
    } .specsimg{
height:700px;
   background-image: url('../images/lobby3.jpg');
background-size:500px;
    }
    .mapkey{
        font-size: .5em;
    }
/*
    .contacttxt {
        font-size: 1.4em;
    }
*/
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) {
    .contact.h800 {
        height: 900px;
    }

    .featuresbg {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #map {
        height: 670px;

    }
}

@media only screen and (min-width : 1900px) {
    #home1img {
        margin-top: -300px;
    }
}

@media only screen and (max-width : 1360px) {
    .collapsible-body li {
        font-size: .75em !important;
    }
}



@media only screen and (max-width : 1080px) {
    .contacttxt .txt {
        padding-left: 10px;
        position: relative;
        top: -20px;
        font-size: .75em;
    }
.contacttxt {
        padding-top: 100px;
    padding-bottom: 200px;
    }
}

@media only screen and (max-width : 992px) {
    .hometxt {
        margin-top: 0px;
        top: -250px;
    }


    nav .brand-logo {
        left: 80px;

    }

    .contacttxt {
        padding-top: 390px;
        font-size: 1em;
    }
    .contacttxt {
        font-size:1.4em;
    }
    .contacttxt .col{
        margin-bottom:20px;
    }
    .contactnames div:first-child{
    margin-left:10px;
}
    .contactnames{
        margin-top:30px;
    }
   

    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    .contact-c {
        height: 850px;
    }

    #index-banner .section {
        top: 10%;

    }

    #headcontainer {
        top: -200px;
    }

    #map {
        height: 470px;

    }

    .neighborhoodc img {
        min-height: 150px;
    }
    .avails .dloadlink a {
    font-size: .6em;
        padding:5px;
}
    .avails .dloadlink {
        padding: 0px 0px 0px 4px;
    border-radius: 15px;
    width: 100px;
    }
    .contact .dloadlink{
    width:180px;
}
}
/*phone landscape*/
@media only screen and (max-device-width: 935px) and (orientation: landscape) {
 
.h100 {
    height:auto;
    }
    .features.h100{
        min-height:700px;
    }
    .h70{
        min-height:300px;
    }
    .vertmid{
        top:0;
        position:static;
        transform:none;
    }
    .avails{
        padding-top:50px;
    }
}

@media only screen and (max-width : 830px) {

    h1, h2 {
        font-size: 2em;
    }
    .avails h1{
        font-size: 2em;
    }
    .fplan-options h2{
        font-size: 1em;
    }
    

    .stackfloors {
        font-size: .8em;
    }

    #floortext {
        font-size: 1.1em;
    }

    .contacttxt {
        padding-top: 30px;
        font-size: 1.4em;
    }
    .contact .dloadlink{
        width:auto;
    }

    .contact h1{
        font-size: 2em;
    }
    .contactlogo {
    width: 150px;
        margin-bottom: 20px;
}
}

.mobileloc {
    padding: 10px 25px 0px 25px;
}

@media only screen and (max-width : 750px) {
    .contacttxt .txt {
        font-size: .7em;
        line-height: 1em;
    }

    .floatbg {
        display: none;
    }

    h1 {
        font-size: 2.4em;
    }

    .home-arch p,
    .home-arch a {
        font-size: .7em;
    }

}



.mobileimg img,
.mobileimg {
    width: 100%;
    height: auto;
}

@media only screen and (max-width : 680px) {
    .neighbor {
        padding: 0 10px;
    }

    
   

    .neighborhood h1 {
        font-size: 2.5em;
    }

    .contacttxt {
        font-size: .6em;
    }

    .jlllogo {
        top: 0px;
        width: 120px;
    }
}

.sohom img {
    width: 80%;
    height: auto;
}

.mcarousel {
    padding-top: 100px;
}

.mobilehometxt {
    padding: 0px 10% 10% 10%;
}

.mobilehometxt p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.6em;
}

.mobilehometxt .home-arch a {
    font-size: 1em;
}
.gallery-mobile{
font-family: "Butler", "Inria Serif", serif;
    
}

@media only screen and (max-width : 600px) {
    .specsm{
        font-size:1.4em;
    }
    .specsm a{
        font-size:.8em;
    }
    
    
.h100 {
    height:auto;
    }
    .feattxt, .row .col.feattxt{
        margin-top:120px;
        padding:0px!important;
    }
    .vertmid{
     position: static;
  top: 0;
  transform: translateY(0%);
}
    .home .h800 {
        height: 980px;
    }

    
    .featimg{
        width: 100%;
    }
    .home {
        border-bottom: none;
    }

    .padsides10p.feattxt{
        padding:0px;
    }
    #features-trigger2{
        position: relative;
        top:500px;
    }
    .features {
padding: 30px;
    }
    .features h1{
font-size:2em;
    }
    .features li {
    font-size: .8em;
    line-height: 1.6em;
}

.features li:before {
    font-size: 2em;
    left: -15px;
    top:7px;
    margin-left: -22px;
}
    
    .features {
        height: auto;
        font-size: 1.4em;
    }
    .features .text-heading{
        padding:0 20px;
    }
    .features .txt {
        padding: 50px;
    }

    .features .bgtransblack {
        height: auto;
    }

    .neighborhood p {
        font-size: 1em;
    }

    .planimg {
        text-align: center;
    }

    .row .col.floorplan {
        padding-top: 50px;
    }

    .footertxt {
        padding-left: 0 !important;
    }

    #floortext {
        font-size: 1.8em;
    }

    .planspecs {
        font-size: 1em;
    }

    .planspecs h2 {
        text-align: center;
        margin-top: 0px;
        padding-left: 0px;
    }
.specs .dloadlink{
        width:auto;
    }
    .contacttxt {
        padding:0px 10%;
        font-size: 1.2em;
    }

    .contact h1 {
        margin-top: 20px;
    }

    .contacttxt h3 {
        margin-top:20px;
    }
.contact .dloadlink{
   margin-bottom: 40px;
}
    .contactlogo {
    width: 130px;
    margin-left: 0px;
        top:0px;
    }

    #navmenu {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100px;
        width: 100px;
    }
    nav{
        background-color:#30363a;
    height: 60px;

    }
    nav .nav-wrapper {
        position: fixed !important;
        top: 0;
        left: 0;
/*        background-color: rgba(61, 61, 61, 0);*/
        background-color:#30363a;
        width: 70px;
        height: 55px;

    }

    .contactlogo {
        text-align: left;
    }

    .jlllogo {
        width: 100px;
        top: 30px;
        padding-bottom: 150px;
    }

    .darkbgtrans {
        height: 660px !important;
    }

    #index-banner .section {
        top: 0;
    }

    #nav-container {
        position: fixed !important;
        top: 0;
    }

    .gallery-mobile p {
        font-size: 1.2em;
        margin-top: 0px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    nav {
        max-width: 600px;
    }

    


    .swiper1 {
        position: absolute;
        width: 100%;
    }

    #index-banner {
        height: 860px;
        width: 100%;
    }

    .swiper-container {
        height: 400px;
    }

    .hometxt {
        width: 100%;
        top: 400px;
    }

    .hometxt.movedown {
        top: 400px;
    }

    .parallax-container {
        min-height: 200px;
    }

    h5 {
        font-size: 2em;
        letter-spacing: .3em !important;
    }

    .parallax-container .section {
        top: 20%;
    }

    .featurestext-c {
        top: 1460px;
        width: 100%;
        height: 650px;
        padding: 20px;
    }

    .featurestext-c .bluebgtrans {
        background-color: #525a66;
    }

    .featureslist li {
        line-height: 1.4em;
    }

    #stack1 {
        height: 300px;
    }

    .stack-small {
        text-align: center;
    }

    .stack-small .dloadlink {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .stack-small hr {
        width: 80% !important;
    }

    img.smallstack {
        height: auto;
        width: 50%;
    }

    img.smallplan {
        margin-top: 20px;
        width: 70%;
        height: auto;
    }

    .specstext-c {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .specsleft {
        text-align: left;
        font-weight: 600 !important;
    }

    .msmalltxt {
        font-size: .8em;
    }

    .locationc {
        padding-top: 20px !important;
    }

    .rb-grid li {
        height: 120px !important;
    }

    .maptext-c {
        top: 2955px !important;
        left: 0;
        width: 100%;
        background-color: #0b1823;
    }

    .gallerydivider {
        margin-top: 230px;
    }

    #map {
        height: 350px;
        width: 360px;
        display: block;
        opacity: 1;

    }

    #neighbortextc {
        margin-top: 0px !important;
    }

    .mapmobilec {
        height: 400px;
        background: white;
    }

    .owner-c {
        height: 400px;
    }

    .ownertext-c {
        margin-top: 0;
        background-color: rgba(11, 24, 35, 0);
    }

    .mcalign,
    .gallery-mobile {
        text-align: center;
    }

    .gallery-mobile {
        padding-top: 50px;
        COLOR:#fff;
    }

    .gallery-mobile img {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .contacttext-c {
        margin-top: 0;
        color: #000;
        background-color: rgba(11, 24, 35, 0);
    }

    .contact-c {
        height: 600px;
    }

    .contactlogo {
        margin-top: 20px;
    }

    .contacts {
        margin-top: 0px;
    }

    .availsdivider h5 {
        font-size: 2em;
        letter-spacing: 7px;
    }

    .bordermidnav {
        opacity: 0;
    }

    #navbg {
        height: 56px;
    }
    .contactlogo {
        margin-bottom: 0px;
}
    .contact .dloadlink a{
        padding:10px;
        font-size: .9em;
    }
}

@media only screen and (max-width : 400px) {
    .footer {
        font-size: .6em !important;
    }
}

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

.maptextm-c {
    padding: 40px;
    background-color: #0b1823;
    color: #fff;
    margin-top: -10px;
}

.stack-containerm {
    text-align: center;
    background: #fff;
}

.stack-containerm img {
    width: 90%;
    height: auto;
    margin: auto;
}

.floorslistm {
    width: 240px;
    margin: auto;
    text-align: left;
}

.floorslistm span {
    width: 150px;
    display: inline-block;
}

.floorslistm a {
    margin-top: 8px;
    display: block;
}

.floorslistm h1 {
    font-size: 1.4em;
    color: #eda006;
    margin-bottom: 0px;
}

.stack-containerm h2 {
    font-size: 1.4em;

}

.plansm {
    text-align: center;
    color: #fff;
}

.plansm h2 {
    font-size: 1.6em;
}

.floorplanm img {
    height: auto;
    width: 80%;
    margin: auto;
}

.plansm hr {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: linear-gradient(to right, #272c32, #ccc, #272c32);
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}


.footer {
    color: #fff;
    position: fixed;
    bottom: 0;
    /*    background-color:#023873;*/
    background-color: #191e1a;
    font-size: .7em;
    letter-spacing: 2px;
    width: 100%;
    min-height: 35px;
    height: auto;
    padding-top: 10px;
    z-index: 50;
}

.footer .row {
    margin-bottom: 10px;
}

.footer .cwlogo svg {
    width: 60px;
    height: auto;
}

.footer .cwlogo {}

.footertxt {
    padding-left: 10%;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    nav {
        width: 100%;
        position: fixed;
        top: 0;
        background: #2d353a;
    }

    body {
        overflow-x: hidden;
    }

    #nav-container {
        position: fixed;
        top: 0;
    }
}

#nav-container {
    position: fixed;
    top: 0;
    z-index: 1900;
}
