﻿@import url('reset.css');


@-ms-viewport {
    zoom: 1.0;
    width: 800;
}

@viewport {
    zoom: 1.0;
    width: 800;
}

#page {
    height: 100%;
}

html {
    height: 100%;
}

*html #top-part {
    height: auto !important;
    height: 100%;
}

#top-part {
    min-height: 100%;
    padding-bottom: 120px;
}

#empty {
    clear: both;
    height: 105px;
    visibility: hidden;
}

*html .footer {
    height: auto !important;
    height: 115px;
}

body {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    background: #ecefef;
    position: relative;
    visibility: visible;
}

#header {
    width: 1060px;
    background: #ecefef;
    height: 140px;
    -moz-min-width: 1060px;
    -ms-min-width: 1060px;
    -o-min-width: 1060px;
    -webkit-min-width: 1060px;
    min-width: 1060px;
    margin: 0 auto;
}

#header_content {
    width: 1018px;
    margin: 0 auto;
    height: 101px;
}

#logo {
    width: 106px;
    height: 66px;
    background: url(../Content/img/header_logo.png);
    float: left;
    margin: 18px 12px 0 0;
}

#company_name_header {
    width: 109px;
    margin-top: 28px;
    float: left;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px #ffffff;
    -moz-text-shadow: 0px 1px 0px #ffffff;
    -ms-text-shadow: 0px 1px 0px #ffffff;
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 0px #ffffff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}

    #company_name_header h2 {
        padding-bottom: 1px;
    }

#logo a {
    display: block;
    width: 106px;
    height: 66px;
}


.order_button {
    margin-top: 31px;
    background: -1px 0 url(../Content/img/order_button.png) no-repeat;
    height: 31px;
    width: 152px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 1px 2px 0 #000000;
    -moz-box-shadow: 0 1px 2px 0 #000000;
    -ms-box-shadow: 0 1px 2px 0 #000000;
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 1px 2px 0 #000000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4c4c4c;
    border: none;
}

    .order_button:hover {
        background: -1px -36px url(../Content/img/order_button.png) no-repeat;
        -webkit-box-shadow: 0 1px 2px 0 #000000;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0 1px 2px 0 #000000;
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
        -ms-box-shadow: 0 1px 2px 0 #000000;
        -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
        box-shadow: 0 1px 2px 0 #000000;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.44);
        cursor: pointer;
    }

    .order_button:active {
        background: -1px -72px url(../Content/img/order_button.png) no-repeat;
        -webkit-box-shadow: 0 -1px 2px 0 #000000;
        -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
        -moz-box-shadow: 0 -1px 2px 0 #000000;
        -moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
        -ms-box-shadow: 0 -1px 2px 0 #000000;
        -ms-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
        box-shadow: 0 -1px 2px 0 #000000;
        box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 1);
        cursor: pointer;
    }

#real_estate_rent {
    float: left;
    width: 355px;
    padding: 30px 0 0 99px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    color: #93969b;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    -moz-text-shadow: 0 1px 0 #ffffff;
    -ms-text-shadow: 0 1px 0 #ffffff;
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
    font-size: 24px;
    font-weight: bold;
}

    #real_estate_rent p {
        font-size: 16px;
    }

.order {
    height: 31px;
    width: 152px;
    float: left;
}

.clear {
    clear: both;
}

#phone_numbers {
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px #ffffff;
    -moz-text-shadow: 0px 1px 0px #ffffff;
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    -ms-text-shadow: 0px 1px 0px #ffffff;
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 0px #ffffff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    margin: 5px 0px 0px 0px;
    margin-top: 26px;
}

    #phone_numbers p {
        padding-bottom: 12px;
    }



#site_menu_wrapper {
    width: 100%;
    background: #93969b;
    height: 38px;
    border-bottom: 1px solid #858787;
}

#navigation {
    width: 100%;
    height: 38px;
    margin: 0 auto;
}

.site_menu_separator {
    width: 1px;
    border-left: 1px solid #a6a9ad;
    border-right: 1px solid #a6a9ad;
    background: #666565;
    height: 38px;
    float: left;
}

.site_menu_last_elem {
    float: none;
}

#site_menu_separator_last {
    float: none;
}

#site_menu {
    width: 100%;
    height: 38px;
    text-align: justify;
    list-style: none;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    -ms-text-justify: newspaper;
    -webkit-text-justify: newspaper;
    -moz-text-justify: newspaper;
    -o-text-justify: newspaper;
    text-justify: newspaper;
    zoom: 1;
    -webkit-text-align-last: justify;
    /*-moz-text-align-last: justify;*/
    -o-text-align-last: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
}

    #site_menu:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

    #site_menu li {
        display: inline-block;
        text-align: left;
        /* Востанавливаем у потомков, кроме последнего*/
        line-height: normal;
        font-size: 14px;
        /* Без него в Opera будет отступ под элементами */
        vertical-align: top;
        /* эмуляция inline-block для IE6-7*/
    }

.site_menu_element {
    width: 208px;
}

.site_menu_ref {
    height: 38px;
    display: block;
    position: relative;
    left: 3px;
    width: 200px;
    text-align: center !important;
    line-height: 38px;
    background: #93969b;
    font-weight: bold;
    -webkit-text-shadow: 0px -1px 0px #000000;
    -moz-text-shadow: 0px -1px 0px #000000;
    -ms-text-shadow: 0px -1px 0px #000000;
    -ms-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    text-shadow: 0px -1px 0px #000000;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
}

#site_menu_ref_first {
    left: 0 !important;
}

    #site_menu_ref_first .middle {
        width: 214px !important;
    }

#site_menu_ref_last .middle {
    width: 205px !important;
}

.left {
    height: 38px;
    width: 3px;
    float: left;
    position: absolute;
    left: 0px;
}

