@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/*-overwrite-*/
.width-line-gray {
    background: none;
}
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 0;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}




/*-webcam-*/

#hd .webcam-section{
    position: relative;
}
#hd .webcam-text{
}
#hd .webcam-text .webcam-title{
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
}
#rog_black_style #product_content_area h2 { /*overwrite*/
    color: #fff;
}
#hd .webcam-text .webcam-p{
    font-size: 1.2em;
    font-weight: 300;
}
#hd .webcam-image img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 1600px) {    
#hd .webcam-text .webcam-title{
    font-size: 2.2em;
}
#hd .webcam-text .webcam-p{
    font-size: 1.1em;
}
}
@media screen and (max-width: 1400px) {    
#hd .webcam-text .webcam-title{
    font-size: 1.8em;
}
#hd .webcam-text .webcam-p{
    font-size: 1em;
}
}
@media screen and (max-width: 768px) {    
#hd .webcam-text .webcam-title{
    font-size: 1.5em;
}
#hd .webcam-text{
    position: relative;
    left: auto;
    top: auto;
    height: auto;
}
#hd .webcam-text .inner{
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
}
@media screen and (max-width: 450px) {    
#hd .webcam-text .webcam-title{
    font-size: 1.2em;
}
}







/*-kv-*/

#hd #webcam-kv{
    background: #141b2a url(../img/hero-bg.jpg) center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 100px;
}
#hd #webcam-kv .webcam-text{
    margin-bottom: 40px;
}
#hd #webcam-kv .webcam-text .inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}
#hd #webcam-kv .webcam-title{
    letter-spacing: 2px;
}
#hd #webcam-kv .webcam-p{
    letter-spacing: 2px;
}


@media screen and (min-width: 2000px) {    
#hd #webcam-kv .webcam-text .inner{
    max-width: 1400px;
}
}


@media screen and (max-width: 768px) {    
}

@media screen and (max-width: 450px) {    
#hd #webcam-kv .webcam-text .inner{
    padding: 0 20px;
}
#hd #webcam-kv{
    padding-top: 50px;
}
}




/*-fhd-*/

#hd #webcam-fhd{
    background: #d5ebf5;
    background: linear-gradient(135deg, #d5ebf5 40%, #819fd3 100%); 
    overflow: hidden;
    padding-top: 150px;
}
#hd #webcam-fhd .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
#hd #webcam-fhd .webcam-text{
    width: 50%;
    margin-top: 50px;
    padding-right: 10%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#hd #webcam-fhd .webcam-image{
    width: 50%;
}
#hd #webcam-fhd .webcam-title{
    color: #222;
}
#hd #webcam-fhd .webcam-p{
    color: #222;
}
#hd #webcam-fhd .webcam-text .icon{
    margin-top: 50px;
}
#hd #webcam-fhd .webcam-text .icon img{
    margin: 0;
    max-width: 100px !important; 
}

@media screen and (max-width: 1400px) {    
#hd #webcam-fhd{
    padding-top: 50px;
}
#hd #webcam-fhd .inner{
    align-items: center;
}
}

@media screen and (max-width: 1200px) {    
#hd #webcam-fhd .webcam-text .icon{
    margin-top: 20px;
}
}

@media screen and (max-width: 767px) {    
#hd #webcam-fhd .webcam-text{
    width: 100%;
    padding-right: 0;
    margin-top: 0;
}
#hd #webcam-fhd .webcam-image{
    width: 100%;
}
}


@media screen and (max-width: 450px) {    
#hd #webcam-fhd .inner{
    padding: 0 20px;
}
}


/*-angle-*/

