

/* ============================== 
OVERRIDES 
============================== */
.mfp-counter{
    display:none;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
    content:none;
}

button.mfp-arrow{
    background:url(//cwsmgmt.corsair.com/responsive/img/next-icon.png)no-repeat center rgba(255, 255, 255, 0.5);
    background-size:contain;
    height:15vh;
    position:absolute;
    top:46.5%;
    transform-origin:center;
    width:4vh;
}

.no-touch button.mfp-arrow:hover{

}

button.mfp-arrow.mfp-arrow-left{
    left:15px;
    transform:scaleX(-1) scaleY(1);
}

button.mfp-arrow.mfp-arrow-right{
    right:15px;
    transform:scaleX(1) scaleY(1);
}

/* ============================== 
PRELOADER 
============================== */
#preloader{
    display:none !important;
}

#preloader .loader_bar{
    background: #666;
    height:4px;
    opacity:1 !important;
    width:0%;

    transition:250ms width;
}

#preloader.preloader-out{
    transform:perspective(8000px) rotateX(-90deg);
    transform-origin:50% 0%;
    transition:500ms transform 500ms;
}

.flippable{
    opacity:1;
    transform:none;
    transform-origin:50% 0;
}

.flippable:nth-child(1){
    transition:500ms transform, 500ms opacity;
}

.flippable:nth-child(2){
    transition:500ms transform 250ms, 500ms opacity 250ms;
}

.flippable:nth-child(3){
    transition:500ms transform 500ms, 500ms opacity 500ms;
}

.flippable:nth-child(4){
    transition:500ms transform 750ms, 500ms opacity 750ms;
}

.flip .flippable{
    opacity:0;
    transform:perspective(1000px) rotateX(-90deg);
}

/* ============================== 
Vengeance RGB Pro
============================== */
#vengeance_rgb_pro{
}

#vengeance_rgb_pro section {
    position:relative;   
}

#vengeance_rgb_pro h2{
    color:#d9114a;
    font-size:1.8em;
    font-weight:100;
    letter-spacing:0.2em;
    margin:0;
}

#vengeance_rgb_pro h3 {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin:0;
    color:#959595;
    text-transform: uppercase;
}

#vengeance_rgb_pro p{
    font-size:1.2em;
    font-weight:300;
    line-height:1.75em;
    letter-spacing: .03em;
}

#vengeance_rgb_pro .item,
#vengeance_rgb_pro .item a,
#vengeance_rgb_pro .item a img {
    outline:none;   
}

#vengeance_rgb_pro {
    margin:0;
    padding:0;
}

#vengeance_rgb_pro section .glaive_header{
    font-family: 'Gotham XNarrow A', 'Gotham XNarrow B';
    font-style:normal;
    font-weight:400;
}


#vengeance_rgb_pro .gradient-layer {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 50%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #0a0b11 0%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(to top, #0a0b11 0%, rgba(0, 0, 0, 0) 70%);
}
/* ============================== 
FX FILL BUTTONS 
============================== */
#vengeance_rgb_pro .cta.fx-fill{
    border-left: 2px solid #d9114a;
    border-right: 2px solid #d9114a;
    font-weight: 300;
    letter-spacing: 0.3em;
    padding: 1.5em 5em;
    min-width: 100px;
    font-size: 1.1em;
    text-align: center;
    line-height: 2;
    position: relative;
    
    background-position: 0 0, 0 100% ;
    background-repeat: no-repeat;
    
    -webkit-background-size: 200% 2px;
    -moz-background-size: 200% 2px;
    background-size: 200% 2px;

    background-image: -webkit-linear-gradient(left, #d9114a  0%, #d9114a 50%, #d9114a 100%), -webkit-linear-gradient(left, #9af5f6  0%, #54cefb 50%, #24b4ff 100%);
    background-image: -moz-linear-gradient(left, #d9114a  0%, #d9114a 50%, #d9114a 100%), -moz-linear-gradient(left, #9af5f6  0%, #54cefb 50%, #24b4ff 100%);
    background-image: -o-linear-gradient(left, #d9114a  0%, #d9114a 50%, #d9114a 100%), -o-linear-gradient(left, #d9114a  0%, #54cefb 50%, #d9114a 100%);
    background-image: linear-gradient(to right, #d9114a  0%, #d9114a 50%, #d9114a 100%), linear-gradient(to right, #d9114a  0%, #d9114a 50%, #d9114a 100%);
    
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

#vengeance_rgb_pro .cta.fx-fill span{
    color:#fff;
    position: relative;
    z-index:1;
}

#vengeance_rgb_pro .cta.fx-fill span.text-black{
    color:#000;
}

#vengeance_rgb_pro .cta.fx-fill:before{
    background:#d9114a;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    transform:scaleX(0);    
    transition:250ms transform;
    transform-origin:0 50%;
    width:100%;
}

.no-touch #vengeance_rgb_pro .cta.fx-fill:hover span,
.no-touch #vengeance_rgb_pro .cta.fx-fill:hover span.text-black{
    color:#fff;
    font-weight:400;
}

.no-touch #vengeance_rgb_pro .cta.fx-fill:hover:before{
    transform:scaleX(1);
    transition:250ms transform;
}


/**/
/* HERO */
/**/

#vengeance_rgb_pro .hero {
    background: url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/hero_backgroumd.jpg) top center no-repeat;
    background-size: cover;
    border: 0px solid white;
    display: table;
    height: 50vw;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#vengeance_rgb_pro .hero #hero-img {
    
    position:absolute;
    left: 0;
    top: 0;
    z-index:-1;

    max-width: 100%;
    max-height: 100%;
    height: auto;
}
    
