.blue {
    color:#39b5fb;
}

.red {
    color:#bd0707;
}

.white{
    color:#fff;
}
.gray{
    color:#797979;
}

.bg-beige{
    background:#ececec;
}

#pdp .panel-spacer{
    opacity:0;
}

/* PANEL TEMPLATE */
/*#pdp .panel-template{
    padding:7em 0 7em;
}*/


#pdp .panel-template.padding-top-4{
    padding-top:4em;
}

#pdp .panel-template.padding-bottom-4{
    padding-bottom:4em;
}

#pdp .panel-template .position-relative.wide100{
    position:relative;
    width:100%;
}

#pdp .panel-template .col-half,
#pdp .panel-template .col-third{
    /*padding:1.2%;*/
    position:relative;
}

#pdp .panel-template .position-absolute.col-half{
    height:100%;
    margin:0;
    padding: 0;
    position: absolute;
    top:0;
}

#pdp .panel-template .position-absolute.col-half.left{
    left:0;
}

#pdp .panel-template .position-absolute.col-half.right{
    right:0;
}

#pdp .panel-template .position-absolute.col-half.right.fromCenter{
    left:50%;
    max-width:572px;
    right:auto;
}

#pdp .panel-template .wrapper{
    display:table;
}

#pdp .panel-template .wrapper .vertical-center{
    display:table-cell;
    vertical-align:middle;
}


#pdp .panel-template .position-absolute.vertical-center{
    display:block;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    transform-origin:bottom left;
    vertical-align:baseline;
}

/* animate DOMINATE section */
#pdp .panel-template.triggered .product-item{
    transition:500ms transform;
}

#pdp .panel-template.triggered #product-item-1{
    transform:translateY(-50%) rotate(-36deg);

}
#pdp .panel-template.triggered #product-item-2{
    transform:translateY(-50%) rotate(-24deg);

}
#pdp .panel-template.triggered #product-item-3{
    transform:translateY(-50%) rotate(-12deg);

}

/* INFO */
#pdp .panel-template .right-border-gray div::after{ 
    content: "";
    width: 2px;
    height: 60%;
    position: absolute;
    border-right: 1px solid #bbbbbb;
    right: 0;
    top: 0;
    margin: 20% 0;
}

#pdp .panel-template .right-border-gray div:last-child::after{
    content:none;
}


#pdp .col-half.show-on-mobile {
    display:none;
}

#pdp .panel-template .overlay {
    margin:0;
}


/* ============================== 
SMARTER
============================== */
#pdp .lighting {
    padding:7vw 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dfdfdf+100 */
    background: #000; 
}

#pdp .lighting .dots-container{
    margin-top:0em;
    position:relative;
}

#pdp .lighting .dots-container ul{
    padding-left:0;
}

#pdp .lighting .dots-container li{
    cursor:pointer;
    display:inline-block;
    height:10em;
    margin-right:18px;
    position:static;
}
#pdp .lighting .dots-container li .tag-text{
    font-size:0.7em;
    letter-spacing:0.2em;
    left:0;
    margin-top:-4px !important;
    opacity:0;
    position:absolute;
    text-transform:uppercase;
    top:9em;
    transition:250ms opacity;
    white-space:nowrap;
}

.no-touch #pdp .lighting .dots-container li:hover:not(.active) .tag-text{
    opacity:0;
}

#pdp .lighting .dots-container li.active .tag-text{
    opacity:1;
}

#pdp .lighting .dots-container li .dot{
    background:#39b5fb;
    border:none;
    border-radius:50%;
    display:inline-block;
    font-size:0px;
    height:12px;
    outline:none;
    width:12px;
}

#pdp .lighting .dots-container li:not(.active) .dot{
    background:#6d6d6d !important;
}

#pdp .lighting .content_wrapper{
    max-width:1200px;
    width:100%;
}

#pdp .lighting .content_wrapper .half{
    display:inline-block;
    vertical-align:middle;
    width:55%;
}

