@-moz-document url-prefix() {
    form div.form-group div.select-wrapper{
        overflow:hidden;
    }
    
    form div.form-group div.select-wrapper select {
        width: 110%;
    }
}


h2
{
    margin-bottom:15px;
}

.agent_profile .results-properties-list h2
{
    margin-bottom:15px;
}

/* [START] property listing customization */

.featured_1 .property-box
{
    border-color:#2D3538;
}

.property-box h4.property-box-subtitle a{
    display:inline-block;
    width:100%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    margin-bottom:0px;
    padding-bottom:0px;
}

.results-properties-list h2
{
    margin-bottom:0px;
}

.properties-rows
{
    padding:10px 0px;
    line-height:33px;
}

.properties-rows .filter form .control-group {
    float: right;
    margin: 0px;
}

.control-group label.control-label
{
    margin: 0px;
    padding:0px 5px;
}

.properties-rows .filter form .control-group .controls {
    margin: 0px;
    float: right;
}

.properties-rows .filter form.form-horizontal a.view-type
{
    opacity: 0.2;
}

.properties-rows .filter form.form-horizontal a.view-type.active
{
    opacity: 1;
}

h3.property-box-title
{
    height:28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination.properties
{
    width:100%;
}

.pagination.properties, .pagination.properties .pagination
{
    margin-top:0px;
    margin-bottom:0px;
    text-align:center;
}

.pagination.properties .active span
{
    background: black;
    border: none;
    border-radius:0px;
    padding: 9px 14px;
}

/* [END] property listing customization */

/* [START] form customization */

@media (min-width: 768px) {

    #map
    {
        height: 620px !important;
    }
    
    .map-navigation
    {
        top: -538px !important;
    }
    
    div.form-group.col-sm-7
    {
        padding-right: 0px;
    }

}

@media (max-width: 768px) {
    .map-navigation-wrapper
    {
        margin-bottom:15px;
    }
}

.form-control
{
    padding:6px;
}

.map-navigation label.checkbox
{
    display: inline-block;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-top:0px;
}

.map-navigation label.checkbox.radio-inline
{
    padding-left: 20px;
}

.alert
{
    border-radius: 0px;
    padding: 5px 15px;
}

.alert.alert-error
{
    border-radius: 0px;
    padding: 5px 15px;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    margin-bottom: 5px;
    color: #A94442;
    font-size: 12px;
    margin-top:2px;
}

#main .form-group.error input.form-control,
#main .form-group.error textarea.form-control
{
    border: 2px solid red;
}

/* [END] form customization */

/* [START] Lang menu */

div.lang_menu_wrapper
{
    margin-top:12px;
    margin-right:15px;
}

div.lang_menu_wrapper button{
    border-radius: 0px;
}

.lang_menu_wrapper button
{
    text-transform: uppercase;
    position:relative;
    padding-right:40px;
}

.lang_menu_wrapper .lang_menu_top.dropdown-menu
{
    min-width:106px;
    border-radius: 0px;
}

.lang_menu_wrapper button img
{
    position:absolute;
    right:10px;
    top:10px;
}

.lang_menu_wrapper .lang_menu_top li a
{
    position:relative;
    text-transform: uppercase;
}

.lang_menu_wrapper .lang_menu_top li a img
{
    position:absolute;
    right:10px;
    top:8px;
}

.visible-xs.lang_menu_xs
{
    list-style: none;
    text-transform: uppercase;
}

.visible-xs.lang_menu_xs, .visible-xs.lang_menu_xs li
{
    margin-left:0px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    display: inline;
}

/* [END] Lang menu */

/* [START] Bootstrap 2 compatibility */

.property_content {
    padding: 10px;
    margin-bottom:15px;
    background: #F9F9F9 none repeat scroll 0% 0%;
    display: block;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

.property_content .btn-primary i, .property_content .btn-white i {
    background-color: transparent;
    color: black;
    transition: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 1px 0px 0px 0px;
    padding:0px;
    float:none;
}

.icon-ok {
    background-position: -288px 0px;
}

.icon-remove {
    background-position: -312px 0px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-trash {
    background-position: -456px 0px;
}

.icon-search {
    background-position: -48px 0px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-star {
    background-position: -120px 0px;
}

.icon-user {
    background-position: -168px 0px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.row-fluid {
    width: 100%;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-flag {
    background-position: -313px -26px;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.5641%;
    box-sizing: border-box;
}

.row-fluid .span6 {
    width: 48.7179%;
}

.row-fluid .span8 {
    width: 65.812%
}

.row-fluid .span4 {
    width: 31.6239%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}


.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.form-horizontal .col-lg-10.controls
{
    margin-left:20px;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.control-group input, .control-group textarea, .control-group .uneditable-input {
    width: 206px;
}

.control-group .controls > .radio:first-child, .control-group .controls > .checkbox:first-child {
    padding-top: 5px;
}
.control-group .radio, .control-group .checkbox {
    min-height: 20px;
    padding-left: 0px;
}

.control-group label {
    display: block;
    margin-bottom: 5px;
}

.control-group input[type="file"], .control-group input[type="image"], .control-group input[type="submit"], 
.control-group input[type="reset"], .control-group input[type="button"], .control-group input[type="radio"], .control-group input[type="checkbox"] {
    width: auto;
}

.btn
{
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.places_select .btn-large,.places_select  .btn-group > .btn:first-child {
    border-radius: 0px;
}
.places_select .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
}
.places_select .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}


input.captcha
{
    font-size: 14px;
    font-weight: 300;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 4px 6px;
    font-family: "Raleway","Arial",sans-serif;
    background:white;
    width:100%;
}

form.box input.captcha
{
    width:230px;
}

.property_content .btn.btn-primary
{
    color: #FFF;
    background-color: #006DCC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    font-weight: normal;
}

h5 span.checkbox-visible {
    float: right;
    font-size: 12px;
}

h5 input[type="radio"],h5 input[type="checkbox"]
{
    margin:0px;
}

li.lang a
{
    font-size:14px;
}

.nav-tabs > li
{
    margin-bottom: 0px;
}

.label-important, .badge-important {
    background-color: #B94A48;
}

.widget-controls
{
    padding-bottom:10px;
}

div.av_calender table.av_calender 
{
    height:260px;
    display:inline-block;
    width:205px;
}

@media (max-width: 992px) {

    .property_content form.form-horizontal .control-label {
        float: none;
        padding-top: 5px;
        text-align: left;
        width: 160px;
    }

    .form-horizontal .controls {
        margin-left: 0px;
    }
    
    input.captcha
    {
        
    }
}

@media (max-width: 768px) {

    .row-fluid [class*="span"] {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    
    
    .walkscore_widget
    {
        display:none;
    }

}

/* [END] Bootstrap 2 compatibility */

div.blueimp-gallery
{
    z-index: 100000;
}

#mapsAddress
{
    height: 400px;
}

#mapsAddress img { 
  max-width: none;
}

.bb-alert.label.label-important {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    position: fixed;
    right: 50%;
    top: 10%;
    background:red;
    
}

#map-property-2
{
    
    background-color: #E5E3DF;
    border-bottom-color: #CD2213;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    box-sizing: border-box;
    color: #252525;
    font-family: "Raleway","Arial",sans-serif;
    font-size: 12px;
    height: 200px;
    line-height: 22px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;

}

.map-property
{
    
    background-color: #E5E3DF;
    border-bottom-color: #CD2213;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    box-sizing: border-box;
    color: #252525;
    font-family: "Raleway","Arial",sans-serif;
    font-size: 12px;
    height: 200px;
    line-height: 22px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;

}

.flexslider.property .flex-direction-nav a {
    color: #CD2213;
    text-shadow: none;
    top: 255px;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* [Booking module] */
.datepicker td.day.disabled.red {
    color: red;
    text-decoration: line-through;
}

div.av_calender
{
    display:block;
}

table.av_calender
{
    float:left;
    margin:0px 20px;
}

table.av_calender td a, table.av_calender td span, table.av_calender td div, table.av_calender th span
{
    padding:5px 7px;
    display:block;
}

table.av_calender td span.disabled, table.av_calender td div.disabled
{
    text-decoration: line-through;
}

table.av_calender a.available
{
    color:white;
    background: #2CD341;
}

table.av_calender a.available.not_selectable
{
    cursor: default;
    text-decoration: none;
    background:#FF7300;
}

div.highlight
{
    background: red;
    color:white;
}

.datepicker
{
    z-index: 9999;
}

/* [/Booking module] */


/* [Edit property form] */

.form-group.UPLOAD-FIELD-TYPE .col-lg-3
{
    padding-right:0px;
    margin-left: 10px;
}

.form-group.UPLOAD-FIELD-TYPE .col-lg-9
{

    margin-left:10px;
    margin-top:4px;
}

.tab-pane h5
{
    display:block;
    position:relative;
    clear:both;
}
/*
.control-group.TREE-GENERATOR
{
    margin-left: -15px;
}*/

.control-group.TREE-GENERATOR .col-lg-3
{
    padding-right:0px;
    margin-left: 10px;
    padding-left:15px;
}

.control-group.TREE-GENERATOR .col-lg-9
{

    margin-left:10px;
    margin-top:4px;
    padding-bottom:10px;
}

.control-group.TREE-GENERATOR .field-row
{
    display:block;
    /*clear:both;*/
    margin-bottom:3px;
}

.ui-state-error, .cleditorMain.ui-state-error
{
    background:#B8483D !important;
    background:#B8483D;
}

/* [/Edit property form] */

/* [Image upload] */

.files-list-u 
{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; 
}
.files-list-u li 
{
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    display:block;
    float: left; 
    width: 164px; 
    height: 175px;
    border:1px solid #E5E5E5;
    cursor: move;
    position:relative;
}

.files-list-u li.nobuttons
{
    height: 155px;
}

.files-list-u li .preview
{
    width: 160px; 
    height: 120px;
    text-align:center;
    display:block;
    overflow: hidden;
    padding: 2px;
}

.files-list-u li .filename
{
    text-align:center;
    max-width:160px;
    overflow: hidden;
    padding: 0px 0px 2px 0px;
}

.files-list-u li .options-container
{
    text-align:center;
}

.files-list-u li:hover{
    background: #F5F5F5;
}

.files-list-u li div.progress, .files-list li div.error
{
    position:absolute;
    top:60px;
    left:2px;
}

.fileupload-buttonbar [class*="span"]
{
    margin-left:0px;
}

.btn-mini {
    padding: 3px 6px;
    font-size: 10.5px;
    border-radius: 3px;
}

.span5.fileupload-progress {
    width: 470px;
    float: right;
    min-height: 1px;
    margin-left: 30px;
}

.fileupload-buttonbar .span7.col-md-7
{
    padding-left:0px;
}


/* [/Image upload] */

/* [Save research] */

.property-filter
{
    position:relative;
}

button#search-save
{
    position:absolute;
    bottom:-34px;
    right:0px;
}

/* [/Save research] */

.form-group.col-sm-6 .checkbox
{
    padding-left:20px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.row .span1
{
    width:8%;
    float:left;
}

.row .span3
{
    width:25%;
    float:left;
}

.container.ads
{
    margin-left:0px;
    padding: 0px 0px 10px 0px;
}

.sidebar-ads-1
{
    padding-bottom:10px;
    margin:auto;
}

.search-input {
    padding: 15px 0;
    text-align:right;
}

/* Reviews start */

.review_stars_1, .review_stars_2, .review_stars_3, .review_stars_4, .review_stars_5
{
    background: url(../img/stars.png) no-repeat;
    height:22px; width:129px;
    display:inline-block;
}

.review_stars_1
{
    background-position: 0px -88px;
}

.review_stars_2
{
    background-position: 0px -66px;
}

.review_stars_3
{
    background-position: 0px -44px;
}

.review_stars_4
{
    background-position: 0px -22px;
}

.review_stars_5
{
    background-position: 0px 0px;
}

/* Reviews end */

#cookie-bar p {
    margin:0 40px !important; 
}

#cookie-bar {
    padding-top:10px !important; 
    padding-bottom: 20px !important; 
}

#main .dropdown-menu li:hover a {
    background: #39b3d7;
    color: #fff;
}

.icon-print {
    background-position: -96px -48px;
}

.agents-list .agent-small-picture {
   /* padding: 0px;
    height: 110px;
    overflow: hidden;*/
}

.header-icon img {
    max-width: 300px;
}

/*[start] compare */

.widget-compare .compare-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.widget-compare .compare-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.widget-compare .compare-content {
   /* padding: 5px 0; */
}

.widget-compare .compare-list .btn{
    margin-top: 10px;
}

.widget .search-form
{
    padding-top:10px;
}


.widget .search-form label.checkbox {
    display: inline-block;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0px;
}
.widget .search-form label {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.widget-compare .compare-list li:first-child{
    margin-top: 10px;
}

.widget-compare .compare-list li:last-child{
    margin-bottom: 10px;
}

.table-compare.table-hover>tbody>tr:not(:last-child):hover>td {
  background-color: #06a7ea;
  color:#eeeeee;
}

.table-compare {
    table-layout: fixed;
}

.table-compare th:first-child {
    width: 180px;
}

.table-compare tr:last-child td, .table-compare tr:first-child th {
    text-align: center;
}

/*[end] compare */

@media (max-width: 767px){
    #ws-walkscore-tile {
        display: none !important;
    }
}

ul.profile_custom_fields
{
    list-style: none;
    margin:0px; padding:0px;
}

ul.profile_custom_fields li{
    margin:0px; padding:5px 0px 5px 0px;
}


/* [START] Hint */

.hint {
    position: relative;
    cursor: pointer;
    margin-left: 3px;
    width: 19px;
    height: 15px;
    background-position: -94px -96px;
}

.hint .hint-notice {
    /*border: 2px solid #FBEB94;
    background: #FBFB9B;*/
    position: absolute;
    padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    bottom: 35px;
    left: 50%;
    color: #918737;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}

.hint .hint-message {
    margin-left: 5px;
    border: 2px solid #FBEB94;
    background: #FBFB9B;
    padding: 5px 12px;
    text-align: center;
    white-space: nowrap;
    color: #918737;
    display: inline-block;
    font-style: normal;
}

/*
 .hint-notice:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #FBEB94;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}*/

 .hint .hint-arrow {
    position: absolute;
    width: 0px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #FBEB94;
    /* top: 100%; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    bottom: 31px;
    opacity:0;
}

.hint-notice{   
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
   /* -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;*/
}

@media (max-width: 768px) {
    .hint .hint-notice {
        position: absolute;
        padding: 5px 2px;
        text-align: center;
        white-space: normal;
        left: -55px;
        color: #918737;
        transform: translate(0%,0%); 
        -webkit-transform: translate(0%,0%); 
    }
    
    .hint .hint-notice span {
        white-space: normal;
        margin-left: 0;
    }
}

/* [/END] Hint */

#ajax_results {
    padding-top : 20px;
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62C462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    height: 100%;
    width: 0;
}

@media (max-width: 767px) {
    .header-bar {
        display: block;
    }
    
    .header-bar > .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .header-bar {
        float: right;
        border: none;
        background-color: transparent;
    }
    
    .header-bar-nav li a {
        color: #CD2213;
        font-size: 12px;
    }
    .header-bar-nav {
        margin-top: 6px;
    }
    
    #header-inner:after {
        content:'';
        display: table;
        clear: both;
    }
    
    #header-inner {
        position: relative;
    }
    
    .header-bar .header-infobox {
        display: none;
    }
    
    .lang_menu_xs {
        float: left;
    }
    
    .header-top {
        float: left;
        width: 100%;
    }
    
    .header-top .navbar-toggle {
        padding-top: 22px;
    }
    
    .header-navigation {
        top: 100%;
    }
    
}

.sharing-buttons {
  margin-top: 20px;
  padding-left: 0px; }
  .sharing-buttons li {
    display: inline-block;
    margin-bottom: 16px; }
    .sharing-buttons li a {
      background-color: #EC407A;
      color: #fff;
      font-size: 13px;
      padding: 8px 15px;
      position: relative;
      text-decoration: none; }
      .sharing-buttons li a:before {
        content: "";
        height: 60%;
        width: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAACK1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9U+LSLAAAAuHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywuLzAxMjM0NTY3ODk6Ozw+P0BBQkRFRkdJSkxNTk9QUVJUVVZXWFlbXF1eX2FiY2RmZ2hpa2xtb3Bxc3R1d3h5e3x+f4CCg4WGiImLjI+RkpSVl5iam52eoKKjpqiqq62vsLK0tbe5ury+wMHDxcfIyszOz9PV19na3N7g4uTm6Onr7e/x8/X3+fv9eAJJ0wAACP9JREFUGBnlwYl/FOUdB+Dvu5PN5piAwSARLCaORUXEFKyARhkBqdKqI2KptCq0SCpFW5tBaD04rFKCypGxAQmXRMmAhEyO3e+f15bWj4phd/aY9/3N+jxIuey8nuf6g68iXjd9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);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        font-family: 'FontAwesome';
        font-size: 17px;
        -webkit-font-smoothing: antialiased;
        opacity: 0;
        position: absolute;
        transition: opacity linear .2s; 
        margin: 0;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      
      .sharing-buttons li a .fa-left {
        transition: all linear .2s;
        margin-right: 6px; }
      .sharing-buttons li a.facebook {
        background-color: #466ab3; }
      .sharing-buttons li a.twitter {
        background-color: #3bbceb; }
      .sharing-buttons li a.google-plus {
        background-color: #db6558; }
      .sharing-buttons li a .social-name {
        transition: all linear .2s; }
      .sharing-buttons li a:hover:before {
        opacity: 1; }
      .sharing-buttons li a:hover .fa, .sharing-buttons li a:hover .social-name {
        opacity: 0; }
      
      .property-detail-overview {
          margin-bottom: 0;
      }
      
      
      @media(max-width: 767px)   {
          
        .map-wrapper {
            margin-top:0;
        }
        
        .carousel-control span {
            top: 50%;
            margin-top: -10px;
        }

        .navbar-box-second .navbar-toggle {
            padding-bottom: 12px;
            padding-right: 8px;
        }
      }   
      
      
.right-sidebar .search-form.secondary
{
    position: relative;
}

.right-sidebar .search-form.secondary .col-sm-12
{

}

.right-sidebar .search-form.secondary .col-sm-12 label
{
    margin-left:15px;
    font-weight: normal;
}

.right-sidebar .search-form.secondary .col-sm-12 label>span
{
    color:blue;
}

.right-sidebar .search-form.secondary .col-sm-12 button
{
    margin: 5px 10px;
}

.search_category_title
{
    font-weight: bold;
    font-size: 18px;
    padding:10px;
}

.right-sidebar .search-form.secondary .form-group 
{
    padding:0px 10px;
}

      
/* Fixed lang bar */

#main .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
}

#main .affix.lang-tabs {
    padding: 6px 5px;
    background: #cd2213;
    box-sizing: border-box;
    margin-left: -10px;
}

#main .affix.lang-tabs li a {
    border-radius: 0;
    cursor: pointer;
}

#main .affix.lang-tabs li a:not(:hover):not(:focus) {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
}

#main .affix.lang-tabs li.active a {
    background-color: #eee;
}

/* End Fixed lang bar */

.white-popup-block .control-group label.control-label {
    margin: 0px;
    padding: 5px 5px;
}

.mfp-wrap {
    z-index: 999999;  
}

iframe {
    max-width: 100% !important;
}

.cleditorMain,
.cleditorMain .cleditorToolbar,
.cleditorMain iframe,
.cleditorMain textarea {
    max-width: 100% !important;
}

.map-wrapper .map-navigation-positioning .map-navigation-wrapper {
    margin-left: -20px;
}

@media (max-width: 767px){
    .span5.fileupload-progress,
    .cleditorMain,
    .cleditorMain .cleditorToolbar,
    .cleditorMain iframe,
    .cleditorMain textarea {
        width: 100% !important;
    }
    
    .map-wrapper .map-navigation-positioning .map-navigation-wrapper {
        margin-left: 0;
    }
}

.results-properties-list h2 {
    margin-bottom: 15px;
}

#mapsAddress_nondefault {
    height: 400px;
}

