.container-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.content-wrapper {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.account-wrapper {padding: 15px;}
/*.content-wrapper.container-wrapper {padding: 0 10px;}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .container-wrapper {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-wrapper {
        width: 1170px;
    }
}
@media (max-width: 991px) {

}
.menu {
    background: #ddd;
}
/*.footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}*/
.btn-primary {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #333;
}
.btn-primary:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
}
input[type="text"], select, textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.has-error input[type="text"], .has-error select, .has-error textarea {
    border: 1px solid #a94442;
}
input[type="text"], select {
    height: 34px;
}
.controls-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.controls-inline label {
    margin-right: 6px;
}

.change-language-bar-wrapper { margin: 10px 0;}
.change-language-bar ul {margin: 0; padding: 0; text-align: center;}
.change-language-bar ul li {
    border: 0 none;
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 8px;
}

#change-language-dropdown .dropdown-menu > li > a:hover {
    text-decoration: none;
}
#change-language-dropdown .dropdown-menu > li > a {
    padding: 0 20px 1px 20px;
}
#change-language-dropdown .dropdown-menu > li > a .lang-self {
    display: inline-block;
    width: 128px;
}
#change-language-dropdown img {
    max-width: 30px;
    margin: 0 10px 0 0;
}


.form-wrapper {
    max-width: 800px;
}

.nav-tabs {
    padding: 0 5px;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    padding: 30px 15px 15px;
}

.h1, h1 {
    font-size: 30px;
}