.right {
    height: 38px;
    width: 3px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.middle {
    width: 211px;
}

.site_menu_element:hover A {
    color: white;
    cursor: pointer;
}

.site_menu_element:hover div.middle {
    background: url(../Content/img/site_menu_sprite.png) 0px 0px repeat-x;
    cursor: pointer;
}

.site_menu_element:hover div.left {
    background: url(../Content/img/site_menu_sprite.png) 0px -76px no-repeat;
    cursor: pointer;
}

.site_menu_element:hover div.right {
    background: url(../Content/img/site_menu_sprite.png) 0px -152px no-repeat;
    cursor: pointer;
}

.site_menu_element:active A {
    color: white;
    cursor: pointer;
}

.site_menu_active_a {
    color: white;
    cursor: pointer;
}

.site_menu_element:active div.middle {
    background: url(../Content/img/site_menu_sprite.png) 0px -38px repeat-x;
    cursor: pointer;
}

.site_menu_active_div_middle {
    background: url(../Content/img/site_menu_sprite.png) 0px -38px repeat-x;
    cursor: pointer;
}

.site_menu_element:active div.left {
    background: url(../Content/img/site_menu_sprite.png) 0px -114px no-repeat;
    cursor: pointer;
}

.site_menu_active_div_left {
    background: url(../Content/img/site_menu_sprite.png) 0px -114px no-repeat;
    cursor: pointer;
}

.site_menu_element:active div.right {
    background: url(../Content/img/site_menu_sprite.png) 0px -190px no-repeat;
    cursor: pointer;
}

.site_menu_active_div_right {
    background: url(../Content/img/site_menu_sprite.png) 0px -190px no-repeat;
    cursor: pointer;
}

#footer {
    min-height: 105px;
    margin-top: -120px;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    -moz-min-width: 1060px;
    -ms-min-width: 1060px;
    -o-min-width: 1060px;
    -webkit-min-width: 1060px;
    min-width: 1060px;
    background: none;
}

.footer_invisible {
    display: none;
}

#footer_content_wrapper {
    width: 1060px;
    background: url(../Content/img/footer_bg.png) repeat-x;
    height: auto;
    margin: 0 auto;
}

#footer_content {
    height: 105px;
    width: 1018px;
    margin: 0 auto;
}

#footer_company_name_and_order_button_wrapper {
    width: 50%;
    height: 100%;
    float: left;
}

#company_name_footer {
    float: left;
    width: 120px;
    padding: 24px 0px 0px 0px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
    -webkit-text-shadow: 0 1px 0 #000000;
    -moz-text-shadow: 0 1px 0 #000000;
    -ms-text-shadow: 0 1px 0 #000000;
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

#footer form.order {
    float: left;
}

#footer input.order_button {
    margin: 34px 0px 0px 48px;
}

#footer_contacts {
    height: auto;
    width: 50%;
    margin: 0 0 0 509px;
    padding: 36px 0 0 0;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: bold;
    -webkit-text-shadow: 0 1px 0 #000000;
    -moz-text-shadow: 0 1px 0 #000000;
    -ms-text-shadow: 0 1px 0 #000000;
    -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

    #footer_contacts p {
        padding-bottom: 7px;
    }

#footer_phone_numbers {
    width: 45%;
    text-align: right;
    float: left;
    margin-right: 10px;
}

#footer_fax_and_email {
    width: 50%;
    margin-left: 269px;
}



#index_main {
    width: 100%;
}



.featured_facility_rent .widescreen_option {
    border-top: 1px solid #cacaca;
    border-bottom: none;
}

.featured_facility_wrapper {
    width: 1060px;
    background: white;
    padding: 0px 0px 0px 0px;
    min-height: 500px;
    margin: 0 auto 0px auto;
    -webkit-box-shadow: 0px 5px 1px -4px rgba(0, 0, 0, .58);
    -ms-box-shadow: 0px 5px 1px -4px rgba(0, 0, 0, .58);
    box-shadow: 0px 5px 1px -4px rgba(0, 0, 0, .58);
}

.index_facilities .featured_facility_wrapper {
    margin: 10px auto 0px auto;
    float: left;
}

#facilities_page_wrapper .featured_facility_wrapper {
    margin: 10px auto 0px auto;
    float: left;
    margin-top: 10px;
}


.featured_facility_inner_wrapper {
    margin: 0 auto;
    width: 1018px;
}

.index_featured_facility {
    padding: 20px;
}

.featured_facility_pic {
    float: left;
    margin-top: 10px;
}

.super {
    vertical-align: super;
    font-size: 12px;
}

.facility_description {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: black;
    line-height: 17px;
}

.facility_rent_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #076eac;
    font-weight: bold;
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.facility_area_size {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 24px;
    color: #646464;
    font-weight: bold;
    float: left;
    height: 36px;
    line-height: 27px;
}

.index_facility {
    background: white;
}

.featured_facility_description {
    margin: 0px 0px 0px 695px;
    position: relative;
}

.facility_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding: 12px 0px 7px 20px;
    height: 34px;
}

    .facility_header a {
        text-decoration: none;
        color: black;
    }

.facility_info_widescreen {
    height: auto !important;
}

.featured_facility_description p.facility_description {
    /*margin-bottom: 75px;*/
    padding-top: 6px;
    padding-bottom: 100px;
}

.featured_facility_rent {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
}

.featured_facility_rent_header {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 6px;
    margin: 0px 0px 14px 0px;
}

#call_order_popup_button {
    margin: 47px 0px 0px 100px;
    width: 125px;
    height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../Content/img/index_rent_button.png) 0px 0px no-repeat;
    color: #4c4c4c;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
}

    #call_order_popup_button:hover {
        background: url(../Content/img/index_rent_button.png) 0px -37px no-repeat;
        -webkit-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -moz-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        color: white;
        cursor: pointer;
    }

    #call_order_popup_button:active {
        background: url(../Content/img/index_rent_button.png) 0px -74px no-repeat;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        color: #4c4c4c;
        cursor: pointer;
    }



.send_message_button {
    width: 140px;
    height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-left: 22px;
    background: url(../Content/img/index_rent_button.png) 0px 0px no-repeat;
    color: #4c4c4c;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    float: right;
}

    .send_message_button:hover {
        background: url(../Content/img/index_rent_button.png) 0px -37px no-repeat;
        -webkit-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -moz-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -ms-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        color: white;
        cursor: pointer;
    }

    .send_message_button:active {
        background: url(../Content/img/index_rent_button.png) 0px -74px no-repeat;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        color: #4c4c4c;
        cursor: pointer;
    }

#login_form #login_button {
    margin: 8px 0px 0px 305px;
}

.save_password_button {
    margin: 8px 0px 0px 360px !important;
}

#login_button {
    margin: 8px 0px 0px 305px;
    width: 125px;
    height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 22px;
    background: url(../Content/img/index_rent_button.png) 0px 0px no-repeat;
    color: #4c4c4c;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
}

    #login_button:hover {
        background: url(../Content/img/index_rent_button.png) 0px -37px no-repeat;
        -webkit-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -moz-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        color: white;
        cursor: pointer;
    }

    #login_button:active {
        background: url(../Content/img/index_rent_button.png) 0px -74px no-repeat;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        color: #4c4c4c;
        cursor: pointer;
    }

