@charset "utf-8";

/* CSS Document */

.scroll .bottom-header-outer {
    position: fixed;
    top: 0;
    z-index: 999999;
    overflow: visible;
    background: url(../images/pro-box-bg.jpg) 1px 110px;
    border-bottom: 1px solid #548896;
}

body.scroll .content {}

.bottom-header-inner.scrolled .logo {
    margin: 0;
    padding: 10px 0;
}

.bottom-header-inner.scrolled .logo img {
    width: 76%;
    margin: 0 auto;
    padding-bottom: 0;
}

.bottom-header-inner.scrolled .menu-outer {
    margin-top: 10px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}