/*body{*/
/*    background: url("../images/background3.jpg");*/
/*    background-size: cover;*/

/*}*/

.m-padded-mini{
    padding: 0.2em !important;
}
.m-padded{
    padding: 1em !important;
}
.m-padded-tb-mimi{
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
}

.m-padded-tb-tiny{
    padding-top : 0.3em !important;
    padding-bottom: 0.3em !important;
}
.m-padded-tb-small{
    padding-top : 0.5em !important;
    padding-bottom: 0.5em !important;
}

.m-padded-tb{
    padding-top : 1em !important;
    padding-bottom: 1em !important;
}
.m-padded-tb-large{
    padding-top : 2em !important;
    padding-bottom: 2em !important;
}
.m-padded-tb-big{
    padding-top : 3em !important;
    padding-bottom: 3em !important;
}
.m-padded-tb-huge{
    padding-top : 4em !important;
    padding-bottom: 4em !important;
}
.m-padded-tb-massive{
    padding-top : 5em !important;
    padding-bottom: 5em !important;
}

.m-padded-lr{
    padding-left: 4em !important;
    padding-right: 4em !important;
}
.m-padded-lr-responsive{
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.m-padded-lr-big{
    padding-left: 32em !important;
    padding-right: 32em !important;
}

@media screen and (max-width: 768px){

.m-padded-lr-big{
    padding-left: 1em !important;
    padding-right: 1em !important;
}

}

.m-padded-tb-massive{
    padding-top : 5em !important;
    padding-bottom: 5em !important;
}
/*margin*/
.m-margin-top-small {
    margin-top: 0.5em !important;
}
.m-margin-top-small {
    margin-top: 1em !important;
}
.m-margin-top-larger {
    margin-top: 2em !important;
}
.m-margin-tb-tiny{
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
}
.m-margin-bottom-mini{
    margin-bottom: 0.2em !important;

}
.m-margin-bottom-small{
    margin-bottom: 0.5em !important;

}


/*display*/
.m-inline-block{
    display: inline-block; !important;
}

.imgStyle{
    height: 120px;
    width: 200px;

}
/*possition*/
.m-right-top{
    position: absolute;
    top :0;
    right: 0;
}
.m-mobile-show{
    display: none !important;
}

.m-fixed{
    position : fixed !important;
    z-index: 10;
}
.m-right-bottom{
    bottom:0!important;
    right: 0 !important;
}


@media screen and (max-width: 768px){
    .m-mobile-hide{
        display:none !important;
    }
    .m-mobile-show{
        display: block !important;
    }
    .m-padded-lr-responsive{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .m-mobile-wide{
        width: 100% !important;
    }
    .m-mobile-clear{
        padding-left: 0!important;
        padding-right: 0!important;
    }

}

/*text*/
.m-text{
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8;
}

.m-text-thin{
    font-weight: 300 !important;
}
.m-text-spaced{
    letter-spacing: 1px !important;
}
.m-text-lined{
    line-height: 1.8;
}



/*container*/
.m-container{
     max-width :60em !important;
     margin: auto !important;
 }
.m-container-small{
    max-width :72em !important;
    margin: auto !important;
}
/*color*/
.m-black{
    color: #333 !important;
}
.m-teal{
    color: #00b5ad !important;
}