#pdp .lighting .content_wrapper .left .item-rotation{
    position:relative;
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .spacer{
    width:100%;
}



#pdp .lighting .content_wrapper .left .item-rotation .mobile{
    display:none;
}

#pdp .lighting .content_wrapper .left .item-rotation video{
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors {
    opacity:0;
    position:absolute;
    left: 0;
    top:4%;
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors.active {
    opacity:1;
}

#pdp .lighting .content_wrapper .right{
    box-sizing:border-box !important;
    margin-left:0;
    padding-left:3%;
    width:44%;
}

#pdp .lighting .content_wrapper .right p{
    font-weight:100;
    margin-top:2em;
}

#pdp .lighting .content_wrapper .right .dots-container p{
    color:#fff;
}

#pdp .lighting .content_wrapper .right .body-text{
    width:75%;
}

#pdp .lighting .content_wrapper .right .disclaimer{
    font-size:0.85em;
    font-weight:400;
    line-height:1.6em;
    margin-top:0;
    width:90%;
}


/*GALLERY*/
.homepage-grid {
    padding: 0em ;
    position:relative;
    margin:0;
    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;
}

.mobile .mobile-only{
    display:block;
}

.desktop .mobile-only{
    display:none;
}

.mobile .desktop-only{
    display:none;
}

.desktop .desktop-only{
    cursor:pointer;
    display:block;
}

.grid-item img ,
.grid-item video {
    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,
.grid-item video: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 video{
    display:block;
    height:100%;
    margin:0 auto;
}

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

.full_res_image .full_res_container #hd_1{
    background:url('https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/gallery/2x_gallery_full_1.jpg') no-repeat center; 
    background-size:cover;
}
.full_res_image .full_res_container #hd_2{
    background:url('https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/gallery/2x_gallery_full_2.jpg') no-repeat center; 
    background-size:cover;
}
.full_res_image .full_res_container #hd_3{
    background:url('https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/gallery/2x_gallery_full_3.jpg') no-repeat center; 
    background-size:cover;
}
.full_res_image .full_res_container #hd_4{
    background:url('https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/gallery/2x_gallery_full_4.jpg') no-repeat center; 
    background-size:cover;
}
.full_res_image .full_res_container #hd_5{
    background:url('https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/gallery/2x_gallery_full_5.jpg') no-repeat center; 
    background-size:cover;
}

#pdp .panel-template .position-absolute.col-half{
    bottom:0;
    padding: 0;
    position: absolute;
    height:61%;
    top:auto;
}


#pdp .panel-template .position-absolute.fromCenter{
    left:50%;
    top:50%;

}

/* ============================== 
VIDEO PANEL
============================== */

#pdp .video-panel{
    min-height:600px;
    width:100%;
    padding:0;
    text-shadow:0 2px 10px rgba(0,0,0,.75);
}

#pdp .video-panel .background{
    background:url(https://cwsmgmt.corsair.com/pdp/500d-rgb-se/500d_se_hero_vid.jpg) #000 no-repeat center bottom / cover;
    height:100%;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}


    
#pdp .video-panel video {
    z-index:0;
    top: 50%;
    left: 50%;
    position:absolute;
    z-index:0;
    width: 100vw;
    min-height: 105%;
    display:block;
    transform:translate(-50%,-50%);
}

#pdp .video-panel .background img{
    height:100%;
    position:relative;
    z-index:1;
}

#pdp .video-panel .video-panel-content-container{
    display:table;
    min-height:600px;
    width:100%;
}

#pdp .video-panel.panel-template .wrapper{
    display:table-cell;
    min-height:0;
    padding:10vw 0 !important;
    vertical-align:middle;
}

#pdp .video-panel.panel-template p{
    letter-spacing:0.5em;
}

#pdp .video-panel .gradient-layer {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background:rgba(0,0,0,.25);
    /*background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 70%);*/
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
}


/* ============================== 
LIGHTING
============================== */
#pdp .lighting .description .tooltip-trigger{
    color:#39b5fb;
}

