.navbar-default{
	background-color:transparent;
	background-image:none;
}
.navbar.transparent.navbar-inverse.navbar-fixed-top{
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
.active.font-effect-fire-animation{
	border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

#myCarousel div div img{
	width:100%;
}
.navbar-right li a{
	font-size:18px;
	font-weight:bold;
	visibility:visible;
	color:#FF0000;
}
#ul-in-pre li{
  margin: 10px 0;
}
.carousel-indicators li{
	background-color:#FF0000;
	border-color:#00FF00;
}
.carousel-indicators .active{
	background-color:#00FF00;
	border-color:#FF0000;
}
#opening-container{
	background-color:#666666;
}
#about{
	width:100%;
	/*background-image:url("../images/bgimg-granite2.jpg");*/
}
#pendaftaran{
	width:100%;
	/*background-image:url("../images/bgimg-granite2.jpg");*/
}
#deposit{
	width:100%;
	/*background-image:url("../images/bgimg-granite2.jpg");*/
}
#cara-transaksi{
	width:100%;
	/*background-image:url("../images/bgimg-granite2.jpg");*/
}
#produk{
	width:100%;
	/*background-image:url("../images/bgimg-granite2.jpg");*/
}
.container h1{
	text-shadow: 4px 4px 4px #aaa;
	font-family:"Lobster";
	font-size: 30px;
	font-weight:700px;
	color:#FF0000;
}
.container h2{
	text-shadow: 4px 4px 4px #aaa;
	font-family:"Lobster";
	font-size: 25px;
	font-weight:700px;
	color:#FF0000;
}
.container .generalpar{
	text-shadow: 4px 4px 4px #aaa;
	font-family:"bree serif";
	font-size: 20px;
	font-weight:700px;
	color:#0000FF;
	text-shadow:Silver;
}
.container .articleparagraph{
	text-shadow: 4px 4px 4px #aaa;
	font-family:"bree serif";
	font-size: 20px;
	font-weight:700px;
	color:#0000FF;
	text-shadow:Silver;
}
.note{
	font-size:80%;
}
.currency{
	text-align:right;
}
#histats{
	width:50px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
pre{
    white-space: pre-wrap;
}