@charset "utf-8";
/* CSS Document */

#rwd-content .rwd-box-background-image-with-grid>.background-image>.title {
    color: #fff !important;
	text-shadow: -1px 0px 14px #000;
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb50 { margin-bottom: 50px !important; }

.mhauto{
    min-height: 0px;
}

@media screen and (max-width: 767px) {
    #rwd-content .rwd-box-background-image-with-grid>.rwd-list-grid .box-item>.text {
        font-size: 15px;
        color: #000;
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}