#pdp .lighting .description .ui-tooltip{
    background:black;
    border:none;
    border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#39b5fb;
    line-height:1.5em;
    outline:1px solid #797979;
    padding:1em;
}

#pdp .lighting #description-container{
    position:relative;
}

#pdp .lighting #description-container .tooltip{
    margin:0;
    padding:1em;
    pointer-events:none;
    position:absolute;
    top:0;
    transition:500ms opacity;
}

#pdp .lighting #description-container .tooltip span{
    font-weight:500;
}

#pdp .lighting #description-container .tooltip.active{
    opacity:1;
}


/* ============================== 
SMARTER
============================== */
#pdp .lighting {
    padding:7vw 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dfdfdf+100 */
    background: #000; 
}

#pdp .lighting .dots-container{
    margin-top:0em;
    position:relative;
}

#pdp .lighting .dots-container ul{
    padding-left:0;
}

#pdp .lighting .dots-container li{
    cursor:pointer;
    display:inline-block;
    height:10em;
    margin-right:18px;
    position:static;
}
#pdp .lighting .dots-container li .tag-text{
    font-size:0.7em;
    letter-spacing:0.2em;
    left:0;
    margin-top:-4px !important;
    opacity:0;
    position:absolute;
    text-transform:uppercase;
    top:9em;
    transition:250ms opacity;
    white-space:nowrap;
}

.no-touch #pdp .lighting .dots-container li:hover:not(.active) .tag-text{
    opacity:0;
}

#pdp .lighting .dots-container li.active .tag-text{
    opacity:1;
}

#pdp .lighting .dots-container li .dot{
    background:#39b5fb;
    border:none;
    border-radius:50%;
    display:inline-block;
    font-size:0px;
    height:12px;
    outline:none;
    width:12px;
}

#pdp .lighting .dots-container li:not(.active) .dot{
    background:#6d6d6d !important;
}

#pdp .lighting .content_wrapper{
    max-width:1200px;
    width:100%;
}

#pdp .lighting .content_wrapper .half{
    display:inline-block;
    vertical-align:middle;
    width:55%;
}

#pdp .lighting .content_wrapper .left .item-rotation{
    position:relative;
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .spacer{
    width:100%;
}



#pdp .lighting .content_wrapper .left .item-rotation .mobile{
    display:none;
}

#pdp .lighting .content_wrapper .left .item-rotation video{
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors {
    opacity:0;
    position:absolute;
    left: 0;
    top:4%;
    width:100%;
}

#pdp .lighting .content_wrapper .left .item-rotation .fan-colors.active {
    opacity:1;
}

#pdp .lighting .content_wrapper .right{
    box-sizing:border-box !important;
    width:44%;
}

#pdp .lighting .content_wrapper .right p{
    font-weight:100;
    margin-top:2em;
}

#pdp .lighting .content_wrapper .right .dots-container p{
    color:#fff;
}

#pdp .lighting .content_wrapper .right .body-text{
    width:75%;
}

#pdp .lighting .content_wrapper .right .disclaimer{
    font-size:0.85em;
    font-weight:400;
    line-height:1.6em;
    margin-top:0;
    width:90%;
}


/* ============================== 
ICUE
============================== */

#pdp .icue .video-panel-content-container {
    padding:5vw 0;
}

#pdp .icue .video-panel-content-container h1 {
    position: relative;
    font-weight: 300;
    display:block;
    font-size:3em;
    margin: 0;
    max-width: 600px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 auto 0.2em;
    z-index:1;
}

.icue .video-panel-content-container .logo {
    margin: 0 auto 6em;
    width:260px;
}

#pdp .icue .video-panel-content-container p {
    max-width:570px;
    font-size:1.3em;
    margin:3em auto 0;
    letter-spacing:0;
}

.icue .video-panel-content-container .cta{
    color:#fff;
    display:inline-block;
    margin-top: 5em;
    margin-bottom: 0;
    padding:1em 2em;
}

