* {outline-width: 0;}
@font-face {
    font-family: 'OPPO Sans';
    src: url('https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/fonts/OPPOSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OPPO Sans Light';
    src: url('https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/fonts/OPPOSans-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'OPPO Sans Ultra';
    src: url('https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/fonts/OPPOSans-Ultra.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#pagecontent {
    padding: 60px 0 0 0;
    font-family: 'OPPO Sans';
    font-size: 13px;
    line-height: 24px;
    color: #fff !important;
    background-color: #1d1e22;
}
.wrapper {
    max-width: 1400px;
    padding: 0 25px;
    margin: 0 auto;
}
.clearfix {
    float: none;
    clear: both;
}
h1, h2 {
    margin: 0 0 40px -5px;
    font-family: 'OPPO Sans Light';
    font-size: 70px;
    line-height: 82px;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    background-image: url(https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/FallingSnow.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
}
@-moz-document url-prefix() {
    h1, h2 {
        background-image: none;
        color: #47a4df;
        background-clip: none;
    }
}
h1 strong, h2 strong {
    font-family: 'Oppo Sans Ultra';
}
h3 {
    margin: 30px 0 10px 0;
    font-family: 'OPPO Sans Light';
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #48a4df;
    letter-spacing: -0.05em;
}
h4 {
    margin: 0 0 10px 0;
    font-family: 'OPPO Sans Ultra';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.textlink {
    color: #48a4df;
    text-decoration: none;
}
b, strong {
    font-family: "OPPO Sans Ultra";
}

#movie {
    margin: 0 auto 120px auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.left {
    width: 48.5%;
    float: left;
}
.right {
    width: 48.5%;
    float: right;
}
.left img, .right img {
    max-width: 100%;
    height: auto;
}
.centerbox {
    text-align: center;
}
.logo {
    width: 237px;
    height: 70px;
    margin: 20px auto 0 auto;
}
#intro {
    margin-bottom: 170px;
}
.opposlider {
    position: relative;
}
#slider {
    position: relative;
}
.sliderwrapper {
    position: relative;
}
.slider {
    opacity: 0;
    width: 100%;
    margin: 0 0 140px 0;
}
.infobox {
    display: none;
    min-width: 480px;
    /*height: 180px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 50px 30px 30px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1500;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/Map.svg");
    background-repeat: no-repeat;
    background-position: 85% 70%;
    background-size: 30%;
}
.location {
    margin: 0 0 20px 0;
    font-size: 27px;
    line-height: 30px;
    color: #70beef;
    font-family: "OPPO Sans Ultra";
}
.rsABlock {
    bottom: 0;
    position: relative;
}
.close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 2500;
    cursor: pointer;
}
.close:hover {
    background-position: bottom;
}
.infobutton {
    opacity: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 30px;
    bottom: 5px;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/infobutton.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 1600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sliderwrapper:hover .infobutton {
    opacity: 0.6;
}
.infobutton:hover {
    opacity: 1 !important;
}
.blackback {
    position: relative;
    width: 100%;
    max-height: 950px;
    padding: 70px 0 90px 0;
    margin: 0 0 120px 0;
    background-color: #000;
    overflow: hidden;
}
.productcontent {
    max-width: 50%;
    float: left;
}
.prodimage {
    max-width: 45%;
    height: auto;
    margin: 10% 0 0 5%;
    float: right;
}
.prodbox {
    max-width: 480px;
    margin: 0 0 50px 0;
}
.prodtext {
    font-size: 13px;
    line-height: 20px;
    color: #9d9d9d;
}
.prodfeatures {
    margin: 0 0 50px 0;
    font-family: "OPPO Sans Ultra";
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}
.cta {
    display: inline-block;
    padding: 15px 30px 12px 30px;
    margin: 12px 0 0 0;
    font-family: "OPPO Sans Light";
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid #48a4df;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.cta:hover {
    background-color: #fff;
    color: #000;
}
#bts {
    padding-bottom: 120px;
    overflow: hidden;
}
#teaserbox {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#teaserbox::-webkit-scrollbar { 
    display: none;
}
#teaserbox1 {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#teaserbox1::-webkit-scrollbar { 
    display: none;
}
.teaserwrapper {
    height: 190px;
    width: 1770px;
    overflow-y: hidden;
    overflow-x: auto;
}
.teaser {
	width: 234px;
    margin: 0 18px 30px 0;
    text-decoration: none;
    float: left;
}
.teaser iframe {
    width: 234px;
    height: 131px;
    margin: 0 0 2px 0;
}
.teaserhead {
	max-width: 100%;
    font-family: "OPPO Sans Ultra";
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.prodbox .teaserhead {
    color: #555;
}
.teaserscroll {
	margin: 8px 0 0 0;
    display: block;
    text-align: right;
}
#teaserleft {
    display: inline-block;
    width: 12px;
    height: 16px;
    margin: 0 30px 0 0;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/ArrowLeft.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    cursor: pointer;
}
#teaserright {
    display: inline-block;
    width: 12px;
    height: 16px;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/img/ArrowRight.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    cursor: pointer;
}
#teaserleft:hover, #teaserright:hover {
    background-position: bottom;
}
#skovranova {
    margin-bottom: 120px;
    overflow: hidden;
}
.quotebox {
    width: 100%;
    margin: 0 0 140px 0;
    background-image: url("https://www.oppo.com/content/dam/oppo/common/mkt/other/campaign/slider/image09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.quotelighter {
    padding: 230px 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
}
.quotetext {
    margin: 0 0 15px 0;
    font-family: "OPPO Sans";
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    color: #000;
}
.quoteauthor {
    font-family: "OPPO Sans Ultra";
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3d8dc1;
}
#team {
    padding-bottom: 100px;
    overflow: hidden;
}
.teamimage {
    width: 230px;
    height: 282px;
    margin: 0 20px 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
}
.teamperson {
    height: 282px;
    line-height: 282px;
    margin: 3px 0 37px 0;
    float: left;
}
.teamperson span {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}
.teamname {
    margin: 0 0 10px 0;
    color: #48a4df;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}
.teamdesc {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1157px) {
    .productcontent {
        max-width: 50%;
        margin: 0;
    }
    .prodbox {
        max-width: 100%;
        margin: 0 40px 50px 0;
        float: none;
        clear: both;
    }
    .prodtext {
        font-size: 13px;
        line-height: 20px;
        color: #9d9d9d;
    }
}
@media (max-width: 960px) {
    h1, h2 {
        font-size: 7vw;
        margin: 0 0 40px -3px;
    }
    .left, .right {
        width: 100%;
        float: none;
        clear: both;
    }
    .left {
        margin: 0 0 40px 0;
    }
    .logo {
        margin: 10px auto 0 auto;
    }
    .teaserscroll {
        display: none;
    }
}

@media (max-width: 750px) {
	.blackback {
		max-height: 1200px;
    }
}

@media (max-width: 640px) {
    h1, h2 {
        margin: 0 0 0 -3px;
    }
    h3 {
        margin: 30px 0 0 0;
        font-size: 15px;
        line-height: 18px;
    }
    .pagecontent {
        padding: 40px 0 0 0;
    }
    #movie {
        padding: 0;
        margin: 0 auto 40px auto;
    }
    .logo {
        width: 250px;
        height: 37px;
        margin: 10px auto 0 auto;
    }
    #intro {
        margin-bottom: 80px;
    }
    .slider {
        margin: 0 0 60px 0;
    }
    .sliderwrapper {
        width: 100%;
        padding: 0;
    }
    .infobutton {
        left: 5px;
    }
    .infobox {
        min-width: 250px;
        width: 80%;
        height: 140px;
        padding: 15px 3% 15px 2%;
        background-position: 85% 70%;
        background-size: 40%;
    }
    .location {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 18px;
    }
    .camdata {
		padding: 0 0 20px 0;
        font-size: 12px;
        line-height: 17px;
    }
    .close {
        right: 10px;
    }
    .blackback {
        padding: 40px 0 50px 0;
        margin: 0 0 80px 0;
		max-height: 1100px;
        background-size: 80%;
        background-position: center 840px;
    }
    .productcontent {
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .prodimage {
        max-width: 100%;
        height: auto;
        margin: 0;
        float: none;
    }
    .prodbox {
        max-width: 100%;
        margin: 0 0 50px 0;
        float: none;
        clear: both;
    }
    .prodtext {
        font-size: 13px;
        line-height: 20px;
        color: #9d9d9d;
    }
    .prodfeatures {
        margin: 0 0 50px 0;
        font-size: 14px;
        line-height: 36px;
    }
    .cta {
        padding: 15px 20px 12px 20px;
        margin: 0 0 50px 0;
        font-size: 15px;
        line-height: 18px;
    }
    #bts {
        padding-bottom: 40px;
    }
    #skovranova {
        margin-bottom: 60px;
    }
    .quotebox {
        margin: 0 0 40px 0;
        background-attachment: initial;
    }
    .quotelighter {
        padding: 70px 0;
    }
    .quotetext {
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 28px;
    }
    .quoteauthor {
        font-size: 14px;
        line-height: 18px;
    }
    #team {
        padding: 0 25px 40px 25px;
    }
    .teamimage {
        width: 45%;
        height: 170px;
        margin: 0 0 20px 0;
    }
    .teamperson {
        width: 51%;
        height: 170px;
        line-height: 170px;
        margin: 0 0 20px 0;
        float: right;
    }
    .teamname {
        margin: 0 0 7px 0;
        font-size: 17px;
        line-height: 20px;
    }
    .teamdesc {
        font-size: 14px;
        line-height: 18px;
    }
    .teamtext {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
        .pagecontent {
            font-size: 9px;
            line-height: 18px;
        }
    }