/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}

a {
    color: #333333;
}

a:hover {
    color: #c74442;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

 /* unvisited link */
/*a:link {
    color: #333333;
	font-weight: 500;
}*/

/* visited link */
/*a:visited {
    color: #333333;
}*/

/* mouse over link */
/*a:hover {
    color: #c74442;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/

/* selected link */
/*a:active {
    color: yellow;
}*/

p > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-caption h4 {
	color: #ffffff;
}

/* Header */
.top-nav {
	background-color: #222222;
	padding: 0px 0;
}
.top-nav .date {
	color: #dddddd;
	margin: 10px 0px;
	font-size: 90%;
}
.top-nav .search {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 70%;
	height: 25px;
}

.header {
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

/* Jumbotron */
.jumbotron{
    background: url(../img/jumbotron.png) no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.push-spaces {
    height: 221px;
}

@media (min-width: 320px) {
	.push-spaces {
		height: 50px;
	}	
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.push-spaces {
		height: 100px;
	}	
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.push-spaces {
		height: 221px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.push-spaces {
		height: 250px;
	}
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
@media (min-width: 768px) {
  .container {
    max-width: 980px;
  }
}

.jdl-kecil {
	font-weight: bold;
}
.jdl-potong-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px; /* fallback */
	max-height: 40px; /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.jdl-potong {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px; /* fallback */
	max-height: 60px; /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.news {
	height: 110px;
}
.pull-img-news {
	margin-right: 10px;
}

/* Gallery */
@media (min-width: 320px) {
	.gallery {
		height: 90px;
	}
}
@media (min-width: 768px) {
	.gallery {
		height: 240px;
	}
}
@media (min-width: 992px) {
	.gallery {
		height: 110px;
	}
}
@media (min-width: 1200px) {
	.gallery {
		height: 100px;
	}
}

/* Video */

/* Main */
.main { 
	margin: 0px 0px 15px 0px;
}

/* Panel */
.panel-title-red { 
	border-bottom: 2px solid #c74442; 
	margin: 15px 0px 15px 0px;
	padding: 8px 0px; 
}
.panel-red {
	padding: 10px 15px; 
	background: #c74442;
	color: #ffffff;
	text-transform: uppercase;
}

.panel-title-blue { 
	border-bottom: 2px solid #4cb3ed; 
	margin: 15px 0px 15px 0px;
	padding: 8px 0px; 
}
.panel-blue {
	padding: 10px 15px; 
	background: #4cb3ed;
	color: #ffffff;
	text-transform: uppercase;
}

.panel-title-green { 
	border-bottom: 2px solid #3c763d; 
	margin: 15px 0px 15px 0px;
	padding: 8px 0px; 
}
.panel-green {
	padding: 10px 15px; 
	background: #3c763d;
	color: #ffffff;
	text-transform: uppercase;
}

code {
  font-size: 80%;
}

/* Footer */
.footer-top {
	color: #dddddd;
	background-color: #222222;
	padding: 15px 0px;
}
.footer-top h3 {
	color: #ffffff;
	margin: 10px 0px 10px 0px;
}
.footer-top ul {
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size:85%;
}
.footer-top li a {
	color: #dddddd;
	display: block;
    padding: 4px 0px 4px 0px;
}

.footer-top li a:hover{
	color: #666666;
}

.footer-bottom {
	color: #cccccc;
	background-color: #0d0d0d;
	padding: 15px 0px;
	font-size: 85%;
}

/* Navbar */
.navbar-default {
	box-shadow: 2px 2px 5px #cccccc;
	/*margin-top: -28px;*/
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

/* Iklan */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

/* body { margin: 0; } */
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}