
body{
	margin: 0;
	background-color: #F97D07;

}
.headers {
		width: 1024px;
		margin: 0px auto 0px;	
	}

.tbg{
	
	background: rgba(255,145,10,1);
	background: -moz-linear-gradient(top, rgba(255,145,10,1) 0%, rgba(41,30,16,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,145,10,1)), color-stop(100%, rgba(41,30,16,1)));
	background: -webkit-linear-gradient(top, rgba(255,145,10,1) 0%, rgba(41,30,16,1) 100%);
	background: -o-linear-gradient(top, rgba(255,145,10,1) 0%, rgba(41,30,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,145,10,1) 0%, rgba(41,30,16,1) 100%);
	background: linear-gradient(to bottom, rgba(255,145,10,1) 0%, rgba(41,30,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff910a', endColorstr='#291e10', GradientType=0 );
}
.bg_info{
	background: rgba(255,145,10,1);
}
.colom_kiri{
	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
	float: left;
	width: 30%

}
.garis{
	border: 1px solid #000;
}
.shadow{
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.radient{
	background: rgba(255,175,75,1);
background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(92,60,17,1) 45%, rgba(133,76,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(45%, rgba(92,60,17,1)), color-stop(100%, rgba(133,76,3,1)));
background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(92,60,17,1) 45%, rgba(133,76,3,1) 100%);
background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(92,60,17,1) 45%, rgba(133,76,3,1) 100%);
background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(92,60,17,1) 45%, rgba(133,76,3,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(92,60,17,1) 45%, rgba(133,76,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#854c03', GradientType=0 );
}

.sosmed{
	font-size: 12px;
	color: lime;
}

.icofont-brand-line-messenger:before {
	content: "\ea03";
}
.icofont-brand-blackberry:before {
	content: "\e9b3";
}
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	font-size:11px;
	font-weight:bold;
	
}


.tablex td{text-align: center;}

.carousel-control{
    width: 8%;
}
.carousel-control:focus:not(:hover){
    opacity: .5;
}