.rent_button {
    width: 140px;
    display: block;
    margin-left: 100px;
    height: 36px;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
    background: url(../Content/img/index_rent_button.png) 0px 0px no-repeat;
    color: #4c4c4c;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
}

    .rent_button:hover {
        background: url(../Content/img/index_rent_button.png) 0px -37px no-repeat;
        -webkit-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -moz-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        color: white;
        cursor: pointer;
    }

    .rent_button:active {
        background: url(../Content/img/index_rent_button.png) 0px -74px no-repeat;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        color: #4c4c4c;
        cursor: pointer;
    }

.consult_button {
    width: 125px;
    height: 36px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 22px;
    background: url(../Content/img/index_rent_button.png) 0px 0px no-repeat;
    color: #4c4c4c;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
}

    .consult_button:hover {
        background: url(../Content/img/index_rent_button.png) 0px -37px no-repeat;
        -webkit-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        -moz-text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        text-shadow: 0px -1px 0px rgba(0, 60, 94, 0.46);
        color: white;
        cursor: pointer;
    }

    .consult_button:active {
        background: url(../Content/img/index_rent_button.png) 0px -74px no-repeat;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        color: #4c4c4c;
        cursor: pointer;
    }


.index_facilities {
    width: 1060px;
    margin: 0 auto;
}

.facility_block {
    float: left;
    width: 48%;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    margin-top: 10px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.58);
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.58);
    align-content: center;
}

.facility_info_wrapper {
}

.facility_info {
    border-bottom: 1px solid #cacaca;
    padding: 0px 20px 12px 20px;
    line-height: 17px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: black;
    min-height: 130px;
}


.facility_rent {
    padding: 8px 20px 45px 20px;
}

    .facility_rent p.facility_rent_header {
        float: left;
        line-height: 100%;
        padding-top: 11px;
        max-width: 215px;
        margin-bottom: 15px;
    }

    .facility_rent .rent_button {
        float: right;
        margin-left: 10px;
    }

    .facility_rent .facility_area_size {
        float: right;
    }

#watch_all_facilities {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #015398;
    float: right;
    margin: 10px 20px 0px 0px;
}

#consult_form {
    margin: 68px 0px 136px 0px;
}

    #consult_form p {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 18px;
        color: #4c4c4c;
        margin-bottom: 22px;
        font-weight: normal;
    }

#consult p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    float: left;
    margin: 0px 8px 0px 0px;
    font-weight: lighter;
    line-height: 36px;
}

#consult input {
    float: left;
}

.consult_text_wrapper {
    background: url(../Content/img/submit_form.png) no-repeat;
    height: 36px;
    width: 263px;
    float: left;
    margin-right: 50px;
}

.consult_text {
    position: relative;
    top: 3px;
    left: 3px;
    border: none;
    padding: 0px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    width: 257px;
    height: 30px;
}


#consult_text_wrapper_last {
    margin-right: 14px;
}

#call_order_form {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -227.5px;
    margin-top: -242.5px;
    padding: 0px 0px 0px 0px;
    z-index: 999;
    height: 485px;
    width: 455px;
    background: url(../Content/img/call_order_form_bg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
}

.cross_pic {
    margin: 5px 8px 12px 0px;
    float: right;
    height: 9px;
    width: 8px;
    background: url(../Content/img/close_cross.png) no-repeat;
}

    .cross_pic:hover {
        background: url(../Content/img/close_cross.png) 0px -9px no-repeat;
        cursor: pointer;
    }

    .cross_pic:active {
        background: url(../Content/img/close_cross.png) 0px -9px no-repeat;
        cursor: pointer;
    }

.form_header {
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #777e87;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}

#call_order_form form {
    width: 380px;
    margin: 13px auto;
}

#call_order_form .rent_button {
    margin: 47px 0px 0px 100px;
}

#call_order_form .consult_text_wrapper, .form_text_wrapper {
    width: 330px;
    height: 40px;
    background: url(../Content/img/call_order_submit_text.png) no-repeat;
    position: absolute;
}

#call_order_form .consult_text, .form_text_input {
    background: none;
    width: 314px;
    height: 34px;
    top: 0px;
    left: 5px;
}

#rent_form {
    position: relative;
    left: 50%;
    top: 50%;
    width: 455px;
    height: 211px;
    margin-left: -227.5px;
    margin-top: -105.5px;
    z-index: 999;
    background: url(../Content/img/rent_form_bg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
}

#login_form {
    position: relative;
    left: 50%;
    top: 50%;
    width: 455px;
    height: 211px;
    margin-left: -227.5px;
    margin-top: -105.5px;
    z-index: 999;
    background: url(../Content/img/rent_form_bg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
}

#password_form {
    position: relative;
    left: 50%;
    top: 50%;
    width: 505px;
    height: 211px;
    margin-left: -227.5px;
    margin-top: -105.5px;
    z-index: 999;
    background: url(../Content/img/rent_form_bg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
}

#login_form .form_text_input {
    position: relative;
}

#password_form .form_text_input {
    position: relative;
}

#rent_form form {
    margin: 20px 0px 0px 0px;
}

.rent_form_wrapper {
    margin: 20px 0px 0px 0px;
}

.call_order_form_wrapper {
    width: 330px;
    margin: 13px auto;
}

#rent_form form p {
    float: left;
    text-align: right;
    line-height: 40px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    width: 95px;
}

#rent_form .form_text_wrapper {
    margin: 0px 0px 0px 105px;
    position: static;
}

#login_form .form_text_wrapper {
    margin: 0px 0px 0px 105px;
    position: static;
}

#password_form .form_text_wrapper {
    margin: 0px 0px 0px 160px;
    position: static;
}

.form_field_name_admin {
    width: 149px !important;
}

#rent_form .form_text_input {
    position: relative;
}

#return_to_site_link {
    cursor: pointer;
}

#rent_form .rent_button {
    margin: 8px 0px 0px 305px;
}

#login_form .rent_button {
    margin: 8px 0px 0px 305px;
}

#password_form .rent_button {
    margin: 8px 0px 0px 305px;
}

#news_page {
    width: 1018px;
    margin: 0 auto;
}

#news {
    margin: 0px 0px 0px 18px;
}

#news_page_header {
    background: url(../Content/img/news_page_header.png) no-repeat;
    width: 93px;
    height: 18px;
    margin: 29px 0px 26px 0px;
}

.news_date {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 14px;
}

.news_block {
    margin: 0px 0px 31px 0px;
}

.news_header {
    text-decoration: underline;
    color: #076eac;
}

.news_content {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: black;
    line-height: 20px;
    margin: 7px 0px 0px 0px;
}

#contacts_page {
    width: 1018px;
    margin: 45px auto;
}

#contacts_page_wrapper {
    width: 998px;
    margin: 0 auto;
}

#contacts {
    float: left;
    width: 462px;
}



