.complexes_all_table {
 width:100%;
}

.complexes_one_table {
    width:100%;
    margin-bottom:10px;
}

.complexes_name_link {
    font-size:18px !important;
    font-weight:300 !important;
    color: #5D8C5D !important;
}

.complexes_name_link:hover {
    color: #E47129 !important;
}

.complexes_description_short {
    font-size:13px;
}

.complexes_description_htm {
    float:left;
    clear:both;
    width:100%;
    margin-top:0;
    margin-bottom:20px;
    font-size:13px;
}
.complexes_contacts_htm {
    float:left;
    clear:both;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    font-size:13px;
}

.complexes_cats {
    float:left;
    clear:both;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    font-size:13px;
}

.complexes_gallery {
    display:inline-block;
    float:left;
    clear:both;
    width:100%;
}

.complexes_gallery_icon {
    display:inline-block;
    float:left;
    margin:0 6px 6px 0;
    padding:0;
    width:133px;
    height:100px;
    overflow:hidden;
}

.complexes_gallery_icon:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.complexes_logo_td {
    width:100px;
}
.complexes_logo {
    display:inline-block;
    float:left;
    padding:0;
    width:100px;
    height:100px;
    overflow:hidden;
}

.complexes_logo:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.complexes_cat_link {
    color: #555555 !important;
    padding-bottom:2px;
}
.complexes_cat_link:hover {
    color: #E47129 !important;
    text-decoration: none;
}

.complexes_cat_count {
    color: #888;
    padding-left:20px;
    padding-top: 1px;
    padding-bottom:2px;
}

.complexes_map {
    float:left;
    clear:both;
    width:100%;
    margin-top:10px;
    margin-bottom:20px;
}

.complexes_map_div {
    float:left;
    clear:both;
    width:100%;
    height:300px;
}

.complexes_all_map_div {
    float:left;
    clear:both;
    width:100%;
    height:550px;
}

/* vertical */
.complexes_all_vertical {
    width:240px;
}

.complexes_logo_vertical {
    display:inline-block;
    float:left;
    padding:0;
    width:90px;
    height:90px;
    overflow:hidden;
}

.complexes_logo_vertical:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.complexes_popup {
    display: inline-block;
}
.complexes_popup_header {
    padding-bottom:10px;
    color: #e47129 !important;
    font-size: 18px !important;
    font-weight:300 !important;
}
.complexes_popup_cats {
    display: inline-block;
    margin:0;
    width:100%;
    max-height:200px !important;
    overflow-y:scroll;
    color:#000 !important;
    font-size:13px;
    line-height:1.4 !important;
    padding-right:5px;
}
.complexes_popup_cats::-webkit-scrollbar {
    width:5px;
}
.complexes_popup_cats::-webkit-scrollbar-thumb {
    background:#999999;
}
.complexes_popup_cat {
    color:#000 !important;
    line-height:1.4 !important;
}
.complexes_popup_cat:hover {
    color: #e47129 !important;
}
.leaflet-popup-content-wrapper {
    font-family: Roboto, Tahoma, Arial, sans-serif;
    overflow: hidden;
    padding: 0;
    min-width: 60px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#000 !important;
    font-size:13px;
    background-color:#fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    max-height:280px !important;
    width:340px !important;
    max-width:340px !important;
    opacity:0.95;
}