#hd #webcam-angle{
    background: #d5ebf5;
    background: linear-gradient(135deg, #d5ebf5 40%, #819fd3 100%); 
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
#hd #webcam-angle .webcam-text{
    margin-bottom: 40px;
}
#hd #webcam-angle .webcam-text .inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}
#hd #webcam-angle .webcam-title{
    color: #222;
}
#hd #webcam-angle .webcam-p{
    color: #222;
}
#hd #webcam-angle .webcam-image{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
#hd #webcam-angle .webcam-image .caption{
    display: flex;
    color: #222;
    font-size: 1.5em;
    margin-bottom: 5px;
}
#hd #webcam-angle .webcam-image .caption span{
    display: block;
    width: 50%;
}
#hd #webcam-angle .webcam-image .caption span.other{
    color: #555;
}
#hd #webcam-angle .webcam-image .caption span.asus{
    color: #385db2;
}


@media screen and (max-width: 768px) {    
#hd #webcam-angle .webcam-image .caption{
    font-size: 1.2em;
}
}

@media screen and (max-width: 450px) {    
#hd #webcam-angle{
    padding-top: 50px;
    padding-bottom: 50px;
}
#hd #webcam-angle .webcam-text .inner{
    padding: 0 20px;
}
#hd #webcam-angle .webcam-image .caption{
    font-size: 1em;
}
}




/*-mic-*/

#hd #webcam-mic{
    background: #141b2a url(../img/mic-bg.jpg) center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 100px;
}
#hd #webcam-mic .webcam-text{
    margin-bottom: 40px;
}
#hd #webcam-mic .webcam-text .inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}
#hd #webcam-mic .webcam-image{
    max-width: 1300px;
    margin: 0 auto;
}


@media screen and (min-width: 2000px) {    
#hd #webcam-mic .webcam-text .inner{
    max-width: 1400px;
}
}


@media screen and (max-width: 768px) {    
}

@media screen and (max-width: 450px) {    
#hd #webcam-mic .webcam-text .inner{
    padding: 0 20px;
}
#hd #webcam-mic{
    padding-top: 50px;
}
}






/*-clip-*/

#hd #webcam-clip{
    background: #d5ebf5;
    background: linear-gradient(155deg, #e4efe9 20%, #8d9fc9 80%); 
    overflow: hidden;
    padding-top: 150px;
}
#hd #webcam-clip .inner{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#hd #webcam-clip .webcam-text{
    width: 45%;
    padding-right: 5%;
    padding-left: 10%;
    padding-bottom: 40px;
    box-sizing: border-box;
}
#hd #webcam-clip .webcam-image{
    width: 55%;
}
#hd #webcam-clip .webcam-title{
    color: #222;
}
#hd #webcam-clip .webcam-p{
    color: #222;
}
#hd #webcam-clip .webcam-text .icon{
    margin-top: 30px;
    max-width: 80%;
}
#hd #webcam-clip .webcam-text .icon img{
    margin: 0;
}

@media screen and (max-width: 1400px) {    
#hd #webcam-clip{
    padding-top: 50px;
}
}

@media screen and (max-width: 1200px) {    
#hd #webcam-clip .webcam-text{
    padding-right: 2%;
    padding-left: 5%;
}
}

@media screen and (max-width: 767px) {    
#hd #webcam-clip .webcam-text{
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
#hd #webcam-clip .webcam-text .icon{
    max-width: 40%;
}
#hd #webcam-clip .webcam-image{
    width: 100%;
}
}


@media screen and (max-width: 450px) {    
}





/*-compatibility-*/

#hd #webcam-compatibility{
    background: #0f161d;
    overflow: hidden;
}
#hd #webcam-compatibility .webcam-text{
    width: 36%;
    position: absolute;
    left: 58%;
    top: 18%;
}
#hd #webcam-compatibility .webcam-image{
}

@media screen and (max-width: 900px) {    
#hd #webcam-compatibility .webcam-text{
    width: 49%;
    left: 45%;
    top: 10%;
}
}
@media screen and (max-width: 450px) {    
#hd #webcam-compatibility .webcam-text{
    width: 100%;
    left: auto;
    top: auto;
    position: relative;
    padding: 30px 20px;
}
}

















/*-style-*/

