/*font-family:'Futura W01 Light';*/
/*font-family:'Futura W01 Book';*/
/*font-family:'Futura W01 Heavy';*/
/*font-family:'Futura W01 Bold';*/

html {
    background: inherit;
}
body {
    background-color: rgb(69, 83, 99);
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Futura W01 Light', Helvetica, sans-serif;
    letter-spacing: .1em;
    padding-top: 35px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.bold-font {
    font-family: 'Futura W01 Heavy', Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: .2em;
}

p {
    text-rendering: none;
}
a,
a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}
a img {
    border: 0;
}
p {
    font-size: .75em;

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

#site-wrapper {

}
.logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}


.textbox {
    background: rgb(116, 133, 156);
    text-align: center;
    /*font-size: 10px;*/
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    height: 287px;
}
.textbox {
    padding: 5px 15px;
}
.textbox hr, #banner-text hr, .info-header hr {
    border-color: rgb(188, 186, 132); /* gold */
    width: 55px;
    margin: 0em auto 1em;
}
.imagebox {

}
h2, h3 {
    color: #fff;
    font-weight: normal;
    font-family: inherit;
    font-size: 1.1em;
    letter-spacing: .2em;
}

.orbit-bullets {
    /*position: absolute;*/
    /*top: inherit;*/
    /*bottom: 0px;*/
    z-index: 100;
    /*left: 50%;*/
    /*margin-bottom: 20px;*/
    /*margin-left: -30px; *//* TODO: temporary hack */
    margin: -45px auto 20px auto;
}
.orbit-bullets li {
    width: 11px;
    height: 11px;
    background: transparent;
    margin-right: 12px;
    border: solid 1px #fff;
    cursor: pointer;
    display: inline-block!important;
    float: none;
}
.orbit-bullets li.active {
    background: #fff;
}
.orbit-container .orbit-next {
    background: transparent url(../img/bg_direction_nav4.png) -50px 5px no-repeat;
}
.orbit-container .orbit-prev {
    background: transparent url(../img/bg_direction_nav4.png) 5px 5px no-repeat;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    border-color: transparent;
}
.orbit-container .orbit-next:hover > span, .orbit-container .orbit-prev:hover > span {
    border-color: transparent;
}
.orbit-timer {
    display: none;
}

/* OVERLAY */
#overlay {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
#overlay-bgnd {
    opacity: 0;
    width:100%;
    height: 100%;
    background-color: #000;
}
#overlay-img {
    opacity: 0;
    display: inline;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 10px;
}

/* PAN */
#pan {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
#pan-bgnd {
    opacity: 0;
    width:100%;
    height: 100%;
    background-color: #000;
}
#pan-box {
    opacity: 0;
    width: 100%;
    height: 523px;
    position: absolute;
    overflow: hidden;
}
#pan-img {
    max-width: 2600px;
    position: absolute;
    top: 0;
    left: 0;
}
.pan-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 60px;
    line-height: 50px;
    text-indent: -9999px !important;
    z-index: 10;
}
.pan-arrow-next {
    background: transparent url(../img/bg_direction_nav4.png) -50px 5px no-repeat;
    right: 0;
}
.pan-arrow-prev {
    background: transparent url(../img/bg_direction_nav4.png) 5px 5px no-repeat;
    left: 0;
}


.blocks-wrapper {
    margin: 0px 10px;
    min-height: 500px;
}
.blocks-wrapper img {
    width: 100%;
}

.blocks-wrapper .row {
    margin-top: 20px;
}

.blocks-wrapper .row.single-cell {
    background-color: rgb(116, 133, 156);
}
.blocks-wrapper .row.tryptych img {
    /*width: 291px;*/
}
.tryptych {
    background-color: black;
}

.blocks-wrapper .row .columns {
    display: table;

}
.row.tight .columns, #header {
    padding-left: 0;
    padding-right: 0;
}
#banner-text {
    background-color: rgb(78, 104, 131);
    padding: 20px 30px 10px;
}
/* two thirds width, vertically stacked */
.stacked-2 .textbox {
    height: 172px;
}
/* one third width, vertically stacked */
.stacked-1 .textbox {
    height: 220px;
}
.stacked-1.tall-image .textbox {
    height: 171px;
}

.stacked-1 .imagebox {
    background: rgb(116, 133, 156);
}

