/*============================================
1130px
============================================*/
html, body {
    height: 100%
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 12px
}

div.contact{display: none !important; }

header {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 62px;
    background: #fff;
    padding: 0 62px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

header nav {
    text-align: center;
    height: 100%;
    padding-top: 17px;
    border-bottom: 1px solid #ccc
}

header nav ul {
    display: inline-block
}

header nav ul li {
    display: inline-block;
    padding: 0 14px
}

header nav ul li.current_page_item a, header nav ul li:hover a {
    border-bottom: 2px solid #000
}

header nav ul li a {
    display: block;
    padding: 7px 0
}

header form {
    position: absolute;
    top: 18px;
    right: 64px
}

header form input[type=text], header form input[type=password] {
    width: 100px;
    height: 24px;
    border: solid 1px #000;
    padding-left: 5px
}

header form button {
    height: 24px;
    width: 24px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: 0;
    padding: 0
}

#main-container {
    width: 100%;
    height: 100%;
    position: fixed
}

#left-side, #right-side {
    width: 62px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #fff
}

#left-side {
    left: 0;
    text-align: center
}

#left-side img {
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

#right-side {
    right: 0
}

#right-side .social-links {
    position: absolute;
    width: 100%;
    bottom: 28px
}

#right-side .social-links a {
    width: 20px;
    height: 20px;
    display: block;
    margin: 15px auto 0
}

#right-side .social-links a.fb-link {
    background: url(../img/social-links-bg.png) no-repeat
}

#right-side .social-links a.tw-link {
    background: url(../img/social-links-bg.png) 0 -35px no-repeat
}

#right-side .social-links a.ln-link {
    background: url(../img/social-links-bg.png) 0 -69px no-repeat
}

#center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 62px 62px 0
}

#center .container-1-2 {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    transition: all 1s ease;
    overflow: hidden
}

#center .container-1-2#enjoy-work {
    background: url(../img/bg-1.jpg) no-repeat center center;
    background-size: cover
}

#center .container-1-2#availability {
    background: url(../img/bg-2.jpg) no-repeat center center;
    background-size: cover
}

#center .container-1-2 .btn-container {
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    padding: 7px 0;
    max-width: 247px;
    transition: all 1s ease
}

#center .container-1-2 .cta-btn {
    background: 0;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 13px 35px;
    transition: all .1s ease
}

#center .container-1-2#enjoy-work .btn-container {
    right: 0
}

#center .container-1-2#enjoy-work .btn-container .cta-btn {
    border-right: 1px solid #000
}

#center .container-1-2#availability .btn-container {
    float: left
}

#center .container-1-2#availability .btn-container .cta-btn {
    border-left: 1px solid #000
}

#center .container-1-2#enjoy-work.shrink .btn-container, #center .container-1-2#availability.shrink .btn-container {
    background: rgba(255, 255, 255, .3)
}

#center .container-1-2#enjoy-work.shrink .cta-btn, #center .container-1-2#availability.shrink .cta-btn {
    color: #fff;
    border: 0
}

#center .container-1-2#availability.expand .cta-btn, #center .container-1-2#enjoy-work.expand .cta-btn {
    border: 0
}

#center .container-1-2.shrink {
    width: 165px
}

#center .container-1-2.expand {
    width: calc(100% - 165px)
}

#center .container-1-2.expand.no-hide-on-low-rez {
    width: calc(100% - 165px) !important
}

#center .container-1-2#enjoy-work.expand .cta-btn {
    float: right;
    padding-right: 0
}

#center .container-1-2#availability.expand .cta-btn {
    float: left;
    padding-left: 0
}

#center .container-1-2 .divider {
    width: 26px;
    margin-bottom: 20px;
    background: #000;
    transition: padding 1s ease;
    transition-delay: 1s
}

#center .container-1-2#enjoy-work.expand .divider {
    padding: 2px 0;
    float: right
}

#center .container-1-2#availability.expand .divider {
    padding: 2px 0;
    float: left
}

#center .container-1-2 .btn-container ul {
    overflow: hidden;
    max-height: 0;
    width: 0;
    transition: all 1s ease;
    transition-delay: 1s
}

#center .container-1-2 .btn-container ul li a, #center .container-1-2 .btn-container ul li#movie-btn, #center .container-1-2 .btn-container ul li#movie-btn-2 {
    cursor: pointer;
    padding: 5px 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase
}

#center .container-1-2 .btn-container ul li a:hover, #center .container-1-2 .btn-container ul li#movie-btn:hover, #center .container-1-2 .btn-container ul li#movie-btn-2:hover {
    color: #ffd800
}

#center .container-1-2 .btn-container ul li.current_page_item {
    color: #ffd800
}

#center .container-1-2#enjoy-work .btn-container ul {
    text-align: left
}