.post-picture .post-picture-inner {
    margin: 10px 0;
}
/*
@media (max-width: 1199px) {
    .flexslider.property .flex-direction-nav a {
        top: 205px;
    }
}
@media (max-width: 991px) {
    .flexslider.property .flex-direction-nav a {
        top: 166px;
    }
}

@media (max-width: 767px) {
    .flexslider.property .flex-direction-nav a {
        top: 214px;
    }
}*/

.flexslider.property .flex-direction-nav a {
    top: 50%;
}

h2, .block-content h3, .block-content h3, .widget .widget-title {
    font-size: 30px;
}


.field_datepicker_box {
    position: relative;
}

.field_datepicker_box .datepicker  {
    left: 15px;
    top: 100%;
}

h3.infobox-title, 
h3.infobox-title a {
    font-size: 14px !important;
}

.cluster img {
  display: none !important;
}

.cluster div {
    background: #cd2213 !important;
    border-radius: 50%;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    width: 48px !important;
    
}

.cluster div:after {
content: '';
    display: block;
    right: 1px;
    top: 1px;
    left: 1px;
    bottom: 1px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
}

#codeigniter_profiler table span {
    display: inline-block;
    white-space: normal;
}

#codeigniter_profiler table td {
    overflow: hidden;
    text-overflow: eclips;
}
#codeigniter_profiler table,
#codeigniter_profiler table tbody {
    width: 100%;
    overflow: hidden;
    display: block;
    display: table;
} 

