/* Homepage (was inline in views/default/index.php) */

.custom_size_img {
    width: 20%;
}

.custom_color {
    color: #000;
}

.custom_font_size {
    font-size: 24px;
}

.animate1,
.animate2,
.animate3 {
    font-size: 24px;
    font-weight: bold;
}

.cut-text {
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.cut-text-multi {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-article {
    height: 133px !important;
}

#initFacncybox {
    display: none;
}
