@charset "utf-8";

/*@import "http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300"; */
@import url(ticker.css);


body {
	font-family: "roboto_condensedregular", sans-serif, Helvetica, Arial;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 300;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
  line-height: 1;
  color: #aaaaaa;
}

/* ul reset */
/*ul { 
	list-style:none; 
	margin:0; 
	padding:0; 
}*/

a {
    /*font-family: Arial, Helvetica, sans-serif;*/
  	color: #264c84;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a:hover {text-decoration: none; color: #232323;}

blockquote{border-left:#cc6600 solid 5px;}

/* page header */
#header {
	/*background:url(../img/debut_dark.png) #323232;*/
	background: #000066;
	width:100%;
	padding-bottom: 0px;
}

#header_menu {
	background: #4b0082;
	width:100%;
	height: 100px;
	padding-bottom: 0px;
}


/* add this box */
.add-this {
	text-align:center;
}
.add-this img {
	margin-bottom:5px;
}

/* tabs */
.nav-tabs {
	margin-bottom:0;
}
.tab-content {
	border:1px solid #DDDDDD;
	border-top:0;
	padding:10px 12px;
}


.navbar .brand img{
	/*padding-top:5px;
	padding-bottom:5px;*/
}



/* headings */
h1.title, h2.title, h3.title, h4.title, h5.title {
	margin:20px 0;
	position:relative;
	z-index:2;
	text-align:center;
}
h1.title span, h2.title span, h3.title span, h4.title span, h5.title span {
	background:#FFF;
	padding:0 10px;
	position:relative;
	z-index:2;
}
h1.title:before, h2.title:before, h3.title:before, h4.title:before, h5.title:before {
	position:absolute;
	z-index:1;
	left:0;
	top:50%;
	content:"";
	border-top:1px solid #EEE;
	border-bottom:1px solid #FFF;
	width:100%;
}
.well h1.title span, .well h2.title span, .well h3.title span, .well h4.title span, .well h5.title span {
	background:#F5F5F5;
}
.well h1.title:before, .well h2.title:before, .well h3.title:before, .well h4.title:before, .well h5.title:before {
	border-top:1px solid #DDD;
	border-bottom:1px solid #F5F5F5;
}


/* top menu */
#topmenu {
	margin:5px 0;
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topmenu #date {color:#fff;font-size:100%;}
#topmenu #clock{color:#fff;font-size:100%;}
#topmenu form {
  margin: 0px;
}
#topmenu i {
	margin-right:5px;
}
#topmenu ul li.divider {
	color:#FFF;
}

#topmenu > ul > li {
	list-style:none;
	float:left;
	padding-left:10px;
}
#topmenu a  {
	color:#FFF;
	/*display:block;*/
	font-size:100%;
	
}
#topmenu .first a {margin-top:3px;}
#topmenu ul li.active a,
#topmenu a:hover {
	text-decoration:underline;
}

#topmenu input[type="text"] {
  display: inline-block;
  /*height: 16px;*/
  padding: 0px 4px;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 5px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#topmenu button {
	font-size:10px;
	line-height:13px;
	margin-bottom:9px;
}
/* main menu */
.navbar li a div {
	font-size:90%;
	line-height:100%;
	/*color:#666;*/
}

.nav-collapse li a .dropdown li a:hover {
  cursor: pointer;
}

/* navbar */
.navbar-pdptki{
	background:#4b0082;
}

#nav_pdptki {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#ul_pdptki {
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-right: 1px solid #7a7373;
	border-top: 1px solid #7a7373;
	border-bottom: 1px solid #7a7373;*/
	line-height: 78px;
	z-index: 99;
}

.navbar .nav.pull-down {
  margin-top: 20px; /* change according to logo/brand height */
  margin-bottom:20px;
  padding-top:20px;
}
.navbar .nav li.last a {
	padding-right:0;
}

