/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}


body {
    font: 12px/20px 'Montserrat', Helvetica, Helvetica Neue, Arial;
}

a {
    color:#BABCBE;
    text-decoration: none;
}

a:hover {
    color:#000;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

#page {
    padding: 0;
}

img {

}

h4 {
    font-size: 18px;
    margin: 30px 0 10px;
    font-weight: normal;
}

h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
/* ==============
    MOBILE: Menu
   ============== */
nav {
    padding: 20px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 5px;
}

nav a:hover,
nav a:visited {

}
nav  ul  li {
    margin-bottom: 0px;
}
nav ul ul {
    margin-left: 15px;
    display: none;
    opacity: 0;
}
nav  ul li:hover ul {
   /* display: block;
    opacity: 1;*/
}

nav ul li a {
    text-transform: uppercase;
}
nav ul ul li a {
    text-transform: none;
}

nav > ul > li.current > a,
nav  ul  ul > li.current > a {
    color:#000;
}
nav  ul  li.current ul {
    display: block;
    opacity: 1;
}




html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
header {
    padding: 20px;
    text-align: center;
}
#sidebar {
    background: rgba(253, 253, 255, 0.9);
    padding:0;
}
#main {
    z-index: 1;
    padding: 0 20px;
    overflow: hidden;
}
#social {
    font-size: 10px;
    text-transform: uppercase;
    padding: 20px;
    color: #BABCBE;
}

.footer-container {
    padding: 0;
    position: static;
    color: #fff;
    margin-top: 25px;
    line-height: 1em;
    font-size: 10px;
}
.mobile {
    position: absolute;
}

#legal {
    background: #000 url('../img/bg_diag.jpg') left top repeat-x;
    padding:40px 20px 20px 20px;
}
#legal a:hover {
    color: #fff;
}

.disclaimer {
    font-size: 8px;
}


.loading {
    background: url(../img/spinner.gif) 50% 50% no-repeat;
    min-height: 200px;
}
.go-top {
    display: none;
}




.slide-content img {
    width: auto;
    height: auto;
    display: inline-block;
}

.slide-content {
    padding: 20px 50px;
    position: relative;
}
.slide-content a:hover {
    color:#fff;
    text-decoration: underline;
}

    .slide-content h3 {
        margin: 0 0 20px;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-content h2 {
        /*font-family: 'Conv_GFSDidot',  serif;*/
        font-size: 30px;
        font-weight: normal;
        line-height: 1.2em;
        border-bottom: 2px solid #fff;
        padding-bottom: 15px;
        margin-top: 0;
        text-transform: uppercase;
    }

#home-overlay {
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    display: none;
}
#home-text {
    color: #fff;
}
#home-text p {
    margin:0;
}
#title, #message {
    display: none;
}
#title {
    font-family: 'Conv_GFSDidot',  serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em; 
}
#title span {
    display: block;
    text-align: right;
}
#message {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    font-size: 12px;
}

.the-building, #the-building, .the-buildings {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;

    /*min-height: 100%;*/
}
 .top{
    top: 0;
}

/* ------------------------
    MAP
---------------------------*/

#neighborhoods-map .slide-content {
    max-width: none;
    padding:0;
}

#map {
    min-width: 320px;
    min-height: 320px;
    height: 100%;
    width: 100%;
    background: #ccc;
}

#map-filters {
    padding:0;
    margin: 0;
    margin-left: 0px;
    padding-top: 34px;
    background: url(../img/bg_diag.jpg) left top repeat-x;
    padding-left: 20px;
}

#map-filters li {
    list-style: none outside none;
}
#map-filters a {
    color: #ccc;
    text-transform: uppercase;
}
#map-filters .current,
#map-filters > ul > a.current  {
    color: #F7941E;
    font-weight: bold;
}

#map-filters li.current ul a {
    font-weight: normal;
}
#map-filters ul {
    padding: 0 0 20px 0;
   
}
#map-filters ul a {
    font-size: 12px;
    text-transform: none;
    color: #000;
}
#map-filters  ul  li {
    margin: 0;
    padding: 0;
    counter-increment: item;
}

#map-filters  ul li:before  {
    /*content: counter(item) ". ";*/
}

#map-filters li ul {
    display: none;
}

#map-filters li.current ul {
    display: block;
}

.businessinfo {
    background: #fff;
    font-size: 12px;
    text-align: left;
}

    .businessinfo h3 {
        font-size: 13px;
        margin: 0;
        text-decoration: none;
    }
    .businessinfo p {
        margin: 5px 0;
    }
    .businessinfo a {
    }

.offset {
    background-position: -300px 0 !important;
    /*border:10px solid #5e0 !important;*/
}

/* ------------------------------
    Residence 
   ------------------------------*/


.dark {
    color:#fff;
    text-align: left;
}

.col-half {
    float: none;
    width: auto;
}

.col-half ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.col-half ul li {
    padding-left: 0px;
}
.col-half ul li:before {
    content: "+ ";
    margin-left: -10px;
}

/* ------------------------------
    Floorplans 
   ------------------------------*/
