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: 30px;
        line-height:30px;
        display: block;
        font: 20px/46px FontAwesome;
        background: #e91f63;
        color: white;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
        text-decoration:none;
    }

        #move-top a:before {
            content: "\f077";
            position:absolute;
            top:-8px;
            left:0px;
            right:0px;
        }

        #move-top a:hover {
            background: #f82c71;
            color: white;
        }
        /**/
.npBg-White {
    background:#fff;
}
.npBg-Gray {
    background:#f6f6f6;
}