html,
body {
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #777777;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

html {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
}

#main-container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1920px;
    max-height: 1080px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clearboth {
    clear: both;
}

.left {
    float: left!important;
}

.right {
    float: right!important;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #000;
}

#menu-placeholder {
    background-color: transparent;
    width: 100%;
    height: 50px;
}

#menu,
#menu ul,
#menu ul li {
    height: 50px;
}

#menu .movie {
    margin-left: 25px;
}

#menu .photo {
    margin-left: 25px;
}

.fancybox-overlay-fixed {
    top: 50px;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

#menu,
#menu ul,
#menu ul li,
#menu a,
.img-resizable .overlay{
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; /* Firefox 4 */
    -webkit-transition: all 300ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 300ms ease-in-out; /* Opera */
}

#menu {
    width: 100%;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    text-align: center;
}

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

#menu ul li {
    padding-right: 10px;
    display: inline-block;
    height: 40px;
}

#menu li a {
    color: #a7a7a7;
    font-size: 13px;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 19px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

#menu li a:hover {
    color: #d4c239
}

#menu.hover li a.active,
#menu li a.active {
    color: #d4c239;
    /*border-bottom: 1px solid #a7a7a7;*/
}

#menu.hover {
    height: 70px;
}

#menu.hover li a {
    color: #000;
}

#menu ul.hover,
#menu ul li.hover {
    height: 70px;
}

#menu ul li a.hover {
    padding-top: 29px;
}

#menu .logo {
    display: none;
    width: 180px;
    position: absolute;
    float: left;
    padding-left: 20px;
    padding-top: 3px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; /* Firefox 4 */
    -webkit-transition: all 300ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 300ms ease-in-out; /* Opera */
}

#menu .flag {
    position: absolute;
    top: 19px;
    right: 10px;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; /* Firefox 4 */
    -webkit-transition: all 300ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 300ms ease-in-out; /* Opera */
}

#menu .flag img {
    border: 1px solid #e0e0e0;
}

#menu .flag.hover {
    top: 29px;
}

#menu .logo.hover {
    padding-top: 8px;
    width: 200px;
}

#menu .logo a {
    padding-top: 0;
}

#menu .logo img {
    width: 100%;
}

#menu-selector {
    display: none!important;
    position: relative;
    padding-left: 1.25em;
    background-color: #fff;
}

a#menu-selector {
    float: left;
    width: 42px;
    height: 40px;
    padding-top: 0;
    margin-left: 6px;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu-selector:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    width: 30px;
    height: 0.4em;
    border-top: 1em double #000;
    border-bottom: 0.35em solid #000;
}

#content {
    float: left;
}

#canvas {
    position: absolute;
    z-index: 1;
}

.canvas-overlay {
    pointer-events: none;
}

