header, nav, section, article, figure, footer, .npPan {
    margin-left: auto;
    margin-right: auto;
}

    header:before, header:after, nav:before, nav:after, section:before, section:after, article:before, article:after, figure:before, figure:after, footer:before, footer:after, .npPan:before, .npPan:after {
        content: "";
        display: table;
        line-height: 0;
    }

    header:after, nav:after, section:after, article:after, figure:after, footer:after, .npPan:after {
        clear: both;
    }

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.form-control {
    font-size: 13px;
    font-weight: 400;
}

ul {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    outline: none;
}

    a:focus, a:active:focus {
        outline: none !important;
        outline-offset: 0px;
    }

    a:hover {
        text-decoration: none;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }


button {
    transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
}

    button:focus, button:active:focus {
        outline: none !important;
        outline-offset: 0px;
    }

    button:hover {
        text-decoration: none;
        transition: color 0.3s ease-out 0s;
        -webkit-transition: color 0.3s ease-out 0s;
        -moz-transition: color 0.3s ease-out 0s;
    }

::selection {
    background: #193048;
    color: #fff;
}

::-moz-selection {
    background: #193048;
    color: #fff;
}

-webkit-selection {
    background: #193048;
    color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #b6b6b6 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
}
/**/
/**/
/***/
#move-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
}

    #move-top a {
        width: 46px;
        height: 40px;
        line-height: 40px;
        display: block;
        font: 20px/46px FontAwesome;
        background: #b0004f;
        color: white;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
        text-decoration: none;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        #move-top a:before {
            content: "\f077";
            position: absolute;
            top: -1px;
            left: 0px;
            right: 0px;
        }

        #move-top a:hover {
            background: #9ed5c0;
            color: white;
        }
/***/
.mrgT0 {
margin-top:0px !important;
}
.padB40 {
    padding-bottom:40px !important;
}
.padLR0 {
    padding-left:0px;
    padding-right:0px;
}
.btnBorder {
    padding: 12px 24px;
    margin: 0px;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: none;
    color: #b0004f;
    border-radius: 35px;
    font-weight: 500;
    border: 2px solid #b0004f;
}

    .btnBorder:hover {
        background: #b0004f;
        color: #fff;
    }
.btn {
    padding: 12px 24px;
    margin: 0px;
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius:0px;
    font-weight:600;
    background: #b0004f;
    border:2px solid transparent;
    text-transform:uppercase;
}
.btn i{
   margin-right:8px;
}

    .btn:hover {
        color:#b0004f;
        background:none;
        border: 2px solid #b0004f;
    }