#vengeance_rgb_pro .hero video {
    z-index:0;
    top: 0em;
    left: 0em;
    position:absolute;
    z-index:0;
    width: 100vw;
    
    min-height: 105%;
    display:block;
}

 #vengeance_rgb_pro  .hero .wrapper {
        display:table-cell;
        vertical-align:middle;
        text-align:center;
        height:100%;
        color:#fff;
        position: relative;
        width: 100%;
        padding: 0 5%;
        background: rgba(0,0,0,1);
    }
    

#vengeance_rgb_pro .hero .content_wrapper {
    color: #fff;
    display:table-cell;
    margin: 27vh 0 10vh;
    max-width: 100%;
    padding: 9em 1em 0;
    position: relative;
    text-align: center;
    vertical-align:middle;
    width: 100%;
}


#vengeance_rgb_pro .hero h1 {
    position: relative;
    font-size: 5em;
    font-weight: 300;
    display:block;
    margin: 0;
    max-width: 1200px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto 0em;
    z-index:1;
}


#vengeance_rgb_pro .hero .content_wrapper h3 {
    position: relative;
    color: #d9114a;
    display: block;
    text-transform: uppercase;
    width: 90%;
    font-size: 1.5em;
    z-index: 1;
    font-weight: 400;
    letter-spacing: 0.5em;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 1em auto;
}

#vengeance_rgb_pro .hero .content_wrapper h3 span{
    font-size:0.6em;
}

#vengeance_rgb_pro .hero span {
    line-height:2em;
    font-size:1em;
    letter-spacing:0.3em;
}

#vengeance_rgb_pro .hero .cta{
    color:#fff;
    display:inline-block;
    margin-top:6em;
}

#vengeance_rgb_pro .hero .cta:hover{
    color:#fff;
}

/* ============================== 
INSPIRED 
============================== */

#vengeance_rgb_pro .base{
    background:#0a0b11;
    z-index:2;
    padding: 8em 0 0;
}

#vengeance_rgb_pro .base .black_bar {
    background:#000;
    bottom:0;
    height:100px;
    overflow:visible;
    position:absolute;
    width:100%;
}

#vengeance_rgb_pro .base .content_wrapper{
    margin:0 auto;
    max-width:1200px;
    overflow:visible;
    width:100%;
}

#vengeance_rgb_pro .base .half{
    display:inline-block;
    vertical-align:middle;
}

#vengeance_rgb_pro .base .content_wrapper .left{
    width:35%;
}

#vengeance_rgb_pro .base .content_wrapper .left h3,
#vengeance_rgb_pro .base .content_wrapper .left p{
    color:#ddd;
}

#vengeance_rgb_pro .base .content_wrapper .left p{
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .base .content_wrapper .cta{
    display:inline-block;
    margin-top:4em;
}

#vengeance_rgb_pro .base .content_wrapper ul{
    margin:0;
    padding:0;
}

#vengeance_rgb_pro .base .content_wrapper ul li{
    display:inline-block;
    list-style-type:none;
    margin-right: 2%;
    outline:1px solid rgba(255, 255, 255, 0);
    overflow:hidden;
    width: 30%;

}

#vengeance_rgb_pro .base .content_wrapper ul li a{
    opacity:0.5;
    transition:250ms opacity;
}

.no-touch #vengeance_rgb_pro .base .content_wrapper ul li,
#vengeance_rgb_pro .base .content_wrapper ul li a.selected{
    opacity:1;
}

#vengeance_rgb_pro .base .content_wrapper ul li img{
    transition:250ms transform;
    width:100%;
}

.no-touch #vengeance_rgb_pro .base .content_wrapper ul li a:hover img,
#vengeance_rgb_pro .base .content_wrapper ul li a.selected img{
    transform:scale(1.2);
}

#vengeance_rgb_pro .base .content_wrapper .right{
    margin-left:4%;
    position:relative;
    width:59.5%;
}

#vengeance_rgb_pro .base .content_wrapper .right img{
    margin: 0em 0 -2em 7%;
    max-width: 90%;
    width: 600px;
}

#vengeance_rgb_pro .base .content_wrapper .right .option{
    opacity:0;
    position:absolute;
    left:0;
    top:0;

    transition:250ms opacity;
}

#vengeance_rgb_pro .base .content_wrapper .right .option.show{
    opacity:1;
}


 /* ============================== 
iCUE
============================== */

#vengeance_rgb_pro .icue {
    background: url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/4k_falcata_helix_narrow.jpg) no-repeat #000 center;
    background-size: cover;
    z-index:1;
    overflow: hidden;
}

#vengeance_rgb_pro .icue .content_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    overflow: visible;
    width: 100%;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half {
    width:90%;
    max-width:600px;
    margin:0 auto;
    padding: 8em 5% 8em;
    text-align:center;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half .icue_logo {
    max-width: 100%;
    width:280px;
    margin:2em auto 4em;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half .compatible_with {
    margin:5vw auto 0;
    text-align:center;
    font-size:.7em;
    letter-spacing:.15em;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half .compatible_with img {
    margin:0em auto;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half .compatible_with p {
    font-size: 1.2em;
    letter-spacing: .3em;
    color: #ababab;
}

#vengeance_rgb_pro .icue .content_wrapper .centered.half p {
    color:#fff;       
    font-size: 1.2em;
    line-height: 2;
    font-weight: 300;
}

/* ============================== 
SECRET WEAPON
============================== */
#vengeance_rgb_pro .secret_weapon{
    background: #141313;
    z-index:1;
    overflow: hidden;
    padding:8em 0;
  
}

#vengeance_rgb_pro .secret_weapon p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .secret_weapon .half{
  display:inline-block;
  vertical-align:middle;
}

#vengeance_rgb_pro .secret_weapon .left{
    width: 45%;
    margin-right: 5%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#vengeance_rgb_pro .secret_weapon .left img {
    max-width: 90%;
}