#codeigniter_profiler table td:last-child {
    white-space: normal;
    word-break: break-all;
}

body .popupCustom .leaflet-popup-content-wrapper,
body .popupCustom .leaflet-popup-tip {
    background: transparent;
    color: #333;
    box-shadow: none;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content{
    margin: 0;
    margin-bottom: 20px;
}

body .popupCustom .leaflet-popup-content-wrapper .leaflet-popup-content {
    position: relative;
}

.leaflet-container .popupCustom  a.leaflet-popup-close-button {
    position: absolute !important;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: initial;
    height: initial;
    z-index: 10000;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    padding: 1px 2.5px;
    text-align: center;
    border-radius: 0;
}

.leaflet-container .popupCustom .infobox-content {
    padding-right: 17px;
}

.leaflet-pane {
    z-index: 20;
}

.leaflet-container .popupCustom .infobox-big {
    margin-top: 20px;
    position: relative;
}

.leaflet-container .infobox-big:after,
.leaflet-container .infobox-big:before {
    left: 50%;
}

.widget-right-map .leaflet-container  .infobox.infobox-mini {
    margin: 0;
    margin-bottom: -15px;
    margin-top: 35px;
    position: relative;
}

.leaflet-container.map {
    left: initial !important;
} 

body .cityguide-search-box {
    z-index: 500;
}

.leaflet-top,
.leaflet-bottom,
.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 10;
}

