/* Youtube */
            #box1{
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:500px;
                border:1px #fff;
            }
               
            .box2 {
                background-image: url('../images/yt.jpg');
                background-repeat: no-repeat;
                background-position:center;
                
            }

            #box1v2 {
                cursor:pointer;
                width:100%;
                height:600px;
            }    
            .box2v2 {
                background-image: url('../images/ytv2.jpg');
                background-repeat: no-repeat;
                background-position:center;
                
            }

/* End Youtube */


#rgbwlight {
            min-height: 650px;
            position:relative;
            z-index:13;
        }
        

        #rgbwlight .frame .table{
            position: absolute;
            margin-left:14%;

        }

        #rgbwlight .title {
			margin-top:6%;
        }
        
        #rgbwlight .rgblighttitle{
            margin-top:0px;
        }
	    @keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }

        @-ms-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }
        @-webkit-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }
        
        @-o-keyframes ac-rgbwlight{
            0%{opacity: 0.4;}
            100%{opacity: 1;}
        }


        #rgbwlight-box{
            min-height:1000px;
            z-index:9;
            margin-top:-30%;
        }

        #rgbwlight-ac{
            background-repeat: no-repeat;
            z-index:10;
            min-height:1000px;
            animation: ac-rgbwlight 3s alternate infinite;
            -webkit-animation: ac-rgbwlight 3s alternate infinite;

        }

         #rgbwlight01{
            width:auto;
            z-index:11;
            width:60%;
            margin-top:26%;
            position: absolute;

        }

        #rgbwlight02{
            width:auto;
            z-index:12;
            width:55%;
            margin-top:27%;
            position: absolute;

        }

        @media screen and (max-width: 1366px) {
/* Youtube */
            #box1 {
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:900px;
            }

/* End Youtube */

        #rgbwlight .title {
            margin-top:0;
        }
        
        #rgbwlight .rgblighttitle{
            margin-top:0px;
        }
        #rgbwlight-box{
            margin-bottom: -300px;
            margin-top:-30%;
            min-height:800px;
        }
}


        @media screen and (max-width: 960px) {
/* Youtube */
            #box1 {
                cursor:pointer;
                width:100%;
                height:600px;
                margin-top:700px;
            }
                   
            .box2 {
                background-repeat: no-repeat;
                background-position:center;
                background-size:100%;
            }

             #box1v2 {
                cursor:pointer;
                width:100%;
                margin-top:200px;
            }    
            .box2v2 {
                background-repeat: no-repeat;
                background-position:center;
                background-size:100%;
            }

/* End Youtube */

        #rgbwlight-box{
            margin-bottom:-500px;
        }
        #rgbwlight .title {
            margin-top:0;
        }
        #rgbwlight .rgblighttitle{
            margin-top:0;
        }

}


        @media screen and (max-width: 640px) {

        #rgbwlight {         
            background-image: url(../images/mb_rgbwlight_640.jpg);
            min-height: 1700px;
            background-position: center;
            position:relative;
            margin-left:0%;
        }
        #rgbwlight .title{ 
            margin-top:0%;

        }
        #rgbwlight-box{
            display:none;
        }

}            


@media screen and (max-width: 480px) { 
        #rgbwlight {         
            background-image: url(../images/mb_rgbwlight_480.jpg);
            min-height: 1700px;
            background-position: top center;
            position:relative;
            margin-left:0%;
        }
}


@media screen and (max-width: 360px) {
 
}