#footer {
    border-top: 1px solid  rgb(188, 186, 132);
    margin: 20px 0px;
    padding: 15px 5px;
    font-size: 9px;
}
#footer p {
    margin: 0px 0px 8px;
    font-size: 1em;
    line-height: 16px;
}
#footer a {
    text-decoration: underline;
}
#nav-mobile {
    display: none;
    padding: 10px 0px;
    font-size: .6em;
    margin: 5px auto 5px;
}
#nav-mobile ul {
    background-color: rgb(42, 55, 68);
    display: none;
    padding-top: 12px;
    margin-top: 5px;
}
#nav-mobile ul li {
    padding: 5px 0px;
    /*border-bottom: 1px solid rgb(188, 186, 132);*/
    font-size: 11px;
}
#nav-mobile ul li:last-of-type {
    border-bottom: none;
}
#nav-mobile ul li a {
    display: block;
    margin-bottom: 10px;
    letter-spacing: .2em;
}
#nav-mobile ul li hr {
    width: 40px;
    margin: 0 auto;
    border-color: rgb(188, 186, 132);
}
#menu-btn {
    margin-bottom: 0px;
}
.open #menu-btn {
    margin-bottom: 10px;
}
#menu-btn a {
    display: block;
    background: transparent url(../img/menu-arrow.png) center -14px no-repeat;
    width: 100%;
    height: 10px;
    margin: 0 auto;
}
.open #menu-btn a {
    background-position: center 0px;
}


.clearing-container .carousel, .clearing-container .visible-img a {
    display: none;
}
.clearing-blackout {
    background: rgba(0,0,0,.8);
}
.clearing-assembled .clearing-container .visible-img {
    background: transparent;
}
[data-clearing] li {
    float: none;
    margin-right: 0px;
}









.form {
    /*display: none;*/
    /*height: 530px;*/
}
#menu {
}

#menu ul {
    display: inline-block;
    margin: 11px auto 9px;
}
#menu ul li {
    float: left;
    margin: 5px 15px;
}
#menu ul li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #465363;
    letter-spacing: 0.2em;
}
#menu ul li a:hover, #menu ul li.active  a {
    border-bottom: 1px solid rgb(188, 186, 132);

}



.form-title {
    margin: 0px 0px 20px 200px;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
#contact-info .form-title {
    margin-left: 0px;
}
/* broker form */
.form-header {
    margin-left: 200px;
    margin-bottom: 40px;
    letter-spacing: .2em;
    line-height: 22px;
}
.form-header p {
    margin-bottom: 22px;
}
.bold {
    font-family: 'Futura W01 Book', Helvetica, sans-serif;
}
/* contact/legal */
#contact-info {
    padding: 0px 0px 0px 200px;
    letter-spacing: .2em;
    line-height: 22px;
}
#contact-info p {
    margin-bottom: 22px;
}
/* forms, etc. */
#form-options {
    margin: 0px auto;
    width: 560px;
}
#forms-wrapper {

}
#contact p {
    font-size: 14px;
    text-align: center;
    padding: 13px 0px 6px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
