/*Large Spaces*/
.top-space-md-20, .top-space-md-40, .top-space-md-60, .top-space-md-80, .top-space-sm-20, .top-space-sm-40, .top-space-sm-60, .top-space-sm-80, .top-space-xs-20, .top-space-xs-40, .top-space-xs-60, .top-space-xs-80  {
    margin-top: 0;
    margin-bottom: 0
}
.top-space-lg-20 {
    margin-top: 20px;
}
.top-space-lg-40 {
    margin-top: 40px;
}
.top-space-lg-60 {
    margin-top: 60px;
}
.top-space-lg-80 {
    margin-top: 80px;
}
.bottom-space-lg-20 {
    margin-bottom: 20px;
}
.bottom-space-lg-40 {
    margin-bottom: 40px;
}
.bottom-space-lg-60 {
    margin-bottom: 60px;
}
.bottom-space-lg-80 {
    margin-bottom: 80px;
}
/*Medium Spaces*/
@media screen and (max-width: 1599px) {
    .top-space-lg-20, .top-space-lg-40, .top-space-lg-60, .top-space-lg-80, .top-space-sm-20, .top-space-sm-40, .top-space-sm-60, .top-space-sm-80, .top-space-xs-20, .top-space-xs-40, .top-space-xs-60, .top-space-xs-80  {
        margin-top: 0;
        margin-bottom: 0
    }
    .top-space-md-20 {
        margin-top: 20px;
    }
    .top-space-md-40 {
        margin-top: 40px;
    }
    .top-space-md-60 {
        margin-top: 60px;
    }
    .top-space-md-80 {
        margin-top: 80px;
    }
    .bottom-space-md-20 {
        margin-bottom: 20px;
    }
    .bottom-space-md-40 {
        margin-bottom: 40px;
    }
    .bottom-space-md-60 {
        margin-bottom: 60px;
    }
    .bottom-space-md-80 {
        margin-bottom: 80px;
    }
}

/*Small Spaces*/
@media screen and (max-width: 1259px) {
    .top-space-lg-20, .top-space-lg-40, .top-space-lg-60, .top-space-lg-80, .top-space-md-20, .top-space-md-40, .top-space-md-60, .top-space-md-80, .top-space-xs-20, .top-space-xs-40, .top-space-xs-60, .top-space-xs-80  {
        margin-top: 0;
        margin-bottom: 0
    }
    .top-space-sm-20 {
        margin-top: 20px;
    }
    .top-space-sm-40 {
        margin-top: 40px;
    }
    .top-space-sm-60 {
        margin-top: 60px;
    }
    .top-space-sm-80 {
        margin-top: 80px;
    }
    .bottom-space-sm-20 {
        margin-bottom: 20px;
    }
    .bottom-space-sm-40 {
        margin-bottom: 40px;
    }
    .bottom-space-sm-60 {
        margin-bottom: 60px;
    }
    .bottom-space-sm-80 {
        margin-bottom: 80px;
    }
}

/*X-Small Spaces*/
@media screen and (max-width: 767px) {
    .top-space-lg-20, .top-space-lg-40, .top-space-lg-60, .top-space-lg-80, .top-space-md-20, .top-space-md-40, .top-space-md-60, .top-space-md-80, .top-space-sm-20, .top-space-sm-40, .top-space-sm-60, .top-space-sm-80  {
        margin-top: 0;
        margin-bottom: 0
    }
    .top-space-xs-20 {
        margin-top: 20px;
    }
    .top-space-xs-40 {
        margin-top: 40px;
    }
    .top-space-xs-60 {
        margin-top: 60px;
    }
    .top-space-xs-80 {
        margin-top: 80px;
    }
    .bottom-space-xs-20 {
        margin-bottom: 20px;
    }
    .bottom-space-xs-40 {
        margin-bottom: 40px;
    }
    .bottom-space-xs-60 {
        margin-bottom: 60px;
    }
    .bottom-space-xs-80 {
        margin-bottom: 80px;
    }
}

/*Common Spaces*/
.top-space-20 {
    margin-top: 20px;
}
.top-space-40 {
    margin-top: 40px;
}
.top-space-60 {
    margin-top: 60px;
}
.top-space-80 {
    margin-top: 80px;
}
.bottom-space-20 {
    margin-bottom: 20px;
}
.bottom-space-40 {
    margin-bottom: 40px;
}
.bottom-space-60 {
    margin-bottom: 60px;
}
.bottom-space-80 {
    margin-bottom: 80px;
}