
body {
	/*background-color: #ecf0f1; */
	padding-top: 0px;
	background-image: url(bg.png);
	font-family: Arial!important; 

}

.top{
	padding-bottom: 10px; padding-top: 5px;
	font-size: 9pt;
	color: white;
	background: #ff670f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff670f 0%, #ff670f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff670f 0%,#ff670f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */

}
.bottom{
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center; 
}
.menu_top{
	padding-bottom: 3px; padding-top: 2px;
	list-style-type: none;
	display: inline-block;

}

.menu_top li {
    float: left;
    font-size: 10pt;

}

.menu_top li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    font-family: Arial;
    font-weight: bold;
    
}
.menu_top li a:hover{
	color: black;
	
}



.bg_menu{
	background: #97245e;
	margin-top: -20px;
	border-bottom: 2px solid #c0c0c0;
}

.bg_ticker{
	background-color: red;
	margin-top: 10px;
}
.bg_breadcrumb{

	background-color: #4078b0; 
/* background: rgba(76,76,76,1);
background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 ); */


}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.main_bg{
	padding: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.78);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.78);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.78);
}


.marquee a{
	color: #f39c12;
}


a:hover{
	text-decoration: none;

}

/* Top Nav */
ul.dropdown-menu {
	background-color: #01060c;
}
.nav .open > a,
.nav .open > a:focus,
 .nav .open > a:hover {
 	/*background-color: #f39c12;*/
 	/*background-color: #191a1a;
	/*background-color: #18bc9c; */
	background-color: yellow;
	color: #ffffff;
}
ul.dropdown-menu li a {
	color: #fff;
}
.navbar-default {
	/* Ganti  navbar
	/*box-shadow:0 2px 5px 0 rgba(0,0,0,0.24); */
	/*font-size: 10pt;*/
	border-radius: 0px;
	/*background: black;*/
	font-weight: bold;

	background: #ff670f; /* Old browsers */
	background: -moz-linear-gradient(top, #ff670f 0%, #ff670f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff670f 0%,#ff670f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff670f 0%,#ff670f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */

}

.navbar-custom {
	/*box-shadow:0 2px 5px 0 rgba(0,0,0,0.24); */
	/*font-size: 10pt;*/
	border-radius: 0px;
	background: #4078b0;

}

.header {
	z-index: 1;
	background: #97245e;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-position: center; 
	color:#FFF;
	font-size:17px;
	margin-top:-19px;
	margin-bottom: 20px;
	min-height:150px;
	padding:15px;
	text-shadow:0 1px 0 rgba(0,0,0,.15)
}
.header .header-logo {
	margin-top:18px;
	padding-right:30px;
	float:left
}
.header .header-text h1 {
	font-family:"Titillium Web",sans-serif
}
.header .lead,.header h1 {
	margin-bottom:0
}
.header a{
	color:#f39c12
}
.header a:hover {
	color:#f39c12
}
@media screen and (min-width:768px) {
	.header {
		font-size:17px;
		padding:20px 15px;
	}
	.tutup{
		display: inline;
	}
	.lates{ 
		display:none;
	}
	.navbar-brand{
		display: none;
	}
}

@media screen and (max-width:480px) {
	.top{
		display: none;
	}
	.header .header-logo {
		display:none;
	}
	.header .social-network {
		display: none;
	}
	.carousel-caption {
		display: none;
	}

	.header {
		text-align: center;
	}
	.text-slider2{
		display: none;
	}
	.lates{
		display:none;
	}
}

@media only screen and (max-width: 768px){
	.tutup{
		display: none;
	}
	.lates{
		font-size: 9pt;
		height: 50px;
		padding-bottom: 10px;
		border-radius: 0px;
	}
}


/* News Ticker */
.text-slider {
	z-index: 0;
	background: #162029;
	color:#FFF;
	font-size:17px;
	margin-top:-20px;
	margin-bottom: 20px;
	height:30px;
	padding:10px;
	text-shadow:0 1px 0 rgba(0,0,0,.15);
	box-shadow:0 2px 5px 0 rgba(0,0,0,10)
}

.text-slider2 {
	z-index: 0;
	background: #4078b0;
	color:#FFF;
	font-size:17px;
	margin-top:-20px;
	margin-bottom: 20px;
	height:35px;
	padding:20px;
	text-shadow:0 1px 0 rgba(0,0,0,.15);
	/*box-shadow:0 2px 5px 0 rgba(0,0,0,10)*/
}



.text-slider2 .container ul {
	top: -10px;
}

.text-slider .container ul {
	top: -5px;
}
@media screen and (min-width:768px) {
	.text-slider .container ul {
		top: -5px;
	}

}

@media screen and (max-width:480px) {
	.text-slider .container ul {
		top: -5px;
	}

}

.footer {
    width: 100%;
    background: #97245e;
    padding: 25px 0 55px;
    margin-top: 30px;
    bottom: 0;
    border-top: 2px solid #909090;
}
.footer h4 {
	color:#fff;
	font-weight:700;
	padding-bottom:17px;
	font-size:20px;
	margin:30px 0 17px;
	position:relative
}
.footer h4::after {
	background-color:#d5d5d5;
	bottom:0;
	content:"";
	height:1px;
	left:0;
	position:absolute;
	width:40px
}
.footer a, .footer p {
	color:#fff
}
.footer a:hover {
	color:#fff;
	text-decoration:none
}
.footer ul {
	margin:0;
	padding:0;
	list-style:none
}
.footer ul li {
	font-size:15px;
	font-weight:300;
	padding-bottom:4px;
	list-style:none
}
.footer ul li:last-child {
	border:0
}
.copyright {
	text-align: center;
	width:100%;
	background:#ff670f;
	padding:20px 0 10px 0;
}
.copyright  {
	font-size:14px;
	margin-bottom:0;
	color: #fff;
}
.copyright a {
	color: #fff;
}
.no-padding {
	padding: 0;
}
.no-border {
	border:none;
}
.media {
	background-color: #fff; 
}
.media h4 a, .thumbnail h4 a {
	color: maroon;
}

.panel-default {
	border-color: #97245e;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color:  #97245e;
	/* background: rgba(76,76,76,1);
	background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 50%, rgba(71,71,71,1) 57%, rgba(44,44,44,1) 64%, rgba(0,0,0,1) 65%, rgba(17,17,17,1) 73%, rgba(43,43,43,1) 87%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(50%, rgba(102,102,102,1)), color-stop(57%, rgba(71,71,71,1)), color-stop(64%, rgba(44,44,44,1)), color-stop(65%, rgba(0,0,0,1)), color-stop(73%, rgba(17,17,17,1)), color-stop(87%, rgba(43,43,43,1)), color-stop(94%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 50%, rgba(71,71,71,1) 57%, rgba(44,44,44,1) 64%, rgba(0,0,0,1) 65%, rgba(17,17,17,1) 73%, rgba(43,43,43,1) 87%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 50%, rgba(71,71,71,1) 57%, rgba(44,44,44,1) 64%, rgba(0,0,0,1) 65%, rgba(17,17,17,1) 73%, rgba(43,43,43,1) 87%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 50%, rgba(71,71,71,1) 57%, rgba(44,44,44,1) 64%, rgba(0,0,0,1) 65%, rgba(17,17,17,1) 73%, rgba(43,43,43,1) 87%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
	background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 50%, rgba(71,71,71,1) 57%, rgba(44,44,44,1) 64%, rgba(0,0,0,1) 65%, rgba(17,17,17,1) 73%, rgba(43,43,43,1) 87%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 ); */

}
.panel-title {
	font-weight: bold;
}

.slider {
	margin-bottom: 25px;
}

/* Bootstrap Posts */
.thumb {
   display: block;
	width: 100%;
	margin: 0;
}
.by-author {
	line-height: 1.3;
}
.featured-article {
	position: relative;
	margin-bottom: 1em;
}
.featured-article .block-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	padding: .5em;
	width: 100%;
	color: #fff;
}
.featured-article .block-title h2 {
	margin: 0;
}
.main-list .media {
	border: 4px solid #ffffff;
}