/*.contact {
    float: left;
    margin: 0px 55px 46px 0px;
}*/

/*.contact_headline {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 13px;
}*/

/*.contact_content {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 23px;
}*/

.news_header {
    cursor: pointer;
}

.send_us_message_form {
    float: right;
    margin: 0px 10px 0px 0px;
}

.send_us_message_form_headline {
    text-align: center;
    padding-top: 5px;
}

.send_us_message_form p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 9px;
}

.send_us_message_form form p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: normal;
    margin-bottom: 5px;
}

.contacts_form_text_wrapper {
    height: 34px;
    width: 379px;
    background: url(../Content/img/contacts_page_form1.png) no-repeat;
    margin-bottom: 10px;
    -ms-background-size: 102%;
    -moz-background-size: 102%;
    -o-background-size: 102%;
    background-size: 102%;
    border-right: 1px solid rgb(172, 172, 172);
    border-bottom: 1px solid rgb(172, 172, 172);
}

.contacts_form_text {
    border: none;
    height: 28px;
    width: 373px;
    position: relative;
    top: 3px;
    left: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}

.message_to_us_wrapper {
    height: 85px;
    width: 379px;
    background: url(../Content/img/message_to_us_form_bg.png) no-repeat;
    margin-bottom: 10px;
    -ms-background-size: 102%;
    -moz-background-size: 102%;
    -o-background-size: 102%;
    background-size: 102%;
    border-right: 1px solid rgb(172, 172, 172);
    border-bottom: 1px solid rgb(172, 172, 172);
}

#message_to_us {
    height: 76px;
    width: 369px;
    background: none;
    border: none;
    position: relative;
    top: 3px;
    left: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    resize: none;
}

.send_us_message_form form .rent_button {
    float: right;
}

/*#facilities_menu {
    width: 1018px;
    margin: 0 auto;
    height: 38px;
    text-align: justify;
    list-style: none;
    line-height: 0;
    font-size: 0px; 
    -ms-text-justify: newspaper;
    -webkit-text-justify: newspaper;
    -moz-text-justify: newspaper;
    -o-text-justify: newspaper;
    text-justify: newspaper;
    zoom: 1;
    -ms-text-align-last: justify;
    -webkit-text-align-last: justify;
    -o-text-align-last: justify;
    text-align-last: justify;
}*/

#facilities_menu {
    width: 1018px;
    margin: 0 auto;
    min-height: 51px;
    list-style: none;
    line-height: 0;
    font-size: 0px;
}

    /*#facilities_menu:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }*/

    /*#facilities_menu li {
        display: inline-block;
        text-align: center;
       
        line-height: normal;
        font-size: 14px;
       
        vertical-align: top;
     
        //display : inline;
        //zoom : 1;
    }*/

    #facilities_menu li {
        text-align: center;
        line-height: normal;
        font-size: 14px;
        float: left;
        position: relative;
    }


#facilities_menu_wrapper {
    z-index: 999;
    width: 1060px;
    margin: 0 auto;
    height: 51px;
    background: #c1c4c9;
    border-top: 1px solid #dadddd;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-min-width: 1060px;
    -ms-min-width: 1060px;
    -o-min-width: 1060px;
    -webkit-min-width: 1060px;
    min-width: 1060px;
}

#menu_container {
    height: 50px;
}

.facilities_menu_anchored {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -530px !important;
}

#facilities_menu a {
    display: block;
    z-index: 9999;
    height: 45px;
    padding: 0px 0px;
    line-height: 50px;
    border-bottom: none;
    margin-top: -5px;
    padding-top: 6px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6c6e72;
    text-decoration: none;
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
}

    #facilities_menu a:hover {
        border-bottom: 5px solid #7e8084;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #6c6e72;
        cursor: pointer;
    }

    #facilities_menu a:active {
        border-bottom: 5px solid #4c4c4c;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #4c4c4c;
        cursor: pointer;
    }

.facilities_menu_current {
    border-bottom: 5px solid #4c4c4c !important;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #4c4c4c !important;
    cursor: pointer !important;
}


/*#offices {
    width: 235px;
}*/




/*#general_areas {
    width: 316px;
}*/

/*#shops {
    width: 129px;
}*/

/*#cafes {
    width: 135px;
}*/

/*#trading_areas {
    width: 203px;
}*/

#facilities_page_wrapper {
    width: 1018px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#facilities_page {
    margin-bottom: 20px;
}

#header_offices {
    height: 24px;
    width: 249px;
    background: url(../Content/img/offices_header.png) no-repeat;
    margin-top: 25px;
}

#header_general_areas {
    background: url(../Content/img/general_areas_header.png) no-repeat;
    width: 339px;
    height: 23px;
}

#header_shops {
    background: url(../Content/img/shops_header.png) no-repeat;
    width: 112px;
    height: 18px;
}

#header_cafes {
    background: url(../Content/img/cafes_header.png) no-repeat;
    width: 60px;
    height: 24px;
}

#header_trading_areas {
    background: url(../Content/img/trading_areas_header.png) no-repeat;
    width: 223px;
    height: 23px;
}

#login_form_header {
    padding-top: 20px;
}

.facilities_page_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 24px;
    color: #b3c2c7;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    margin: 51px 0px 0px 10px;
}

#facility_page {
    width: 1060px;
    margin: 0 auto;
}

#featured_facility_block {
    width: 1060px;
    margin: 28px auto 23px auto;
    margin-top: 28px;
    margin-bottom: 23px;
}

#facility_page_featured_facility_wrapper {
    width: 860px;
    margin: 0 auto;
}

#general_view_pic {
    width: 860px;
    /*height: 512px;*/
}

.picture-slides-image-link {
    display: table-cell;
    vertical-align: middle;
    width: 860px;
    height: 512px;
}

.picture-slides-image {
    display: block;
    margin: 0 auto;
}

#other_photos {
    width: 860px;
    margin: 0 auto;
    height: 110px;
    text-align: justify;
    list-style: none;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 0px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    -ms-text-justify: newspaper;
    -webkit-text-justify: newspaper;
    -moz-text-justify: newspaper;
    -o-text-justify: newspaper;
    text-justify: newspaper;
    zoom: 1;
    -webkit-text-align-last: justify;
    -moz-text-align-last: justify;
    -o-text-align-last: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
}

    #other_photos:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

    #other_photos li {
        display: inline-block;
        text-align: center;
        /* Востанавливаем у потомков, кроме последнего*/
        line-height: normal;
        font-size: 14px;
        /* Без него в Opera будет отступ под элементами */
        vertical-align: top;
        /* эмуляция inline-block для IE6-7*/
        / / display: inline;
        / / zoom: 1;
        cursor: pointer;
    }