.icue .video-panel-content-container .cta:hover{
    color:#999;
}






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

    /* ============================== 
    SMARTER
    ============================== */
    #pdp .lighting {
        overflow:hidden;
    }

    #pdp .lighting .content_wrapper{
        margin:0 auto;
    }

}

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

    #pdp .lighting .content_wrapper{
        margin: 0 auto;
    }

}

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

    /* ============================== 
    SMARTER 
    ============================== */
    /*#pdp .lighting {
        padding-bottom:0em;
    }*/

    #pdp .lighting .content_wrapper{
        margin:0 auto;
    }

}

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

@media only screen and (max-width: 1200px) {
    .wide-460{
        width: 460px !important;
    }

    #pdp .video-panel.panel-template .wrapper {
        padding:5vw 0;
    }

    #pdp .panel-template .position-absolute.fromCenter{
        top:50%;
    }

    #pdp .video-panel .product-container{
        width:840px;
    }

    #pdp .video-panel .video-panel-content-container h1{
        font-size:5em !important;
    }
    
}

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

@media only screen and (max-width: 992px){
    #pdp .wide-460 .col-third h1{
        font-size:1.8em !important;
    }

    #pdp .video-panel h1{
        font-size: 5em !important;
    }

    #pdp .icue.video-panel img {
        max-width:100%;
        width:200px;
    }

    #pdp .icue.video-panel h1{
        font-size: 3em !important;
    }

    #pdp .icue .video-panel-content-container p {
        margin-top:1em;
    }

    #pdp .icue .video-panel-content-container .logo {
        margin-bottom:3em;
    }
}


@media only screen and (max-width: 960px){
    /* ============================== 
    LIGHTING 
    ============================== */
    #pdp .lighting{
        padding:7em 0 2em;
        position:relative;
    }

    #pdp .lighting:before{
        content:"";
        height:100%;
        left:0;
        opacity:0.6;
        position:absolute;
        top:0;
        width:100%;
    }

    #pdp .lighting .slick-dots{
        margin-top:3em;
    }

    #pdp .lighting .content_wrapper{
        margin:0;
        position:relative;
        z-index:1;
    }

    #pdp .lighting .content_wrapper .half{
        
        margin-top:5%;
        width:auto;
    }

    #pdp .lighting .content_wrapper .left{
        display:block;
        margin:0 auto;
        max-width:500px;
        padding-top:0;
        transform: none !important;
    }




    #pdp .lighting .content_wrapper .left .item-rotation{
        margin:0 auto;
        max-width:90vw;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile{
        display:block;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif{
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:100%;
        transition:500ms opacity;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif img{
        width:100%;
    }

    #pdp .lighting .content_wrapper .left .item-rotation .mobile .gif.active{
        opacity:1;
    }

    /*#pdp .lighting .content_wrapper .left .item-rotation .mobile:after{


        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1)  0%, rgba(0, 0, 0, 0) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1)  0%, rgba(0, 0, 0, 0) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1)  0%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1)  0%, rgba(0, 0, 0, 0) 100%);
        bottom:-4px;
        content:"";
        left:0;
        height:7%;
        position:absolute;
        width:100%;

    }*/

    #pdp .lighting .content_wrapper .left .item-rotation video{
        display:none;
    }

    #pdp .lighting .content_wrapper .right{
        margin-bottom:4em;
        margin-left:15px;
        margin-top:-1vw;
        position:relative;
        text-align:center;
        transform: none !important;
        width: calc(100% - 30px);
    }

    #pdp .lighting .content_wrapper .right h1{
        margin-top:5em;
    }

    #pdp .lighting .content_wrapper .right .center{
        position:relative;
        text-align:center;
    }

    #pdp .lighting .content_wrapper .right p{
        margin-top:0;
        width:auto;
    }

    #pdp .lighting .content_wrapper .right p.description{
        margin-top:2em;
    }

    #pdp .lighting .content_wrapper .right .body-text{
        color: #b1b1b1 !important;
        width:100%;
    }

    #pdp .lighting .content_wrapper .right .dots-container{
        position:absolute;
        top:2em;
        width:calc( 100vw - 50px );
    }

    #pdp .lighting .dots-container li{
        position:static;
    }

    #pdp .lighting .dots-container li .tag-text{
        left:50%;
        position:absolute;
        top:9em;
        transform:translateX(-50%);
    }

    .no-touch #pdp .lighting .dots-container li:hover:not(.active) .tag-text{
        opacity:0;
    }

}


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