/* quick search*/
.quick-banner-wrapper {}
.quick-banner-wrapper img {width: 100%;}
@media (min-width: 992px) {
    .quick-form-wrapper {
        margin: -144px 0 0 0;
        padding: 20px 20px 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        position: relative;
    }
    .quick-form-wrapper .search-type-menu li a {
        color: #A2C7E5;
    }
    .quick-form-wrapper .search-type-menu li a:hover,
    .quick-form-wrapper .search-type-menu li.active a {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .quick-form-wrapper {
        background: #eee;
        padding: 20px 10px;
    }
    .quick-form-wrapper .search-type-menu li {
        font-size: 12px;
    }
}
.quick-form-wrapper .radio-inline { margin-left: 10px; }
.search-type-menu {margin: 0 0 10px 0;}
.search-type-menu li {color: #999;}
.search-type-menu li.active {text-transform: uppercase; }
.search-type-menu li.active a { color: #000; text-decoration: none;}
.search-type-menu li a:after { content: '>';}
.search-type-menu li.active a:after { content: none;}

/*.listing_box_wrapper .listing_picture_box { display: table-cell; text-align: center; vertical-align: middle; float: none;}
.listing_box_wrapper .listing_picture_box img {height: auto; width: auto;}
.listing_box_wrapper.listing_box_list .listing_picture_box {width: 192px; height: 150px; }
.listing_box_wrapper.listing_box_list .listing_picture_box img {max-height: 150px; max-width: 192px;}
.listing_picture_box  a {display: block;}
.listing_box_wrapper .listing-picture-box {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
}
*/


/*  search results */
.save-search-wrapper {}
.criteria_main_info {font-size: 18px; font-weight: 700;}
.criteria_info {font-size: 16px;}

.search-results-bar {margin: 10px 0;}
.pagination-wrapper {text-align: center;}
.listings-count-wrapper {text-align: center;}
.switch-view ul { margin: 0;}
.switch-view ul li { font-size: 18px;line-height: 18px; padding: 6px 8px;}
.switch-view ul li.active {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pagination {margin: 5px 0 10px 0;}
.pagination > li > a, .pagination > li > span {margin: 0 2px; border-radius: 4px;}
.search-option-label {
    font-size: 16px;
    margin: 5px 0 0;
}

.from-to-range input, .from-to-range span, .from-to-range select {display: inline-block;}
.from-to-range input {width: 30%;}
.from-to-range select {width: 35%;}
.from-to-range .separator {width: 5%; text-align: center; margin: -6px;/* fix*/}
.from-to-range .separator::after {content: "-";}
.tip_location {
    font-size: 12px;
    padding: 4px 0 0;
}

.listing-box-wrapper.highlight {
    background: #eee none repeat scroll 0 0;
}
.listing_content_box_wrapper {
    float: left;
    margin-right: -100%;
    width: 100%;
}

.listing-content {margin: 10px 0;}
.listing-buttons {margin: 10px 0;}
.listing-picture {margin: 10px 0;}
.price {
    font-size: 22px;
}

.refine-map-wrapper {
    margin: 0 0 20px;
}
#ajax_loading_wrapper {position: relative; width: 100%; height: 0px;}
#ajax_loading {position: absolute; left: 50%; margin-left: -50px; top: 200px; z-index: 3000;}

/* listing details, agent details */
.basic-info .carousel-wrapper {margin: 0 0 10px 0;}
.details-features { padding: 0 15px;}
.basic-info {margin: 0 0 20px 0; padding: 20px; background: #eee;}
.basic-info .item {margin: 0 0 10px 0;}
.item.price {
    font-size: 22px;
}
.bar, .basic-info .item .basic-label {text-transform: uppercase;}
.bar {
    border-bottom: 1px solid #666;
    margin: 5px 0;
    padding: 5px 0;
}
.detailsGroup {margin: 0 0 20px 0;}
.detail-image-primary-wrapper {
    margin-bottom: 15px;
}
.detail-image-primary-wrapper, .results-carousel {
    display: inline-block;
    min-height: 178px;
    position: relative;
    width: 100%;
}
.detail-image-primary-wrapper::after, .results-carousel:after {
    content: "";
    display: block;
    padding-top: 58.19%;
}
.details-carousel .jcarousel {margin: 0 20px;}

.details-carousel .jcarousel li { background: #fff; cursor: pointer;}
.details-carousel .jcarousel li.selected {border: 2px solid #f2b011;}
.details-carousel li {margin: 0 15px; padding: 0; }

.jcarousel .detail-image-thumbnail {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 80px;
    max-width: 100%;
}

.detail-image-primary {
    background-color: #fff;
}
.results-image-primary {
    background: #eee;
}
.detail-image-primary, .results-image-primary {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.details-carousel, .results-carousel {
    position: relative;
}
.details-carousel .detail-image-control-left {
    left: 0;
    margin-left: -15px;
}
.details-carousel .detail-image-control-right {
    margin-right: -15px;
    right: 0;
}
.details-carousel .detail-image-control {
    color: #f2b011;
    display: inline-block;
    margin: -15px auto auto;
    padding: 5px 0;
    position: absolute;
    top: 50%;
}
/*.results-carousel .jcarousel-prev:after {content: "<"}
.results-carousel .jcarousel-next:after {content: ">"}*/
.results-carousel .jcarousel-prev, .results-carousel .jcarousel-next {
    display: block;
    height: 100%;
    width: 56px;
}
.results-carousel .jcarousel-prev:hover, .results-carousel .jcarousel-next:hover {
    background: #aaa;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.jcarousel-prev:hover .i-jcarousel-prev, .jcarousel-next:hover .i-jcarousel-next {
    font-size: 58px;
}

.i-jcarousel-prev:before {
    content: "\e257";
}
.i-jcarousel-next:before {
    content: "\e258";
}
.i-jcarousel-prev, .i-jcarousel-next {
    cursor: pointer;
    font-size: 48px;
    position: absolute;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms ease-in-out 0s;
    z-index: 12;
    color: #fff;
}
.i-jcarousel-next {
    right: 2px;
}
.i-jcarousel-prev {
    left: 2px;
}

#save_search_modal .search-info {margin: 0 0 20px 0;}
#save_search_modal .criteria-main-info {
    font-size: 18px;
    margin: 10px 0;
}

.bottom-contact-box-wrapper {padding: 20px;}
.bottom-contact-box h3 {margin-top: 0; font-size: 16px;}
.social-network-icon {
    display: inline-block;

}
.social-network-icon {
/*    background: #ddd;*/
    width: 30px;
    height: 30px;
}
.social-network-facebook { background: transparent url("/personal/pages/css/img/icons/facebook.png") no-repeat 0 0; background-size: 30px 30px;}
.social-network-linkedin { background: transparent url("/personal/pages/css/img/icons/linkedin.png") no-repeat 0 0; background-size: 30px 30px;}
.social-network-twitter { background: transparent url("/personal/pages/css/img/icons/twitter.png") no-repeat 0 0; background-size: 30px 30px;}
.social-network-youtube { background: transparent url("/personal/pages/css/img/icons/youtube.png") no-repeat 0 0; background-size: 30px 30px;}

.contact-form-wrapper { background: #eee; padding: 20px;}

.saved-search {margin: 0 0 20px 0;}
.saved-search .search-name { font-weight: bold;}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.ebubble .content {background: #fff; border: 1px solid #aaa; border-radius: 4px; padding: 10px; height: 100%; overflow: hidden; font-size: 12px;}
.listings-bubble {overflow-y: auto; overflow-x: hidden; height: 206px;}
/*.listing-bubble {background: #fff; border: 1px solid #aaa; border-radius: 4px; padding: 10px; height: 100%; overflow: hidden;}*/
.listing-bubble .img-wrapper {width: 230px; height: 150px; text-align: center; background: #DDDDDD; display: table-cell; vertical-align: middle;}
.listing-bubble .img-wrapper img {max-width: 230px; max-height: 150px;   margin: 0 auto;}
.listing-bubble .address {max-width: 230px; margin: 5px 0 0 0;}
.listings-bubble .listing-bubble .address {
    margin: 5px 0 15px;
    padding: 0 0 10px; }

.ebubble.top { margin-bottom: 11px;}
.ebubble.bottom { margin-top: 11px;}
.ebubble.right { margin-left: 11px;}
.ebubble.left { margin-right: 11px;}

.ebubble > .arrow,
.ebubble > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ebubble > .arrow { border-width: 11px; border-color: #999999; border-color: rgba(0, 0, 0, 0.25);}
.ebubble > .arrow:after { border-width: 10px; content: ""; border-color: #fff;}
.ebubble.top > .arrow {
    left: 50%;
    border-bottom-width: 0;
    bottom: -11px;
}
.ebubble.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
    border-width: 10px 0 0 0;
}
.ebubble.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
}
.ebubble.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
}
.ebubble.bottom > .arrow {
    left: 50%;
    border-top-width: 0;
    top: -11px;
}
.ebubble.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
}
.ebubble.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
}
.ebubble.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    bottom: -10px;
}
.ebubble.right-top > .arrow {right: 10px; left: auto;}
.ebubble.left-top > .arrow {right: auto; left: 10px;}
.ebubble.right-bottom > .arrow {right: 10px; left: auto;}
.ebubble.left-bottom> .arrow {right: auto; left:10px;}
.ebubble.top > .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #999;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.ebubble.top > .arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.ebubble.bottom > .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ebubble.bottom > .arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/* view account, listing selection */
.listing-selection-buttons {margin-top: 10px; margin-bottom: 10px;}

.listingMarker
{
    background-image:url(/images/property-map-baloon.png);
    background-repeat:no-repeat;
    color:white;
    cursor:pointer;
/*    font-family: Tahoma, sans-serif;*/
    font-size:7.5pt;
    overflow:visible;
    padding-bottom:1px;
    padding-top:8px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:18px;
    height: 18px;
    z-index:2000;
}
.listingMarkerMulti {
    background-image: url("/images/property_icon4.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma,sans-serif;
    font-size: 7.5pt;
    height: 24px;
    overflow: visible;
    padding-bottom: 1px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 25px;
    z-index: 2000;
}
.listingMarkerMultiLarge
{
    background-image:url(/images/large-marker-multi.png);
    background-repeat:no-repeat;
    color:white;
    cursor:pointer;
    font-family: Tahoma, sans-serif;
    font-size:7.5pt;
    overflow:visible;
    padding-bottom:1px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:53px;
    z-index:3000;
    margin-left: -14px;
    height: 53px;
    margin-top: -12px;
    padding-left: 7px;
    padding-top: 26px;
}

.navbar-toggle {margin-top: 18px;}
.navbar-toggle .icon-bar {
    height: 4px;
    width: 32px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.label {
    color: #777;
}


@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

.li-without-flags{
    border-bottom: 1px solid #ddd;
    float: right;
    text-align: right;
    width: 100%;
    color: #212529;
    line-height: 1.5;
}

.li-without-flags a{
    padding: 10px 10px !important;
    font-weight: 600 !important;
    line-height: 1.1;
    font-size: 12px;
}