#center .container-1-2#availability .btn-container ul {
    text-align: left
}

#center .container-1-2#enjoy-work.expand .btn-container {
    padding-right: 20px;
    padding-left: 10px
}

#center .container-1-2#availability.expand .btn-container {
    padding-left: 20px;
    padding-right: 10px
}

#center .container-1-2.expand .btn-container ul {
    max-height: 300px;
    width: 120px
}

#center .container-1-2 .bg-dim {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all 1s ease
}

#center .container-1-2#enjoy-work.shrink .bg-dim, #center .container-1-2#availability.shrink .bg-dim {
    opacity: 1
}

#center .content-container, #center .image-container {
    display: none
}

#center .expand.other-page .btn-container {
    background: 0
}

#center #scroll-to-top {
    position: absolute;
    top: 0
}

#center #enjoy-work .content-scroll-wrp {
    padding: 60px 200px 150px 50px
}

#center #availability .content-scroll-wrp {
    padding: 60px 28px 0 164px
}

#center .expand .content-container {
    display: block;
    background: #fff;
    overflow: hidden
}

#center .expand .content-container h2 {
    color: #ffd800;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px
}

#center .expand .content-container h3 {
    font-size: 15px
}

#center .expand .content-container p {
    line-height: 1.5em
}

#center .expand .content-container .quote-container {
    float: left;
    max-width: 130px;
    margin: 0 20px 20px 0
}

#center .expand .content-container .quote-container .quote-author {
    float: right;
    color: #ffd800;
    font-weight: 700
}

#center .expand .content-container img {
    max-width: 100%;
    margin: 30px 0
}

#center .expand .content-container .scroll-link-container {
    text-align: center;
    padding: 40px 0
}

#center .expand .content-container .scroll-to-top-link {
    color: #ffd800;
    font-weight: 700
}

#center .expand .content-container .building-list li {
    position: relative;
    margin-bottom: 20px;
    background: #000
}

#center .expand .content-container .building-list a {
    display: block
}

#center .expand .content-container .building-list .building-title {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ffd800;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #616161
}

#center .expand .content-container .building-list li:hover .building-title {
    color: #616161;
    background: #ffd800
}

#center .expand .content-container .building-list img {
    margin: 0;
    display: block;
    transition: all .4s ease
}

#center .expand#availability .image-container {
    display: none
}

#center .expand#availability .image-container.display-image {
    display: block
}

#center .floor-plan {
    background: url(../img/pattern.jpg) repeat center center
}

#center .floor-pic {
    height: 100%;
    width: 100%;
    display: none;
    background-size: cover
}

#center .floor-pic.display-image {
    display: block
}

#center .expand#enjoy-work .image-container {
    display: block;
    background: url(../img/bg-3.jpg) no-repeat center center;
    background-size: cover
}

#center .expand.building-page-template .btn-container {
    background: 0
}

#center .expand.building-page-template .btn-container ul {
    font-size: 10px;
    max-width: 140px
}

#center .container-1-2 .btn-container ul.small-menu li a {
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize
}

.building-spec-container {
    margin-bottom: 40px
}

.building-spec-container h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffd800
}

.building-spec-container h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.building-spec-container ul {
    padding-left: 20px;
    line-height: 16px;
    list-style-image: url('../img/list-bullet.png')
}

.gallery-image {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.gallery-image img {
    margin: 0 !important
}

.gallery-image span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #616161;
    color: #ffd800;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px
}

.gallery-image:hover span {
    background: #ffd800;
    color: #616161
}

.location-container {
    float: left;
    width: 160px;
    text-transform: uppercase;
    padding-top: 103px
}

.contacts-container {
    line-height: 1.6em;
    float: left
}

.contacts-container img {
    margin: 0 !important;
    display: block
}

.contacts-container h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0
}

.contact-divider {
    display: block;
    width: 26px;
    height: 3px;
    background: #ffd800;
    margin: 15px 0 30px 0
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    padding: 62px;
    padding-top: 0;
    padding-bottom: 0;
    display: none
}

.video-container video {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
}

.video-container.display-video {
    display: block
}

#close-video-button {
    position: absolute;
    z-index: 5000;
    display: none;
    border: 0;
    background: url(../img/close-icon.png) no-repeat;
    top: 100px;
    right: 100px;
    width: 22px;
    height: 22px;
    cursor: pointer
}

#close-video-button.display-video {
    display: block
}

#floorplan table {
    width: 100%;
    line-height: 1.7em
}

#floorplan table tr.line:hover {
    color: #fff;
    background: #ffd800;
    cursor: pointer
}

#floorplan table th {
    text-align: left
}

#container-close-btn {
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
    background: 0;
    background: url(../img/close-icon-black.png) no-repeat center center;
    position: absolute;
    top: 20px
}

#availability #container-close-btn {
    left: 20px
}

