/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 Sep 14, 18:21:37
    Author     : Joko
*/

.spotlight {
    width: 700px;
    height: 200px;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 0 0 50px;
}
.spotlight>.light-1, .light-2, .light-3, .light-4, .light-5, .light-6 {float: left;}
.light-1, .light-2, .light-3, .light-4, .light-5, .light-6{position: absolute;}
.light-1 { left: 80px; bottom: 55px; }
.light-2 { left: 260px; bottom: 10px; }
.light-3 { left: 300px; bottom: -130px; }
.light-4 { left: 527px; bottom: -25px; }
.light-5 { left: 800px; bottom: -72px; }
.light-6 { left: 425px; bottom: -200px; }

.thin-spotlight {
    width: 400px;
    height: 200px;
    position: absolute;
    z-index: 3;
    float: left;
}
.thin-spotlight>.thin-light-1, .thin-light-2, .thin-light-3, .thin-light-4, .thin-light-5{float: left;}

.thin-light-1, .thin-light-2, .thin-light-3, .thin-light-4, .thin-light-5 { position: absolute; }
.thin-light-1, .thin-light-2 { left: 10px; bottom: 36px; }
.thin-light-3 { left: 252px; bottom: -10px; }
.thin-light-4 {left: 470px; bottom: 45px;}
.thin-light-5 {left: 715px; bottom: -35px;}

.light-1 .animation {
    animation: left-animate-50d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.text{
    filter:alpha(Opacity=80);
    -moz-opacity:0.5;
    opacity: 0.9;
    background-color:#000;
    height: 450px;

    width: 990px;
    color:#fff;
    padding-left: 25px;
}



.text1{
    filter:alpha(Opacity=80);
    -moz-opacity:0.5;
    opacity: 0.9;
    background-color:#000;
    height: 550px;
    width: 990px;
    color:#fff;
    padding-left: 25px;
}

.text2{
    filter:alpha(Opacity=80);
    -moz-opacity:0.5;
    opacity: 0.9;
    background-color:#000;
    height: 850px;
    width: 990px;
    color:#fff;
    padding-left: 25px;
}

.text p{margin-top: 25px;}
.text1 p{margin-top: 12px;}
.text2 p{margin-top: 12px;}
.light-2 .animation{
    animation: right-animate-50d linear 8s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 8s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 8s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 8s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-3 .animation {
    animation: left-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-4 .animation{
    animation: right-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-5 .animation {
    animation: left-animate-20d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-20d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-20d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-20d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-20d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-6 .animation{
    animation: right-animate-20d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-20d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-20d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-20d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-20d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-1 .animation {
    animation: left-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-2 .animation{
    animation: right-animate-20d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-20d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-20d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-20d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-20d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-3 .animation{
    animation: left-animate-20d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-20d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-20d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-20d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-20d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-4 .animation{
    animation: right-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-5 .animation{
    animation: right-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

/* left animate 50d */
@keyframes left-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes left-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* left animate 20d */
@keyframes left-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes left-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* right animate 50d */
@keyframes right-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes right-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* right animate 20d */
@keyframes right-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes right-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}