#hd #ranger-style{
    background: #20252f;
    overflow: hidden;
    min-height: 42vw;
}
#hd #ranger-style .ranger-text .inner{
    margin-left: 54%;
    width: 38%;
}
#hd #ranger-style .details{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#hd #ranger-style .details .image{
    width: 45%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
#hd #ranger-style .details .image img{
    width: 100%;
    display: block;
}



@media screen and (max-width: 1700px) {    
#hd #ranger-style .details{
    width: 70%;
}
}

@media screen and (max-width: 1400px) {    
#hd #ranger-style .ranger-image img{
    width: 120%;
    max-width: 120% !important;
    margin-left: -15%;
}
}
@media screen and (max-width: 1023px) {    
#hd #ranger-style .ranger-image img{
    width: 160%;
    max-width: 160% !important;
    margin-left: -20%;
}
#hd #ranger-style .ranger-text .inner{
    margin-left: 54%;
    width: 42%;
}
#hd #ranger-style .details{
    width: 60%;
    margin-top: 10px;
}
}

@media screen and (max-width: 768px) {    
#hd #ranger-style{
    background: #000;
}
#hd #ranger-style .ranger-image img{
    width: 190%;
    max-width: 190% !important;
    margin-left: 0;
}
#hd #ranger-style .ranger-text .inner{
    margin-left: 0;
    width: 100%;
}
#hd #ranger-style .details{
    width: 80%;
    margin-top: 20px;
}
}



/*-storage-*/

#hd #ranger-storage{
    padding-top: 80px;
    background: #1b1f28;
}
#hd #ranger-storage .ranger-text{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
#hd #ranger-storage .ranger-text .inner{
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
}
#hd #ranger-storage .details{
    width: 100%;
    display: flex;
    margin-top: 80px;
}
#hd #ranger-storage .details .image{
    width: 50%;
}
#hd #ranger-storage .details .image img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px) {    
#hd #ranger-storage{
    padding-top: 40px;
}
#hd #ranger-storage .details{
    display: block;
    margin-top: 30px;
}
#hd #ranger-storage .details .image{
    width: 100%;
}
}


/*-look-*/

@media screen and (max-width: 768px) {    
#hd #ranger-look{
    overflow: hidden;
}
#hd #ranger-look img{
    width: 160%;
    max-width: 160% !important;
    margin-left: -40%;
}
}

/*-gallery-*/

#hd #ranger-gallery{
    overflow: hidden;
    background: #1b1f28;
    padding: 50px 20px;
}
#hd #ranger-gallery .ranger-image{
    max-width: 1800px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {    
#hd #ranger-gallery img{
}
}





/*-convenience-*/

#hd #ranger-convenience{
    padding-top: 80px;
    background: #1b1f28;
}
#hd #ranger-convenience .ranger-text{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
#hd #ranger-convenience .ranger-text .inner{
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
}
#hd #ranger-convenience .details{
    width: 100%;
    display: flex;
    margin-top: 80px;
}
#hd #ranger-convenience .details .image{
    width: 50%;
}
#hd #ranger-convenience .details .image img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px) {    
#hd #ranger-convenience{
    padding-top: 40px;
}
#hd #ranger-convenience .details{
    display: block;
    margin-top: 30px;
}
#hd #ranger-convenience .details .image{
    width: 100%;
}
}




/*-comfort-*/

#hd #ranger-comfort{
    background: #1b1f28;
    overflow: hidden;
}
#hd #ranger-comfort .ranger-text .inner{
    margin-left: 65%;
    width: 30%;
}

@media screen and (max-width: 1500px) {    
#hd #ranger-comfort .ranger-image img{
    width: 120%;
    max-width: 120% !important;
    margin-left: -15%;
}
#hd #ranger-comfort .ranger-text .inner{
    margin-left: 60%;
    width: 37%;
}
}
@media screen and (max-width: 768px) {    
#hd #ranger-comfort .ranger-image img{
    width: 190%;
    max-width: 190% !important;
    margin-left: -22%;
}
#hd #ranger-comfort .ranger-text .inner{
    margin-left: 0;
    width: 100%;
}
}