#enjoy-work #container-close-btn {
    right: 20px
}

#low-rez-close-btn {
    display: none
}

@media (max-width: 1400px) {
    header nav ul {
        float: left
    }
}

@media (max-width: 1110px) {
    header {
        padding: 0;
        height: initial;
        padding-bottom: 20px
    }

    header form {
        display: none
    }

    header nav {
        display: none
    }

    header nav.display-nav {
        height: initial;
        display: block;
        border: 0;
        top: 62px;
        position: relative;
        z-index: 30
    }

    header nav.display-nav ul {
        background: #fff;
        width: 100%;
        float: none
    }

    header nav.display-nav li {
        display: block;
        line-height: 30px
    }

    header nav.display-nav li:hover a {
        border-bottom: 0
    }

    header form.display-nav {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 10px 20px;
        left: 0;
        top: 62px
    }

    #left-side {
        height: initial;
        background: 0
    }

    #left-side img {
        transform: rotate(90deg) translate3d(0, 0, 0);
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
        top: -30px;
        left: 85px
    }

    #nav-trigger {
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 20px;
        right: 20px;
        background: url(../img/menu-icon.png) no-repeat center center;
        z-index: 20;
        border: 0
    }

    #nav-trigger.display-nav {
        background: url(../img/close-icon-black.png) no-repeat center center
    }

    #form-trigger {
        display: block;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 20px;
        right: 60px;
        background: url(../img/login-icon.png) no-repeat center center;
        z-index: 20;
        border: 0
    }

    #right-side {
        display: none
    }

    #right-side.display-nav {
        display: block;
        height: 62px;
        background: #fff;
        width: 100%;
        text-align: center;
        top: 11px
    }

    #right-side.display-nav a {
        display: inline-block
    }

    #center {
        padding-left: 0;
        padding-right: 0
    }

    #center .expand#enjoy-work .image-container {
        display: none
    }

    #center .expand .content-container {
        width: 100%
    }

    #center .expand#availability .image-container {
        width: 100%;
        top: 0;
        position: absolute;
        z-index: 20
    }

    .fancybox-overlay-fixed {
        left: 0;
        right: 0
    }

    #low-rez-close-btn {
        display: block;
        height: 20px;
        width: 20px;
        padding: 0;
        border: 0;
        background: 0;
        background: url(../img/close-icon-black.png) no-repeat center center;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 30
    }
}

@media (max-width: 600px) {
    .no-display-for-low-rez {
        display: none
    }

    #center .container-1-2.expand {
        width: 100%
    }

    .other-page .btn-container {
        display: none
    }

    #center #enjoy-work .content-scroll-wrp {
        padding-right: 28px
    }

    #center #availability .content-scroll-wrp {
        padding-left: 28px
    }

    #container-close-btn {
        display: none
    }

    #center .container-1-2 .cta-btn {
        font-size: 11px;
        padding: 13px 20px
    }

    #center .container-1-2 .btn-container ul li a, #center .container-1-2 .btn-container ul li#movie-btn, #center .container-1-2 .btn-container ul li#movie-btn-2 {
        font-size: 11px
    }
}

blockquote {
    margin: 0;
}

/*new stuff goes here */
/*table for availability*/
table.availability-table {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    margin: 40px 0;
    padding: 10px 0;
    width: 100%;
}

table.availability-table th {
    text-align: left;
    padding: 15px 0;
}

table.availability-table th.floor-name {
    font-size: 11px;
}

table.availability-table td {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

table.availability-table tr:last-child td {
    border-bottom: none;
}

/*table for calendar*/
.calendar-container {
    margin-top: 60px;
}

.calendar-container table {
    text-align: left;
}

.calendar-container table th {
    text-transform: uppercase;
    color: #ffd800;
    font-size: 11px;
}

.calendar-container table th span {
    display: block;
    width: 10px;
    height: 2px;
    background: #ffd800;
    margin-top: 6px;
}

.calendar-container table td, .calendar-container table th {
    padding: 10px 15px 10px 0;

}

/*end of new stuff  */

/* new stuff for slider goes here*/
.bx-wrapper, .bx-viewport, .bxslider, .bxslider li {
    height: 100% !important;
}

.bxslider {
    background: #555;
    width: 100%;

    display: block;
}

.image-container-slider {
    height: 100%;
    width: 100%;
    background-size: cover;
}

/*end of new stuff for slider*/
#floorplan table {
    line-height: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}

#floorplan table tr:nth-child(1) {
    font-size: 16px;
}

#floorplan table img {
    margin: 0 !important;
}

#center .expand .content-container h3, .calendar-container h2 {
    margin-bottom: 5px !important;
}

#center .expand .content-container h3, #center .expand .content-container h2 {
    font-size: 18px;
    font-weight: 800;
    font-family: FFDINWebPro;
}

