@font-face {
    font-family: 'ProximaNova';
    src: url('../font/ProximaNova-Light_gdi.eot');
    src: url('../font/ProximaNova-Light_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/ProximaNova-Light_gdi.woff') format('woff'),
        url('../font/ProximaNova-Light_gdi.ttf') format('truetype'),
        url('../font/ProximaNova-Light_gdi.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../font/ProximaNova-LightIt_gdi.eot');
    src: url('../font/ProximaNova-LightIt_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/ProximaNova-LightIt_gdi.woff') format('woff'),
        url('../font/ProximaNova-LightIt_gdi.ttf') format('truetype'),
        url('../font/ProximaNova-LightIt_gdi.svg#ProximaNova-LightIt') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../font/ProximaNova-Regular_gdi.eot');
    src: url('../font/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/ProximaNova-Regular_gdi.woff') format('woff'),
        url('../font/ProximaNova-Regular_gdi.ttf') format('truetype'),
        url('../font/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../font/ProximaNova-Semibold_gdi.eot');
    src: url('../font/ProximaNova-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/ProximaNova-Semibold_gdi.woff') format('woff'),
        url('../font/ProximaNova-Semibold_gdi.ttf') format('truetype'),
        url('../font/ProximaNova-Semibold_gdi.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../font/ProximaNova-Bold_gdi.eot');
    src: url('../font/ProximaNova-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/ProximaNova-Bold_gdi.woff') format('woff'),
        url('../font/ProximaNova-Bold_gdi.ttf') format('truetype'),
        url('../font/ProximaNova-Bold_gdi.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html, body {
    height: 100%;
}
body {
    background: #FFF;
    font-family: 'ProximaNova', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
}
h1, h2, h3 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 20px;
}
h3 {
    font-size: 32px;
    line-height: 32px;
}
.error_msg {
    background: #d11900;
    color: #fff;
    padding: 0 6px;
    position: absolute;
    right: 0;
    z-index: 9999;
    font-size: 14px;
}
.dropdown-content {
    z-index: 99999;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border: 1px solid #f3f3f3;
    box-shadow: none;
    height: 23px;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #f3f3f3;
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.btn {
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
    background: #D4467C;
    text-transform: none;
}
.btn:hover {
    background: #A9325F;
}
a.btn {
    text-decoration: none;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
label {
    color: #656565;
    font-size: 17px;
}
strong {
    font-weight: bold;
}
::-webkit-input-placeholder { opacity: 1; color: #000; }
::-moz-placeholder { opacity: 1; color: #000; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; color: #000; } /* ie */
input:-moz-placeholder { opacity: 1; color: #000; }
#wrap {
    height: 100%;
    width: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto;
    position: relative;
    margin: 0 auto -76px;
}
.push,
#footer {
    height: 76px;
}
.hidden {
    opacity: 0;
}
.container {
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.fixedbg {
    background: no-repeat left top fixed;
    background-size: 100% auto;
}
.fixedbg img {
    width: 100%;
    display: block;
    min-height: 140px;
    height: auto;
    opacity: 0;
}
.section {
    margin: 0;
    padding: 0;
    position: relative;
}
#header {
    /*position: absolute;*/
    left: 0;
    width: 100%;
    z-index: 999;
}
#top {
    height: 41px;
    background: #000;
    color: #FFF;
}
#top .container,
#header .container {
    /*max-width: 100%;
    padding: 0 40px;*/
}
.navigation_container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#top a {
    color: #FFF;
}
#top a img {
    float: left;
    margin: 14px 6px 0 0;
}
#top input {
    background: url(../images/nine9-icon_search.png) no-repeat 4px center;
    display: inline-block;
    border: 1px solid #FFF;
    width: 100px!important;
    margin-top: 8px;
    margin-left: 40px;
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 12.5px;
    font-weight: 300;
    height: 25px;
}
#top ::-webkit-input-placeholder { color: #fff; }
#top ::-moz-placeholder { color: #fff; } /* firefox 19+ */
#top :-ms-input-placeholder { color: #fff; } /* ie */
#top input:-moz-placeholder { color: #fff; }
#top .left a {
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
}
#top .left a + a {
    margin-left: 30px;
}
#wrap #top .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrap #top .menu ul li {
    float: left;
    margin: 0;
    padding: 0 21px;
}
#wrap #top .menu a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0;
    font-weight: 300;
    font-size: 12.5px;
    position: relative;
}
#wrap #top .menu a:after {
    content: "";
    border-bottom: 1px solid #FFF;
    display: block;
    width: 0%;
    margin-top: -10px;
    transition: all ease-out 0.2s;
}
#wrap #top .menu li:hover a:after,
#wrap #top .menu .current-menu-item a:after {
    width: 100%;
}
#logo {
    padding-top: 8px;
    position: absolute;
    z-index: 9;
    margin-top: 40px;
}
#page_content {
    height: 100%;
}
#logo a {
    background: url(../images/nine9-logo_black.png) no-repeat;
    width: 201px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    background-size: 201px 49px;
    position: relative;
}
#navigation {
    background: url(../images/nine9-headermenubg.png) no-repeat right top;
    height: 48px;
    position: relative;
    margin-right: -40px;
    padding-right: 20px;
}
#navigation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 48px;
    background: url(../images/nine9-headermenubg2.png) repeat-x;
    display: block;
}
#wrap #navigation .menu {
    float: right;
}
#wrap #navigation .menu ul li {
    margin: 0;
    padding: 0;
}
#wrap #navigation .menu ul li a {
    line-height: 48px;
    height: 48px;
    color: #FFF;
    font-weight: 300;
    font-size: 12.5px;
    padding: 0 15px;
    transition: all ease-out 0.2s;
}
#wrap #navigation .menu ul li a:hover,
#wrap #navigation .menu ul li.current-menu-item a {
    background: rgba(0,0,0,.51);
}
@media screen and (min-width: 1050px) {
    nav {
        display: none;
    }
    #wrap .menu li:hover > ul {
        position: absolute;
        left: 0;
        z-index: 99999;
        background: #000;
        top: 40px;
    }
    #wrap #top .menu ul ul li {
        float: none;
        padding: 0;
    }
    #wrap #top .menu ul ul li a {
        line-height: 30px;
        height: 30px;
        padding: 0 20px;
    }
    #wrap #top .menu ul ul li a:hover {
        color: #FF5494;
    }
    #wrap #top .menu ul ul li a:after {
        display: none;
    }
}
@media screen and (max-width: 1050px) {
    html, body {
        overflow: initial;
    }
    body {
        background: #FFF;
    }
    .container {
        max-width: 500px;
        width: 100%;
        padding: 0 20px;
    }
    html, body, #wrap {
        height: auto;
    }
    #navigation, .navigation {
        display: none;
    }
    img {
        max-width: 100%;
        width: auto;
        height: auto;   
    }
    .row:not(.no_responsive),
    .row:not(.no_responsive) > .col,
    .table_row:not(.no_responsive),
    .table_row:not(.no_responsive) > .col {
        display: block;
        width: 100%!important;
        padding: 0;
        margin: 0!important;
        float: none!important;
    }
    .table_row .wrapper-sticky {
        display: block!important;
    }
    .row .col {
        margin: 0 0 20px!important;
    }
    nav {
        height: 0;
        margin: 0;
    }
    nav a.button-collapse {
        position: fixed;
        left: 14px;
        top: -8px;
    }
    nav a.button-collapse i {
        color: #FF5494;
    }
    #wrap #top .right,
    #navigation,
    #wrap #footer .navigation {
        display: none;
    }
    #wrap #top .left {
        float: none!important;
        text-align: right;
    }
    #top .left a + a {
        margin-left: 10px;
    }
    #wrap #top .left form input {
        display: none;
    }
    #top .left a {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    #logo {
        position: relative;
        padding-top: 18px;
        margin-top: 0;
    }
    #logo a {
        margin: 0 auto;
    }
}