@import"//fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600";
    body {
    color: rgb(254,154,46);
    font: 400 14px/24px "Titillium Web", Helvetica, Arial;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%}
a, h1, h2, h3, h4, h5, li {
    font-family: 200 38px "Titillium Web", Helvetica, Helvetica Neue, Arial;
}
a{
    color: #000000;
    text-decoration: none;
}
.logo, .main-nav h1.logo {
    background: url(images/logo.jpg) no-repeat;
    color: rgb(239,245,251);
    right: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 25px;
    width: 135px;
    height: 50px;

}
.main-nav-wrapper{
    width: 100%;
    background-color: rgb(239,245,251);
    height: 105px;
    position: fixed;
    z-index: 3;
    top: 0;
}
.main-nav {
    background-color: rgb(239,245,251);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 105px;
    position: fixed;
    top: 0;
    width: 940px;
    z-index: 10;
    margin: 0 auto;
}
.main-nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.logo, .logo:hover {
    text-decoration: none;
}
.main-nav h1{
    color: #fff;
    font: 200 32px/42px "Titillium Web", Helvetica, Arial;
    margin: 0;
    padding: 22px 0 0 0 ;
    text-transform: uppercase;
}
.main-nav li {
    display: inline-block;
    margin: 0.5em 1em 0;
}
.main-nav li:fist-child {
    padding: 0;
}

.main-nav li, .main-nav li a {
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    font: 300 16px/26px "Titillium Web", Helvetica, Arial;
    padding-bottom: 0px;
    margin-left: 0;
}

.main-nav ul li.first {
    margin-left: 0;
}
.main-nav li.selected, .main-nav li:hover {
    border-bottom: 2px solid rgb(254,154,46);
}