#facade-holder {
    /*max-width: 790px;*/
    border:none;
}
#facade-holder img {
   width: 100%;
   min-width: 320px;
   height: auto;
  /* max-width: 790px;
   max-height: 670px;*/
}
body.page-residences-floorplans .slide-content {
    max-width: none;
    padding: 20px;
    position: relative;
}

body.page-residences-floorplans h2 {
    margin-bottom: 0;
}
body.page-residences-floorplans p {
    margin: 0;
}


.floor {
    display: none;
    margin: 0 auto 20px;
   /* text-align: center;*/
    /*width: 600px;*/
/*    position: absolute;
    z-index: 1;*/
    background: #fff;
   /* width: 100%;
    height: 100%;
    top:0;
    left: 0;*/
}
.floor img {
    /*width: 600px;
    height: 670px;*/
}


.floor h2 {
    margin-top: 0;
}
.facade-image {
    margin: 0 auto;
}
.facade-image > div,
.imagemap-holder > div,
#mapster_wrap_3 {
    margin: 0 auto;
}


#facade-holder {
    background: #fff;
}
#facade-holder-small {
    width:300px;
    display: none;
}

#facade-holder-small img {
    width:200px;
    height: 170px;
}

.floorplan {
    display: none;
    background: #fff;
}

.floorplan h2 {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0;
}
.floorplan h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.slide-content .unit-image {
    display: block;
    //max-width: 100%;
    max-width: auto;
    height: auto;
    margin: 0 auto;
}

.close {
    /*position: absolute;
    top:0px;
    left: 0;*/
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    color:#999;
}

.slide-content .close:hover {
    color:#000;
}



#gallery-container .bx-viewport  {
    width: 100% !important;
}


#gallery-container .wrap {
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
}

.wrap {
   /* background-attachment: scroll;
    background-position: fixed;*/
    -webkit-background-size: 1200px;
    -moz-background-size: 1200px;
    -o-background-size: 1200px;
    background-size: 1200px;

    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: cover; 

    background-repeat: no-repeat;
    overflow: hidden;

    /*height: 100%;*/
}


.button,
button {
    background: #fff;
    color: #000;
    padding:5px 50px;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    border:1px solid #000; 
    position:relative;
    z-index:10;
}
button,
.button:before {
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    border:1px solid #000;
}
.button:hover {
    color: #000;
}
.black {
    background: #000;
    color: #fff;
    border:1px solid #fff; 
}
.black:before {
     border:2px solid #fff;
}
.black:hover {
    background: #333;
    color:#fff;
}

.single img {
    display: none;
}

.page-neighborhoods-map .button {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
}

/* ------------------------------
    Updates 
   ------------------------------*/
.fancybox-overlay-fixed {
    z-index: 99999;
}
.fancybox {
    display: inline-block !important;
}
.thumb {
    width:100px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
article { 
    clear: both;
    margin-bottom: 10px;
    padding: 30px 0 30px;
    background: url(../img/bg_diag.jpg) left bottom repeat-x;
}

date {
    color: #999;
}

.article-thumb {
    margin-right: 20px;
    margin-bottom: 20px;
}
.article-info  {
    
}

article .article-info h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.article-share {
    margin: 10px 0 ;
}
.scale {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.article-content a {
    display: block;
}
.article-content a:hover {
color:#000;
}

.a
#thank-you {
    display: none;
}

/* ------------------------------
    CONTACT 
   ------------------------------*/
#registration-from .col-half {
    padding: 0;
}



#legals {
    background: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 10px;
    padding: 20px;
    z-index: 10000;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Medium/Gotham-Medium.woff') format('woff'),
         url('fonts/Gotham-Medium/Gotham-Medium.ttf') format('truetype'),
         url('fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Conv_GFSDidot';
    src: url('fonts/GFSDidot.eot');
    src: local('☺'), url('fonts/GFSDidot.woff') format('woff'), url('fonts/GFSDidot.ttf') format('truetype'), url('fonts/GFSDidot.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.bx-wrapper .bx-controls-direction a.bx-prev {
    left:10px;
}

body {
    font-size: 11px;
}

/* Preloader */
#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(../img/bx_loader.gif); */
    background-image:url(../img/logo_loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    header {
        padding: 50px 50px 0 50px;
    }
        
    nav {
        padding: 30px 60px 50px;
    }


    nav a {

    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
    
    
    #facade-holder  img {
        
    }


    .slide-content {
        padding-top: 5%;
    }

    #home-text {
        width: 300px;
        margin-left: -150px;
        position: absolute;
        left: 50%;
        top:40%;
    }
    #title {
        font-size: 24px;
    }
    #title span {
        text-align: left;
    }

    .article-thumb {
        width:300px;
        float: left;

    }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        position: fixed;
        left:290px;
    }



}

