@charset "UTF-8";
.elive_property_search_container{
    -webkit-border-radius: 10px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    border:1px solid #DDDDDD;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    margin:10px auto;
    /*overflow:hidden;*/
    overflow:visible; /* changed to make range field and tooltips fully visible */
    padding:14px 2%;
    position:relative;
    width:96%;
}
.elive_property_form_label{
    color:#7D8BAB;
    font-size:21px;
    font-weight:bold;
    margin:0;
    text-align:center;
    width:100%;
}
.elive_property_search_form > div{
    display:inline-block;
    margin:0 10px 0 0;
    text-align:center;
    width:150px;
}
.elive_property_search_form > div.slider-form-row{
  min-width:300px;
}
.elive_property_search_form label{
    display:block;
    font-size:10px;
    text-transform:uppercase;
}
.elive_property_search_form select,
.elive_property_search_form input[type=text]{
    display:block;
    font-size:10px;
    padding:2px 1px 2px 4px;
    width:98%;
}
.search-form-header{
  text-align: center;
}
.elive_property_form_row_visible{
    display:block;
}
.elive_property_form_row_hidden{
    display:none;
}
.elive_property_wait{
    color:#C20A2B;
    font-size:0.7em;
}
.elive_property_form_submit{
    clear:both;
    margin:5px 0 !important;
    text-align:center;
}

/*listening page*/
.elive_property_listings_notfound{
    -webkit-border-radius: 6px;
    border:3px solid #C20A2B;
    border-radius: 6px;
    padding:10px;
}
.elive_property_listings_advert_container{
    border:1px solid #DFDFDF;
    color:#000;
    margin:0px auto 15px auto;
    overflow:hidden;
    /*padding:17px 20px 20px;*/
    padding:0px 20px 0px;
    position:relative;
    width:96%;
}
.elive_property_listings_advert_container h5{
    font-weight:700;
    margin:0;
    padding:0;
}
span.elive_property_listings_ad_counter{
    color:#666666;
    font-size:13px;
    font-weight:400;
}
.elive_property_listings_ad_images{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
    height:168px;
    margin:10px 10px 0 0;
    max-width:226px;
    overflow:hidden;
    position:relative;
    text-align:center;
    vertical-align: top;
    width:40%;
}
.elive_property_listings_ad_images img{
    max-height: 100%;
    max-width:100%;
}
.elive_property_listings_ad_noimages{
    border:1px solid #ccc;
    color:#C20A2B;
    font-size:16px;
    height:91px;
    line-height: 91px;
    margin:0 auto;
    position:relative;

    text-align:center;
    vertical-align: middle;
    width:80%;
}

.elive_property_listings_ad_rest{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
    font-size:12px;
    line-height:16px;
    overflow:hidden;
    padding-top:10px;
    width:60%;
    /*float:left;*/
}
.elive_property_listings_ad_rest_info{
    background:none repeat scroll 0 0 #EFF3FA;
    border:1px solid #DFDFDF;
    margin-bottom:15px;
    padding:12px 5px 0px;
}
.elive_property_price{
    display:block;
    font-size:14px;
    font-weight:bold;
    padding-bottom:32px;
}
.elive_property_price_pice{
    font-size:14px;
    margin-right:2px;
}
ul.elive_property_info{
    font-size:14px;
    line-height:18px;
    list-style-type:none;
}
ul.elive_property_info li{
    display:inline;
    margin:0;
    padding:0;
}
ul.elive_property_info li:after{
    content: " | ";
}
ul.elive_property_info li:last-child:after{
    content: "";
}

h4.elive_property_main_info{
    color:#3279BB;
}

/*pagination*/
span.displaying-num{
    background: #555;
    color:#fff;
    display:block;
    font-size:14px;
    padding:5px;
}
ul.page-numbers{
    clear:both;
    font-size:11px;
    line-height:13px;
    margin:0;
    padding:0;
}
.page-numbers span, .page-numbers a{
    background: #555;
    color:#fff;
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
}
.page-numbers a:hover{
    background: #3279BB;
    color:#fff;
}
.page-numbers .current{
    background: #3279BB;
    color:#fff;
    padding:6px 9px 5px 9px;
}
.page-numbers li{
    display:inline;
}