.facility_photo {
    width: 158px;
    height: 110px;
}





#featured_facility_photos p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    margin: 6px 0px 27px 0px;
}

#featured_facility_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin: 0px 0px 15px 0px !important;
}

.facility_page_shadow {
    background: url(../Content/img/featured_facility_block_shadow.png) repeat-x;
    width: 100%;
    height: 16px;
}

#facility_page_featured_facility_description p, #facility_page_featured_facility_description span {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 18px;
}

.desc_header {
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0px 0px 15px 0px !important;
}

#facility_features_list {
    width: 965px;
    margin: 0 auto;
    height: 50px;
    text-align: justify;
    list-style: none;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 0px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    -ms-text-justify: newspaper;
    -webkit-text-justify: newspaper;
    -moz-text-justify: newspaper;
    -o-text-justify: newspaper;
    text-justify: newspaper;
    zoom: 1;
    -webkit-text-align-last: justify;
    /*-moz-text-align-last: justify;*/
    -o-text-align-last: justify;
    -ms-text-align-last: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

    #facility_features_list:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

    #facility_features_list li {
        display: inline-block;
        text-align: center;
        /* Востанавливаем у потомков, кроме последнего*/
        line-height: 30px;
        /* Без него в Opera будет отступ под элементами */
        vertical-align: top;
        /* эмуляция inline-block для IE6-7*/
        / / display: inline;
        / / zoom: 1;
    }

.feature_icons {
    float: left;
}


#facility_features_list p {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-left: 10px;
    float: left;
    line-height: 22px;
}


#facility_features_list input {
    float: left;
    height: 20px;
    width: 20px;
    display: none;
}

.checkbox_label {
    float: left;
    display: block;
    height: 20px;
    width: 20px;
    background: url(../Content/img/checkbox_sprite.png) 0px 0px;
    position: relative;
    left: -9px;
}

#facility_features_list input:checked + .checkbox_label {
    background: url(../Content/img/checkbox_sprite.png) 0px -20px;
}

#facility_page_featured_facility_description {
    margin: 6px 0px 9px 0px;
    border-bottom: 1px solid black;
}

#facility_plan {
    height: 509px;
    width: 1040px;
    /*background: 0px 0px white url(../Content/img/facility_plan.jpg) no-repeat;*/
    /*cursor: pointer;*/
    background: white;
    position: relative;
}

#facility_plan_wrapper {
    position: relative;
}


#facility_plan_map {
    /*width: 253px;
    height: 111px;*/
    /*//background: white url(../Content/img/facility_plan_map.png) 28px 14px no-repeat;*/
    float: right;
    -webkit-box-shadow: 0px 2px 2px 0px #000000;
    -ms-box-shadow: 0px 2px 2px 0px #000000;
    -ms-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 2px 0px #000000;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #facility_plan_map img {
        float: right;
    }

.non_selectable {
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#facility_plan_controls {
    height: 59px;
    width: 1060px;
    /*position: relative;
    bottom: 59px;*/
    background: #f3f5f5;
    background: rgba(243, 245, 245, 0.64);
}

#area_square {
    height: 58px;
    width: 58px;
    border: 3px solid black;
    position: relative;
    top: 8px;
    left: 45px;
    z-index: 999999;
}

#temp_square {
    height: 410px;
    width: 410px;
    border: 21px solid black;
    position: relative;
    left: 320px;
    top: 55px;
    z-index: 999999;
}

#minimap_pic {
    float: left;
    height: 200px;
    width: 300px;
}

#facility_plan_print {
    background: url(../Content/img/plan_control_print.png) 15px 10px no-repeat, url(../Content/img/plan_control_buttons.png) 0px 0px no-repeat;
    padding-left: 31px;
    height: 36px;
    width: 139px;
    margin-left: 16px;
    margin-right: 30px;
}

#facility_plan_fullscreen {
    background: url(../Content/img/plan_control_fullscreen.png) 15px 10px no-repeat, url(../Content/img/fullscreen_plan_button.png) 0px 0px no-repeat;
    height: 36px;
    width: 147px;
    padding-left: 30px;
}

#facility_plan_print:hover {
    background: url(../Content/img/plan_control_print.png) 15px 10px no-repeat, url(../Content/img/plan_control_buttons.png) 0px -36px no-repeat;
    cursor: pointer;
}

#facility_plan_fullscreen:hover {
    background: url(../Content/img/plan_control_fullscreen.png) 15px 10px no-repeat, url(../Content/img/fullscreen_plan_button.png) 0px -36px no-repeat;
    cursor: pointer;
}

#facility_plan_print:active {
    background: url(../Content/img/plan_control_print.png) 15px 10px no-repeat, url(../Content/img/plan_control_buttons.png) 0px -72px no-repeat;
    cursor: pointer;
}

#facility_plan_fullscreen:active {
    background: url(../Content/img/plan_control_fullscreen.png) 15px 10px no-repeat, url(../Content/img/fullscreen_plan_button.png) 0px -72px no-repeat;
    cursor: pointer;
}

.plan_control_button {
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 12px 0px 0px 0px;
}

#facility_plan_controls p {
    float: left;
    line-height: 59px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #858889;
    font-weight: bold;
    margin-left: 115px;
}

#facility_plan_block_shadow {
    background: url(../Content/img/featured_facility_block_shadow.png) repeat-x;
    width: 100%;
    height: 16px;
}

#facility_location_block {
    background: #ecefef;
}

#facility_location {
    /*height: 138px;*/
    margin-top: 15px;
    /*border-bottom : 1px solid #e4e7e7;*/
    margin-left: 20px;
    margin-right: 20px;
    background: #ecefef;
    padding-bottom: 15px;
}

    #facility_location p {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 16px;
        color: black;
        font-weight: normal;
        line-height: 19px;
        /*width: 860px;*/
    }

#map_block {
    height: 429px;
    width: 1060px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.56);
}

#specifications_block_wrapper {
    width: 1060px;
    margin: 0 auto;
    background: #c7cdcf;
    padding: 27px 0px 23px 0px;
    margin-top: 2px;
}

#specifications_block {
    width: 1021px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    background: #ecefef;
    border: 1px solid #808286;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.75);
}


.specifications_table_wrapper {
    float: left;
    width: 450px;
}

.furnishing_table_wrapper {
    float: right;
    width: 450px;
    padding-right: 30px;
}

.mid_buttons {
    margin-left: 45px !important;
}

.empty_featured_facility {
    width: 100%;
    height: 514px;
    background: white;
}

#facilities_save_changes_button {
    float: right;
}

