/*Marcello*/

.required:after {
    content: "*";
    color: #e74c3c;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-15 {
    font-size: 15px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-b-5 {
    margin-bottom: 10px;
}

.like-button {
    cursor: pointer;
}

.itemDash {
    color: white;
}

.itemDashTitle {
    padding-top: 10px;
    font-size: 40px;
    font-weight: bold;
}

.itemDashContent {
    padding-bottom: 15px;
}

.customBox {
    padding: 0 5px 10px 5px;
}

.box .inner {
    background-color: #fff;
}

.text-main-green {
    color: #418a92;
}

.main-green {
    background: #418a92;
}

.main-blue {
    background: #2980b9;
}
