/* ***** MARGIN CLASSES ***** */

/* Top and bottom */
.full-margins {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margins-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.half-margins {
    margin-top: 15px;
    margin-bottom: 15px;
}

.no-margins {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Top */
.mtop-50 {
    margin-top: 50px;
}

.mtop {
    margin-top: 30px;
}

.mtop-20 {
    margin-top: 20px;
}

.half-mtop {
    margin-top: 15px !important;
}

.mtop-10 {
    margin-top: 10px;
}

.mini-mtop {
    margin-top: 5px;
}

.no-mtop {
    margin-top: 0px !important;
}

/* Left */

.large-mleft {
    margin-left: 60px;
}

.mleft {
    margin-left: 30px;
}

.half-mleft {
    margin-left: 15px !important;
}

.mini-mleft {
    margin-left: 5px !important;
}

/* Right */

.mini-mright {
    margin-right: 5px !important;
}

.half-mright {
    margin-right: 15px !important;
}

/* Bottom */

.mbottom {
    margin-bottom: 30px;
}

.mbottom-20 {
    margin-bottom: 20px;
}

.half-mbottom {
    margin-bottom: 15px !important;
}

.mbottom-10 {
    margin-bottom: 10px;
}

.mini-mbottom {
    margin-bottom: 5px;
}

.no-mbottom {
    margin-bottom: 0px;
}