#tables_border {
    width: 2px;
    background: #87898c;
    margin: 0 auto;
    height: 202px;
}

.left_column {
    text-align: right;
    padding-right: 15px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 24px;
}

.right_column {
    text-align: left;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 24px;
    max-width: 235px;
    -moz-min-width: 50px !important;
    -ms-min-width: 50px !important;
    -o-min-width: 50px !important;
    -webkit-min-width: 50px !important;
    min-width: 50px !important;
}

.table_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    width: 200px;
    text-align: right;
}

.mid_column {
    width: 10px;
}

.facility_page_table {
    margin: 0 auto;
}

#tables_wrapper {
    padding: 0px 0px 0px 0px;
}

.rent_panel {
    z-index: 99999999;
    width: 1060px;
    height: 45px;
    background: #abb5ba;
    border: 1px solid #75777c;
}

.rent_panel_anchored {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -530px !important;
}


.rent_panel_button {
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 38px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    height: 38px;
    width: 278px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: url(../Content/img/rent_panel_button.png) 0px 0px no-repeat;
    margin: 4px 0px 0px 0px;
}

    .rent_panel_button:hover {
        background: url(../Content/img/rent_panel_button.png) 0px -40px no-repeat;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 18px;
        color: white;
        font-weight: bold;
        -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        cursor: pointer;
    }

    .rent_panel_button:active {
        background: url(../Content/img/rent_panel_button.png) 0px -80px no-repeat;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: bold;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        cursor: pointer;
    }

.popup_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(255, 255, 255, 0.5);
}

.form_field_name {
    float: left;
    text-align: right;
    line-height: 40px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    width: 95px;
}



.popup_overlay_visible {
    display: block;
}

.facilities_page_anchor {
    position: relative;
    top: -102px;
}

#header_general_areas_anchor {
    position: relative;
    top: -75px;
}

#header_trading_areas_anchor {
    position: relative;
    top: -75px;
}

#header_shops_anchor {
    position: relative;
    top: -75px;
    display: block;
}

#header_cafes_anchor {
    position: relative;
    top: -75px;
}

.facilities_page_header a {
    position: relative;
    top: -75px;
    display: block;
}

.facilities_page_img {
    /*position: absolute;*/
}

.href_block_facpageimg {
}

#return_to_site_link {
    display: block;
    float: right;
    color: #4c4c4c;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
}

.admin_watch_all_facilities {
    margin-bottom: 20px !important;
}

.category_dropdown {
    height: 24px;
    width: 273px;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 7px;
    color: black;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cdd0d0;
}

.styled_select::after {
    content: url(../Content/img/category_dropdown_arrow.png);
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    pointer-events: none;
}

.styled_select {
    height: 24px;
    float: left;
    position: relative;
}

.facility_page_facility_type_text {
    float: left;
    color: black !important;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif !important;
    font-size: 12px !important;
    margin: 0px 0px 0px 0px !important;
    margin-right: 5px !important;
}

#address_input {
    float: right;
    width: 430px;
}

#photo_caption_input {
    width: 444px;
    float: left;
}

.text_input {
    border: 1px solid #cdd0d0;
    padding: 0px 7px 0px 7px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 24px;
}

.edit_photos {
    height: 24px;
    line-height: 24px;
    margin: 8px 0px 19px 0px;
}

.facility_block a, .featured_facility_wrapper a {
    text-decoration: none;
}

.address_caption {
    float: right;
}

#facility_name_input {
    line-height: 24px;
    margin-bottom: 15px;
}

.featured_facility_block_admin {
    margin-top: 15px !important;
}

#edit_photo_caption {
    float: left;
}

.camera_pic {
    background: url(../Content/img/camera.png) no-repeat;
    float: left;
    height: 23px;
    width: 30px;
    margin-top: 2px;
    margin-left: 19px;
    margin-right: 10px;
}

.upload_photo_link {
    float: left;
    color: black;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 12px;
    font-weight: bolder;
}

.upload_photo_link_right {
    float: right;
    margin: 0px 5px 0px 5px;
}

.facility_description_input {
    border: 1px solid #cdd0d0;
    padding: 15px 20px 15px 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 1018px;
    color: black;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    margin-bottom: 18px;
}

.desc_inner_wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

#possible_use_input {
    width: 536px;
    float: left;
}

#admin_possible_use_header {
    float: left;
    line-height: 24px !important;
    margin-right: 5px !important;
}

#possible_use_input_wrapper {
    margin-bottom: 15px;
}

.camera_pic_right {
    float: right !important;
}

.upload_plan_link {
    line-height: 59px;
    margin-right: 2px;
    margin-right: 10px;
}

.camera_pic_plan {
    margin: 17px 4px 0px 0px !important;
}

.admin_desc_header {
    margin-left: 20px !important;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

#tables_wrapper input {
    background: transparent;
    border: none;
    margin: 0px 0px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 24px;
}

.facility_controls_button {
    width: 226px;
    background: url(../Content/img/savel_button.png) 0px 0px no-repeat;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 38px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    height: 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    margin: 4px 0px 0px 0px;
}

#save_changes_button {
    float: right;
}

#delete_button {
    float: left;
}

#delete_button_overlay {
    margin: 40px 0px 0px 115px;
    float: none;
}

.facility_controls_button:hover {
    background: url(../Content/img/savel_button.png) 0px -40px no-repeat;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: bold;
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.facility_controls_button:active {
    background: url(../Content/img/savel_button.png) 0px -80px no-repeat;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    cursor: pointer;
}

div.upload {
    width: 87px;
    height: 23px;
    background: url(../Content/img/upload_photo_background.png) no-repeat 0px 9px;
    overflow: hidden;
    float: left;
}

    div.upload input {
        display: block !important;
        width: 87px !important;
        height: 23px !important;
        -ms-opacity: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
    }

.upload_plan_div {
    float: right !important;
    background: url(../Content/img/upload_plan_background.png) no-repeat 0px 9px !important;
    width: 87px !important;
    margin: 15px 5px 0px 0px !important;
}

#facility_plan_controls_wrapper {
    /*height: 0px;*/
    float: left;
    position: static;
}

#save_panel {
    margin: 0 auto;
}