/*advert details page*/
.elive_property_addetail_ok,
.error{
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin:10px auto;
    padding:10px;
    position:relative;
    width:90%;
}
.error{
    -webkit-box-shadow:  0px 0px 1px 1px #C20A2B;
    box-shadow:  0px 0px 1px 1px #C20A2B;
    margin: 0 auto 40px auto !important;
}
.elive_property_addetail_ok{
    -webkit-box-shadow:  0px 0px 1px 1px #018A0A;
    box-shadow:  0px 0px 1px 1px #018A0A;
}
.novalidate{
    border:1px solid #C20A2B !important;
}
.elive_property_addetail_header{
    border: 1px solid #DFDFDF;
    color:#666666;
    font-family:Helvetica,Arial,sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:19px;
    margin-bottom:15px;
    padding:10px;
    width:100%;
}
.elive_property_addetail_contact_header{
  border: 1px solid #DFDFDF;
  color:#666666;
  font-family:Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:19px;
  margin-bottom:15px;
  padding:10px;
  width:100%;
}
.elive_property_addetail_contact_header label,
.elive_property_addetail_header label{
    display:block;
}


.elive_property_addetail_address{
    border-bottom:1px solid #DFDFDF;
    color:#111078;
    font-size:18px;
    font-weight:700;
    line-height:23px;
    margin-bottom:13px;
    padding-bottom:10px;
}
.elive_property_addetail_rest_header{
    overflow:hidden;
    padding:15px 0;
}
.elive_property_addetail_rest_header span{
    display:block;
    float:left;
    margin-right:10px;
    position:relative;
}
.elive_property_addetail_price{
    color:#000;
    font-size:1.4em;
    font-weight:700;
}
.elive_property_addetail_agreed{
    background-color:#FF0000;
    color:#FFF;
    font-size:10px;
    font-weight:700;
    margin-left:2px;
    padding: 2px;
}


