


.m-t-00 { margin-top: 0em !important; }
.m-t-05 { margin-top: 0.5em !important; }
.m-t-10 { margin-top: 1.0em !important; }
.m-t-15 { margin-top: 1.5em !important; }
.m-t-20 { margin-top: 2.0em !important; }
.m-t-25 { margin-top: 2.5em !important; }
.m-t-30 { margin-top: 3.0em !important; }
.m-t-40 { margin-top: 4.0em !important; }

.m-b-05 { margin-bottom: 0.5em !important; }
.m-b-10 { margin-bottom: 1.0em !important; }
.m-b-15 { margin-bottom: 1.5em !important; }
.m-b-20 { margin-bottom: 2.0em !important; }
.m-b-25 { margin-bottom: 2.5em !important; }
.m-b-30 { margin-bottom: 3.0em !important; }
.m-b-40 { margin-bottom: 4.0em !important; }

.m-l-05 { margin-left: 0.5em !important; }
.m-l-10 { margin-left: 1.0em !important; }
.m-l-15 { margin-left: 1.5em !important; }
.m-l-20 { margin-left: 2.0em !important; }
.m-l-25 { margin-left: 2.5em !important; }
.m-l-30 { margin-left: 3.0em !important; }

.m-r-05 { margin-right: 0.5em !important; }
.m-r-10 { margin-right: 1.0em !important; }
.m-r-15 { margin-right: 1.5em !important; }
.m-r-20 { margin-right: 2.0em !important; }
.m-r-25 { margin-right: 2.5em !important; }
.m-r-30 { margin-right: 3.0em !important; }


.p-b-00 { padding-bottom: 0em !important; }
.p-t-05 { padding-top: 0.5em !important; }
.p-t-10 { padding-top: 1.0em !important; }
.p-t-15 { padding-top: 1.5em !important; }
.p-t-20 { padding-top: 2.0em !important; }
.p-t-25 { padding-top: 2.5em !important; }
.p-t-30 { padding-top: 3.0em !important; }

.p-b-05 { padding-bottom: 0.5em !important; }
.p-b-10 { padding-bottom: 1.0em !important; }
.p-b-15 { padding-bottom: 1.5em !important; }
.p-b-20 { padding-bottom: 2.0em !important; }
.p-b-25 { padding-bottom: 2.5em !important; }
.p-b-30 { padding-bottom: 3.0em !important; }





.comming {
    text-align: center;
    font-size: 1.2em;
    /*margin-top: 100px;*/
    padding-top: 50px;
    width: 100%;
    height: 400px;
    background: #fff url(./img/slogo.png) center center no-repeat;
    /*border: 1px solid #000;*/
}

.noScript
{
    position     : absolute;
    z-index      : 999;
    top          : 0;
    left         : 0;
    
    width        : 100%;
    height       : 75px;
    
    text-align   : center;
    
    border-bottom: 2px solid #868686;
    background   : #faf685;
}

.vertical-align {
    display: flex;
    align-items: center;
}

