
#models {
    width: 100%;
    height: 100%;
    /*    overflow: hidden;*/
    /*    overflow: auto;
        overflow-x: hidden;*/
    position: relative;
    background:#ececec;

    font-family: 'AniversBold',Arial,Helvetica,sans-serif;
}
.offer-model {
    /*min-height: 600px;*/
}
#models-loader {
    background: #fff url(../img/loader.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    display: none;
    top: 0px;
}

.models-legend{
    position: absolute; left: 150px; top: 15px; padding: 10px;
    background: #fff;
    z-index: 2;
    display: none;
}
.models-legend ul{
    margin: 0px;
}
.models-legend ul li{
    float: left; padding-right: 30px;
}
.models-legend .status{
    padding: 0px 6px; margin-right: 5px;
}

.models-infotip{
    padding: 0px; position:absolute;
    color:#333; text-align:center;
    opacity: 0.9;
}
.models-infotip a{
    color: #333; display:block;
    padding: 3px 5px;
    text-align:center;
    background: #ececec;
}
.models-infotip a:hover{
    text-decoration: none;
}

#models .is-free {
    background: none repeat scroll 0 0 #43cb8b;
}
#models .is-reserved {
    background: none repeat scroll 0 0 #f7a800;
}
#models .is-not-free {
    background: none repeat scroll 0 0 #c03838;
}

#models .price{
    font-size: 20px;
}

.models-tooltip {
    position: absolute;
    z-index: 50;
    top: 0px;
    width: 250px;
    background: #000;
    opacity: 0.9;
    color: #fff;
    padding: 15px;
    display: none;
    margin: 0px;
}
.models-tooltip-offer {
    width: 250px;
}
.models-tooltip p {
    padding: 0px;
    font-size: 13px;
    margin-top: 10px;
}
.models-tooltip table {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
}
.models-tooltip table td {
    padding-bottom: 5px;

}
.models-tooltip table .col2 {
    text-align: right;
}
.models-tooltip h5 {
    font-family: 'AniversBold',Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 16px;
}
.models-tooltip.is-free {
    background: none repeat scroll 0 0 #43cb8b;
}
.models-tooltip.is-not-free {
    background: none repeat scroll 0 0 #f7a800;
}
.models-tooltip span.is {
    background: none repeat scroll 0 0 #f7a800;
    display: block;
    float: left;
    line-height: 36px;
    margin-right: 15px;
    padding: 5px;
    text-align: center;
    width: 36px;
}

.models-tooltip span.is-not {
    background: none repeat scroll 0 0 #f7a800;
    display: block;
    float: left;
    line-height: 36px;
    margin-right: 15px;
    padding: 5px;
    text-align: center;
    width: 36px;
}

.models-tooltip span.all-offers {
    background: none repeat scroll 0 0 #43cb8b;
    display: block;
    float: left;
    line-height: 36px;
    margin-right: 15px;
    padding: 5px;
    text-align: center;
    width: 36px;
}

#models .view-item {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

#models .views-navigation {
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 10px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#models .views-navigation li {
    float: left;
    margin:0px;
    padding:0px;
    margin-left:2px;
}
#models .views-navigation li a {
    color: #000;
    font-size: 14px;
    padding: 5px 12px;
    display: block;
    text-decoration: none;
    background:#FFFFFF;
}
#models .views-navigation li a.active {
    background: #f7a800;
    color: #fff;
}
#models .views-navigation li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
#models .views-navigation li a.active:hover {
    background-color: rgba(33, 33, 33, 0.6);
}


#models .view-level-name {
    position: absolute;
    z-index: 3;
    bottom: 100px;
    left: 60%;
    width: 30%;
}

#models .view-level-info {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 134px;
    height: 112px;
    background: url('../img/choose.png');
}

#models .view-name {
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    background: #f7a800;

    font-size: 20px;
    color: #fff;

    padding: 10px;
    font-weight: normal;
}