.mobile {
    display: none;
}
.suppress-element {
    display: none !important;
}
.express-element {
    display: block;
}
.homepage {
    overflow: hidden;
    position: absolute;
    background: rgb(239,245,251);
}
.main-nav, .slide-container, .slide-clip-container {
    backface-visibility: hidden;
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slide-container, .slide-clip-container {
    bottom: 0;
    position: absolute;
    top: 105px;
    -moz-transition: opacity .5s, -moz-transform 1s;
    -o-transition: opacity .5s, -o-transform 1s;
    -webkit-transition: opacity .5s, -webkit-transform 1s;
    transition: opacity .5s, transform 1s;
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    width: 100%}
.slide-clip-container {
    z-index: 2;
}
.slide-clip .ui, .slide .ui {
    left: 0;
    position: absolute;
}
.slide-clip .ui {
    z-index: -1;
}
.move-to-slide-0 {
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
.move-to-slide-1 {
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
}
.move-to-slide-2 {
    -moz-transform: translatey(-200%);
    -ms-transform: translatey(-200%);
    -o-transform: translatey(-200%);
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
}
.move-to-slide-3 {
    -moz-transform: translatey(-300%);
    -ms-transform: translatey(-300%);
    -o-transform: translatey(-300%);
    -webkit-transform: translatey(-300%);
    transform: translatey(-300%);
}
.move-to-slide-4 {
    -moz-transform: translatey(-400%);
    -ms-transform: translatey(-400%);
    -o-transform: translatey(-400%);
    -webkit-transform: translatey(-400%);
    transform: translatey(-400%);
}
.move-to-slide-5 {
    -moz-transform: translatey(-500%);
    -ms-transform: translatey(-500%);
    -o-transform: translatey(-500%);
    -webkit-transform: translatey(-500%);
    transform: translatey(-500%);
}
.slide0 {
    background-image: url(images/bg_serverrack.jpg);
    background-position: top;
}
.slide1 {
    background-image: url(images/bg_clouds.jpg);
    background-position: top}
.slide2 {
    background-image: url(images/bg_code.jpg);
    background-position: top}
.slide3 {
    background-image: url(images/bg_contact.jpg);
    background-position: top}

.slide-clip {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 1;
}
.slide-clip.clip-annimate {
    -moz-transition: clip 1s;
    -o-transition: clip 1s;
    -webkit-transition: clip 1s;
    transition: clip 1s;
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.slide-clip {
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.slide-clip-start {
    display: block;
}
.slide-clip>div {
    bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    /*padding: 80px;*/
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    width: 940px;
    margin: 0 auto;
    padding-top: 140px;
}
.slide-clip.show, .slide-clip.show>div {
    display: block;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slide-clip.hide-at-top, .slide-clip.hide-at-bottom>div {
    display: block;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.slide-clip.hide-at-top>div, .slide-clip.hide-at-bottom {
    display: block;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.homepage h3 {
    color: #fff;
    font-size: 20px;
    width: 465px;
}
.homepage h2, .homepage h3 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    line-height: 1.25em;
    color: rgb(254,154,46);
}

.homepage h2 {
    font-size: 90px;
    margin: 0 0 7px 0;
    width: 365px;
    line-height: 80px;
    font-weight: 200;
    text-transform: uppercase;
}

.homepage h3 {
    color: #fff;
    font-size: 20px;
    width: 455px;
    font-weight: 400;
}

h3.withspecial{
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px;
}
.translate-clip h2, .young-guru-clip h3 {
    width: 430px;
}
.light-text h2 {
    color: rgb(254,154,46);
}
.light-text h3 {
    color: #cbcbcb;
}
.light-text {
    text-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.slide-control {
    margin: 0;
    position: relative;
    right: 62px;
    top: 157px;
    z-index: 3;
}
.slide-control .slide-control-button-down, .slide-control li:hover {
    background-color: rgb(254,154,46);
}
.slide-control .slide-control-button-down {
    cursor: default;
}
.slide-control li {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(239,245,251,.9);
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 11px;
    list-style: none;
    margin-bottom: 11px;
    margin-right: 20px;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 11px;
}
.hide-clip, .hide-video-component {
    visibility: hidden;
}
.video-how-it-feels {
    height: 100%;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 4;
}
.video-control-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.fade-in, .video-how-it-feels.fade-in, .video-control-container.fade-in {
    opacity: 1;
}
.scroll-arrow {
    bottom: 75px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    padding-top: 40px;
    position: absolute;
    right: 75px;
    text-align: center;
    text-shadow: 0 1px #000, 0 0 5px #000;
    -moz-transition: left .4s, opacity .4s;
    -o-transition: left .4s, opacity .4s;
    -webkit-transition: left .4s, opacity .4s;
    transition: left .4s, opacity .4s;
    z-index: 4;
}
.back-to-top-arrow.scroll-arrow {
    bottom: 45px;
    right: 51px;
}
.scroll-down-arrow img, .back-to-top-arrow:hover img {
    animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    -moz-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    -o-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    -webkit-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    pointer-events: none;
}
.scroll-arrow img {
    position: relative;
}
.scroll-arrow p {
    margin: 5px 0 0;
}
.fade-out {
    cursor: default;
    opacity: 0;
    -moz-transition: .5s opacity ease;
    -o-transition: .5s opacity ease;
    -webkit-transition: .5s opacity ease;
    transition: .5s opacity ease;
}
.fade-out * {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.video-thumb-img {
    background: transparent no-repeat scroll center center;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 155px;
    width: 49%}
.hif-thumb-content {
    padding-top: 11px;
}
.features-video iframe {
    height: 500px;
    width: 100%}

#features {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#features li {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    list-style: none;
    margin: 0 0 57px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#features .label {
    font: 300 30px "Titillium Web", arial, sans-serif;
    text-align: center;
}
.wid-welcome h2 {
    font: 300 38px "Titillium Web", arial, sans-serif;
    position: absolute;
    text-align: center;
    top: 13%;
    width: 100%;
    z-index: 1;
}
.wid-welcome .label {
    margin-top: -30px;
}
#features li .bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 39.875%;
    position: relative;
    top: 0;
    width: 100%}

.hif-link, .how-link {
    color: #47b7e6;
}
.how-link:hover {
    color: #0089fa;
}

.how-to-get-one {
    background: #f6f6f6;
}
.fine-print {
    color: #666;
    font-size: 11px;
    font-style: italic;
}

select, input[type=text] {
    display: block;
    height: 34px;
}
select::-ms-expand {
    display: none;
}
input[type=text] {
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: Sans-Serif;
    font-size: 14px;
}

textarea{
    font-family: Sans-Serif;
    font-size: 14px;
}
select {
    -webkit-appearance: button;
    appearance: button;
    background: #fff url(https://assets.razerzone.com/eeimages/nabu_1/arrow-down-1.png) no-repeat 196px 14px;
    border: 1px solid #e5e5e5;
    color: #333;
    padding-left: 10px;
    padding-right: 36px;
}
select:active {
    outline: none;
}
select, input[type=text] {
    width: 100%}
fieldset {
    border: none;
    margin: 0 -15px;
    padding: 0;
    position: relative;
}
label{
    width: 100%;
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    height: 26px;
}
@media screen and (max-width:1220px) {
    label {
    width: 50%}
}
@media screen and (max-width:900px) {
    label {
    width: 100%}
}

.error-occurred {
    background-color: #ffbaba;
    border: 1px solid;
    color: #d8000c;
    padding: 5px;
}
.error-txt {
    margin: 5px;
}
#iihg-error {
    color: #666;
    margin: 20px 0 5px;
}
.thank-you {
    background-color: #fff;
    color: #888;
    margin: 120px auto 300px;
    max-width: 650px;
    padding: 60px 0 45px;
}
.thank-you h2, .thank-you h3, .thank-you ul {
    padding: 0 80px;
}
.thank-you h3 {
    font-weight: 100;
    font-size: 20px;
    padding-bottom: 25px !important;
}
.thank-you .iihg-thankyou-social {
    border-top: 1px solid #f4f4f4;
    margin-bottom: 12px;
    padding-top: 30px;
    padding-bottom: 0 !important;
}
.mobile-nav-control {
    height: 35px;
    right: 15px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 100%;
    top: 10px;
    width: 25px;
    white-space: nowrap;
}
.mobile-nav-control:before {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/mobile-button.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    bottom: 0;
    color: rgb(254,154,46);
    content: " ";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 4px;
    width: 100%}
.mobile-nav-control, .mobile-nav-control:before {
    display: none;
    position: absolute;
}
.mobile .slide h2 {
    max-width: 40%}
.mobile .slide h3 {
    max-width: 45%}
.mobile .slide {
    height: 605px;
    overflow: hidden;
    padding: 60px 60px 0;
    position: relative;
}
.mobile .slide h2, .mobile .slide h3 {
    width: 100%;
    color: rgb(254,154,46);
}
.mobile .slide2 h3 {
    width: 70%}
.mobile .slide h2 {
    font-size: 90px;
}
.mobile .slide h3 {
    font-size: 24px;
}
.slide .ui {
    left: 32px;
    max-width: 70%}
.slide {
    background-color: #111;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 150px 80px 20px;
    position: relative;
    width: 100%}
.footer {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    margin: 30px 0 0;
    position: relative;
    padding: 25px 45px;
}
.footer>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer>ul>li {
    display: inline-block;
    margin-right: 20px;
}
.footer li a {
    color: #aaa;
    font-size: 11px;
    text-decoration: none;
}
.footer li a:hover {
    text-decoration: underline;
}

.social {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
}
.social li {
    display: inline-block;
    height: 20px;
    left: -2px;
    padding: 2px;
    position: relative;
    top: 2px;
    width: 20px;
}
.social a {
    background: transparent no-repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    opacity: .7;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 100%}
.social a:hover {
    opacity: 1;
}



@media screen and (max-width:767px) {
    .main-nav-wrapper {
    height: 45px;
    position: fixed;
    }
    .main-nav {
        height: 45px;
        position: fixed;
        width: 100%;
    }
    .main-nav ul {
        background-color: #fff;
        border-bottom: 1px solid #e2e2e2;
        display: none;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        top: 3px;
        background: rgb(239,245,251);
    }
    .main-nav ul.show{
        display: block;
    }
    .main-nav ul.show-mobile-nav {
        display: block;
    }
    .main-nav li.selected, .main-nav li {
        border: 0;
        display: block;
        margin: 0;
        padding: 0;
        padding: 10px;
    }
    .main-nav li a, .main-nav li.selected {
        display: block;
    }
    .main-nav li.selected, .main-nav li:hover {
        border-bottom: 0;
        font-weight: bold;
    }
    .mobile-nav-control, .mobile-nav-control:before {
        display: block;
    }
    .logo {
        left: 50%;
        margin: -13px 0 0 -40px;
        position: fixed;
    }

}


@media screen and (max-width:768px) {
    body {
    padding-top: 45px;
}
.homepage {
    overflow: auto;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
.main-nav-wrapper {
    height: 45px;
    position: fixed;
}
.main-nav {
    height: 45px;
    position: fixed;
    width: 100%;
}
.main-nav ul {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: none;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;
    background: rgb(239,245,251);
}
.main-nav ul.show{
    display: block;
}
.main-nav ul.show-mobile-nav {
    display: block;
}
.main-nav li.selected, .main-nav li {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
}
.main-nav li a, .main-nav li.selected {
    display: block;
}
.main-nav li.selected, .main-nav li:hover {
    border-bottom: 0;
    font-weight: bold;
}
.mobile-nav-control, .mobile-nav-control:before {
    display: block;
}
.logo {
    left: 50%;
    margin: -13px 0 0 -40px;
    position: fixed;
}
.slide-clip {
    padding: 115px 0 0 50px;
}
.sign-up {
    padding: 20px;
    margin-bottom: -20px;
    width: auto;
}
.sign-up form, .sign-up .thank-you {
    margin: 0;
    padding: 20px;
    width: auto;
}
.thank-you h2, .thank-you h3, .thank-you ul {
    padding-left: 0;
    padding-right: 0;
}
label {
    margin-right: 0;
}
label, select, input[type=text] {
    width: 100%}
.scroll-arrow {
    display: none;
}
.mobile .slide {
    height: 605px;
    overflow: hidden;
    padding: 30px 35px 0;
    position: relative;
}
.slide .ui {
    left: 33px;
    max-width: 45%;
    border: 1px solid #fff;
    display: none;
}
.slide-container, .slide-clip-container {
    position: static;
}

#features .label {
    font-size: 23px;
    padding: 0 20px;
}
.wid-welcome h2 {
    top: 10%}
.wid-welcome h2, #features .label {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
}
.hif-video:after {
    font-size: 3em;
    margin: -60px 0 0 -20px;
}
.footer {
    margin-top: 20px;
    padding: 18px 110px 20px 20px;
}
.footer:after {
    background-position: right center;
    right: 20px;
}
.how-it-feels {
    background-color: #efefef;
}

.video-thumb-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-color: #f1f1f1;
    height: 165px;
    position: relative;
    width: auto;
}

}

/*@media screen and (max-width:700px) and (orientation:portrait) {
    .mobile .slide {
    height: 755px;
}
.mobile h2, .mobile h3 {
    max-width: 100%}
.mobile .slide.slide1 h2, .mobile .slide.slide1 h3 {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.mobile .slide.slide1 h3 {
    color: #cbcbcb;
}
.mobile .slide.slide2 h2, .mobile .slide.slide2 h3 {
    max-width: 60%}
.mobile .slide.slide4 h2, .mobile .slide.slide4 h3 {
    max-width: 80%}
.slide0 {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/nabu-how-it-works.jpg);
    background-position: right top;
}
.slide1 {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/nabu-connected.jpg);
    background-position: 10% top;
}
.slide2 {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/nabu-lifestyle-razer.jpg);
    background-position: 50% top;
}
.slide3 {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/nabu-places.jpg);
    background-position: 5% bottom;
}
.mobile .slide {
    height: 755px;
}
.mobile .slide h2, .mobile .slide h3 {
    max-width: 70%;
    color: #fff;
}
}

@media screen and (max-width:700px) and (orientation:landscape) {
    .mobile .slide1 h2 {
    color: #333;
    text-shadow: none;
}
.mobile .slide1 h3 {
    color: #999;
    text-shadow: none;
}
/*.slide3 {
    background-image: url(https://assets.razerzone.com/eeimages/nabu_1/nabu-places);
    background-position: 65% bottom;
}
}*/

@media screen and (max-width:380px) and (orientation:portrait) {
    .mobile .slide {
    height: 570px;
}
.mobile .slide h2, .mobile .slide h3 {
    max-width: 100%}

    .mobile .slide h2 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media screen and (max-height:900px) {
    .desktop .slide-clip img {height: 35%}
    .desktop .slide-clip img.vote-now {height: auto}
}
@media screen and (max-height:480px) {
    .desktop .slide-clip .ui {
    display: none;
}
}

@keyframes scroll-arrow-animation {
    from {
    bottom: 0;
}
to {
    bottom: 25px;
}
}@-webkit-keyframes scroll-arrow-animation {
    from {
    bottom: 0;
}
to {
    bottom: 25px;
}
}@-moz-keyframes scroll-arrow-animation {
    from {
    bottom: 0;
}
to {
    bottom: 25px;
}
}@-o-keyframes scroll-arrow-animation {
    from {
    bottom: 0;
}
to {
    bottom: 25px;
}
}

@-moz-document url-prefix()  {
    
  select  {
    
    -moz-appearance:  menulist-textfield;
    
    padding-top:  7px;
    
  }
}
.wborder{
    border: 1px solid white;
}
.smallertext{
    left: 0;
    top: 580px;
    color: white;
    font-size: 16px;
}
.mgextra{
    /*margin-top:300px;*/
    margin-bottom: 0;
    margin-top: 0;
}
.mediumtext{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.mediumtext p{
    margin: 0;
}

.mediumtext a{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font: 14px "Titillium Web";
    font-weight: 400;
    line-height: 1em;
    display: block;
    border-left: 2px solid rgb(254,154,46);
    padding-left: 5px;
    margin-top: 20px;

}

.mediumtext a:hover{
    color: rgb(254,154,46);
}
i.right-arrow{
    height: 6px;
    width: 6px;
    background: url(images/right-arrow.png) no-repeat;
    display: block;
}
.connected-clip{
    width: 250px;
    background: url(https://assets.razerzone.com/eeimages/nabu_1/transparent-bg.png) ;
    padding: 20px;
}
.subnow{
    width: 940px;
    height: 52px;
    background: url(https://assets.razerzone.com/eeimages/nabu_1/transparent-bg-form-1.png);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 18px;
}

.subnow span{
    font-size: 20px;
    font-weight:300;
    color: white; 
    padding-right: 20px;
}

.subnow input[type="text"]{
    background: #707070;
    border: 0;
    color: #fff;
    display: inline-block;
    width: 327px;
    font-family: Sans-Serif;
    font-size: 14px;
}
.subnow input[type="submit"]{
    background: #00ff00;
    border: 0;
    margin-left: 20px;
    height: 34px;
    font: 600 14px/24px "Titillium Web";
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
}

.subnow input[type="submit"]:hover{
    background: #1ac91a;
}

.connected-clip i{
    margin-right: 38px;
    margin-top: 4px;
    float: right;
}
.lifestyle-clip i{
    margin-right: 72px;
    margin-top: 4px;
    float: right;
}
.places-clip i{
    margin-right: 34px;
    margin-top: 4px;
    float: right;
}
.nofix{
    position: absolute;
}
img.scale-with-grid{
    max-width: 940px;
    width: 100%;
}
img.scale-with-grid-extended{
    width: 100%;
    margin-bottom: -7px;
}
@media screen and (max-width:940px) {
    .main-nav {width: auto}
    .subnow {width: 100%}
}

@media screen and (max-width:768px) {
    .main-nav {width: 100%}
    .logo{display: none;}
    .main-nav h1{color: #fff;
        font-size:20px; 
        margin: 0;
        padding: 0;
        width: 116px;
        margin: 0 auto;
    }
    .mgextra{
        background: url('https://assets.razerzone.com/eeimages/nabu_1/play-nabu.png') no-repeat;
        height: 32px;
        padding-left: 40px;
        line-height: 29px;
    }
    .show{
        display: block;
    }
    .homepage-full{
        display: none;
    }
    .mobile-text{
        position: absolute;
        bottom: 0;
    }
    .smallertext{
        font-size: 16px;
    } 
    .mgextra{
        /*margin-top: 180px;*/
        padding-bottom: 30px;
    }
    .mediumtext{
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 959px) and (min-width: 768px){
    .main-nav{
        width: 768px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.seven.columns.right, .fifteen.columns.right{
    float: right;
}

/*@media only screen and (max-width: 767px) and (min-width: 480px){
    .main-nav{
        width: 768px;
        padding-left: 10px;
        padding-right: 10px;
    }
}*/

a.join-now:hover{
    background: #1ac91a;
}

.sixteen.columns.thanks{
    display: none;
    text-align: center;
    font-size: 14px;
    color: white;
}

iframe[name="google_conversion_frame"]{
    display: none;
}
.footer-list li{
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #888888;
    padding-top: 0;
    line-height: 14px;
    color: #888;
}
.footer-list li a{
    color: #888;
}

.footer-list li:first-child{
    padding-left: 0;
}

.footer-list li:nth-child(5){
    border: 0;
}

.footer-container{
    padding-top: 50px;
    padding-bottom: 0px; 
    color: #888;  
}
.footer-list{
    margin: 0;
    padding: 0;
}
.copyrights{
    margin-bottom: 10px;
    margin-top: 0;
    color: #888;
}
.disclaimers{
    font-size: 10px;
    font-weight: 400;
    margin-top: 0;
    line-height: 12px;
    color: #888;
}
.social-icons,.social-icons-text{
    float: right;
}
.social-icons-text{
    margin-right: 10px;
}
.social-icons-text-init{
    display: none;
}

@media screen and (max-width:767px) {
    .social-icons-text-init{
        display: block;
        margin-right: 10px;
    }
    .social-icons,.social-icons-text,.social-icons-text-init{
        float: left;
    }
    .social-icons-text{
        display: none;
    }
}