.open_steet_map_marker  .marker-inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    line-height: 35px;
    width: 100%;
    text-align: center;
}

body .files-list-u {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

body .files-list-u  .img-rounded {
		-wbkit-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

@media (max-width: 767px) {
    body .files-list-u .preview * {
        width: initial; 
        max-width: 100%; 
        max-height: 100%; 
    }

}

.row-flex.row:before,
.row-flex.row:after {
  display: none;
}

.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media (max-width: 1199px) {
  .row-flex > [class*='col-lg']:not([class*='col-md']):not([class*='col-sm']):not([class*='col-xs']) {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .row-flex > [class*='col-md']:not([class*='col-sm']):not([class*='col-xs']) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row-flex > [class*='col-sm']:not([class*='col-xs']) {
    width: 100%;
  }
}


.row-flex > :not([class*='col-xs']):not([class*='col-md']):not([class*='col-sm']):not([class*='col-lg']) {
  width: 100%;
}

.row-sm-12 .results-properties-list .property-item[class*="col-"],
.row.row-sm-12 > [class*="col-"] {
       width: 100% !important;;
}

@media (min-width: 992px) {
    .row-md-3 .results-properties-list .property-item[class*="col-"],
    .row.row-md-3 > [class*="col-"] {
        width: 25% !important;;
    }
}

@media (min-width: 768px) {
    .row-md-3 .results-properties-list .property-item[class*="col-"],
    .row.row-sm-3 > [class*="col-"] {
        width: 25% !important;;
    }
    
    .row.row-sm-2 > [class*="col-"] {
        width: 16.66666667% !important;;
    }
    
    .form-horizontal .control-label {
        width: initial;
    }
}

.form-horizontal:after{
    content: '';
    clear: both;
    display: table;
}

.control-group.control-gt-terms {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-horizontal .control-group:after {
    content: '';
    clear: both;
    display: table;
}

.non-translatable {
    margin: 0;
}

.panel-body {
    position: relative;
}

/* swap */

@media (max-width: 991px) {
  .swap-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap
  }

  .swap-md .swap-top {
    -webkit-order: 1;  
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }

  .swap-md  .swap-bottom {
      -ms-flex-order: 2;     
      -webkit-order: 2;  
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

/* end swap */
/* swap */

@media (max-width: 767px) {
  .swap-sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap
  }

  .swap-sm .swap-top {
    -webkit-order: 1;  
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }

  .swap-sm .swap-bottom {
      -ms-flex-order: 2;     
      -webkit-order: 2;  
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

/* end swap */

#search-start  {
position: relative;
}
  
#search-start #ajax-indicator-1 {
margin-top: 4px;
margin-left: 3px;
position: absolute;
width: 18px;
}