#models .view-go-back {
    margin: 0;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 20px;
    background: #000;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
    text-decoration: none;
    cursor:pointer;
    display: none;
}
#models .view-go-back:hover {
    background: #f7a800;
}
.models-tooltip h5 {
    color: #fff;
}
.models-map-image {
    width: 100% !important;
}
/*
.models-map-image img {
    z-index: 1;
    opacity: 1 !important;
}
.

.models-map-image canvas {
    z-index: 5;
}
.models-map-container {
    position: relative;
    z-index: 10;
}*/
/*.view-item {*/
/*position: relative;*/
/*}*/
/*.view-item .models-map-image-container {*/
/*position: absolute;*/
/*z-index: 1;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*}*/
/*.view-item .models-map-image {*/
/*z-index: 10;*/
/*}*/


.dl-horizontal.tooltips dl{
    margin:0px 0px 40px 0px;
    border-top:1px solid #dadada; border-bottom:1px solid #dadada;
}
.dl-horizontal.tooltips dt{
    width:100px; padding:3px 0px;
    font-weight:300; text-align:left;
    float:left !important;
}
.dl-horizontal.tooltips dd{
    margin-left:0px; padding:3px 0px; padding-left:110px;
    border-bottom:1px solid #dadada;
    font-weight:700;
}
.dl-horizontal.tooltips dd:last-child{
    border-bottom:0px;
}


/* ===== MAKIETA ===== */

.makieta {
    margin-bottom: 40px;
}

#models-container .title-navigation {
    display: none;
}

.models-tooltip {
    background: #342c4b;
    opacity: 1;
    color: #fff;
    padding: 25px;
    font-weight: 400 !important;
    z-index: 1000;
}

.models-tooltip dt {
    display: inline-block;
    font-weight: 400 !important;
    font-family: CircularPro, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.models-tooltip dd {
    display: inline-block;
    font-weight: 400 !important;
    color: #f26a63;
    font-family: CircularPro, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.models-tooltip dl {
    margin: 0px;
    padding: 0px;
}

.floor-tooltips {
    font-size: 14px !important;
    color: #fff !important;
    font-family: CircularPro, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    width: auto !important;
    padding: 35px !important;
}

.floor-tooltips h5 {
    font-size: 22px;
    font-weight: 700;
}

.floor-tooltips dt {
    display: inline-block !important;
    font-size: 14px !important;
    width: 150px !important;
    font-family: CircularPro, Helvetica, Arial, sans-serif !important;
    color: #9893a4 !important;
}

.floor-tooltips dd {
    display: inline-block !important;
    font-size: 14px !important;
    color: #fff !important;
    font-family: CircularPro, Helvetica, Arial, sans-serif !important;
    border-bottom: medium none !important;
    font-weight: 400 !important;
    padding: 3px 0 3px 3px !important;
}

.floor-tooltips .info-floor {
    margin: 20px 0px;
}

.floor-tooltips .free-floor {
    background: url( "../img/offer1.png" ) center left no-repeat;
    padding-left: 25px;
    position: absolute;
    top: 35px;
    right: 35px;
}

.floor-tooltips .sold-floor {
    background: url( "../img/offer3.png" ) center left no-repeat;
    padding-left: 25px;
    position: absolute;
    top: 35px;
    right: 35px;
}

.floor-tooltips .reserved-floor {
    background: url( "../img/offer2.png" ) center left no-repeat;
    padding-left: 25px;
    position: absolute;
    top: 35px;
    right: 35px;
}

.floor-list {
    background: #c0c0c0;
    height: 90px;
    padding: 32px 60px;
    font-weight: 700;
    font-size: 16px;
}

#models .views-navigation li a {
    background: #c0c0c0 none repeat scroll 0 0 !important;
    color: #342c4b;
    display: block;
    font-size: 16px;
    padding: 5px 12px;
    text-decoration: none;
    font-weight: 700;
}

#models .views-navigation {
    position: static !important;
    float: right;
    margin-top: -5px;
}

#models .view-go-back {
    background: #342c4b !important;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 90px;
    margin: 0;
    padding: 31px 10px;
    position: static;
    font-family: CircularPro, Helvetica, Arial, sans-serif !important;
    text-align: center;
}

#models .view-go-back span {
    background: url( "../img/back-icon-white.png" ) center center;
    width: 26px;
    height: 19px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: -4px;
}

.floor-navigation-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

/*=========== END MAKIETA ===========*/