@charset 'utf-8';
@font-face {
    font-family: 'Xolonium';
    src: url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROGFont';
    src: url("../fonts/ROGFontsv1.5-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

/* colors
hot pink : #ff0078;
*/

/*-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: 85px;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}




/*-ranger-*/

#hd .ranger-section{
    position: relative;
}
#hd .ranger-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}
#hd .ranger-text h2{
    color: #fff;
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: 'Xolonium', sans-serif;
    margin-bottom: 20px;
    font-weight: normal;
    color: #fff;
}
#rog_black_style #product_content_area h2 { /*overwrite*/
    color: #fff;
}
#hd .ranger-text .ranger-p{
    font-size: 1.2em;
    color: #dedede;
}
#hd .ranger-text .inner{
    max-width: 650px;
}
#hd .ranger-image img{
    display: block;
    width: 100%;
}

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







/*-kv-*/

#hd #ranger-kv{
    background: #a6b1bc;
    overflow: hidden;
}
#hd #ranger-kv .ranger-text .inner{
    margin-left: 12%;
    width: 43%;
}
#hd #ranger-kv .ranger-text{
}
#hd #ranger-kv .ranger-title{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "ROGFont", "Xolonium", sans-serif;
    font-size: 4em;
    line-height: 0.7em;
    margin-bottom: 30px;
}
#hd #ranger-kv .ranger-p{
    color: #fff;
    font-size: 1.7em;
    font-family: 'Xolonium', sans-serif;
    font-weight: normal;
    /*text-shadow: 0px 0px 7px rgba(0,0,0,0.3);*/
    line-height: 1.2em;
    background: -webkit-linear-gradient(110deg, #d6f0e9, #eddbeb, #d4f2f2, #d4e9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hd #ranger-kv .more{
    border: 1px solid #444;
    color: #444;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
}
#hd #ranger-kv .more:hover{
    background-color: rgba(0,0,0,0.1);
}



@media screen and (min-width: 2400px) {    
#hd #ranger-kv .ranger-text .inner{
    margin-left: 20%;
}
}

@media screen and (max-width: 1300px) {    
#hd #ranger-kv .ranger-text .inner{
    margin-left: 7%;
    width: 43%;
}
#hd #ranger-kv .ranger-title{
    font-size: 3em;
}
}

@media screen and (max-width: 768px) {    
#hd #ranger-kv .ranger-image img{
    width: 140%;
    margin-left: -40%;
    max-width: 140% !important;
}
#hd #ranger-kv .ranger-text .inner{
    margin-left: 0;
    width: 100%;
}
#hd #ranger-kv .ranger-p{
    font-size: 1.2em;
}
}

@media screen and (max-width: 450px) {    
#hd #ranger-kv .ranger-title{
    font-size: 2em;
}
}





/*-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%;
}
}