#vengeance_rgb_pro .secret_weapon .left .style_ram {
    float:left;
    margin-left:-100px;
}

#vengeance_rgb_pro .secret_weapon  .left .style_bar{
    margin:0 auto;
    
}

#vengeance_rgb_pro .secret_weapon  .right{
    color: #fff;
    display: inline-block;
    margin: 10vw 0;
    max-width: 600px;
    width: 40%;
    margin-left: 0;
    vertical-align:middle;
}

#vengeance_rgb_pro .secret_weapon  .right img{
  margin: 10em 0 0em 10%;
  max-width: 90%;
}

#vengeance_rgb_pro .secret_weapon .right .option{
  opacity:0;
  position:absolute;
  left:0;
  top:0;

  transition:250ms opacity;
}

#vengeance_rgb_pro .secret_weapon  .right .option.show{
  opacity:1;
}
#vengeance_rgb_pro .secret_weapon .right .cta{
  color:#fff;
  display:inline-block;
  margin-top:4em;
}

/* ============================== 
No Strings attached
============================== */
#vengeance_rgb_pro .nostrings{
    background: url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/section6_bg.jpg) no-repeat #000 center left;
    background-size: cover;
    z-index:1;
    overflow: hidden;
    
  }

#vengeance_rgb_pro .nostrings p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

  #vengeance_rgb_pro .nostrings .white_bar {
    background:#e2e2e2;
    bottom:0;
    height:100px;
    overflow:visible;
    position:absolute;
    width:100%;
  }
  
  #vengeance_rgb_pro .nostrings .content_wrapper{
    margin:0 auto;
    max-width:1200px;
    overflow:visible;
    width:100%;
  }
  
  #vengeance_rgb_pro .nostrings .half{
    display:inline-block;
    vertical-align:middle;
  }
  
  #vengeance_rgb_pro .nostrings .content_wrapper .right{
    color: #fff;
    display: inline-block;
    margin: 20vw;

    max-width: 500px;
    width: 40%;
    margin-left: 55%;
  }
  

/* ============================== 
BACKLIGHTING 
============================== */
#vengeance_rgb_pro .roomfor{
    background: #0a0b11 url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/section5_bg.jpg) no-repeat right;
    background-size: cover;
    display:table;
    height:690px;
    width:100%;
}

#vengeance_rgb_pro .roomfor .content_wrapper{
    display:table-cell;
    margin:0 auto;
    max-width:1200px;
    vertical-align:middle;
    width:100%;
}

#vengeance_rgb_pro .roomfor p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .roomfor .half{
    display:inline-block;
    vertical-align:middle;
}

#vengeance_rgb_pro .roomfor .content_wrapper .left{
    width:40%;
    margin-left: 13%;
}

#vengeance_rgb_pro .roomfor .content_wrapper .left h3 {
    color: #959595;
}

#vengeance_rgb_pro .roomfor .content_wrapper .left p{
    color:#fff;
}

#vengeance_rgb_pro .roomfor .content_wrapper .left p{
    margin-top:1.5em;
}

#vengeance_rgb_pro .roomfor .content_wrapper ul{
    margin:9% 0 0 5%;
    padding:0;
}

#vengeance_rgb_pro .roomfor .content_wrapper ul li{
    display:inline-block;
    list-style-type:none;
    margin-right:10%;
    width:17%;
}

#vengeance_rgb_pro .roomfor .content_wrapper ul li a{
    opacity:0.5;
    transition:250ms opacity;
}

#vengeance_rgb_pro .roomfor .content_wrapper ul li a:hover,
#vengeance_rgb_pro .roomfor .content_wrapper ul li a.selected{
    opacity:1;
}

#vengeance_rgb_pro .roomfor .content_wrapper ul li img{
    border-radius:50%;
    box-shadow: 0 0 0 2px #fff;
    width:100%;
}


/* ============================== 
Visualize 
============================== */
#vengeance_rgb_pro .visualize{
    background: #0a0b11 url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/section1_bg.jpg) no-repeat center;
    background-size: cover;
    display:table;
    height:690px;
    width:100%;
}

#vengeance_rgb_pro .visualize .content_wrapper{
    display:table-cell;
    margin:0 auto;
    max-width:1200px;
    vertical-align:middle;
    width:100%;
}

#vengeance_rgb_pro .visualize p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .visualize .half{
    display:inline-block;
    vertical-align:middle;
}

#vengeance_rgb_pro .visualize .content_wrapper .left{
    width:40%;
    margin-left: 13%;
    max-width:500px;
}

#vengeance_rgb_pro .visualize .content_wrapper .left h3 {
    color: #959595;
}

#vengeance_rgb_pro .visualize .content_wrapper .left p{
    color:#fff;
}

#vengeance_rgb_pro .visualize .content_wrapper .left p{
    margin-top:1.5em;
}



/* ============================== 
Visualize 1
============================== */
#vengeance_rgb_pro .visualize1{
    background: #0a0b11 url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/cue_bg.jpg) no-repeat center;
    background-size: cover;
    display:table;
    height:690px;
    width:100%;
}

#vengeance_rgb_pro .visualize1 .content_wrapper{
    display:table-cell;
    margin:0 auto;
    max-width:1200px;
    vertical-align:middle;
    width:100%;
}

#vengeance_rgb_pro .visualize1 p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .visualize1 .half{
    display:inline-block;
    vertical-align:middle;
}

#vengeance_rgb_pro .visualize1 .content_wrapper .left{
    width:40%;
    margin-left: 13%;
    max-width:500px;
}

#vengeance_rgb_pro .visualize1 .content_wrapper .left h3 {
    color: #959595;
}

#vengeance_rgb_pro .visualize1 .content_wrapper .left p{
    color:#fff;
}