.slideshow .big, .slideshow .controls, .slideshow .thumb {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 860px;
}

    .slideshow .big li {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .slideshow .big li:first-child {
            display: block;
        }

    .slideshow .big img, .slideshow .big {
        width: 860px;
        height: 512px;
    }

    .slideshow .thumb img {
        width: 158px;
    }

    .slideshow .thumb li {
        float: left;
        cursor: pointer;
        display: block;
    }

        .slideshow .thumb li:hover {
            -ms-opacity: .8;
            opacity: .8;
        }


.picture-slides-thumbnails {
    overflow: hidden;
}

    .picture-slides-thumbnails li {
        float: left;
        margin: 0 10px 5px 0;
        height: 110px;
        width: 158px;
    }

.navigation-controls {
    overflow: hidden;
    margin-bottom: 10px;
}

    .navigation-controls span {
        display: block;
        background: url(../Content/img/arrow.png) no-repeat, white;
        overflow: hidden;
        color: black;
        border: 1px solid #999999;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        cursor: pointer;
        width: 98px;
        height: 30px;
    }

.picture-slides-previous-image {
    text-indent: 7px;
    background-position: 8px -27px !important;
    float: left;
}

.picture-slides-next-image {
    text-indent: -14px;
    background-position: 82px 8px !important;
    float: right;
}

.picture-slides-previous-image:hover {
    color: black;
    background: url(../Content/img/arrow.png) no-repeat, #e9e9e9;
    background-position: 8px -27px;
}

.picture-slides-next-image:hover {
    color: black;
    background: url(../Content/img/arrow.png) no-repeat, #e9e9e9;
    background-position: 82px 8px;
}

.picture-slides-previous-image:active {
    color: white;
    text-indent: 7px;
    background: url(../Content/img/arrow.png) no-repeat, #adadad;
    background-position: 8px -27px;
}

.picture-slides-next-image:active {
    color: white;
    text-indent: -14px;
    background: url(../Content/img/arrow.png) no-repeat, #adadad;
    background-position: 82px 8px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.picture-slides-selected-thumbnail {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.add_cross_wrapper {
    display: block;
    height: 307px;
    width: 460px;
    margin: 0px 14px 33px 14px;
}

    .add_cross_wrapper img {
        position: relative;
        left: 50%;
        top: 115px;
        margin-left: -81px;
    }

#add_caption {
    float: left;
    margin-top: 4px;
}

    #add_caption:hover {
        cursor: pointer;
    }

#cancel_photo:hover {
    cursor: pointer;
}

.undisplayable {
    display: none;
}

.edit_news_button {
    text-decoration: underline;
    color: #076eac;
    cursor: pointer;
}

.edit_news_block {
    margin-top: 20px;
}

    .edit_news_block .text_input {
        margin: 0px 0px 0px 0px;
    }

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    -moz-box-shadow: 0px 0px 10px 0px #000000;
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker a {
        text-decoration: none;
    }

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-title {
    text-align: center;
}

.ui-widget {
    background: #fff;
}

.ui-datepicker-header {
    background: #93969b;
    color: white;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px #fafafa;
    -ms-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px #fafafa;
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    -ms-text-shadow: 1px -1px 0px #000;
    -webkit-text-shadow: 1px -1px 0px #000;
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy= - 1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('/Content/img/datepicker_arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(to top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0;
    color: #666666;
    -ms-text-shadow: 1px 0px 0px #fff;
    -webkit-text-shadow: 1px 0px 0px #fff;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 32px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    -ms-text-shadow: 1px 1px 0px #fff;
    -webkit-text-shadow: 1px 1px 0px #fff;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(to top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px #fafafa;
    -moz-box-shadow: inset 1px 1px 0px 0px #fafafa;
    -ms-box-shadow: inset 1px 1px 0px 0px #fafafa;
    box-shadow: inset 1px 1px 0px 0px #fafafa;
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px #000000;
    -moz-box-shadow: inset 0px 0px 10px 0px #000000;
    -ms-box-shadow: inset 0px 0px 10px 0px black;
    box-shadow: inset 0px 0px 10px 0px #000000;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    -ms-text-shadow: 0px 1px 0px #4d7a85;
    -webkit-text-shadow: 0px 1px 0px #4d7a85;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

#date_input {
    width: 85px;
    margin-bottom: 10px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.edit_news_header {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#header_input {
    margin-bottom: 10px;
    width: 1006px;
    text-decoration: underline;
    color: #076eac;
}

.news_html_content {
    margin-top: 5px;
}

#about_us_save {
    display: block;
    margin: 5px 0 5px 0;
}

#cancel_news {
    float: left;
}

.delete_news {
    float: right;
    margin-left: 5px;
}

#save_news {
    float: right;
    margin-left: 15px;
}

#edit_news {
    float: right;
}

.header_right {
    width: 175px;
    float: right;
}

.header_right_admin {
    width: 245px;
    float: right;
}

#admin_header_input {
    width: 170px;
    height: 60px;
    resize: none;
}

#phone_numbers input {
    width: 185px;
    margin-bottom: 12px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px #ffffff;
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-shadow: 0px 1px 0px #ffffff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}

#footer_phone_numbers input {
    width: 153px;
    margin-bottom: 7px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

#footer_fax_and_email input {
    width: 153px;
    margin-bottom: 7px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.admin_footer_fax_email p {
    float: left;
}

.admin_footer_phone {
    float: left;
}

.admin_footer_contacts p {
    margin-top: 5px;
}

.footer_phone_inputs_wrapper {
    margin-left: 83px;
}

#footer_fax_input {
    margin-left: 5px;
}

.admin_footer_contacts {
    padding-top: 25px !important;
}

.about_us_page {
    margin-top: 15px !important;
}

.hidden_plan {
    display: none;
    width: 100%;
    /*height: 100%;*/
    -moz-page-break-inside: avoid !important;
    page-break-inside: avoid !important;
    position: relative;
    -webkit-region-break-inside: avoid;
}

.check_button {
    width: 15px;
    height: 15px;
    background: url(../Content/img/1389797478_checkmark-24.png) no-repeat;
    float: right;
    cursor: pointer;
}

.admin_phone_numbers {
    width: 220px !important;
    margin-top: 0px !important;
}

#header_phones_wrapper {
    float: left;
    width: 205px;
}

#header_phones_save {
    margin-top: 23px;
}

#footer_contacts_save {
    float: right;
    margin-right: 17px;
    margin-top: 4px;
}

#mail_input {
    float: right;
    margin-top: -320px;
    margin-right: 45px;
    width: 200px;
}

.contacts_mail {
    width: 200px;
    margin-bottom: 10px;
}

.errorclass {
    background: url("../Content/img/1390053248_Problem.png") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    margin: -28px 0px 0px 302px;
}

.errorclass_consult {
    background: url("../Content/img/1390053248_Problem.png") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    margin: 7px 0px 0px 241px;
}

.errorclass_sendmessage {
    background: url("../Content/img/1390053248_Problem.png") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    margin: -24px 0px 0px 358px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /*width: 314px;*/
    height: 29px;
    top: 3px;
    left: 5px;
}