em {
    font-size: 10px;
    line-height: 10px !important;
    margin-bottom: 25px;
    display: block;
}

.contacts-container h2:nth-child(2n) {
    margin-bottom: 0px !important;
}

@font-face {
    font-family: 'FFDINWebPro';
    src: url('../fonts/2E0AE8_0_0.eot');
    src: url('../fonts/2E0AE8_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E0AE8_0_0.woff2') format('woff2'), url('../fonts/2E0AE8_0_0.woff') format('woff'), url('../fonts/2E0AE8_0_0.ttf') format('truetype')
;
}

blockquote {
    font-family: 'FFDINWebPro';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #929292;
    margin: 20px 10px 0;
    padding: 0 10px;
    line-height: 1.5em;
    quotes: "\2018 " "\201D" "\201A " "\2019";
    position: relative;
}

span.quote-author {
    color: #030303;
    font-size: 11px;
    font-family: 'FFDINWebPro';
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    text-align: right;
    /*margin-bottom: 40px;*/
}

blockquote:before {
    font-family: 'Arial', sans-serif;
    color: #030303;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    font-family: 'Arial', sans-serif;
    color: #030303;
    content: open-quote;
    font-size: 4em;
    line-height: 0;
    margin-left: 0.25em;
    position: absolute;
    bottom: 30px;
}

.amenities-logos > div {
    width: 100%;
    height: 60px;
    margin: 15px 0;
}

.amenities-logos > div > a {
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    float: left;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    text-align: center;
    height: 60px;
}

.amenities-logos > div > a > .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.amenities-logos > div > a > img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    margin: 0 !important;
    opacity: 0.6;
}

.amenities-logos > div > a:hover > img, .amenities-logos > div > a.active > img {
    opacity: 1.0;
}

.amenity-map-pic {
    display: none;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.image-container-slider {
    background-size: cover !important;
}
 .contacts-container .contact {border: none !important; }







.contact-persons::after,
.contact-form form::after{
    content: "";
    clear: both;
    display: table;
}
.contact-form{display: none;}
.contact-list img,
.contact-list .website-address{
    display: inline-block;
}
.contact-list .website-address{
    position: absolute;
    font-weight: 600;
    left: 30%;
    font-size: 14px;
    top: 30px;
    color: #000;
    text-decoration: none;
    margin: 0;
}
.contact-list img.arrow{ float: right; }
.contact-list img.arrow.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.contact-list{
    padding: 0;
    display: block;
    width: 100%;
    border-left: 5px solid #ffdc1c;
}
.contact-list li{
    margin-left: 30px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #bfbfbf;
}
.contact-list h3{
    color: #ffdc1c;
    text-transform: uppercase;
    margin-left: 30px;
    font-size: 16px;
}
.title-line{
    padding: 30px 0;
}
.inputs,
.dropdowns {
    width: 50%;
    display: inline-block;
    float: left;
}
.dropdowns { padding-left: 50px; }
.inputs input {
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
}
.dropdowns .btn.btn-primary{
    background:none;
    text-transform: uppercase;
    font-weight: 300;
    border:1px solid #000;
    color: #000;
    border-radius: 0;
    width: 100%;
    text-align: left;
    white-space: normal;
}
.dropdowns .dropdown:last-of-type{
    margin-top: 10px;
}
.dropdown-menu{
    margin: 0;
    background: #fff;
    border: none;
    width: 100%;
}
.dropdown-menu li{
    border: none;
    padding: 6px 15px;
    margin: 0;
}
.dropdown-menu a{
    color: #a0a0a0 !important;
    text-transform: uppercase;
    white-space: normal !important;
}
.contact-persons{
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-persons li{
    width: 50%;
    display: inline-block;
    float: left;
    border: none;
    margin: 0;
    margin-bottom: 15px;
}
.contact-persons li:last-of-type{
    margin: 0;
}
.contact-persons p{
    margin: 0;
}
.contact-persons p.name{
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.send-button {
    display: inline-block;
    width: auto !important;
    margin-top: 10px;
}
.send-button:hover{
    color: #fff;
    background: #000;
}
.contact-logo{ width: 80px; }

input.fake_input{
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
}
#form-messages{
    float: left;
}
.location-container {display: none;}
.contacts-container{
    padding: 30px;
    float: none;
}

#center #enjoy-work .content-scroll-wrp{ padding: 0;}
.contacts-container h5 {display: none;}

@media screen and (max-width: 1100px){
    .contact-persons li { width: 33%; }
}
@media screen and (max-width: 700px){
    .contact-persons li { width: 50%; }
}
@media screen and (max-width: 380px){
    .contact-persons li { width: 100%; }
    .contact-logo {
        width: 40px;
    }
}
@media screen and (max-width: 520px){
    .inputs,
    .dropdowns{
        width: 100%;
        padding: 0;
    }
}