
/* helpers ----------------------------------------------------------------------------------------------------*/
.o-h {overflow:hidden}
.d-n {display:none !important}
.w-20px {width:20px !important;}
.w-30px {width:30px !important;}
.w-40px {width:40px !important;}
.w-50px {width:50px !important;}
.w-100px {width:100px !important;}
.w-120px {width:120px !important;}
.w-150px {width:150px !important;}
.w-200px {width:200px !important;}
.w-250px {width:250px !important;}
.w-300px {width:300px !important;}
.w-320px {width:320px !important;}
.w-350px {width:350px !important;}
.w-400px {width:400px !important;}
.w-600px {width:600px !important;}
.w-25pr {width:25% !important;}
.w-33pr {width:33% !important;}
.w-50pr {width:50% !important;}
.w-66pr {width:66% !important;}
.w-75pr {width:75% !important;}
.w-100pr {width:99.5% !important;}
.w-auto {width:auto !important;}
.mt-0 {margin-top:0}
.mt-sm {margin-top:15px}
.mt-lg {margin-top:30px}
.mb-0 {margin-bottom:0}
.mb-sm {margin-bottom:15px}
.mb-lg {margin-bottom:30px}
.ml-0 {margin-left:0}
.ml-sm {margin-left:15px}
.ml-lg {margin-left:30px}
.mr-0 {margin-right:0}
.mr-sm {margin-right:15px}
.mr-lg {margin-right:20px}
.m-sm {margin:15px}
.m-lg {margin:30px}
.p-sm {padding:15px}
.p-lg {padding:30px}
.fl-l {float:left;}
.fl-r {float:right;}
.fl-c {float:none; margin-left: auto; margin-right:auto}
.ta-l {text-align:left}
.ta-r {text-align:right}
