/***
  Version: 1.0
*/
.no-padding {
    padding: 0;
}

.padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.width-100 {
    width: 100%;
}
.margin-auto {
	margin: auto;
}

img.responsive {
    max-width: 100%;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
    font-weight: normal;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.no-repeat {
    background-repeat: no-repeat;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.line-through {
    text-decoration: line-through;
}

.over-line {
    text-decoration: overline;
}

.under-line {
    text-decoration: underline;
}

.no-list-style {
    list-style: none;
}

.transition {
    transition: all 0.2s;
}

.pointer {
    cursor: pointer;
}
