@import url("../css/base.css");
@import url("../css/skeleton.css");
@import url("../css/layout.css");
@import url("../css/colors/blue.css");
@import url("../css/font/fontello.css");
@import url("../css/jquery.bxslider.css");
@import url("../css/entypo/stylesheet.css");
@import url("../css/lato/stylesheet.css");
@import url("../css/jquery.dropdown.css");
@import url("../css/tipsy.css");
@import url("../css/jquery.fancybox.css");
@import url("../css/jquery.fancybox-thumbs.css");
header .logo img{
    margin: 0;
}
.menu.social [class^="icon-"]:before, .menu.social [class*=" icon-"]:before{
    line-height: 2em;
}
.icon-down-dir{
    position: absolute;
    top: 21px;
    right: 0;

}
.nc-demo-modal-wrapper{
    display: none;
}
.multidrop{
    border: 1px solid #ccc;
    padding: 8px 6px;
    outline: none;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    height: 32px;
    display: block;
    margin-bottom: 20px;
    background: url("../images/arrowdown.png")no-repeat 90% 50% #fff;
    cursor: pointer;
    position: relative;
}
.multidrop .options{
    position: absolute;
    top: 31px;
    width: 100%;
    left: 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 3px 1px 0px #cccccc;
    z-index: 50;
}
.multidrop .options label{
    padding: 3px;
}
#type .options{
    width: 175%;
}
.multidrop .options input{
    width: auto;
}
.item-multidrop{
    height: 21px;
    overflow: hidden;
}
.hide{
    display: none;
}
.inline{
    display: inline!important;
}
#with-photo{
    width: auto!important;
}
.three.columns{
    vertical-align: middle;
}
.hidden{
    display: none;
}
#property-list{
    overflow: hidden;
}
.clear{
    clear: both;
}
#sortBy,
#itemsPerPage{
    float: left;

}
.topitems-controls{
    height: 55px;
}
.icon-layout:before,
.icon-menu:before {

    top: 4px;
    position: relative;
}
.list-grid-gallery.grid .prop-extract{
    display: none;
}
.list-grid-gallery.grid figure {
    max-height: 150px;
    overflow: hidden;
}

.non-default-value {
    border: 1px solid #ff802f!important;
}
.swiper-slide{
    float: left;
}
.bx-slider-points{
    height: 300px;
    overflow: hidden;
}
.bx-slider-points li{
    text-align: center;
}
.bx-slider-points img{
    margin: 0 auto;
    width: auto;
    height: 300px;
}
.more-photo{
    width: 300px;
}
.title-itemsPerpage{
    padding-top: 10px;
}
.text-center{
    text-align: center;
}
table.table#images{
    width: 100%;
}
table.table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table.table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table.table a:active,
table.table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}
table.table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.table th:first-child{
    text-align: left;
    padding-left:20px;
}
table.table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table.table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table.table tr{
    text-align: center;
    padding-left:20px;
}
table.table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table.table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.table tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table tr:last-child td{
    border-bottom:0;
}
table.table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table.table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table.table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
#calculator{
    position: fixed;
    right: 0;
    top:10%;
    padding: 20px;
}

#calculator {
    width: 300px;
    margin: 0 auto;
    overflow: auto;
}

#calculator  #title{
    background: #35668e;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
}

#calculator  #title p {
    margin: 0 auto;
    padding: 20px;
}

#calculator .display {
    height: 75px;
    background: #1f253e;
    color: #fff;
}

#calculator .display p,
#calculator .history p {
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

#calculator .history {
    height: 40px;
    color: #fff;
    background: #1f253e;
    border: none;
}

#calculator .row,
#calculator .history,
#calculator .display {
    text-align: right;
    margin-bottom: 0;
}

#calculator #clear{
    color: #00aed3;
}

#calculator button {
    font-size: 2em;
    background: #35668e;
    color: #fff;
    border: none;
    margin-left: 0px;
    margin-right: 0px;
    height: 2em;
    float: left;
    margin-bottom: 0;
}

#calculator  #equal:hover{
    background: #00aed3;
}

#calculator button:hover {
    background: #35668e;
    color: #fff;
}

#calculator .row button {
    width: 25%;
}