#vengeance_rgb_pro .visualize1 .content_wrapper .left p{
    margin-top:1.5em;
}





/* ============================== 
SOFTWARE 
============================== */
#vengeance_rgb_pro .control{
    background: #090909 bottom center;
    display:table;
    height:690px;
    overflow: hidden;
    width:100%;
}

#vengeance_rgb_pro .control .profiles{
    height:100%;
    position:absolute;
    right:50%;

}

#vengeance_rgb_pro .control .profiles .gif-div{
    height:100%;
    left:0;
    position: absolute;
    top:0;
    width:100%;
}

#vengeance_rgb_pro .control .profiles .gif-div{
    opacity:0;
}

#vengeance_rgb_pro .control .profiles:before{
    content:"";
    height:100%;
    position:absolute;
    right:0;
    width:100px;
    z-index:1;

    background-image: -webkit-linear-gradient(left, rgba(9, 9, 9, 0)  0%, rgba(9, 9, 9, 1) 100%);
    background-image: -moz-linear-gradient(left, rgba(9, 9, 9, 0)  0%, rgba(9, 9, 9, 1) 100%);
    background-image: -o-linear-gradient(left, rgba(9, 9, 9, 0)  0%, rgba(9, 9, 9, 1) 100%);
    background-image: linear-gradient(to right, rgba(9, 9, 9, 0)  0%, rgba(9, 9, 9, 1) 100%);
}

#vengeance_rgb_pro .control .profiles:after{
    content:"";
    height:100%;
    position:absolute;
    left:0;
    top:0;
    width:100px;
    z-index:1;

    background-image: -webkit-linear-gradient(left, rgba(9, 9, 9, 1)  0%, rgba(9, 9, 9, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(9, 9, 9, 1)  0%, rgba(9, 9, 9, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(9, 9, 9, 1)  0%, rgba(9, 9, 9, 0) 100%);
    background-image: linear-gradient(to right, rgba(9, 9, 9, 1)  0%, rgba(9, 9, 9, 0) 100%);
}

#vengeance_rgb_pro .control .profiles video{
    height:100%;
    opacity:0;
    transition:1500ms opacity;
}

#vengeance_rgb_pro .control .profiles video.displayed{
    opacity:1;
}

#vengeance_rgb_pro .control .content_wrapper{
    display:table-cell;
    position: relative;
    vertical-align: middle;
    z-index:2;
}

#vengeance_rgb_pro .control .content_wrapper .half{
    display:inline-block;
    vertical-align:middle;
    width:40%;
}

#vengeance_rgb_pro .control .content_wrapper .right{
    position: relative;
    color: #fff;
    display: inline-block;
    max-width: 600px;
    width: 40%;
    margin-left: 50%;
    vertical-align: middle;
}

#vengeance_rgb_pro .control .content_wrapper .right p{
    font-size: 1.2em;
    font-weight: 100;
    line-height: 2;
    margin-top: 3em;
}

#vengeance_rgb_pro .control .content_wrapper .right img{
    width:75%;
}

#vengeance_rgb_pro .control .content_wrapper .right .cta{
    color:#fff;
    display:inline-block;
    margin-top:4em;
}

#vengeance_rgb_pro .control .dot-container{
    padding:4px;
}

#vengeance_rgb_pro .control .dot-container .dot{
    background:#c70f43;
    border-radius:50%;
    cursor:pointer;
    display:inline-block;
    height:10px;
    margin-right:5px;
    width:10px;
}

#vengeance_rgb_pro .control .dot-container .dot.selected{
    background:#fff;
    transform:scale(1.5);
}

#vengeance_rgb_pro .control .content_wrapper .right p.title-container{
    font-size:0.9em;
    margin-top:0;
}

#vengeance_rgb_pro .control .content_wrapper .right p.title-container small{
    letter-spacing:0.3em;
}


