#ctn_whatsapp {
    z-index: 999;
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 10px;
}
#ctn_whatsapp a {
    display: flex;
    align-items: center;
    border: 1px solid #44c32e;
    padding: 4px 8px;
    border-radius: 25px;
    background-color: #51c641;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.11);
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff;
}
#ctn_whatsapp a .text{
     margin-left: 4px;
     font-size: 18px;
}
.ui-whatsapp:before{
    content:'';
    background:url('../../gambar/whatsapp.svg') left no-repeat;
    width:32px;
    height:32px;
    line-height: 32px;
    display: block;
}
@media only screen and (max-width: 767px){
    #ctn_whatsapp a{
        padding: 4px;
    }
    #ctn_whatsapp a .text{
        display:none;
    }
}
.imgheader img{
	width: 100%;
	height: auto;
	min-width: 100%;
}
.box{
	background-color: #fff;
	box-shadow: 0px 0px 10px #000;
	border-radius: 0px 0px 5px 5px;
}

.img img{
	width: 100%;
	height: auto;
}

.img a:hover{
	opacity: 0.8;
}

.portfolio-item {
	margin-bottom: 25px;
}

#search input[type="text"] {
    background: url(../../gambar/search-white-ahli-sumur-bor-yogyakarta.png) no-repeat 10px 6px #fcfcfc;
    border: 0px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #585858;
    width: 170px;
	margin-top: 10px;
    padding: 7px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.galeriphoto{
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #ccc;
}

.galeriphoto a:hover{
	opacity: 0.8;
}