/* dropdown on hover */
.navbar ul.nav li.dropdown > ul.dropdown-menu {
	margin-top:0px !important;
}
.navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.navbar ul.nav li.dropdown > a {
	cursor:pointer;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle	{background-color:transparent; color:#b5d44b;}
.navbar .nav > li > .dropdown-menu:after					{border:none;}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover	{color:#b5d44b; background:#ff9900;}

.dropdown-menu									{padding:0px;}
.navbar .nav li .dropdown-menu					{background:#4b0082;}
.navbar .nav li .dropdown-menu li					{background-image:none; padding: 3px;}
.navbar .nav li .dropdown-menu li:hover					{display: block;}
.navbar .nav li .dropdown-menu li a					{color:#fff; background:none transparent; text-align:left;}
.navbar .nav li .dropdown-menu li a:hover			{color:#fff; background:#ff9900; display: block;}
.navbar .nav li .dropdown-menu li:first-child a		{border-top:0px;}
.navbar .nav li .dropdown-menu li:last-child a		{border-bottom:0px;}
.navbar .nav li.open a.dropdown-toggle			{color:#b5d44b; background:url(../img/color-green.gif) repeat-x bottom;}


/**** CONTENT ***/
#content {margin-top:20px;}

/* Tabs */

.kolom1-tabs {
	margin-bottom:10px;
}


.kolom1-tabs .tab-summary li {
	display: block;
	padding-left:0px;
	margin: 0 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #ddd;
	
}
.kolom1-tabs .tab-summary .span1 {
	margin-left:0px;
	margin-right:5px;
	width:60px;
}
.kolom1-tabs .tab-summary .span2 {
	margin: 0 0 0 0;
	margin-left:10px;
	font-size:90%;
	width:260px;
}
.kolom1-tabs .tab-summary li img {
	float: left;
	margin-right:10px;
}

.kolom1-tabs .tab-summary li a {
	font-size:85%;
}
.kolom1-tabs .tab-summary li .read {
	color:#f00;
}
.kolom1-tabs .tab-summary li .date {
	color: #333333;
}

.kolom1-tabs .tab-summary li .span4 {
	
	max-width:280px; 
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;

}

.kolom1-tabs .tab-summary li .span4 a {
	color: #0066B3;
	
}
.kolom1-berita {
	margin-bottom:20px;
}

.kolom1-donwload {
	margin-top:20px;
}
.kolom1-download h4 {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top:10px;
}
.kolom1-download td {
	font-size:100%;
}
.kolom1-download a{
	color: #232323;
	text-decoration: none;
}
.kolom1-download a:hover{
	color: #264c84;
	text-decoration: none;
}
.kolom1-agenda td {
	font-size:100%;
}
.kolom1-agenda h4 {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top:10px;
}
.kolom1-agenda a{
	color: #232323;
	text-decoration: none;
}
.kolom1-agenda a:hover{
	color: #264c84;
	text-decoration: none;
}
}

/* kolom2 berita */
/*.kolom2-slide .carousel-caption a {
	color:#fff;
}

.kolom2-slide .carousel-caption a:hover {
	color: #880000;
	text-decoration:none;
}*/

.kolom2-berita li{
	padding-left:15px;
	padding-bottom:5px;
	font-size:85%;
	/*background: url(../images/bullet.jpg) 0 3px no-repeat;*/
}

/* kolom2 galery */

.kolom2-galery {
	margin-top:20px;
	width:100%;
}
.kolom2-galery ul li {
	/*display: inline;*/
}
.kolom2-galery .thumbnail {
	border:0px;
	padding: 0 0 0 0;
	padding-top:5px;
	
}

.kolom2-galery .thumbnail a img {
	width:98px; 
	height:65px;
	border:1px solid #aaa;
	padding: 1px;

}

.kolom2-galery .thumbnail h6 {
	color: #0066B3;
}

.kolom2-galery .thumbnail h6 a:hover {
	color: #880000;
	text-decoration:none;
}


/* Kolom 3 */
.kolom3-listticker {
	margin-top:0px;
}

.kolom3-statistik {
	margin-top:20px;
}

.kolom3-statistik h4{
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top:10px;
}
.kolom3-statistik td {
	font-family:"roboto_condensedregular";
	font-size: 95%;
}
}
.kolom3-polling {
	margin-top:40px;
}

.kolom3-polling h4 {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top:10px;
}

.kolom3-polling legend {
	text-align:center;
	border:0;
}
.kolom3-polling button {
	text-align:center;
}

.kolom3-banner {
	margin-top:0px;
	text-align: center;
	margin-bottom: 20px;
}
.kolom3-banner img{
	height: 50px;
	margin-bottom: 10px;
}

/*** Detail berita ***/
.kolom1-detail {
	margin-right: 20px;
}
.kolom1-detail img {
	float: left;
	display:inline;
	margin:10px 10px 10px 0px;;
	
}
.kolom1-detail .well {
	margin-top:10px;
}

.kolom1-detail .form-horizontal{
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	border: 0px solid #aaa;
}

.kolom1-detail .form-horizontal .control-group {
	margin:0 0 0 0;
	margin-bottom:5px;
	margin-top:5px;
}
.kolom1-detail .form-horizontal .control-group .control-label p{
	margin: 0 0 0 -40px;
	padding: 0 0 0 -40px;
}

/* footer */
#footer {
	margin-top:0px;
	color:#FFF;
	background: #000066;
	padding:10px 0 10px 0;
}
#footer.no-margin {
	margin-top:0;
}
#footer .copy {
	color:#fff;
	/*border-top:1px solid #333;*/
	padding-left:10px;
	margin-top:10px;
	font-size:100%;
}

#footer .navbar .navbar-inner .nav-collapse ul {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* upper footer */
#footer_upper {
	margin-top:20px;
	color:#FFF;
	background: #4b0082;
}

#footer_upper  a{
	color:#FFF;
}
#footer_upper  a:hover{
	text-decoration: underline;
}
#footer_upper li {
	list-style: square;
}
#kiri {
	margin: 10px;
	padding: 10px;
}
#tengah {
	margin: 10px;
	padding: 10px;
	border-left: 1px dashed #ff9900;
}
#kanan {
	margin: 10px;
	padding: 10px;
	border-left: 1px dashed #ff9900;
}

