.custom-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.card:hover .property-description {
    display: none;
    transition: all 0.3s;
}

.card:hover .custom-subcards-grid{
    display: grid;
    grid-template-columns: 1.5fr  2fr;
}

.card .property-details{
    display: none;
}

.card:hover .property-details{
    display: block
}

.section-1-property{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    border: 1px solid #999;
    border-radius: 8px;
}

.section-1-property > div {
    border-right: 1px solid #999;
}

.section-1-property > .property-price {
    border: none;
}

.property-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.property-features{
    background: var(--albania-theme-color-second);
    padding: 4px;
    border-radius: 6px;
}

.property-detail {
    border: 1px solid #999;
    border-radius: 6px;
}

.property-detail > div {
    padding: 12px;

}

.property-floor, .property-view, .property-bathrooms, .property-bedrooms {
    border-bottom: 1px solid #999;
}
.property-floor, .property-bedrooms {
    border-right: 1px solid #999;
}
.services .nav {
    justify-content: center;
}

.gsc-tabs-content .nav-tabs > li{
    cursor: pointer;
}

.pager {
    margin-top: 20px;
}

@media (max-width: 900px) {
    .custom-cards-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .custom-cards-grid {
        grid-template-columns: 1fr;
    }

    .section-1-property{
        grid-template-columns: 1fr;
    }

    .section-1-property > div {
        border-right: none;
        border-bottom: 1px solid #999;
        margin-bottom: 12px;
    }
}
/**************************************************************************/
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/sprite.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.icon-location {
    background-position: -72px -134px;
}
.icon-cube {
    background-position: -96px -134px;
}
.icon-levels {
    background-position: -120px -134px;
}
.icon-bed {
    background-position: -144px -134px;
}
.icon-bath {
    background-position: -168px -134px;
}
.icon-view {
    background-position: 0 -156px;
}

@media (min-width: 1200px) {
    .span3 {
        width: 270px;
    }
}
.node--type-property .price {
    font-size: 37.800000000000004px;
    font-weight: 400;
    line-height: 40px;
    font-size: 37.800000000000004px;
    font-weight: 400;
    line-height: 40px;
}
body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
.bl-orange {
    background: #fcdfbc;
    padding: 10px;
}
.node--type-property h2 {
    font-size: 23.8px;
    font-weight: 400;
    line-height: 40px;
    font-size: 23.8px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.sold {
    color: #000;
    text-transform: uppercase;
    font-size: 11.9px;
    font-weight: 700;
    line-height: 20px;
    font-size: 11.9px;
    font-weight: 700;
    line-height: 20px;
    background: #f89406;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cr-grayLabel {
    color: #bbb;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 300;
    color: #903;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 38.5px;
    line-height: 45px;

}
.node--type-property .price {
    font-size: 37.800000000000004px;
    font-weight: 400;
    line-height: 40px;
    font-size: 37.800000000000004px;
    font-weight: 400;
    line-height: 40px;
}
/*.square{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 130px;
}*/
.floor{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 120px;
}
.cr-greenLight {
    color: #696;
}
@media (max-width: 977px) {
    h1 {
        font-size: 17.5px;
        font-weight: 400;
        line-height: 20px;
        font-size: 17.5px;
        font-weight: 400;
        line-height: 20px;
    }
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #ccc;
}
h1 small {
    font-size: 24.5px;
}
small {
    font-size: 85%;
}

#xcono-subscribe-form label,h3{
 color: #fff;
}

#xcono-ask-agent-form input[type='text'], #xcono-ask-agent-form textarea, #xcono-ask-agent-form input[type='email']{
    width:100%;
}

.form-item{
    margin: 5px;
}