..thumbnail {
	border-radius: 1px;
}

/* Page Header */ 
.post-header {
	
	font-weight: bold;
	color: #fff;
	background-color: #97245e;
	/* margin-bottom: 10px;
	background: rgba(76,76,76,1);
	background: -moz-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: linear-gradient(135deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 ); */
}
.breadcrumb .post-header a {
	cursor: pointer;
}

/* Back to TOP */ 
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #18bc9c;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #f39c12;
}
#return-to-top:hover i {
    color: #fff;
}

.text-danger {
	color: #f44336;
	font-style: italic;
}
/* Marquee */
ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	height: 22px;
	background-color: transparent;
}
ul.marquee li {
	position: absolute;
	top: -900em;
	left: 0;
	display: block;
	white-space: nowrap;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
}

/* footer social icons */
ul.social-network {
	margin-top: 3px;
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a:hover {
	background-color: #18bc9c;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	background-color: #f39c12;
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:16px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.carousel-caption {
	color: yellow;
	font-size: 20px;
	text-align: left;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 5%;
	right: 5%;
	z-index: 10;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 2);
}

.tab-content {
	padding: 25px;
	background-color: #fff;
	border-left: 1px solid #97245e;
	border-right: 1px solid #97245e;
	border-bottom: 1px solid #97245e;
}
.nav-tabs {
	border-bottom: 2px solid #97245e;
}
.nav-tabs > li {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}
.nav-tabs > li a {
	color: #111111;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #97245e;
  border: 1px solid #97245e;
}
/* Overide Toastr color */
.toast {
  background-color: #030303;
}
/* custom toastr success */
.toast-success {
  background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
  background-color: #ef4836;
}
/* custom toastr info */
.toast-info {
  background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
  background-color: #ffb848;
}
#toast-container > div {
	width: 360px;
	opacity: 0.9;
}

.form-group {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 4px;
  }


}


.tags a {
	display: inline-block;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 0 7px 0 14px;
	white-space: nowrap;
	position: relative;

	background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));
	background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);
	background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);
	background-color: #FEC95B;

	color: #963;
	font: bold 11px/21px Arial, Tahoma, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,0.4);

	border-top: 1px solid #EDB14A;
	border-bottom: 1px solid #CE922E;
	border-right: 1px solid #DCA03B;
	border-radius: 1px 3px 3px 1px;
	box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0,0,0,0.21);
}


    .tags a:hover { 
      color: #FFF;  
      text-shadow: -1px -1px 0 rgba(153,102,51,0.3);  
    } 

