.logo-white{
	
		width: 100px;
    background: #fff;
    border-radius: 7px;
}

.logo-black{
	
width: 100px;
	
background: #fff;
	
border-radius: 7px;
}


.navbar-sticky-in .h_btn-header-book{background:#fff; color:#000 !important; }



section.call-to-action {
    position: relative;
    background: url(../img/kapak_360tour.jpg) no-repeat;
    background-size: cover;
	background-position:right;
}


.footer_wp {
    position: fixed;
    left: 30px;
    bottom: 55px;
    z-index: 99999;
    padding: 5px;
    border-radius: 5px;
}



/** Mobil **/

.slicknav-mobile a {color:#fff;}


@media (max-width: 991px) {
  .footer_wp {
	  left:0;
	  bottom:0;
  }
}