@charset "utf-8";
/* CSS Document */

<style>
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.setelFont{
	font-weight:bold;
	font-family:Verdana;
	font-size:20px;
	text-decoration:none; 
	color:#000000;
}

.setelDeskripsi{
	font-family:Verdana;
	font-size:15px;
	text-decoration:none; 
}

.setelPanelJudul{
	font-size:22px;
	color:#FFFFFF;
	font-family:Verdana; 
	font-weight:bold;	
}

.setelPanelNavigasi{
	border-bottom:solid #000000 55px; 
	margin-top:-28px; 
	width:90px; 
	height:28px; 
	opacity:.61; 
	float:left;
}

.setelFontNavigasi{
	font-family:"Franklin Gothic Heavy";
	font-size:14px;
	color:#FFFFFF;
	width:90px; 
	height:28px;
	margin-top:45px; 
	margin-left:7px;
	text-align:center;
}

.setelDeskripsiService{
	width:294px;
	height:180px;
	text-align:justify;
	z-index:99999;
	background-repeat:no-repeat
	font-family:Verdana;
/*	max-width: 280px;
	width: 80%;
	font-size:13px;
	*/
}

.setelPanelCopyrights{
	font-size:12px; 
	color:#FFFFFF; 
}

.setelGambarService{
	width:245px; 
	height:155px; 
	background-repeat:no-repeat; 
	margin-top:20px; 
	float:left;
	width: 80%;	
}

.container {
/*	height:58px; 
	width:100px;*/
	background-repeat:no-repeat;
}

.overlay {
/*	height:58px; 
	width:100px;*/
	opacity: 0;
	transition: .1s ease;
	background-repeat:no-repeat;
}

.container:hover .overlay {
	opacity: 1;
}

 

</style>
