/* Property Box Style 4 */

.jtg-box a {
    text-decoration: none!important;
    color: #666!important;
}

.jtg-box {
    display: inline-block;
}


.jtg-box-title {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
}

.jtg-box-title h2 {
    padding: 15px;
    padding-bottom: 0px;
}




.jtg-box-image {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom:10px;
}
.jtg-box-image img {
    height: 200px!important;
}

.jtg-box-image span {
    position: relative;
    bottom: 12.5px;
    left: 0;
    padding: 2.5px 5px;
    color: #fff;
    font-size: 12px;
}

.jtg-box-excerpt {
    padding: 5px 0px;
    margin-bottom: 0px;


}
.jtg-box-excerpt p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jtg-box-excerpt {

    display: none;
    position: relative;
    margin-top: -200px;
    left: 0;
    border-top: solid 5px #008CBA;
    height: 200px;
    width: 100%;
    background: rgba(255,255,255, 0.8);
    margin-bottom: -200px;
    padding: 0px 15px;
    color: #555;
    text-align: center;
    font-size: 14px;
}

.jtg-box-status-type {

    color: inherit;
    font-weight: bold;
    padding: 5px 0px;
}

.jtg-box-status-type span {
    padding: 10px;
}



.jtg-box-title span {

}
.jtg-box-details {
    display: inline-block;
    font-weight: bold;
    width: 100%;
    text-align: right;
    font-size: 16px;
    padding: 10px;
}
.jtg-box-details span {
    margin-right: 10px;
}

.jtg-box-detail-item img {
    position: relative;
    bottom: 0px;
}
/* Tablet Sizing */

@media (min-width: 30em) {

    .jtg-box-excerpt {

        padding: 5px 0px;
        margin-bottom: -30px;
        padding-bottom: -10px;

    }

}
/*Desktop Sizing*/
@media (min-width: 48em) {


    .jtg-box-excerpt {
        padding: 5px 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }
}