#left-side,
#right-side {
    z-index: 0;
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.section {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.align-vertically {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-resizable,
.img-resizable-no-scalling {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
}

.img-resizable-no-scalling {
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
    height: auto;
    width: 100%
}

.img-resizable .overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    text-align: center;
}

.img-resizable .overlay.hover {
    background-color: rgba(215, 190, 44, 0.5);
}

.img-resizable .overlay .overlay-content .overlay-search {
    color: #fff;
    background: url('../img/general/icon_zoom.png') center center no-repeat;
    background-size:30px 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.img-resizable .overlay .overlay-content {
    margin: 0 auto;
    color: #fff;
    width: 35%;
    z-index: 0;
    text-align: center;
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-resizable .overlay .overlay-content span {
    height: 100%;
    line-height: 100%;
}

.img-resizable .overlay a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.img-scale-to-fit {
}

.img-xl {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.img-xl img {
    position: absolute;
    top: 0;
    left: 0;
}

.img-xs {
    width: 50%;
    height: 25%;
    float: left;
}

.img-small {
    width: 50%;
    height: 50%;
    float: left;
}

.img-large-vertical {
    width: 50%;
    height: 100%;
    float: left;
}

.img-large-horizontal {
    width: 100%;
    height: 50%;
    float: left;
}

.img-full {
    width: 100%;
    height: 100%;
}

.section .right-part,
.section .left-part {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.section .text-page {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.colored-background {
    background-color: #d4c239!important;
}

.text-box {
    text-align: justify;
    padding: 0 5px;
    overflow-y: auto;
    line-height: 20px;
}

.text-box h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.text-page .text-box {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
}

.location-img {
    position: absolute;
    top: 0;
    left: 0;
}

.location-img-rotation {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.layouts .text-page {
    background-color: #d4c239;
    color: #fff;
}

.layouts .right-part {
    background-color: #ececec;
}

.layouts .layouts-floor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.section-info-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    background: #ffffff;
    margin: 2px 0 0 0;
    right: 221px;
    z-index: 1001;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    width: 114px;
}

.section-info-close span {
    line-height: 13px;
    top: 7px;
    position: absolute;
}

.section-info-close img {
    float: left;
}

.contact-form {
    color: #000000;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50%;
}

.contact-form div {
    padding-bottom: 10px;
}

.contact-form .box-short {
    width: 45%;
}

.contact-form .contact-error {
    border-color: #b94a48;
}

.contact input,
.contact-form textarea,
.contact button {
    height: 34px;
    font-size: 14px;
    color: #555;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact-form .contact-body {
    display: block;
}

.contact input,
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
}

.contact button {
    margin-left: -1px;
    color: #a7a7a7;
}

.contact-form textarea {
    height: 150px;
}

.contact-form form {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    display: block;
}

.contact-form .clearboth {
    padding-bottom: 0;
}

.contact-form .contact-submit {
    padding-top: 10px;
}

.contact .text-page {
    background-color: transparent;
    position: absolute;
}

.contact .text-box {
    text-align: right;
    color: #000;
    width: 50%;
    height: 40%;
    top: 30%;
    left: 45%;
}

#high-resolution-mask {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 200;
}

#portrait-orientation-mask {
    background: #fff url('../img/general/change_orientation.png') no-repeat center center;;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

/** Section info **/
.section-info {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    display: none;
}

.section-info .content {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #fff;
}

.section-info .content.transparent {
    background-color: transparent;
}

.section-info-switcher {

}
/** Section info end **/



/** Slider **/
.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.slider-navigation {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-navigation .control {
    position: relative;
    width: 73px;
    height: 73px;
    z-index: 800;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slider-navigation .control.prev {
    float: left;
    background: url('../img/general/prev.png');
}

.slider-navigation .control.prev:hover {
    background: url('../img/general/prev_hover.png');
}

.slider-navigation .control.next {
    float: right;
    background: url('../img/general/next.png');
}

.slider-navigation .control.next:hover {
    background: url('../img/general/next_hover.png');
}

.slide {
    height: 100%;
    width: 100%;
    float: left;
}

.slider.in-place .slide {
    position: absolute;
    top: 0;
    left: 0;
}
/** Slider end **/


/** Slider animations **/
.slider-animation {
    position: relative;
}

.slider-animation .box {
    font-size: 22px;
    position: absolute;
    background-color: #fff;
    color: #d4c239;
    padding: 20px;
    top: 50px;
}

.slider-animation .box h5 {
    font-size: 35px;
    padding-bottom: 15px;
}
/** Slider animations end **/


/** Loader **/
.loader-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loader {
    width: 235px;
    height: 235px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader .background {
    width: 235px;
    height: 235px;
    background-color: #d4c239;
}

.loader .triangle {
    position: relative;
    z-index: 902;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 31px 31px 31px;
    border-color: #d4c239 #d4c239 transparent #d4c239;
}

.loader .triangle-wrapper {
    width: 186px;
    height: 31px;
    margin: 0 auto;
    top: 101px;
    position: relative;
    background-color: #d4c239;
}

.loader .progress {
    z-index: 901;
    position: absolute;
    float: left;
    height: 100%;
    width: 0;
    background-color: #ffffff;
}

.loader p {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #d4c239;
}

.loader-slides {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
}

.loader-slides .left,
.loader-slides .right {
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
}
/** Loader end **/



/** Selector **/
.selector {
    width: 20px;
    position: absolute;
    left: 0.5%;
    z-index: 3;
    padding-top: 50px;
}

.selector .triangle {
    position: relative;
    margin-top: 5px;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transition: border-top-color 500ms linear;
    -moz-transition: border-top-color 500ms linear;
    -o-transition: border-top-color 500ms linear;
    -ms-transition: border-top-color 500ms linear;
    transition: border-top-color 500ms linear;
    cursor: pointer;
}

.selector .triangle:first-child {
    margin-top: 0;
}

.selector .triangle:hover {
    -webkit-transition: border-top-color 500ms linear;
    -moz-transition: border-top-color 500ms linear;
    -o-transition: border-top-color 500ms linear;
    -ms-transition: border-top-color 500ms linear;
    transition: border-top-color 500ms linear;
    border-top-color: #cecece;
}

.selector .active {
    border-top-color: #d4c239;
    -webkit-transition: border-top-color 500ms linear;
    -moz-transition: border-top-color 500ms linear;
    -o-transition: border-top-color 500ms linear;
    -ms-transition: border-top-color 500ms linear;
    transition: border-top-color 500ms linear;
}
/** Selector end **/


/** Layout **/
.layout-left {
    width: 25%;
    height: 100%;
    float: left;
    background-color: #f2f2f2;
}

.layout-right {
    width: 75%;
    height: 100%;
    float: right;
    position: relative;
}

.layout-img-small {
    cursor: pointer;
    position: relative;
}

.layout-img-small img {
    width: 100%;
}

.layout-img-small.inactive {
    background-color: #f2f2f2;
}

.layout-img-small.active {
    background-color: #e6e6e6;
}

.layout-img-large {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d4c239;
}

.layouts .text-page {
    background-color: #d4c239;
    color: #fff;
}

.layouts .right-part {
    background-color: #ececec;
}

.layouts .layouts-floor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.layouts .layouts-floor-switcher {
    position: absolute;
    bottom: 0;
    left: 0;
}

.layout-right .layouts-floor-switcher {
    position: absolute;
    top: 0;
    left: 0;
}

.layout-right .layouts-floor-switcher .box,
.layouts .layouts-floor-switcher .box {
    background-color: #fff;
    color: #d4c239;
    width: 35px;
    height: 35px;
    margin: 10px 10px 10px 10px;
    float: left;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.layout-right .layouts-floor-switcher .box.active-floor,
.layout-right .layouts-floor-switcher .box:hover,
.layouts .layouts-floor-switcher .box:hover {
    background-color: #d4c239;
    color: #fff;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; /* Firefox 4 */
    -webkit-transition: all 300ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 300ms ease-in-out; /* Opera */
}

.layout-right .layouts-floor-switcher .box.active-floor,
.layout-right .layouts-floor-switcher .box:hover {
    border: 1px solid #fff;
}

.layout-details {
    position: absolute;
    right: 0;
    z-index: 1000; /* TODO FIXME */
}

.layout-details h3 {
    color: #d4c239;
    font-size: 20px;
    font-weight: bold;
}

.layout-details .floor, .layout-details .number, .layout-details .space {
    margin: 2px 2px 0 0;
    padding: 5px;
    background-color: #ffffff;
    float: right;
    color: #000000;
}

.layout-details .floor {
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.layout-details .number {
    width: 165px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.layout-details .space {
    clear: both;
    width: 165px;
    font-weight: bold;
    font-size: 10px;
}

.layout-details .space table {
    width: 100%;
}

.layout-details .space table .label {
    width: 95px;
    padding: 0 0 3px 0;
}

.layout-details .space table .value {
    text-align: right;
}

.layout-short {
    bottom: 0;
    right: 0;
}

/** Layout end **/

/** Media **/
@media all and (min-width: 1000px) {
    #menu .logo {
        display: block;
    }
}

@media all and (max-width: 1125px) {
    .layout-right .layouts-floor-switcher {
        width: 300px;
    }
}

@media all and (max-width: 825px) {
    .layout-right .layouts-floor-switcher {
        top: auto;
        bottom: 0;
    }

    .layout-details.layout-short .number {
        width: auto;
    }
}

@media all and (max-width: 660px) {
    .img-resizable-no-scalling {
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
}

@media (orientation: portrait) and (max-width: 660px) {
    #portrait-orientation-mask {
        display: block;
    }
}

@media (max-width: 800px) {
    .contact-form {
        max-width: 85%;
    }

    .contact-form div {
        padding-bottom: 5px;
    }

    .contact-form .box-short {
        width: 45%;
    }

    .contact-form .box-long {
        width: 100%;
    }

    .contact input,
    .contact-form textarea {
        height: 24px;
        padding: 6px 12px;
        line-height: 1.42857143;
    }

    .contact-form textarea {
        height: 150px;
    }
}

@media (max-width: 660px) {
    .layout-right .layouts-floor-switcher .box,
    .layouts .layouts-floor-switcher .box {
        width: 20px;
        height: 20px;
        margin: 5px 2px 5px 2px;
        font-size: 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 750px) {
    .slider-animation .box {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .fancybox-overlay-fixed {
        top: 0px;
    }

    .selector {
        padding-top: 0;
    }

    #menu-selector {
        display: block!important;
    }

    #menu-placeholder {
        display: none;
    }

    #menu {
        text-align: center;
        background-color: transparent;
    }

    #menu ul {
        display: none;
        margin: auto;
        text-align: center;
        width: 140px;
        position: relative;
        top: 50%;
    }

    #menu ul li:first-child {
        border-top: 1px solid #576979;
    }

    #menu ul li {
        display: block;
        height: 30px;
        border-bottom: 1px solid #576979;
        border-left: 1px solid #576979;
        border-right: 1px solid #576979;
        background-color: #fff;
        width: auto;
        padding: 0 9px 9px 9px;
    }

    #menu ul li a {
        padding-top: 9px;
    }

    .lightboxOverlay {
        top: 0;
    }

    #left-side {
        left: 1px;
    }
}
/** Media ends **/


.debug-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    position: fixed;
    z-index: 500;
    color: #000;
}

.fancybox-overlay {
    z-index: 299; /* under top menu */
}