/* tombol */
.btn-custom { 
  color: #ffffff; 
  background-color: #cc6600;
text-align: center;  
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #f9411d;
  text-decoration: none;
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
}
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #BD1B77; 
  border-color: #E51DF0; 
} 
 
.btn-custom .badge { 
  color: #BD1B77; 
  background-color: #ffffff; 
}

/* carousel fade transition*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
  opacity: 0.2;
	top: 50%
}
.carousel-fade .carousel-control:hover {
  opacity: 0.5;
}
.carousel-fade .carousel-control { visibility: hidden; }
.carousel-fade:hover .carousel-control { visibility: visible; }
.carousel-caption{
	background: #3498db;
	color: #fff;
	opacity: 0.95;
	width: 50%;
}
.carousel-caption a{
	text-align: right;
	color: #0822e5;
}

.carousel-caption a:hover{
	color: #fff;
}
#atas-kiri {
	text-align: left;
    top: 0%;
	transform: translateY(0%);
	bottom: auto;
}
#atas-tengah {
	text-align: center;
    top: 0%;
	left: 25%;
	right: 25%;
	transform: translateY(0%);
	bottom: auto;
}
#atas-kanan {
	text-align: right;
    top: 0%;
	transform: translateY(0%);
	bottom: auto;
	right: 0%;
	left: auto;
}
#bawah-kanan {
	text-align: right;
    top: auto;
	transform: translateY(0%);
	bottom: 0%;
	right: 0%;
	left: auto;
}
#bawah-tengah {
	text-align: center;
    top: auto;
	left: 25%;
	right: 25%;
	transform: translateY(0%);
	bottom: 0%;
}
#bawah-kiri {
	text-align: left;
    top: auto;
	transform: translateY(0%);
	bottom: 0%;
}

/*panel*/
.panel-custom { 
	color:#341be7;
	display: inline-block;
	margin: 3px 0 10px 0;
    border-bottom: 3px solid  #ff9900;
    padding-bottom: 3px;
    position: relative;
    font-weight: 1000;
}

.panel-berita { 
	display: inline-block;
	margin: 3px 0 10px 0;
    border-bottom: 3px solid  #ff9900;
    padding-bottom: 3px;
    position: relative;
	color:#341be7;
	font-weight: 300;
	font-family: Arial, sans-serif;
}

