/*
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: auto;
    width: 890px;
    color:#fff;
    padding-left: 25px;
    padding-right : 25px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    font-family: ubuntu !important;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #ff0000;
}

.text p{margin-top: 25px;}
.text1 p{margin-top: 12px;}
.text2 p{margin-top: 12px;}
.text2 h1 {
    font-size: 35px;
}
.text2 h2 {
    font-size: 25px;
}
.text2 a {
    color: #ff0000 !important;
    font-weight: bold;

}
.text2 a:hover {
    color: #111 !important;
    text-decoration: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #111 !important;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.text2 img {
    max-width: 650px;
}
.judul {
    color: #ff0000;
    text-align: center;
}

.copyright {
    text-align: center;
    color: #fff;
}

.copyright a {
    color: #ff0000 !important;   
}