/*GALLERY*/
.homepage-grid {
    padding: 0em ;
    margin:0 0 -1px;
    background-image:-webkit-linear-gradient(top, #000 0%, #fff 100%);
    background-image:-moz-linear-gradient(top, #000 0%, #fff 100%);
    background-image:-0-linear-gradient(top, #000 0%, #fff 100%);
    background-image:linear-gradient(to bottom, #000 0%, #fff 100%);
}

.grid-item  {
    overflow:hidden;
}

.grid-item img {
    width:101%;
    position:absolute;
    top:0;
    left:0;
    
    cursor:pointer;
    
    transform:scale(1);   
    -webkit-transform:scale(1);   
    
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;

}
.grid-item img:hover {
    transform:scale(1.08);   
    -webkit-transform:scale(1.08);   
    
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.grid-item {
    color:#000;
}

.grid-item.horiz-one {
    width:18.75%;   
    height:20.6vw;
}

.grid-item.horiz-two {
    width:31.20%; 
    height:20.6vw;
}

.grid-item.horiz-three {
    width:50%;   
    height:41.2vw;
}

.full_res_image {
    position:absolute !important;
    width: 100% !important;
    height:100% !important;
    top:0;
    left:0;
    display:none;
}

.full_res_image.displaying{
    display:block !important;
}

.full_res_image .close {   
    position: absolute;
    top: 8%;
    right: 7%;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    padding: 1em;
    border-radius: 50%;
}

.full_res_image .prev_button,
.full_res_image .next_button {
    background:rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display:inline-block;
    height:15%;
    /*padding: 1em;*/
    position: absolute;
    top: 42.5%;
}

.full_res_image .prev_button {
    left: 4%;
}

.full_res_image .next_button {
    right: 4%;
}

.full_res_image .prev,
.full_res_image .next {
    height:100%;
}

.full_res_image .prev,
.full_res_image .next{
    transform:scale(1);
    transition:250ms transform;
}

.full_res_image .prev_button:hover .prev,
.full_res_image .next_button:hover .next{
    transform:scale(0.8);
}

.full_res_image .full_res_container{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.full_res_image .full_res_container .full_res{
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    width:100%;

    transition:500ms opacity;
}

.full_res_image .full_res_container .full_res.displaying{
    opacity:1;
}

/* ============================== 
BETTER TOGETHER 
============================== */
#vengeance_rgb_pro .better_together{
    background:#fff;
    width:100%;
}

#vengeance_rgb_pro .better_together .content_wrapper{
    margin:0 auto;
    max-width:1200px;
    padding:0 0 12em;
    width:100%;
}

#vengeance_rgb_pro .better_together .content_wrapper h2{
    padding:3em 0 2em;
    text-align:center;
    width:100%;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item{
    background:#fafafa;
    display:inline-block;
    margin-right:2.25%;
    position:relative;
    text-align:center;
	text-align: -webkit-center;
    vertical-align:top;
    width:23%;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item:last-child{
    margin-right:0;
}


#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_name{
    color:#000;
    margin-bottom: 0;
    margin-top: 1.2em;
    min-height: 40px;
    font-size: 1.6em;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_image{
    background:#eeeeee;
    padding:2em 0;
    width:100%;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_image img{
    transform:scale(1);
    width:82%;

    transition:250ms transform;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item:hover .item_image img{
    transform:scale(1.1);
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_subheader{
    color:#9a9a9a;
    font-size:0.9em;
    letter-spacing:0.1em;
    margin-top:0.5em;
    min-height: 35px;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_description,
#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_price{
    color:#959595;
    margin-left:7.5%;
    width:85%;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_price{
    margin-bottom:7%;
    margin-top:7%;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_description{
    min-height: 8em;
    line-height: 1.5em;
    letter-spacing: 0em;
    font-size: 1.1em;
}


#vengeance_rgb_pro .better_together .content_wrapper .sell_item .cta{
    background:#000;
    color:#fff;
    display:block;
    letter-spacing:0.3em;
    padding:2em 0;
    text-align:center;
    width:100%;

    transition:500ms background;
}

#vengeance_rgb_pro .better_together .content_wrapper .sell_item:hover .cta{
    background:#333;
}


/* ============================== 
BETTER TOGETHER 
============================== */
#vengeance_rgb_pro .shopnow{
        background:url('//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/shopnow_bg.jpg') center bottom;
    background-size:cover;
    width:100%;
}

#vengeance_rgb_pro .shopnow .content_wrapper{
    margin: 0 auto;
    max-width: 1200px;
    padding: 10vw 0 1vw;
    width: 100%;
}

#vengeance_rgb_pro .shopnow .content_wrapper .half{
    cursor:pointer;
    display:inline-block;
    width:45%;
    margin:0 2.3%;
    
}

#vengeance_rgb_pro .shopnow .content_wrapper .half img{
    width:100%;
}

#vengeance_rgb_pro .shopnow .content_wrapper .half a {
    display:block;
    width:100%;
    background:#000;
    padding:2em 0;
    text-align:center;
    color:#fff;
    font-size:1.2em;
    letter-spacing:.3em;
}

#vengeance_rgb_pro .shopnow .content_wrapper .half:hover a {
    background:#090909;
    color:#ccc;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered {
    width:90%;
    margin:10vw 5% 5vw 5%;
    
    text-align: center;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered .white {
    color:#fff;
    font-size:1.25em;
    font-weight:100;
    letter-spacing:0.1em;
    margin-top:1em;
    margin: 1em auto 0;
    max-width: 600px;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered a {
    border:1px solid #fff;
    color:#fff;
    display:inline-block;
    padding:2em 4em;
    margin-top:5em;
    font-size:1em;
    letter-spacing:.3em;
    position: relative;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered a:before{
    background:rgba(255, 255, 255, 0.3);
    content: "";
    height:100%;
    left:0;
    position: absolute;
    top:0;
    transform:scaleX(0);
    transform-origin:0 0;
    transition:500ms transform;
    width:100%;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered a:hover {
    color:#ccc;
}

#vengeance_rgb_pro .shopnow .content_wrapper .centered a:hover:before{
    transform:scaleX(1);
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 2500px) {
  

    /* ============================== 
    INSPIRED 
    ============================== */
    #vengeance_rgb_pro .base {
        overflow:hidden;
    }

    #vengeance_rgb_pro .base .content_wrapper{
        margin:2em auto;
    }

    /* ============================== 
    secret 
    ============================== */
    #vengeance_rgb_pro .secret_weapon {
        overflow:hidden;
    }

    #vengeance_rgb_pro .secret_weapon .content_wrapper{
        margin:2em auto;
    }

    /* ============================== 
    BACKLIGHTING 
    ============================== */
    #vengeance_rgb_pro .cuesoftware {
        overflow:hidden;
    }

    #vengeance_rgb_pro .cuesoftware .content_wrapper{
        margin:5em auto;
    }ć
    /* ============================== 
    SOFTWARE 
    ============================== */
    #vengeance_rgb_pro .stand {
        overflow:hidden;
    }

    #vengeance_rgb_pro .stand .content_wrapper{
        margin:4em auto;
    }

    /* ============================== 
    ENDORSEMENT 
    ============================== */
    #vengeance_rgb_pro .endorsement {
        padding:12em 0;
    }

    #vengeance_rgb_pro .endorsement .content_wrapper{
        margin:0 auto;
    }

    #vengeance_rgb_pro .endorsement .content_wrapper .player{
        max-width:780px;
    }

}