.panel-page { 
	color:#264c84;
	display: inline-block;
	margin: 3px 0 20px 0;
    border-bottom: 3px solid  #ff9900;
    padding-bottom: 20px;
    position: relative;
    font-weight: 1000;
}

/*tombol scroll to top */
#tombolScrollTop
{
	cursor: pointer;
	position:fixed;
	right:5%;
	bottom:50px;
	z-index: 99;
	opacity: 0.5;
	/*border:3px solid #585858;
	background-color:white;
	color:#585858;
	border-radius:100%;*/
	height:50px;
	width:50px;
	/*font-size:15px;*/
	display:none;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.post-date{
    width: 80px;
    background: #a2397b;
    float: left;
    padding: 15px 0;
	margin-right: 10px;
}
.post-date:hover{
    background:#3498db;
}
.post-date .date{
    font-size:50px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-date .month{
    font-size: 16px;
    color:#fff;
    display: block;
    text-align:center;
    text-transform:uppercase;
	font-weight: bold;
}
.post-date .year{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
#sidebar{
   background: linear-gradient(to right,#dfe5c6,#ebeede);
	padding: 10px;
}

blockquote{border-left:#ff9900 solid 3px; color:#341be7; font-weight: 1000; display: inline-block;}

/*news slide*/
/*#news-slider{
    margin-top: 30px;
}
.post-slide{
    margin: 0 15px;
    margin-top: 40px;
    position: relative;
}
.post-slide .post-date{
    width: 80px;
    background: #a2397b;
    float: left;
    padding: 15px 0;
}
.post-slide:hover .post-date{
    background:#3498db;
}
.post-slide .date{
    font-size:30px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide .month{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    text-transform:uppercase;
}
.post-slide .post-content{
    padding-left: 98px;
}
.post-slide .post-content img{
    width: 100%;
    height: 150px;
}
.post-slide .post-title{
    margin:25px 0 15px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color:#3498db;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .read-more{
    display: inline-block;
    color:#fff;
    background: #3498db;
    padding:15px 13px;
    font-weight: bold;
    border-radius:2px;
    text-transform:uppercase;
    border-bottom:4px solid #226595;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    background: #226595;
}
.post-slide .read-more i{
    margin-left:10px;
    font-size:10px;
}
.owl-controls .owl-buttons{
    margin: 10px;
    position: absolute;
    top: -9%;
    width: 100%;
    text-align: center;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
    display: inline-block;
    padding: 8px 20px;
    background:#fff;
    border: 5px solid #444;
    margin-right:30px;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background:#3498db;
    border-color: #3498db;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #444;
    font-size:26px;
    line-height: 26px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover:after,
.owl-controls .owl-next:hover:after{
    color:#fff;
}
@media only screen and (max-width: 480px){
    .post-slide .post-date{
        width: 70px;
    }
    .post-content{
        padding-left: 85px;
    }
} */

.demo{
   /*background: linear-gradient(to right,#ffcccc,#d3d3d3);*/
   background: #fff;
   border-bottom: 2px solid  #b8b2b2;
   margin-bottom: 10px;
}
.video{
	background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 5px;
	/*padding-top:50px;*/
}
.video-slide{
    margin: 0 5px;
	padding-top:10px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: 200px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.video-slide .post-video iframe{
    width: 100%;
    height: 150px;
}
.post-slide .post-content{
    background: #fff;
    padding: 10px;
	margin-bottom: 5px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #a2397b;
}
.post-slide .post-title a:hover{
    color: #3498db;
    text-decoration: none;
}
.video-slide .post-title{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.video-slide .post-title a{
    display: inline-block;
    color: #232323;
    transition: all 0.3s ease 0s;
}
.video-slide .post-title a:hover{
    color: #264c84;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #bd6d00;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color:#ec2f0c;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
	color: #fff;
    text-decoration: none;
}

/*.owl-prev, .owl-next {
    position: absolute;
    top: 10%;
	right: 10%;
    margin-top: -50px;
    width: 20px;
    height: 20px;
    text-align: right;
    background-color: #fff;
}
.owl-next {
    right: 0px;
}*/