.property-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.property-thumbnail {
    position: relative;
}

    .property-thumbnail:before {
        content: "";
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 9;
        background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
        border-radius: 4px 4px 0 0;
        opacity: 1;
    }

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

    .listing-badges .featured {
        float: left;
        transform: rotate(-45deg);
        left: -67px;
        top: 17px;
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 12px;
        margin: 0;
        padding: 7px 10px;
        font-weight: 600;
        color: #fff;
        box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2);
        background-color: rgba(0, 0, 0, 0.5);
    }

    .listing-badges .featured {
        background-color: #1fb5ad;
    }

.price-box {
    color: #fff;
    text-align: left;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 20;
}

.linkToEdit {
    position: absolute;
    z-index: 11;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #1fb5ad;
    /*background-color:#1fb5ad ;*/
    color: #fff;
}

    .linkToEdit i {
        font-size: 20px;
        color: #fff;
        margin-top: 8px;
        margin-left: 12px;
    }

.linkToAdd {
    position: absolute;
    z-index: 11;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #1fb5ad;
    /*background-color:#1fb5ad ;*/
    color: #fff;
}

    .linkToAdd i {
        font-size: 20px;
        color: #fff;
        margin-top: 10px;
        margin-left: 11px;
    }

    .linkToAdd:hover {
        background-color: rgba(31,181,173,0.5);
    }

.linkToView:hover {
    background-color: rgba(31,181,173,0.5);
}

.linkToEdit:hover {
    background-color: rgba(31,181,173,0.5);
}

.linkToView {
    position: absolute;
    z-index: 11;
    right: 60px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #1fb5ad;
    /*background-color:#1fb5ad ;*/
    color: #fff;
}

    .linkToView i {
        font-size: 20px;
        color: #fff;
        margin-top: 9px;
        margin-left: 9px;
    }

.linkToEdit {
    position: absolute;
    z-index: 11;
    right: 110px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #1fb5ad;
    /*background-color:#1fb5ad ;*/
    color: #fff;
}

    .linkToEdit i {
        font-size: 20px;
        color: #fff;
        margin-top: 9px;
        margin-left: 9px;
    }
.temtable .linkToAdd i {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-left: 12px;
}
.temtable .linkToView i {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-left: 10px;
}
.temtable .linkToEdit i {
    font-size: 19px;
    color: #fff;
    margin-top: 9px;
    margin-left: 11px;
}
.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.property-box .detail {
    padding: 20px 20px;
    background: white;
}

    .property-box .detail .title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
        margin-top: 0;
    }

.property-thumbnail > .property-img > img {
    transition: all .2s ease-in-out;
}

.property-thumbnail:hover > .property-img > img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.property-thumbnail {
    overflow: hidden;
    cursor: pointer;
}

.property-box .detail .title a {
    color: #1fb5ad;
}