.elv-mos-thumbs{
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  box-sizing: border-box;
  height: 200px;
}
.elv-mos-thumb-large{
  width:75%;
}
.elv-mos-thumb-small{
  width:25%;
  position: relative;
}
.elv-mos-thumb-large,
.elv-mos-thumb-small{
  float:left;
  margin:0;
  padding:0;
  border:none;
  box-sizing: border-box;
}
.elv-mos-thumb-small{
  padding-left:3px;
}
.elive_property_addetail_thumbnail_cont{
  margin-bottom:3px;
}
.elive_property_fluid_image{
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius:.25rem;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.elv-mos-thumb-small-more{
  position: absolute;
  top: 100%;
  left: 3px;
  z-index: 10;
  color: #fff;
  background-color: #000;
  width: 100%;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top:10px;
  box-sizing: border-box;
  height: 80px;
}
.elv-mos-thumb-small-more-digit{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*

.elive_property_addetail_bigimage{
    height: 500px;
    margin:0 auto;
    max-height:500px;
    overflow:hidden;
    text-align:center;
    width:100%;
}
.elive_property_addetail_bigimage img{
    max-height:100%;
    max-width:100%;
}
.elive_property_addetail_thumbnails_container{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    margin:0;
    overflow:hidden;
    padding:20px;
    width:100%;
}
.elive_property_addetail_thumbnails_list{
    float:left;
    margin-right:5px;
}
.elive_property_addetail_thumbnails_list_imgcont{
    border:2px solid #DFDFDF;
    height:76px;
    margin-bottom:5px;
}
.elive_property_addetail_thumbnails_list_imgcont img{
    height:100% !important;
}

*/


.elive_property_addetail_header3cont{
    clear:both;
}
.elive_property_addetail_header3{
    display:block;
    float:left;
    font-weight:700;
    margin-right:10px;
    width:200px;
}
.elive_property_addetail_subheader3{
    display:block;
    float:left;
}
.elive_property_addetail_propdescr{
    clear:both;
}
.elive_property_addetail_propdescr_text{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0% 0% #F9F9F9;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    color: #444;
    padding:1.71429rem;
}
.elive_property_addetail_map{
    margin:0 auto 10px;
    position:relative;
    text-align:center;
    width:500px;
}
.elive_property_addetail_tel{
    /*color:#2F1BE0;*/
    color:#666;
    font-weight:normal;
}
.elive_property_addetail_info1{
    color:#999;
    font-weight:normal;
}
.elive_property_back_button{

    -webkit-border-radius: 6px;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    border-radius: 6px;
    clear:both;
    color:#fff !important;
    display:block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-8 */
    margin:5px auto;
    max-width:200px;
    padding:10px;
    position:relative;
    text-align:center;
    text-decoration:none;
}
.elive_property_back_button:hover{
    color:#ccc;
}
.elive_property_input{
    font-size:1.4em;
    width:60%;
}
.elive_property_input:hover{
    background-color:#FAF8D9;
}
.elive_property_submit{
    display:block;
    font-size:1.2em;
    margin:10px auto;
    max-width:90%;
    min-width:100px;
    position:relative;
    text-align:center;
}
.elive_property_maxchar{
    color:#C20A2B;
}

/**
SPINNER
*/
.elivespinner {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
    display:    none;
    filter: alpha(opacity = 80);
    height:     100%;
    left:       0;
    opacity: 0.80;
    position:   fixed;
    top:        0;
    width:      100%;
    z-index:    1000;
}
body.loading {
    overflow: hidden;
}
body.loading .elivespinner {
    display: block;
}

/**
FEATURED PROPERTY
*/
.elive_property_featured_container{
    -webkit-border-radius: 2px;
    border:1px solid #ccc;
    border-radius: 2px;
    margin:10px auto;
    max-width: 700px !important;
    overflow:hidden;
    padding:5px;
    position:relative;
    width:700px !important;
}
.elive_property_featured_image,
.elive_property_featured_info{
    float:left;
    height:300px;
    overflow:hidden;
    position: relative;
}
.elive_property_featured_image{
    overflow:hidden;
    width:400px;
}
.elive_property_featured_ribbon{
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-border-radius: 0px 5px 5px 0px;
    background: rgb(169,3,41); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    border-radius: 0px 5px 5px 0px;
    color:#fff;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-8 */
    font-size:12px;
    font-weight:800;
    left:0;
    min-height:40px;
    opacity: 0.7;
    overflow:hidden;
    padding:10px 0 10px 10px;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:10px;
    width:160px;
    z-index:10;
}
.elive_property_featured_allimages{
    list-style-type:none;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100000px;
}
.elive_property_featured_img{
    float:left;
    height:300px;
    margin:0;
    width:400px;
}
.elive_property_featured_info{
    color:#999;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    /*line-height:16px;*/
    line-height: 1.61803398875;
    padding:0 10px;
    width:280px;
}
.elive_property_featured_address{
    /*font-size:1.1em;*/
    font-size:18px;
    font-weight:800;
    margin-top:10px;
    text-align:justify;
}
.elive_property_featured_address a{
    border-bottom: 0;
    text-decoration:none;
}
.elive_property_featured_price{
    color:#000;
    /*font-size:1.2em;*/
    font-size:24px;
    font-weight:800;
    margin:10px 0;
}
.elive_property_featured_bedrooms{
    color:#666;
    margin-bottom:10px;
}
.elive_property_featured_descr{
    text-align:justify;
}
.elive_property_featured_img_err{
    font-weight:800;
    height:100px;
    line-height: 80px;
    margin-top:60px;
    overflow: hidden;
    /*padding-top:100px;*/
    text-align:center;
}

/*widget*/
.elive_property_widget_form .elive_property_form_label{
    font-size:14px;
    margin-bottom:10px;
}
.elive_property_widget_form > div{
    width:100%;
}
.elive_property_search_form > div.slider-form-row{
  min-width: 98%;
}
.elive_property_widget_form label{
    font-weight:800;
}

.elive_property_featured_widget_wrapper{
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 2px #999;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    margin: 20px auto;
    position: relative;
}
.elive_property_featured_widget_header{
    font-weight:bold;
    text-align:center;
}
.elive_property_featured_widget_jcarousel{
    margin:auto;
    max-width: 275px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.elive_property_featured_widget_jcarousel ul.elive_property_featured_widget_jcarousel_list{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.elive_property_featured_widget_jcarousel ul.elive_property_featured_widget_jcarousel_list li{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    width: 275px;
}
.elive_property_featured_widget_jcarousel ul.elive_property_featured_widget_jcarousel_list li img{
    display: block;
    height:200px;
    margin:0 auto;
    max-width: 100%;
    position:relative;
}
@media (max-width: 767px) {
    .elive_property_listings_ad_images,
    .elive_property_listings_ad_rest{
        display:block;
        margin:10px auto;
        width:100%;
    }
}

/** lazy loading  **/
.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

/** range slide  **/
.noUi-horizontal .noUi-tooltip{
  bottom: -120%;
}
.noUi-connect{
  background: #0275d8;
}
.noUi-target{
  margin: auto;
  position: relative;
  width: 96%;
}
.noUi-handle{
  border-radius: 50%;
}
.noUi-horizontal .noUi-handle{
  height: 14px;
  right: -8.5px;
  top: -3px;
  width: 17px;
}
