/* */
/* MARGIN SYSTEM */
/* */
.mar-T0{margin-top: 0px!important;}
.mar-B0{margin-bottom: 0px!important;}
.mar-T0B0 {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

.mar-T05 { margin-top: 0.5rem!important; }
.mar-T100 { margin-top: 1rem!important; }
.mar-T150 { margin-top: 1.5rem!important; }
.mar-T175 { margin-top: 1.75rem!important; }
.mar-T200 { margin-top: 2rem!important; }
.mar-T300 { margin-top: 3rem!important; }
.mar-T350 { margin-top: 3.5rem!important; }

.mar-B05 { margin-bottom: 0.5rem!important; }
.mar-B100 { margin-bottom: 1rem!important; }
.mar-B150 { margin-bottom: 1.5rem!important; }
.mar-B175 { margin-bottom: 1.75rem!important; }
.mar-B200 { margin-top: 2rem!important; }
.mar-B300 { margin-bottom: 3rem!important; }
.mar-B350 { margin-bottom: 3.5rem!important; }

.text-pccenter-mleft{text-align: center!important;}

@media (max-width: 767px) {

.mobile-mar-B03 { margin-bottom: 0.3rem!important; }
.text-pccenter-mleft{text-align: left!important;}
}

@media (max-width: 767px) {
.col-sms-1,
.col-sms-2,
.col-sms-3,
.col-sms-4,
.col-sms-5,
.col-sms-6,
.col-sms-7,
.col-sms-8,
.col-sms-9,
.col-sms-10,
.col-sms-11,
.col-sms-12 { float: left; }
.col-sms-12 { width: 100%; }
.col-sms-11 { width: 91.66666666666666%; }
.col-sms-10 { width: 83.33333333333334%; }
.col-sms-9 { width: 75%; }
.col-sms-8 { width: 66.66666666666666%; }
.col-sms-7 { width: 58.333333333333336%; }
.col-sms-6 { width: 50%; }
.col-sms-5 { width: 41.66666666666667%; }
.col-sms-4 { width: 33.33333333333333%; }
.col-sms-3 { width: 25%; }
.col-sms-2 { width: 16.666666666666664%; }
.col-sms-1 { width: 8.333333333333332%; }
.col-sms-pull-12 { right: 100%; }
.col-sms-pull-11 { right: 91.66666666666666%; }
.col-sms-pull-10 { right: 83.33333333333334%; }
.col-sms-pull-9 { right: 75%; }
.col-sms-pull-8 { right: 66.66666666666666%; }
.col-sms-pull-7 { right: 58.333333333333336%; }
.col-sms-pull-6 { right: 50%; }
.col-sms-pull-5 { right: 41.66666666666667%; }
.col-sms-pull-4 { right: 33.33333333333333%; }
.col-sms-pull-3 { right: 25%; }
.col-sms-pull-2 { right: 16.666666666666664%; }
.col-sms-pull-1 { right: 8.333333333333332%; }
.col-sms-pull-0 { right: 0; }
.col-sms-push-12 { left: 100%; }
.col-sms-push-11 { left: 91.66666666666666%; }
.col-sms-push-10 { left: 83.33333333333334%; }
.col-sms-push-9 { left: 75%; }
.col-sms-push-8 { left: 66.66666666666666%; }
.col-sms-push-7 { left: 58.333333333333336%; }
.col-sms-push-6 { left: 50%; }
.col-sms-push-5 { left: 41.66666666666667%; }
.col-sms-push-4 { left: 33.33333333333333%; }
.col-sms-push-3 { left: 25%; }
.col-sms-push-2 { left: 16.666666666666664%; }
.col-sms-push-1 { left: 8.333333333333332%; }
.col-sms-push-0 { left: 0; }
.col-sms-offset-12 { margin-left: 100%; }
.col-sms-offset-11 { margin-left: 91.66666666666666%; }
.col-sms-offset-10 { margin-left: 83.33333333333334%; }
.col-sms-offset-9 { margin-left: 75%; }
.col-sms-offset-8 { margin-left: 66.66666666666666%; }
.col-sms-offset-7 { margin-left: 58.333333333333336%; }
.col-sms-offset-6 { margin-left: 50%; }
.col-sms-offset-5 { margin-left: 41.66666666666667%; }
.col-sms-offset-4 { margin-left: 33.33333333333333%; }
.col-sms-offset-3 { margin-left: 25%; }
.col-sms-offset-2 { margin-left: 16.666666666666664%; }
.col-sms-offset-1 { margin-left: 8.333333333333332%; }
.col-sms-offset-0 { margin-left: 0; }
}
/* */
/* GUTTER SYSTEM */
/* */
.gutter-0 {
margin-left: 0px;
margin-right: 0px;
}
.gutter-0 > [class*='col-'] {
padding-left: 0px;
padding-right: 0px;
}
.gutter-2 {
margin-left: -1px;
margin-right: -1px;
}
.gutter-2 > [class*='col-'] {
padding-left: 1px;
padding-right: 1px;
}
.gutter-4 {
margin-left: -2px;
margin-right: -2px;
}
.gutter-4 > [class*='col-'] {
padding-left: 2px;
padding-right: 2px;
}
.gutter-20 {
margin-left: -10px;
margin-right: -10px;
}
.gutter-20 > [class*='col-'] {
padding-left: 10px;
padding-right: 10px;
}
.gutter-10 {
margin-left: -5px;
margin-right: -5px;
}
.gutter-10 > [class*='col-'] {
padding-left: 5px;
padding-right: 5px;
}

.gutter-40 {
margin-left: -20px;
margin-right: -20px;
}
.gutter-40 > [class*='col-'] {
padding-left: 20px;
padding-right: 20px;
}