.property-box .detail .location {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

    .property-box .detail .location a {
        color: #5f5e5e;
    }

        .property-box .detail .location a:hover {
            color: #ff214f;
        }

    .property-box .detail .location i {
        margin-right: 10px;
    }


.property-box .detail .opentiom {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

    .property-box .detail .opentiom a {
        color: #5f5e5e;
    }

        .property-box .detail .opentiom a:hover {
            color: #ff214f;
        }

    .property-box .detail .opentiom i {
        margin-right: 5px;
        margin-left: 10px;
    }







.property-box .facilities-list {
    background: #f7f7f7;
    padding: 20px;
}

    .property-box .facilities-list li {
        list-style: none;
        float: left;
        font-weight: 500;
        line-height: 30px;
        font-size: 14px;
        margin-right: 25px;
    }

        .property-box .facilities-list li span {
            display: table;
            font-weight: 600;
        }

.property-box .footer {
    padding: 15px 20px;
    font-size: 14px;
    color: #535353;
}

    .property-box .footer a {
        color: #535353;
    }

    .property-box .footer i {
        margin-right: 5px;
    }

    .property-box .footer span {
        float: right;
    }

.price-box span {
    color: #ff214f;
    font-weight: 700;
}
/*OpenForInspectionBuyers CSS */
.ofitabletitle-cont {
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}

    .ofitabletitle-cont > div {
        margin: 0;
        padding: 0;
        float: left;
        background-color: #005752;
        border-top: 1px solid #00201e;
    }

        .ofitabletitle-cont > div > div {
            margin: 0;
            padding: 5px 3px 5px 3px;
            float: left;
            width: 100%;
            background-color: #005752;
            color: #fff;
            font-weight: bold;
            border-right: 1px solid #00201e;
            border-bottom: 0;
        }

            .ofitabletitle-cont > div > div:nth-child(odd) {
                border-bottom: 1px solid #00201e;
            }

.ofiproaddress {
    width: 27%;
    border-left: 1px solid #00201e;
    white-space: nowrap;
    overflow: hidden;
}

    .ofiproaddress i {
        margin-right: 5px;
        margin-left: 3px;
    }

.ofibuyername {
    width: 14%;
    white-space: nowrap;
    overflow: hidden;
}

.ofimobilno {
    width: 14%;
    white-space: nowrap;
    overflow: hidden;
}

.oficomment {
    width: 14%;
    white-space: nowrap;
    overflow: hidden;
}

.ofiprice {
    width: 11%;
    white-space: nowrap;
    overflow: hidden;
}

.ofiInterestedLevel {
    width: 14%;
    white-space: nowrap;
    overflow: hidden;
}

.ofiaction {
    width: 6%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

    .ofiaction a {
        font-size: 18px;
        text-decoration: none;
        float: none;
        position: relative;
        left: 0;
        top: -3px;
    }


.ofitablebody-cont {
    margin: 0;
    padding: 0 0 7px 0;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 4px;
    border-bottom: 1px dashed #00201e;
}
    /*.ofitablebody-cont:last-child {
	border-bottom:1px solid #00201e;
}*/
    .ofitablebody-cont > div {
        margin: 0;
        padding: 0;
        float: left;
        background-color: none;
        border-top: 1px solid #00201e;
        border-bottom: 1px solid #00201e;
    }

        .ofitablebody-cont > div > div {
            margin: 0;
            padding: 5px 3px 0 3px;
            height: 30px;
            float: left;
            width: 100%;
            background-color: none;
            color: #00201e;
            border-right: 1px solid #00201e;
            border-bottom: 0;
            cursor: pointer;
        }

            .ofitablebody-cont > div > div:nth-child(odd) {
                border-bottom: 1px solid #00201e;
            }

.popover {
    padding: 1px !important;
    height: auto !important;
}

#stickyheadercont {
    position: relative;
}

    #stickyheadercont .sticky {
        position: fixed;
        top: 61px;
        width: 96.3%;
        z-index: 9999;
    }

.non-sticky {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.onlymob {
    display: none;
}

/*Template Search Result Page CSS Start*/

.temtable .property-box .detail {
    padding:10px;
}
    .temtable .property-box .detail .title {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 400;
        margin-top: 0;
        color: #1fb5ad;
    }

.temtable .property-box .footer {
    padding: 20px 10px;
    font-size: 14px;
    color: #535353;
    /* border-top: 1px solid #1fb5ad; */
    border-bottom: 1px solid #1fb5ad;
}







/*Template Search Result Page CSS End*/

@media (min-width: 980px) and (max-width: 1023px) {
    .ofiproaddress {
        width: 25%;
    }

    .ofimobilno {
        width: 16%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ofiproaddress {
        width: 100%;
        border-bottom: 0 !important;
    }

    .ofibuyername {
        border-left: 1px solid #00201e;
    }

    .ofitabletitle-cont > div {
        border-bottom: 0;
    }

    .ofibuyername, .ofimobilno, .oficomment, .ofiInterestedLevel {
        width: 20%;
    }

    .ofiaction {
        width: 9%;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .ofiprice, .ofiproaddress, .ofiaction, .ofibuyername, .ofimobilno, .oficomment, .ofiInterestedLevel {
        width: 100%;
        border-bottom: 0 !important;
        border-left: 1px solid #00201e;
    }

    .ofitabletitle-cont > div {
        border-bottom: 0;
        border-top: 0;
    }

    .ofiaction {
        text-align: left;
    }

    .ofitabletitle-cont {
        display: none;
    }

    .ofitablebody-cont {
        padding-bottom: 0;
        border-bottom: 1px solid #00201e;
    }

    .onlymob {
        display: block;
        background-color: #00201e;
        width: 30%;
        float: left;
        color: #fff;
        height: 29px;
        margin-left: -5px;
        margin-top: -5px;
        margin-right: 10px;
        padding-top: 5px;
        padding-left: 5px;
    }
}












.topbar_searchbtn > span {
    display: inline-block;
}

@media (max-width: 980px) {
    .topbar_searchbtn > span {
        display: none;
    }

    .topbar_addnewbtn > span {
        display: none;
    }

    .topbar_mapbtn > span {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .topbar_searchbtn {
        display: none;
    }

    .topbar_addnewbtn {
        display: none;
    }

    .addnewbtn_formob {
        display: block;
    }

    .searchbtn_formob, .savebtn_formob, .newbtn_formob {
        display: block;
    }

    .wrapper > .row > .col-sm-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .brand {
        height: 48px;
    }

    a.logo {
        margin: 7px 0 0 25px;
    }

    .sidebar-toggle-box {
        margin-top: 15px;
    }

    span.username {
        display: none;
    }
}

    @media (min-width: 768px) and (max-width: 980px) {

        .prd-row .action {
            right: 25px;
        }

        .hr-menu .brand {
            width: 100%;
        }

        .hr-menu .horizontal-menu {
            margin: 10px 0;
        }

        .hr-menu .hr-top-nav {
            margin-top: 10px;
            float: right;
        }

        .media-gal .item {
            width: 100%;
        }

        .media-filter {
            margin: 25px 0;
        }
    }

    @media (min-width: 480px) and (max-width: 767px) {
        .header {
            position: relative !important;
            margin-top: 60px !important;
        }

        .merge-header {
            margin-right: 0px !important;
        }

        .brand {
            width: 100%;
            height: 61px;
            float: none;
            position: fixed;
            top: 0px;
            z-index: 1005;
        }

        .sidebar-toggle-box {
            right: 10px;
        }

        .top-nav {
            margin-bottom: 0;
            margin-top: 0px;
            position: fixed;
            width: 100%;
            background: #fff;
            padding: 10px 0;
        }
       
        .top-menu {
            margin-right: 10px;
        }

        .wrapper {
            margin-top:50px;
        }

        ul.sidebar-menu {
            margin-top: 0px;
        }

        #sidebar {
            position: fixed !important;
            z-index: 1002;
            top: 61px;
        }

        #main-content {
            margin-left: 0px;
        }
        /*calendar*/
        .fc-button-inner {
            padding: 0;
        }
        /*-*/
        .prd-row .action {
            right: 25px;
        }

        .weather-full-info ul li {
            width: 15.8%;
        }

        .today-status {
            margin-bottom: 10px;
        }

        .hr-toggle {
            background: #32D2C9;
            color: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            height: 30px;
            line-height: 0;
            margin-top: -58px;
            position: fixed;
            right: 10px;
            width: 30px;
            z-index: 10000;
        }

        .hr-top-nav {
            display: inline-block;
            float: right;
            margin: 10px 0;
        }

        .horizontal-menu {
            width: 100%;
        }

            .horizontal-menu .navbar-nav > li {
                margin-bottom: 10px;
            }

        .lock-wrapper {
            padding: 0 20px;
        }

            .lock-wrapper img {
                width: 140px;
                height: 140px;
                margin-top: 10px;
            }

        .lock-pwd input {
            width: 70%;
        }

        #time {
            font-size: 100px;
        }

        .media-gal .item {
            width: 100%;
        }

        .media-filter {
            margin: 25px 0;
        }

            .media-filter + .pull-right, .media-filter + .pull-right + .btn {
                float: left !important;
            }
    }

    @media (max-width:767px) {

        .fixed-width #container, .fixed-width #container .header {
            width: 100%;
        }

        #sidebar {
            margin-left: -240px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .hide-left-bar {
            margin-left: 0px !important;
        }

        ul.sidebar-menu {
            padding-top: 0px;
        }
        /*-*/
        .prd-row .action {
            right: 25px;
        }

        .lock-wrapper {
            padding: 0 20px;
        }

            .lock-wrapper img {
                width: 140px;
                height: 140px;
                margin-top: 10px;
            }

        .lock-pwd input {
            width: 70%;
        }

        #time {
            font-size: 100px;
        }

        .media-gal .item {
            width: 100%;
        }

        .media-filter {
            margin: 25px 0;
        }

            .media-filter + .pull-right, .media-filter + .pull-right + .btn {
                float: left !important;
            }
    }

    @media (max-width: 479px) {
        body {
            /*margin-top: 60px !important;*/
        }

        .header {
            position: relative !important;
        }

        .merge-header {
            margin-right: 0px !important;
        }

        .brand {
            width: 100%;
            height: 63px;
            float: none;
            position: fixed;
            top: 0px;
            z-index: 1005;
        }

        .sidebar-toggle-box {
            right: 10px;
        }

        .top-nav {
            margin-bottom: 10px;
            margin-top: 64px;
            position: fixed;
            width: 100%;
            background: #fff;
            padding: 10px 0;
        }

        .top-menu {
            margin-right: 10px;
        }

        .wrapper {
            margin-top: 110px;
        }

        ul.sidebar-menu {
            margin-top: 0px;
        }

        #sidebar {
            position: fixed !important;
            z-index: 9999;
            top: 63px;
        }

        #main-content {
            margin-left: 0px;
        }

        .notify-row {
            /*float: none;*/
            float: left;
        }
        /*calendar*/
        .fc-button-inner, .fc-button-content {
            padding: 0;
        }

        .fc-header-title h2 {
            font-size: 12px !important;
        }

        .fc .fc-header-space {
            padding-left: 0;
        }

        .fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
            background: none repeat scroll 0 0 #FFFFFF !important;
            color: #32323A !important;
        }

        .fc-state-default, .fc-state-default .fc-button-inner {
            background: none repeat scroll 0 0 #FFFFFF !important;
        }

        /*-*/
        .prd-row .action {
            right: 25px;
        }

        .weather-full-info ul li {
            width: 30%;
            margin-bottom: 10px;
        }

        .today-status {
            margin-bottom: 10px;
        }

        .hr-toggle {
            background: #32D2C9;
            color: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            height: 30px;
            line-height: 0;
            margin-top: -58px;
            position: fixed;
            right: 10px;
            width: 30px;
            z-index: 10000;
        }

        .hr-top-nav {
            display: inline-block;
            float: right;
            margin: 10px 0;
        }

        .horizontal-menu {
            width: 100%;
        }

            .horizontal-menu .navbar-nav > li {
                margin-bottom: 10px;
            }

        .lock-wrapper {
            padding: 0 20px;
        }

            .lock-wrapper img {
                width: 100px;
                height: 100px;
                margin-top: -25px;
            }

        .lock-pwd input {
            width: 70%;
        }

        #time {
            font-size: 50px;
        }

        .lock-pwd {
            padding: 0;
        }

        .media-gal .item {
            width: 100%;
        }

        .media-filter {
            margin: 5px 0;
        }

            .media-filter + .pull-right, .media-filter + .pull-right + .btn {
                float: left !important;
            }

            .media-filter li a {
                margin-bottom: 10px;
                display: inline-block;
            }
    }
@media (min-width: 300px) and (max-width: 768px) {

    .cont-search-radio {
        border:none;
    }
}