@media only screen and (max-width: 768px) {
    #pdp .img-absolute.stack-on-mobile {
        position:relative;
    }

    #pdp .panel-template.text-center-mobile{
        text-align:center;
    }

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

    /*#pdp .video-panel{
        background:url(https://cwsmgmt.corsair.com/pdp/spec-omega-rgb/hero-bg-mobile.jpg) #000 no-repeat center / cover;
        padding: 3em 0 4em;
    }*/

    #pdp .video-panel video {

    }

    #pdp .video-panel.panel-template .wrapper {
        padding:5vw 0;
    }

    #pdp .video-panel h1{
        font-size:5em !important;
    }

    #pdp .video-panel p{
        font-size:1.5em;
    }

    #pdp .video-panel .product-container{
        height:auto;
        width:100%;
    }

    #pdp .video-panel .product-container .relative-container{
        height:auto;
    }

    #pdp .video-panel .background img{
        height:auto;
        width:100%;
    }

    /* ============================== 
    DOMINATE
    ============================== */
    #pdp .panel-template .position-absolute.col-half.right.fromCenter{
        left:65%;
        width:70%;
    }

    /* ============================== 
    iCUE 
    ============================== */
    #pdp .icue.video-panel .video-panel-content-container {
        margin:0 auto;
        width:90%;
    }

    #pdp .icue.video-panel img {
        width:170px;
    }


}

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

    #pdp .video-panel.panel-template .wrapper {
        padding:2vw 0;
    }

    /* ============================== 
    SMARTER 
    ============================== */
    #pdp .lighting .content_wrapper .right .body-text{
        width:100%;
    }
}

@media only screen and (max-width: 570px) {
    #pdp .video-panel video {
        width:100vh;
    }

    #pdp .panel-template .col-half.mobile100{
        position:relative;
        text-align:center;
        width:100%;
    }

    #pdp .panel-template.tall110{
        height:110vw;
    }

    #pdp .panel-template.padding-top-4,
    #pdp .panel-template.padding-bottom-4{
        padding: 7em 0 7em;
    }

    #pdp .panel-template .wrapper .vertical-center{
        display:block;
    }

    #pdp .panel-template .position-absolute.col-half.right.fromCenter{
        bottom:5vw;
        height:auto;
        left:5%;
        width:90%;
    }

    #pdp .panel-template .col-half{
        margin-top:0;
    }
    
    #pdp .panel-template p.description{
        margin-top:2em auto 0;
    }

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

    #pdp .video-panel h1{
        font-size:4.5em !important;
    }

    #pdp .video-panel p{
        font-size:1.5em;
    }

    /* ============================== 
    LIGHTING
    ============================== */
    #pdp .lighting{
        padding:7em 0 0;
    }

}
    
@media only screen and (max-width: 479px) {
    #pdp .video-panel.panel-template .wrapper{
        padding:0;
        vertical-align: middle;
    }

    /* ============================== 
    SMARTER 
    ============================== */
    #pdp .lighting .content_wrapper .right{
        
        padding-right:5%;
        width:auto;
    }

    #pdp .lighting .content_wrapper .right .body-text{
        font-size:1em;
    }
}

@media only screen and (max-width: 470px) {
    .wide-460{
        width:100% !important;
    }

    #pdp .wide-460 .col-third h1{
        font-size: 1.4em !important;
    }

    #pdp .panel-template h1{
        font-size:1.9em !important;
    }
}

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

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




