#over-lay-welcome {
        position:fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255,255,255,0.85);
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 0px;
        cursor: pointer;    
        z-index:9999;
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        align-items: center;
        color: #000;
    }

 #over-lay-welcome p{
    font-size: 17px;
 }

#over-lay-welcome h4{
    font-size:22px;
    font-weight:600;
    padding: 0px;
    text-transform: uppercase;
}
#over-lay-welcome img{
    display : block;
    margin-left: auto;
    margin-right : auto;
    width: 100%;
    height: auto;
}
.gallery .frame {
    overflow: hidden;
    border-radius: 3px;
}
.gallery .frame img {
   transition: all 0.3s;
    border-radius: 3px;
    object-position: center;
  object-fit: cover;
  width: 300px;
  height: 200px;
	transition-duration:0.4s;
	overflow: hidden;
}
.gallery .frame:hover img {
    transform: scale(1.1);
}
.mapouter{
    position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
.mapouter iframe{
    position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}
#music {
    display: none;
}
.play-pause {
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border-radius: 3px;
    cursor: pointer;
}
.play-pause:hover {
    background: #ddd;
}
.btn-donation {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding: 4px;
    max-width: 150px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    color: #000;
    border: solid 1px #e6e6e6;
}
.btn-qrcode {
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 3px;
    cursor: pointer;
}
.btn-qrcode:hover {
    background: #ddd;
}
.socmed img {
    margin: 0 5px;
    opacity: 0.8;
}
.socmed img:hover {
    opacity: 1;
}
#modalGift {
    color: #000;
}
#modalQrCode {
    color: #000;
}
#modalStream {
    color: #000;
}
@media (min-width: 576px) {
    .modal-sm {
        max-width: 330px;
    }
}
.social-share {
    position: relative;
    text-align: center;
}

.social-share ul{
    padding: 0px;
}

.social-share li{
    list-style: none;
    display: inline-block;
}
.social-share li a{
    background: #111111;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    margin:10px;
    display: inline-block;
}

.social-share li a:hover{
    opacity: 0.8;
}
.social-share li a.facebook{
    background: #3b5998;
}

.social-share li a.instagram{
    background: #FF1493;
}

.social-share li a.youtube{
    background: #FF0000;
}
#ribbon {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	font-weight: 400;
	padding: 15px;
	position: fixed;
	right: -269px;
	text-align: center;
	top: -125px;
	transform: rotate(45deg);
	transform-origin: 0 0 0;
	width: 500px;
	color: #333;
	z-index: 100;
}
.write {
  position: fixed;
  background-color: #23BCCC;
  color: #FFF;
  left: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all .1s ease;
  cursor: pointer;
  z-index: 100;
}
.write:hover {
  height: 50px;
  width: 150px;
  border-radius: 25px 30px 5px 25px;
}
.write:hover:after {
  display: inline-table;
  content: "Buat Sekarang";
}
.write:hover .fa-edit {
  display:none;
}