.saibumi-layanan {
	color : #777676;
	height : auto;
	padding-top : 50px;
	padding-bottom : 50px;
}

.saibumi-layanan  .panel-default > .panel-heading {
	background-color :#fff;
	border : 0;
} 

.saibumi-layanan  .panel-default > .panel-body h3 {
	color : #3c3c3c;
	font-weight : 700;
	font-size : 18px;
	text-shadow : none;
}

/*----- JUDUl ----- */
.judul {
	background-color : #c20704;
	padding-bottom : 20px;
	border-top : 7px solid #c20704;
}

.judul h3 {
	color : #fff;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	background-color : #c20704;
	padding-left : 30px;
	padding-right : 30px;
}

/* ----- SAMBUTAN ----- */

.saibumi-sambutan {
	background-color : #414141;
	height : auto;
	border-top : 8px solid #c20704;
	padding-bottom : 70px;
	background: url('../images/bgsambutan.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.saibumi-sambutan .kata-sambutan {
	margin-top : 70px;
	color : #d6d6d6;
}

.saibumi-sambutan .kata-sambutan  .kata{
	padding-left : 15px;
	border-left : 1px dotted #d5d5d5;
}

.saibumi-sambutan .kata-sambutan  p span {
	font-weight : 700;
	font-size : 18px;
}

.saibumi-sambutan .kata-sambutan img {
	margin-bottom : 40px;
}

/* ----- TENTANG KAMI ----- */

.saibumi-tentang {
	background-color : #fbfaf7;
	height : auto;
	border-top : 8px solid #c20704;
	padding-bottom : 70px;
}

.saibumi-tentang  .tentang-kami {
	margin-top : 70px;
	color : #555555;
}

.saibumi-tentang  .tentang-kami  .tentang-deskripsi{
	padding-left : 15px;
	border-left : 1px dotted #d5d5d5;
}

.saibumi-tentang  .tentang-kami p span {
	font-size : 25px;
	font-weight : 700;
	color : #9d0000;
}

.saibumi-tentang  .tentang-kami p.akhir {
	padding-bottom : 15px;
	border-bottom : 1px dotted #555;
}


/* ----- GALERI PHOTO ----- */
.saibumi-galeri {
	background-color : #2e2e2e;
	height : auto;
	border-top : 7px solid #bb0804;
	padding-bottom : 70px;
}

.wrap-gal-photo {
	padding : 65px 0px;
}

.wrap-gal-photo img {
	border-bottom : 5px solid #575757;
}

.galeriphoto {
	padding : 15px;
}

.ketgaleri {
	text-align : center;
	padding : 10px 20px;
	background-color : #000;
}

.ketgaleri > h4 {
	color : #fff;
	font-size : 14px;
	font-weight : 600;
}

.saibumi-klien {
	background-color : #fff;
	height : auto;
	border-top : 7px solid #bb0804;
	padding-bottom : 70px;
}

.saibumi-klien  .klien-kami {
	margin-top : 70px;
	color : #555555;
}

#klienkami .item{
  margin: 3px;
}
#klienkami .item img{
  display: block;
  width: 100%;
  height: auto;
}


.menualert {
    width: 100%;
    height: auto;
    background-repeat: repeat;
    text-align: center;
    padding: 80px 0px;
}

/* ----- HUBUNGI KAMI ----- */
.menuhubungikami {
	background-color : #fff;
	height : auto;
	border-top : 7px solid #c20704;
}

.keteranganhubungi {
	margin-top : 70px;
	vertical-align : middle;
}

.keteranganhubungi  h3{
	font-size : 18px;
}

/* ----- FOOTER ----- */
.footer {
	background-color : #600301;
	height : auto;
}

.teksfooter p {
	margin : 40px;
	text-align : center;
	color : #fff;
	font-weight : bold;
}

.teksfooter a {
	text-decoration : none;
	color : yellow;
}

.teksfooter a:hover {
	color : #fff;
	text-decoration : none;
}


/* ----- TO TOP ----- */
.scroll-top-wrapper {
	position : fixed;
	opacity : 0;
	visibility : hidden;
	overflow : hidden;
	text-align : center;
	z-index : 99999;
	background-color : #bb0804;
	color : #fff;
	width : 50px;
	height : 48px;
	line-height : 48px;
	right : 30px;
	bottom : 30px;
	-webkit-transition : all 0.5s ease-in-out;
	-moz-transition : all 0.5s ease-in-out;
	-ms-transition : all 0.5s ease-in-out;
	-o-transition : all 0.5s ease-in-out;
	transition : all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color : #ffa800;
}

.scroll-top-wrapper.show {
	visibility:visible;
	cursor : pointer;
	opacity : 1.0;
}

.scroll-top-wrapper i.fa {
	line-height : inherit;
}