p.small {
    font-size: 12px;
    margin-top: 15px;
}
.input-list .error input {
    color: #D31111;
    background: #ffffff url(../img/mark.png) no-repeat 330px -4px;
}
.error label {
    color: #fff;
}
li.error .dk_toggle .dk_label {
    color: #D31111;
}
li.error .dk_container {
    background: #ffffff url(../img/mark.png) no-repeat 310px -4px;
}
label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding: 0px 5px 0px 0px;
    color: #fff;
}
label.dropdown {
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}
.toggler ul li {
    float: left;
}
.column1,
.column2 {
    float: left;
}
#form-options input,
#form-options a {
    /*    margin-left: -23px;
        width: 20px;*/

}
#form-options li label {
    font-family: 'Futura W01 Light', Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
}
#buyer_radio {
    margin-bottom: 3px;
}
.inline {
    float: left;
}
.input-list {
    text-align: left;
}
#form-buyer .column1 label {
    width: 190px;
}
#form-buyer .column2 label {
    width: 170px;
}
/*#form-broker {margin-top: 50px;}*/
#form-broker .column1 label {
    width: 190px;
}
#form-broker .column2 label {
    width: 120px;
}
#form-buyer-broker {
    margin-top: 20px;
}
.input-list input {
    box-sizing: content-box;
    font-family: 'Futura W01 Light', Helvetica, sans-serif;
    display: inline-block;
    font-size: 15px;
    height: 18px;
    width: 340px;
    padding: 3px 5px;
    margin-bottom: 7px;
    border: none;
    font-weight: 300;
}
.column1 li,
.column2 li {
    display: block;
    clear: both;
}
select {
    width: 345px;
    margin-bottom: 9px;
}
button.submit {
    display: block;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    font-family: 'Futura W01 Light', Helvetica, sans-serif;
    letter-spacing: .1em;
}
#apt,
#b_suite {
    width: 40px;
}
#city,
#b_city {
    width: 284px;
}
#state,
#b_state {
    width: 160px;
}
#zip,
#b_zip {
    width: 164px;
}
#form-buyer #rep-by-broker {
    clear: both;
    padding-top: 20px;
    margin-left: 200px;
}
#form-buyer #rep-by-broker input {
    display: none;
}
#form-buyer #rep-by-broker label {
    width: inherit;
    font-size: 9px;
    padding: 2px 4px;
    border: 1px solid;
    margin-right: 7px;
}
#form-buyer #rep-by-broker p,
#form-buyer #rep-by-broker input,
#form-buyer #rep-by-broker li {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-right: 15px;
}
#form-buyer #rep-by-broker li {
    display: list-item;
    clear: none;
}
/*#form-buyer #rep-by-broker label {
    width: inherit;
    margin: -1px 0px 0px;
    font-size: 12px;
}*/
#form-buyer .prettyradio a {
    width: 15px;
    height: 15px;
    background: url(../img/prettyCheckable-8px.png) -10px -189px no-repeat;
}
#form-buyer .prettyradio a.checked {
    background-position: -10px -129px;
}
.error-message {
    font-family: 'Futura W01 Light', Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 0px 15px 185px;
    padding: 4px 10px 4px 20px;
    background: #ff0000 url(../img/mark-white.png) no-repeat 5px -3px;
    display: none;
}
#submit-btn-wrapper {
    clear: both;
    margin: 20px 0px 0px;
    float: right;
}
#thanks {
    margin-top: 95px;
    height: 300px;
    display: none;
    text-align: center;
}
#form-buyer .required-note,
#form-broker .required-note {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    float: right;
}
.dk_container a.dk_toggle:hover {
    color: #333;
}

/* map */
#map-slides {
}
#map-slides li, .map-list {
    display: none;
}
#map-slides li.active, .map-list.active {
    display: block;
}
.map-list {
    min-height: 275px;
}
.map-list ol {
    text-align: left;
    font-size: 0.75em;
    list-style-type: none;
    margin-left: 10px;
}

.map-list ol  li {
    counter-increment: customlistcounter;
    margin-bottom: 5px;
}

.map-list ol  li:before {
    content: counter(customlistcounter) " ";
    font-weight: bold;
    float: left;
    width: 2.5em;
}

.map-list ol:first-child {
    counter-reset: customlistcounter;
}
.map-buttons a {
    margin: 0px 20px;
    padding-bottom: 3px;
}
.map-buttons .active, .map-buttons a:hover {
    border-bottom: 1px solid;
}


#map-button-0 { color: rgb(250, 175, 64); margin-left: 0;}
#map-button-1 { color: rgb(214, 222, 35); }
#map-button-2 { color: rgb(125, 166, 215); }
#map-button-3 { color: rgb(246, 146, 30); }
#map-button-4 { color: rgb(236, 30, 121); }
#map-button-5 { color: rgb(130, 186, 165); }
#map-button-6 { color: rgb(240, 102, 134); margin-right: 0;}

#map-nav {
    padding-top: 35px;
}

#table_title {
    background: rgb(116, 133, 156);
    margin: 0;
    padding: 20px 0px 0px;
}
#table_title hr {
    margin: 20px auto 0px;
    width: 80px;
    border-color: rgb(188, 186, 132);
}
table#availability {
    width: 100%;
    border: 0;
    background: transparent;
}
#availability thead {
    background: rgb(116, 133, 156);
}
#availability th {
    font-family: 'Futura W01 Heavy', Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: .2em;
    text-align: center;
    vertical-align: bottom;
    line-height: 16px;
}
table tr {
    cursor: pointer;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: transparent;
}
table tr.odd {
    background: rgb(116, 133, 156);
}
table tr td, table thead tr th {
    padding: 1.6em 0.625em;
    font-size: 0.75em;
    color: #fff;
    text-align: center;
}
tr.unit-options {
    display: none;
}
.unit-options span {
    padding: 0 5px;
}
.unit-options span a {
    background: rgb(69, 83, 99);
    padding: 8px 16px;
    border-radius: 3px;
}
.even.unit-options span a {
    background: rgb(116, 133, 156);
}
.unit-options td {
    padding-top: 3px;
}
@media only screen and (max-width: 639px) {
    .bathroom, .charges, .taxes {
        display: none;
    }
    th.residence:before {
        content: "unit";
    }
    th.bedroom:before {
        content: "BRS";
    }
    table thead tr th {
        font-size: 0.65em;
    }
}
#big-plan {
    background: rgb(116, 133, 156);

    text-align: center;
    padding: 20px 0px;
}
/* Safari only */
.safari-mac .row {
    max-width: 62.55em;
}

