
.nopadding{
	padding:0!important;
}
/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* centered columns styles */
/*https://codepen.io/makrjean22/pen/xEdKAK*/
.row-centered {
    text-align:center!important;
}
.row-centered .col-centered {
    display:inline-block!important;
    float:none!important;
    /* reset the text-align */
    text-align:left!important;
    /* inline-block space fix */
    margin-right:-4px!important;
    text-align: center!important;
}


/* Landscape tablets and medium desktops */
@media (min-width: 768px) and (max-width: 1199px) {
}




/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}
