.fancybox-image {
    border-radius: 5px;
}

html, body, .content, .main-content, .main-content .span12, #bigmap, .bigmap-map,
.bigmap-map .left-side, .bigmap-map .right-side, .bigmap-map #map_canvas {
    height: 100%;
}

.btn{
    border-radius: 2px;
}

.bigmap-map {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.bigmap-map .button-slider {
    border: solid 1px #C3C5C9;
    background: #FFFFFF url('../images/button-slider.png') no-repeat center center;
    position: absolute;
    visibility: visible;
    top: 49%;
    left: 100%;
    margin-left: 1px;
    width: 10px;
    height: 25px;
    padding: 4px;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    z-index: 2000;
}

.bigmap-map #map_canvas {
    width: 100%;
    height: 100%;
}

.bigmap-map .left-side {
    background-clip: padding-box;
    background-color: #EFF2F7;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 4px -2px #000000;
    height: auto;
    left: 25px;
    top: 0;
    height: 100%;
    position: relative;
    width: 330px;
    z-index: 2;
}

.bigmap-map .ls-top {
    height: 100%;
}

.bigmap-map .left-side .mCSB_container {
    margin-right: 0;
}

.bigmap-map .left-side .mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.bigmap-map .map-item {
    width: 100%;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: dotted 1px #C3C5C9;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bigmap-map .map-item h3 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}

.bigmap-map .map-item p {
    margin-bottom: 0;
    color: #555555;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    font-weight: 600;
    line-height: 18px;
}

.bigmap-map .map-item .price {
    display: block;
    margin-top: 1px;
    font-size: 14px;
    font-weight: normal;
    color: #222222;
}

.bigmap-map .map-item:hover {
    background-color: #EDEEEF;
}

.bigmap-map .map-item:first-child {
    border-top: none;
}

.bigmap-map .map-item-img {
    float: left;
    width: 20%;
    height: 60px;
    margin-left: -1px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 10px #D0D2D5;
    -moz-box-shadow: inset 0px 0px 10px #D0D2D5;
    box-shadow: inset 0px 0px 10px #D0D2D5;
    position: relative;
    background-color: white;
    border-radius: 3px;
}

.bigmap-map .map-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.bigmap-map .map-item-img:after {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bigmap-map .map-content {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.bigmap-map .right-side {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.bigmap-map .map-item:hover h3,
.bigmap-map .map-item:hover .price {
    color: #000000;
}

.search-item {
    height: 100%;
    overflow-y: auto;
}

.result-notfound{
    padding:10px;
}

/* Logo */
.bigmap-map .logo {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.bigmap-map .logo img {
    max-height: 50px;
}

/* Search Form */
.leftbox .nav-tabs {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.leftbox .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: -12px;
}

.leftbox .nav-tabs li a {
    background-color: #EFEFF0;
    border: 1px solid #DDDDDD;
    padding: 6px 20px;
    font-weight: bold;
    box-shadow: 1px 1px 4px -2px #BBBBBB inset;
}

.leftbox .nav-tabs li.active a {
    background-color: #F8F8F9;
    border-bottom-color: transparent;
    position: relative;
    box-shadow: none;
}

.leftbox {
    display: inline-block;
    width: 100%;
}

.leftbox-top {
    height: 205px;
    position: absolute;
}

.leftbox-result {
    height: 100%;
    padding-top: 205px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.leftbox-result .tab-pane {
    height: 100%;
}

.leftbox-result .tab-content {
    overflow: hidden;
    height: 100%;
}

.pagination {
    display: inline-block;
    line-height: 0;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.search-count {
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}

.search-type {
    display: inline-block;
    padding: 0px 5px;
}

.filters select.btn {
    padding: 1px;
    height: 26px;
    width: 100%;
}

.filters {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filters .span {
    min-height: 26px;
}

.filters .itm {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.filters .itm .btn-mini {
    padding: 0 5px;
}

.filters .itm-select {
    padding: 5px 10px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn-group + .btn-group {
    margin: 0;
}

.bigmap-map .control-group {
    margin-bottom: 5px;
}

.bigmap-map .search-form-sidebar {
    border: none;
    overflow-y: auto;
    height: 100%;
    padding: 0 10px;
    margin-top: 0;
}

.bigmap-map .search-form-sidebar select,
.bigmap-map .search-form-sidebar input[type="text"] {
    font-size: 12px;
    height: 26px;
    padding: 2px 4px;
    line-height: 26px;
}

.tab-pane .nav {
    margin: 0 10px;
}

.tab-pane .nav-pills > li > a {
    border-radius: 3px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background-color: #EEEEEE;
    color: #000000;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.nav-pills .dropdown-menu {
    border-radius: 3px;
}

.nav > li > a {
    padding: 8px;
    margin-top: 0;
    border-radius: 3px;
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 0;
}

.nav .dropdown-toggle .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    float: right;
}

.dropdown-menu {
    left: auto;
    right: 0;
    top: -2px;
    min-width: 160px;
    border-color: #CCCCCC;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 3px 1px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    background: #FFFFFF;
    color: #000000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: transparent url("../images/rgba1.png");
    color: #000000;
}

/* Ajax Load */
#ajaxload {
    background: #F8F8F9;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 4px -2px #000000;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    width: 550px;
    z-index: 3;
    margin-right: -610px;
}

#ajaxload > .row-fluid {
    overflow-y: auto;
    padding: 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-slider-ajax {
    background: #FFFFFF url('../images/button-slider.png') no-repeat center center;
    border: 1px solid #C3C5C9;
    border-radius: 4px 0 0 4px;
    position: absolute;
    visibility: visible;
    top: 49%;
    left: 0;
    margin-left: -21px;
    width: 10px;
    height: 25px;
    padding: 4px;
    z-index: 2000;
}

.button-slider-ajax-close {
    background: #F75959;
    border: 1px solid #F93434;
    border-radius: 4px 0 0 4px;
    position: absolute;
    visibility: visible;
    top: 49%;
    margin-top: -40px;
    left: 0;
    margin-left: -21px;
    width: 10px;
    height: 25px;
    padding: 4px;
    z-index: 2000;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #FFFFFF;
}

.button-slider-ajax-close:hover,
.button-slider-ajax-close:active,
.button-slider-ajax-close:visited {
    color: #FFFFFF;
}

#loader {
    background: url("../images/rgba3.png") repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    margin: 0;
}

#loader > img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.as-property {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.widget-content {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.bigmap-avatar {
    max-width: 150px;
    vertical-align: middle !important;
    padding: 0 !important;
}

.bigmap-avatar img {
    max-width: 190px;
    width: 100%;
}

.properties li {
    min-width: 33%;
    width: 33%;
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