@media only screen and (min-width: 1600px) and (max-width: 2499px) {
 
    /* ============================== 
    SURROUND
    ============================== */
    #vengeance_rgb_pro .surround {
        overflow:hidden;
    }

    #vengeance_rgb_pro .surround .content_wrapper{
        margin: 6em auto 14em;
    }

    /* ============================== 
    BACKLIGHTING 
    ============================== */
    #vengeance_rgb_pro .cuesoftware {
        overflow:hidden;
    }

    #vengeance_rgb_pro .cuesoftware .content_wrapper{
        margin:5em auto;
    }

    /* ============================== 
    SOFTWARE 
    ============================== */
    #vengeance_rgb_pro .stand {
        overflow:hidden;
    }

    #vengeance_rgb_pro .stand .content_wrapper{
        margin:5em auto;
    }

    /* ============================== 
    ENDORSEMENT 
    ============================== */
    #vengeance_rgb_pro .endorsement {
        padding:12em 0;
    }

    #vengeance_rgb_pro .endorsement .content_wrapper{
        margin:0 auto;
    }

    #vengeance_rgb_pro .endorsement .content_wrapper .player{
        max-width:780px;
    }

}

@media only screen and (max-width: 1930px) {
    #vengeance_rgb_pro .control .profiles{
        right:37%;

    }
}

@media only screen and (max-width: 1600px) {
    /* ============================== 
    STORAGE 
    ============================== */
    #vengeance_rgb_pro .surround {
        padding-bottom:7em;
    }

}

@media only screen and (max-width: 1200px) {
    

    #vengeance_rgb_pro .hero {
        background-position:bottom center;
        background-size:cover;
    }

    #vengeance_rgb_pro .hero h1 {
        font-size:4em;
        max-width:93%;
    }

    #vengeance_rgb_pro .hero p:first-child{
        margin-top:0;
    }

    #vengeance_rgb_pro .hero video {
        width: 200%;
        margin-left: -50%; 
    }
    
    #vengeance_rgb_pro .top-pad.active {
        top: -13vw;
    }

    /* ============================== 
    CONTROL
    ============================== */
    #vengeance_rgb_pro .control .profiles{
        right:30%;
    }

    /* ============================== 
    BASE 
    ============================== */
    #vengeance_rgb_pro .base .content_wrapper{
        padding-left:2%;
        padding-right:2%;
    }

    /* ============================== 
    CUE SOFTWARE 
    ============================== */
    #vengeance_rgb_pro .cuesoftware{
        padding:18vw 2%;
    }

    #vengeance_rgb_pro .cuesoftware .content_wrapper .left{
        margin-left:0;
    }

    #vengeance_rgb_pro .control {
        padding:6em 0;
    }
    
    #vengeance_rgb_pro .control .content_wrapper .right {
        width: 45%;
    }

    /* ============================== 
    SHOP 
    ============================== */
    #vengeance_rgb_pro .better_together .compare .product,
    #vengeance_rgb_pro .better_together .compare .product:last-child{
        width:47%;
        margin-left:2%;
        margin-right:0;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item{
        margin-left:1.8%;
        margin-right:0;
        width:22.5%;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_name{
        font-size:1.6em;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_description{
        min-height:8em;
    }

}

@media only screen and (max-width: 1050px) {
    #vengeance_rgb_pro .endorsement .content_wrapper .player{
        right:0;
        width:60%;
    }
    #vengeance_rgb_pro .control .profiles{
        right:0%;

    }
}

@media only screen and (max-width: 992px) {


    #vengeance_rgb_pro .hero h1 {
        font-size:3em;
    }

    #vengeance_rgb_pro .hero p:first-child{
        margin-top:0;
    }
    
    #vengeance_rgb_pro .hero .better_together .content_wrapper {
        padding-bottom:50px;   
    }
    
    #vengeance_rgb_pro .right-pad.active {
        right:-3vw;
    }
    
    #vengeance_rgb_pro .left-pad.active {
        left:-3vw;
    }
    
    #vengeance_rgb_pro .top-pad.active {
        top: -15vw;
    }

    /* ============================== 
    SHOP 
    ============================== */
    #vengeance_rgb_pro .better_together .content_wrapper .sell_item{
        margin-left:2%;
        margin-right:0;
        margin-top:2%;
        width:47%;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_name{
        font-size:2.3em;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item:nth-child(2),
    #vengeance_rgb_pro .better_together .content_wrapper .sell_item:nth-child(3){
        margin-top:0;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item .item_description{
        min-height:6em;
    }
}