.info-header {
    background-color: rgb(116, 133, 156);
    padding-top: 20px;
    padding-bottom: 15px;
}
.info-header h3 {
    margin-bottom: 20px;
}
#contact-info-block {
    text-align: left;
}
.info-text-block {
    padding: 25px 0px;
}
.info-text-block p {
    line-height: 25px;
}
#info-page {

}
#team-info-block h3 {
    color: rgb(188, 186, 132);
}
#team-info-block p {
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: none;
    font-size: .8em;
    padding: 0px 30px;
}
#press-items {

}
.press-item-row {
    text-align: left;
}
.press-item-row.even {
    background: rgb(116, 133, 156);
}
.press-item-row div {
}
.press-item-row .press-date {
    padding-left: 15px;
    padding-top: 20px;
}
.press-item-row .press-pub p {
    padding-top: 20px;
}
.press-item-row .press-pub p span {
    padding-right: 25px;
}
.press-item-row .press-logo {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 13px;
    text-align: right;
}
.press-item-row .press-logo img {
    height: 30px;
}

#lbImage {
    background-size: 909px;
}
#legal-wrapper {
    zoom: 1;
    margin: 40px auto 0px;
}
#legal-text {
    display: none;
    position: fixed;
    top: 350px;
    padding: 20px 40px 10px;
    background-color: #fff;
    z-index: 20000;
}
#legal-text p {
    letter-spacing: .2em;
    line-height: 13px;
    font-size: 10px;
    color: #666;
    text-align: center;
}


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

    .stacked-1.cell-right {
        padding-left: 1.375em;
    }
    .stacked-1.cell-left {
        padding-right: 1.375em;
    }
    th.residence:before {
        content: "Residence";
    }
    th.bedroom:before {
        content: "Bedrooms";
    }

}

/* phone */
@media only screen and (max-width: 639px) {

    .blocks-wrapper .textbox {
        height: auto;
    }
    .blocks-wrapper .row {
        background-color: transparent;
    }
    #nav-mobile {
        display: block;
    }
    #menu {
        display: none;
    }

}
/* small */
@media only screen and (max-width: 767px) {

    .blocks-wrapper .textbox {
        padding: 10px;
    }
    .row .columns .cell {
        margin-bottom: 20px;
    }
    .imagebox img {
        width: 100%;
    }

    .pinned {
        border-left: 0;
        background: transparent;
        width: 25%;
    }
    .pinned table th, .pinned table td {
        text-align: center;
    }
    div.table-wrapper div.scrollable {
        margin-left: 25%;
    }
    div.table-wrapper {
        border-right: 0;
    }
    .press-logo {
        display: none;
    }
    .press-item-row .press-pub p {
        padding-top: 0px;
    }
    .press-item-row .press-pub p span {
        height: 45px;
        float: left;
        width: 130px;
    }
    #team-info-block {
        text-align: left;
    }
    #team-info-block p {
        padding: 0;
    }
    .view-option, .threed {
        display: none;
    }
    tr.unit-options {
        /*display: none!important;*/
    }
    .map-buttons a {
        margin: 0px 9px;
    }

}

/*
@media only screen and (min-width: 640px) and (max-width: 1023px) {

    .blocks-wrapper .textbox {
        height: 120px;
    }
}*/

/* medium */
@media only screen and (max-width: 1023px) {

    #menu ul li:first-of-type {
        display: none;
    }

    .blocks-wrapper .textbox {
        padding-top: 15px;
        height: auto;
    }
    .hide-at-small {
        display: none;
    }}

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

    .map-buttons {
        text-align: left;
    }

    .map-buttons a {
        padding: 2px 5px;
        margin: 0px 10px 5px 0;
        display: inline-block;
        border: 1px solid transparent
    }

    .map-buttons .active, .map-buttons a:hover {
        border: 1px solid;
    }
    /*#form-buyer .column1 label {*/
        /*width: inherit;*/
        /*display: block;*/
        /*text-align: left;*/
        /*float: none;*/
    /*}*/
}

#privacy-btn {
    padding-right: 10px;
}
#register-btn {
    padding: 10px 15px 8px;
    background-color: rgb(116, 133, 156);
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
}
#form-btns {
    text-align: left;
}
#form-btns a {
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgb(116, 133, 156);
}
#form-btns .active {
    border: 1px solid #fff;
}
#forms-block {
    min-height: 200px;
}
