.row {
    margin-left: -15px;
    margin-right: -15px;
}
.panel-body {
    padding: 20px 25px;
}
.category-posts ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #ededed;
    font-size: 15px;
}
.category-posts ul li span {
    float: right;
}
.hoverbubble {
    position: relative;
    display: inline-block;
}
.hoverbubble span {
    visibility: hidden;
    width: 240px;
    bottom: calc(100% + 15px);
    left: -215px;
    background-color: rgba(0,0,0,0.8);
    color: #fff !important;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    font-family: 'Open Sans',sans-serif;
    font-family: 'Roboto' ,sans-serif;
    font-family: 'Nunito' ,sans-serif;
}
.hoverbubble:hover span {
    visibility: visible;
}
.hoverbubble span:after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 6px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
.price-info {
    color: #666;
    font-size: 12px;
    border: 1px solid #666;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50px;
    cursor: help;
    float: right;
    margin-left: 6px;
    margin-top: -1px;
}
.price-info:hover {
    background: #F4F4F4;
}
.properties-details-page .advert-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 0;
    padding-bottom: 75%;
}
.properties-details-page .advert-thumb {
    background-position: 50%;
    background-size: cover;
    height: 0;
    padding-bottom: 75%;
    margin: 10px 5px;
    cursor: pointer;
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: #fff;
    z-index: 1;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    color: #444;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
}
.slick-next:before {
    content: "\f105";
}
.slick-prev:before {
    content: "\f104";
}
.properties-details-page .notice-info .fa {
    font-size: 1.5em;
    vertical-align: -2px;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}
/** Notice start **/
.notice {
    padding: 17px 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #eaeff5;
    border-left: 4px solid #838992;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}

.notice-success {
    border-left-color: #74ba28;
    background: none!important;
}

.notice-success strong {
    color: #74ba28!important;
}

.notice-danger {
    border-left-color: #eb344f;
    background: none!important;
}

.notice-danger strong {
    color: #eb344f;
}

.notice-info strong {
    color: #1db4bd;
}

.notice-info {
    border-left-color: #1db4bd;
    background: none!important;
}

.notice-warning {
    border-left-color: #fea911;
    background: none!important;
}

.notice-warning strong {
    color: #fea911;
}

.notice strong{
    font-weight: 600;
}
.form-thankyou {
    z-index: 1;
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: rgba(93, 179, 65, 0.9);
    display: none;
}
.form-thankyou div {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.form-thankyou h2, .form-thankyou p {
    text-align: center;
    color: #fff;
}
.form-thankyou .fa {
    color: #fff;
    font-size: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
}