@media only screen and (min-width: 768px) {


    #page {
        padding: 0;
    }
    #gallery-container .bx-viewport  {
        width: 88% !important;
    }

    #gallery-container .wrap {
        
    }

    
    #sidebar {
        height: 100%;
        position: fixed;
        width:273px;
        padding:0;
        z-index: 99999;
        background: url(../img/bg_sidebar.jpg) top left no-repeat;
        background-size: cover;
    }

    #download {
        padding:0 20px 10px 60px;
        text-transform: uppercase;
        color: #000;
        display: block;
        /*font-size: 12px;*/
    }
    #download:after {
       /* content: '_';
        display: block;
        padding:0 0 0 0;
        text-align: left;*/
    }
    
    #social {
        padding:0 20px 30px 60px;
    }
    #legal {
        padding: 40px 20px 20px 60px;
    }

    #main {
        padding-left: 273px;
        padding-right: 0;
    }

    #home-text {
        width: 400px;
        margin-left: -200px;
        position: absolute;
        left: 50%;
        top:0%;
        padding-top: 20%;
    }
    #title {
        font-size: 32px;
    }
    #title span {
        text-align: left;
    }
    #message {
        padding-left: 0;
        font-size: 16px;
    }
    
    #map-filters {
        max-height: 200px;
    }

    #map-filters > li {
        display: inline-block;
        margin-right: 60px;
    }
    #map-filters  ul {
        position: absolute;
        left:20px;
        /*left: 294px;*/
    }
    #map-filters  li li {
        display: inline-block;
    }


    #map-filters  ul {
        max-width:760px;
        margin-bottom:10px;
        overflow:hidden;
    }
    #map-filters  ul li {
        line-height:1.5em;
        float:left;
        display:inline;
        width:33.333%;
    }
    .double li  { width:50%;}
    .triple li  { width:33.333%; }
    .quad li        { width:25%; }
    .six li     { width:16.666%; }

    .slide-content {
        max-width: 700px;
        margin: 0 auto;
        padding-top: 15%;
        border:none;
    }

    #facade-holder  img {
        /*width: 790px;
        height: 670px;*/
    }

    .col-half {
       width: 50%;
       float: left; 
       text-align: left;
       padding: 0 30px;
    }

    .col-half:first-child,
    .col-half.first {
        padding-left: 90px;
    }

    .dark {
        text-align: center;
    }

    #facade-holder-small {
        width:200px;
        position: absolute;
        right: 10px;
        top: -40px;
        z-index: 99;
    }

    #facade-image img.facade {
         max-width: 70%;
     }
    .floorplan img.unit-image {
        max-width: 95%;
        /*max-height: 650px;*/
    }

    body.page-residences-floorplans .slide-content {
        padding:0;
    }

    #neighborhoods-map .slide-content {
        max-width: none;
        padding:0;
    }
    #residences-floorplans .slide-content {
        margin:50px auto;
        max-width: none;
        padding-top: 0;
        /*max-width: 550px;*/
    }

    .floor {
        top:0;
        left: 0;
        padding: 0;
    }

    .floorplan {
        width: 100%;
        /*height: 100%;*/
        position: absolute;
        z-index: 80;
        top:0;
        left: 0;
    }
 

    #legals {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
       
        padding-left: 290px;
    }

    #register-form .col-half {
        padding: 0;
    }

    .single {
        width: auto !important;
    }

    .single img {
        /*height: 100%;*/
        display: block;
    }


    .floor {
        display: none;
        margin: 0 auto;
       /* text-align: center;*/
        /*width: 600px;*/
        position: absolute;
        z-index: 1;
        background: #fff;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
    }
    #articles {
        padding-right: 20px;
    }


#thank-you {
    display: none;
}

}



@media only screen and (min-width: 1140px) {
    #sidebar {

    }
    .footer-container {
        position: fixed;
        bottom: 0;
        padding: 0;
        width: 100%;
        width:274px;
        z-index: 999;
    }

    .wrap {
        /*background-attachment: scroll;
        background-position: fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*overflow: hidden;*/
        background-repeat: no-repeat;
        /*height: 100%;*/
    }

    .slide-content {
        padding-top: 15%;
    }

    #residences-floorplans .slide-content {
        max-width: 870px;
    }

    body {
        font-size: 12px;
    }

    .large {
        max-width: 100%;
        padding-top:50px;
    }

    #gallery-container .bx-viewport  {
        height: 100% !important;
        left: 0;
        margin: 0 auto !important;
        /*max-width: 940px !important;*/
        width: 90% !important;
        overflow: visible !important;
    }

    #home-text {
        width: 600px;
        margin-left: -300px;
        position: absolute;
        left: 50%;
        top:0%;
        padding-top: 20%;
    }
    #title {
        font-size: 42px;
    }
    #title span {
        text-align: right;
    }
    #message {
        padding-left: 140px;
    }
    #register-form {
        margin:0 -100px;
    }
    #residences-team .slide-content ,
    #residences-lenders .slide-content {
         padding-top: 5%;
         max-width: 840px;
    }
    .col {
        /*float:left;
        width:50%;*/
    }

    #facade-holder-small {
        right: -10px;
    }


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clear {
    clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





@media only screen and (min-device-width:768px) and (max-device-width:1024px)  {
    .offset {
        background-position: -300px 0 !important;
        /*border:10px solid #5e0 !important;*/
    }
   /*body * {
        color: red !important;
    }*/
/*
    .slide-content,
    #gallery-full, {
        min-height: 768px !important;
        height: 768px !important;
    }*/
}