@media only screen and (max-width: 768px) {
    
    #vengeance_rgb_pro .show-on-mobile {
        display:block;     
    }

    #vengeance_rgb_pro section h1,
    #vengeance_rgb_pro section center span{
        text-align:left;
    }

    #vengeance_rgb_pro section span{
        margin-left:1vw;
    }
    
    
    #vengeance_rgb_pro .hide-on-mobile {
        display:none;
    }
   
    #vengeance_rgb_pro .text-center h1,
    #vengeance_rgb_pro .text-center h3,
    #vengeance_rgb_pro .text-center {
        text-align: center;   
    }

    /* ============================== 
    HERO 
    ============================== */

    #vengeance_rgb_pro .hero .content_wrapper{
        padding:0;
    }
   
    #vengeance_rgb_pro .hero p {
        padding-top:0.5em;
    }

    #vengeance_rgb_pro .hero .bg_product{
        margin: 0 auto 2%;
    }

    #vengeance_rgb_pro .cta {
        margin-top: 2em;
    }
    
    #vengeance_rgb_pro .hero video {
        display:none !important;        
    }
    
    /* ============================== 
    VISUALIZE
    ============================== */
    #vengeance_rgb_pro .visualize {
        background: #0a0b11 url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/section1_bg.jpg) no-repeat right -200%;
    }

    #vengeance_rgb_pro .visualize .content_wrapper{
        vertical-align:top;
    }
	
	
	    /* ============================== 
    VISUALIZE
    ============================== */
    #vengeance_rgb_pro .visualize1 {
        background: #0a0b11 url(//cwsmgmt.corsair.com/responsive/img/vengeance_rgb_pro/cue_bg.jpg) no-repeat right -200%;
    }

    #vengeance_rgb_pro .visualize1 .content_wrapper{
        vertical-align:top;
    }


    /* ============================== 
    CONTROL
    ============================== */
    #vengeance_rgb_pro .control .profiles{
        right:17%;
    }

    #vengeance_rgb_pro .control .profiles .gif-div{
        opacity:1;
    }
    
    /* ============================== 
    SECRET WEAPON 
    ============================== */
    
    #vengeance_rgb_pro .secret_weapon {
        background: #000;
        padding: 7em 0 7em;
    }
    
    #vengeance_rgb_pro .secret_weapon .content_wrapper {
        margin: 0 auto;
        max-width: 1200px;
        overflow: visible;
        width: 100%;
    }
    
    #vengeance_rgb_pro .secret_weapon .right {
        width: 90%;
        margin: 6em 5% 0;   
    }
    
    #vengeance_rgb_pro .secret_weapon .left {
        width:100%;   
    }
    
    /* ============================== 
    SHOP NOW
    ============================== */
    #vengeance_rgb_pro .shopnow .content_wrapper .half {
        display: inline-block;
        width: 90%;
        margin: 0 5% 4em;
    }
    
    #vengeance_rgb_pro .shopnow .content_wrapper .half div {
        max-width: 500px;
        margin: 0 auto;
    }
    
    #vengeance_rgb_pro .shopnow .content_wrapper .centered {
        margin: 0 5% 5vw 5%;
    }
    
    #vengeance_rgb_pro .shopnow .content_wrapper .centered a       {
        margin-top: 3em;
        margin-bottom:3em;
    }
    
    /* ============================== 
    CONTROL
    ============================== */
    #vengeance_rgb_pro .control {
        background:#000;
        display:block;
        padding:0 0 12em 0;  
    }

    #vengeance_rgb_pro .control .profiles{
        position: relative;
        width: 100%;
        height: 70vw;
        right: auto;
        top: 0;
    }

    #vengeance_rgb_pro .control .content_wrapper{
        display:block;
    }
    
    #vengeance_rgb_pro .control .content_wrapper .right {
        width: 90%;
        margin: 0 5%;
        max-width:100%;
        padding-top:4em;
    }
    
    #vengeance_rgb_pro .control .content_wrapper .right .cta {
        margin-top: 2em;   
    }
    
    #vengeance_rgb_pro .control .content_wrapper .half{
        margin-left:0%;
        margin-top:5%;
        width:auto;
    }

    #vengeance_rgb_pro .control .content_wrapper .left{
        display:block;
        margin-top:0;
        padding-top:0%;
        transform: none !important;
    }

    #vengeance_rgb_pro .control .content_wrapper .left .item-rotation{
        display:block;
        margin:0 auto;
        max-width:100%;
    }

    #vengeance_rgb_pro .control .profiles:before{

        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
    }

    #vengeance_rgb_pro .control .profiles:after{

        background-image: none;
        background-image: none;
        background-image: none;
        background-image: none;
    }

    #vengeance_rgb_pro .control .profiles video{
        display:none;
    }

    #vengeance_rgb_pro .control .content_wrapper .right{
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    #vengeance_rgb_pro .control .right .header-holder{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #vengeance_rgb_pro .control .right .subnav{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    
    /* ============================== 
    VISUALIZE
    ============================== */
    #vengeance_rgb_pro .visualize {
        padding: 6em 0;
    }
    
    #vengeance_rgb_pro .visualize .content_wrapper .left {
        width: 90%;
        margin: 0 5%;   
    }
    
    #vengeance_rgb_pro .visualize .content_wrapper .cta {
        margin-top: 2em;
    }
	
	
	    /* ============================== 
    VISUALIZE
    ============================== */
    #vengeance_rgb_pro .visualize1 {
        padding: 6em 0;
    }
    
    #vengeance_rgb_pro .visualize1 .content_wrapper .left {
        width: 90%;
        margin: 0 5%;   
    }
    
    #vengeance_rgb_pro .visualize1 .content_wrapper .cta {
        margin-top: 2em;
    }
    
    
    /* ============================== 
    ROOM FOR
    ============================== */
    #vengeance_rgb_pro .roomfor {
        display:block;
        height:80vw;
        padding: 6em 0;
    }

    #vengeance_rgb_pro .roomfor .content_wrapper{
        display: block;
    }
    
    #vengeance_rgb_pro .roomfor .content_wrapper .left {
        width: 90%;
        margin: 0 5%;   
    }
    
    #vengeance_rgb_pro .roomfor .content_wrapper .cta {
        margin-top: 2em;
    }
    
    /* ============================== 
    No Strings attached
    ============================== */
    #vengeance_rgb_pro .nostrings {
        padding: 6em 0;
        background: #0a0b11;
    }
    
    #vengeance_rgb_pro .nostrings .content_wrapper .right {
        width: 90%;
        margin: 0 5%;
        max-width:100%;
    }
    
    /* ============================== 
    BASE 
    ============================== */
    #vengeance_rgb_pro .base{
        padding-top:8em;
    }

    #vengeance_rgb_pro .base .content_wrapper{
        padding:0;
        width: 90%;
    }

    #vengeance_rgb_pro .base .content_wrapper .left{
        padding:0;
        transform: none !important;
        width:100%;
    }

    #vengeance_rgb_pro .base .content_wrapper .left h2{
        margin:0;
        width:90%;
    }

    #vengeance_rgb_pro .base .content_wrapper .left h3,
    #vengeance_rgb_pro .base .content_wrapper .left p{
        margin-left:0;
        width:100%;
    }

    #vengeance_rgb_pro .base .content_wrapper .left ul,
    #vengeance_rgb_pro .base .content_wrapper .left .cta{
        display:none;
    }

    #vengeance_rgb_pro .base .content_wrapper .right{
        display: block;
        margin: 0 auto;
        transform: none !important;
        width: 90%;
        padding-top: 3em;
    }

    #vengeance_rgb_pro .base .content_wrapper .right img{
        max-width:100%;
        width:100%;    
        max-width: 500px;
    }

    #vengeance_rgb_pro .base .content_wrapper .right .option,
    #vengeance_rgb_pro .base .content_wrapper .right .spacer{
        margin:4em auto 0;
    }

    #vengeance_rgb_pro .base .content_wrapper ul{
        margin:0;
    }

    #vengeance_rgb_pro .base .content_wrapper .right .center{
        margin-bottom:3em;
        text-align:center;
    }

    #vengeance_rgb_pro .base .content_wrapper .right ul,
    #vengeance_rgb_pro .base .content_wrapper .right .cta{
        display:block;
    }

    #vengeance_rgb_pro .base .content_wrapper .right .cta{
        display:inline-block;
        margin:4em auto;
    }

    #vengeance_rgb_pro .base .content_wrapper .right ul li{
        margin-left:3.5%;
        width:30%;
    }


    #vengeance_rgb_pro .base .content_wrapper .right ul li:first-child{
        margin-left:0;
    }

    #vengeance_rgb_pro .base .content_wrapper .right ul li img{
        margin:0;
    }

    /* ============================== 
    GRID 
    ============================== */
    .grid-item img{
        width:105%;
    }

    .grid-item.horiz-one{
        height:40vw;
        width:40%;
    }
    
    .grid-item.horiz-two{
        height:40vw;
        width:60%;
    }
    
    .grid-item.horiz-three{
        height:60vw;
        width:100%;
    }

    /* ============================== 
    SHOP 
    ============================== */
    #vengeance_rgb_pro .better_together .compare .product .product_title img{
        width:55%;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item{
    }

    #vengeance_rgb_pro .content_wrapper .sell_item .item_description{
        min-height:8em;
    }
    
}