#calculator .three button {
    width: 33.333%;
}
@media (max-width: 1600px) {
    #calculator{
        display: none;
    }
}
.callbackblock{
    display: flex;
    height: 200px;
    align-items: center;
}
.imggal{
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 10px;
}
.imggal img{
    height: 100%;
}
.calend_table {
    border:1px solid #999999;
    background:#FFFFFF;
    font-family:Verdana;
    font-size:10px;
    color:#333333;
}

.calend_table td {
    vertical-align:middle !important;
    color:#333333;
}

.days_table {
    font-family:Verdana;
    font-size:10px;
}
.days, .days_sun, .days_sun_right {
    background:#999999;
    color:#FFFFFF !important;
    width:35px;
    height:25px;
}
.day, .no_day {
    background: #F9F9F9;
    margin-top:10px;
    padding:0;
}
.day_curr {
    background: #999999;
    color:#FFFFFF !important;
    font-weight:bold;
    margin-top:10px;
    padding:0;
}
.day_sun, .no_day_sun, .day_sun_right, .no_day_sun_right{
    background:#EEEEEE;
}

.no_day, .no_day_sun, .no_day_sun_right {
    color:#FFFFFF !important;
    text-align:center;
}

.days, .days_sun, .day, .no_day, .day_curr, .day_sun, .no_day_sun{
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    height:25px;
}
.day_sun_right, .no_day_sun_right, .days_sun_right {
    border-top:1px solid #FFFFFF;
    border-right:0;
}

.navig_form td {
    background:#F9F9F9;
    color:#333333;
    padding:3px;
    font-weight:bold;
    font-size:12px;
    height:25px;
}
td.navig_butt {
    padding:0 7px;
    cursor:pointer;
}

.mouseover {
    background:#EEEEEE;
    color:#333333;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.mouseover_weekend, .mouseover_weekend_s {
    background:#F9F9F9;
    color:#333333;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.mouseover_weekend_s {
    border-right:none;
}

.month_link {
    text-decoration:underline;
    color:#333333;
    cursor:pointer;
    padding:0 5px;
}

.year_link {
    text-decoration:underline;
    color:#333333;
    cursor:pointer;
    padding:0 5px;
}
.calend_table a, .calend_table a:hover { color:#333333; text-decoration:underline; text-align: center!important;}
.dropdown.dropdown-tip{
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0px #ccc;
    -moz-box-shadow: 0 3px 5px 0px #ccc;
    box-shadow: 0 3px 5px 0px #ccc;
    padding: 10px;
}
#rem_pwd{
    padding-top: 10px;
    display: inline-block;
}
.list-grid-gallery figure{
    overflow: hidden;
}

.holder a, .holder .jp-current, a.jp-current{
    background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 2px 2px 2px 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    text-align: center;
}
a.jp-current,
.holder a:hover, .holder .jp-current, a.jp-current:hover{
    background: #396991!important;
    color: #ffffff!important;
}
.list-grid-gallery article:hover{
    cursor: default;
}
footer h3{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.search{
    padding-top: 30px;
}
.search a{
    display: block;
    float: left;
    width: 50%;
}
.search a{
    text-decoration: none;
}
.countsitems{
    font-size: 25px;
    text-decoration: none;
    padding-top: 20px;
    display: block;
}
.search a img{
    width: 70%;
}
.itemtable{
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.tpl-block-comments{
    padding: 20px;
}
.itemtable td{
    padding: 7px;
}
.itemtable tr:nth-child(odd) td{
    background: #F7F7F7;
}
.list-grid-gallery h4{
    min-height: 40px;
}
.container .grid .ten.columns{
    width: 100%;
}
.nobg{
    background: none!important;
}
#agent{
    width: 80%;
}
.uk-button{
    border-radius: 50%;
    height: 30px;
    margin-bottom: 0;
    margin-left: 30px;
}
.uk-tooltip-top:after, .uk-tooltip-bottom:after{
    display: none!important;
}
.showitem{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#agent img{
    width: 180px;
}
h2 + p {
    font-size: 16px;
    font-weight: 600;
}
.logomain{
    width: 98px;
}
.intend{
    text-indent: -9999px;
    height: 18px;
}
#type,
#subcategory{
    margin-top: 18px;
}
.fl{
    display: inline-block;
    padding: 14px 25px;
    border: 1px solid #346993;
    text-decoration: none;
}
.fl:hover{
    background: #346993;
    color: #fff;
}
.home-slider .bx-viewport{
    height: 480px;
    overflow: hidden;
}
label, legend{
    font-weight: 600;
}