#emails_save {
    background: none;
    border: none;
    float: right;
    font-size: 14px;
}

.errorclass_emails {
    background: url("../Content/img/1390053248_Problem.png") 0px 0px no-repeat;
    height: 24px;
    width: 24px;
    position: relative;
    float: left;
    margin: -35px 0px 0px 195px;
}

#change_password {
    color: white;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    margin: 85px 0px 0px -119px;
    display: block;
    float: left;
    cursor: pointer;
}

.add_category_button {
    display: block;
    height: 36px;
    position: relative;
    bottom: 41px;
    right: 5px;
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #6c6e72;
    text-decoration: none;
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .add_category_button:hover {
        border-bottom: 5px solid #7e8084;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-weight: bold;
        color: #6c6e72;
        cursor: pointer;
    }

    .add_category_button:active {
        border-bottom: 5px solid #4c4c4c;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-weight: bold;
        color: #4c4c4c;
        cursor: pointer;
    }

.add_category_form {
    padding-top: 10px;
    width: 300px;
    float: right;
    background: #c1c4c9;
    border-top: 1px solid #dadddd;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    margin-left: 760px;
    display: none;
    margin-top: 2px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    color: #6c6e72;
    text-decoration: none;
    /*-moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);*/
    font-size: 16px;
    padding-bottom: 5px;
}

    .add_category_form .text_input {
        width: 275px;
        margin-left: 5px;
    }

    .add_category_form p {
        margin-left: 5px;
        margin-bottom: 5px;
    }

#add_category_button {
    float: right;
    margin-top: 10px;
}

.delete_category_cross {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.widescreen_option {
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
    padding: 5px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    color: black;
}

    .widescreen_option p, .widescreen_option input, .widescreen_option input:checked {
        float: left;
        margin-right: 10px;
    }

.add_facility .facility_info {
    /*height: 160px;*/
}

.widescreen_block {
    width: 998px !important;
}

#rent_panel_container {
    height: 45px;
}

#temp_element {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6c6e72;
    text-decoration: none;
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.78);
}

.plan_preview {
    height: 509px;
    width: 1060px;
    background: white;
}

.plan_preview_img {
    height: 100%;
    display: block;
    margin: auto;
    cursor: pointer;
}

.news_header_newspage {
    text-decoration: none;
    color: black;
    font-weight: bold;
    cursor: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 16px;
}

.plan_scale {
    width: 30px !important;
    height: 36px;
    font-size: 30px;
    margin-right: 16px;
    line-height: 30px;
    padding: 0px 0px 3px 0px;
}



#plan_zoom {
    background: url(../Content/img/zoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px 0px no-repeat;
}

    #plan_zoom:hover {
        background: url(../Content/img/zoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px -36px no-repeat !important;
        cursor: pointer;
    }

    #plan_zoom:active {
        background: url(../Content/img/zoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px -72px no-repeat !important;
        cursor: pointer;
    }

#plan_unzoom {
    background: url(../Content/img/unzoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px 0px no-repeat;
}

    #plan_unzoom:hover {
        background: url(../Content/img/unzoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px -36px no-repeat !important;
        cursor: pointer;
    }

    #plan_unzoom:active {
        background: url(../Content/img/unzoom.png) 5px 7px no-repeat, url(../Content/img/plan_scale_buttons.png) 0px -72px no-repeat !important;
        cursor: pointer;
    }

.send_us_message_form_headline_or {
    padding-top: 0px !important;
}
/*.zoomableContainer {
    padding-top: 10px;
    padding-bottom: 0px;
}*/

#facility_plan_inner_wrapper {
    padding: 10px;
    background: white;
    width: 1040px;
    position: relative;
}

.callback_button {
    float: right;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 38px;
    font-weight: bold;
    -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
    height: 38px;
    width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: url(../Content/img/callback_button.png) 0px 0px no-repeat;
    margin: 4px 0px 0px 0px;
}

    .callback_button:hover {
        background: url(../Content/img/callback_button.png) 0px -40px no-repeat;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 18px;
        color: white;
        font-weight: bold;
        -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
        cursor: pointer;
    }

    .callback_button:active {
        background: url(../Content/img/callback_button.png) 0px -80px no-repeat;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: bold;
        -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        -ms-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
        cursor: pointer;
    }

#print_button {
    float: right;
}

#callback_button {
    margin-left: 10px;
}

.href_block {
    display: block;
    float: left;
    margin: 0px 14px 12px 14px;
    display: inline-block;
    position: relative;
}

.href_block_wrapper {
    position: relative;
    margin: 0px 14px 12px 14px;
    height: 307px;
    width: 460px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.href_block_wrapper_widescreen {
    height: auto !important;
    width: 970px !important;
}

.href_block_second_wrapper {
    display: table;
    border-spacing: 14px 0;
    height: 307px;
}

.href_block_second_wrapper_widescreen {
    height: auto !important;
}

.href_block_wrapper .href_block {
    position: relative;
    margin: 0 0 0 0;
    display: inline-block;
    float: none;
}

.sticker_wide {
    min-height: 20px;
    bottom: 10px;
    position: absolute;
    background-color: #ecefef;
    background-color: rgba(236, 239, 239, 0.8);
    padding: 5px;
    color: black;
    text-decoration: none;
    max-width: 100%;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
}

.sticker {
    min-height: 20px;
    bottom: 22px;
    /*left: 14px;*/
    position: absolute;
    background-color: #ecefef;
    background-color: rgba(236, 239, 239, 0.8);
    padding: 5px;
    color: black;
    text-decoration: none;
    max-width: 100%;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
}

.edit_sticker {
    color: #015398;
    cursor: pointer;
    float: right;
}

#sticker_editor_overlay {
}

.sticker_form {
    position: relative;
    left: 50%;
    top: 50%;
    width: 455px;
    height: 393px;
    margin-left: -227.5px;
    margin-top: -182.5px;
    z-index: 999;
    background: url(../Content/img/edit_sticker_bg.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.77);
}


.checkbox_container p, .checkbox_container input {
    float: left;
}

.checkbox_container p {
    line-height: 17px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    font-size: 14px;
    color: black;
}

.checkbox_container {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sticker_wider {
    padding: 5px;
    max-width: 100%;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    min-height: 20px;
    /*left: 14px;*/
    bottom: 25px;
    position: absolute;
    background-color: #ecefef;
    background-color: rgba(236, 239, 239, 0.8);
    color: black;
    text-decoration: none;
}

.editor_wrapper {
    margin: 10px;
    margin-left: 28px;
}

#save_sticker {
    margin-left: 28px;
}