@media only screen and (max-width: 650px) {
    #vengeance_rgb_pro .better_together .content_wrapper .sell_item,
    #vengeance_rgb_pro .better_together .content_wrapper .sell_item:last-child{
        display:block;
        margin:6% auto 0;
        max-width:345px;
        width:96%;
    }

    #vengeance_rgb_pro .better_together .content_wrapper .sell_item:nth-child(2),
    #vengeance_rgb_pro .better_together .content_wrapper .sell_item:nth-child(3){
        margin:6% auto 0;
    }

}

@media only screen and (max-width: 579px) {

    #vengeance_rgb_pro .hero .cta{
        margin-top:2em;
    }
}

@media only screen and (max-width: 500px) {
    #vengeance_rgb_pro .hero .content_wrapper p{
        bottom:74%;
        font-size:0.8em;
        left:12.5%;
        width:75%;
    }
}


@media only screen and (max-width: 479px) {
    
    #vengeance_rgb_pro .hero {
        height: 100vw;
        min-height: 0;
        margin-top: 0px;
        height: 600px;
    }
    
    #vengeance_rgb_pro .hero .content_wrapper {
        overflow:hidden;
        padding-bottom:40px;
        text-align: center;
    }

    #vengeance_rgb_pro .hero .content_wrapper h3{
        top:69%;
    }

    #vengeance_rgb_pro .hero .content_wrapper .bg_name{
        margin: 4% auto;
    }

    #vengeance_rgb_pro .hero .content_wrapper .hero_mouse{
        margin: 19% auto 0;
    }

    #vengeance_rgb_pro .hero p {
        position:relative;
        z-index:1;
    }
    
    #vengeance_rgb_pro .icue .content_wrapper .centered.half .compatible_with {
        margin: 5em auto 0;
    }
    
    #vengeance_rgb_pro .icue .content_wrapper .centered.half {
        text-align: left;
    }
    
    /* ============================== 
    BASE 
    ============================== */
    #vengeance_rgb_pro .base .content_wrapper{
        padding-left:5%;
        padding-right:5%;
        width:auto;
    }
    
    #vengeance_rgb_pro .base .white_bar{
        height:44px;
    }

    /* ============================== 
    GRID 
    ============================== */

    .homepage-grid .full_res_image .full_res{
        background-color:#000 !important;
        background-position:center !important;
        background-size:contain !important;
    }

    /* ============================== 
    SHOP 
    ============================== */

    #vengeance_rgb_pro .better_together .compare .product,
    #vengeance_rgb_pro .better_together .compare .product:last-child{
        width:90%;
        margin-left:5%;
    }

    #vengeance_rgb_pro .better_together .compare .product:last-child{
        margin-top:10%;
    }

    #vengeance_rgb_pro .wrapper .sell_item,
    #vengeance_rgb_pro .wrapper .sell_item:nth-child(2){
        margin-left:5%;
        margin-right:0;
        margin-top:5%;
        width:90%;
    }
    
    #vengeance_rgb_pro .visualize {
        padding: 3em 0;
    }
	
	  #vengeance_rgb_pro .visualize1 {
        padding: 3em 0;
    }
    
    #vengeance_rgb_pro .control {
        padding: 0em 0;
    }
  
}

@media only screen and (max-width: 400px) {
    #vengeance_rgb_pro .hero .content_wrapper h3{
        top:65%;
    }
}


@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    50% {-webkit-transform:translate(0, -15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    50% {-moz-transform:translate(0, -15px);}
    to {-moz-transform: translate(0, -0px);}    
}
