
.uk-navbar-item{
	padding: 30px 14px;
}


/*---------------- Logo Amination ----------------*/

.page-id-381 .tm-toolbar, .page-id-381 .tm-header{
	display: none;
}
/* Setting fade transition and default settings */
body {
  color: #000;
  background-color: #b3dde6;
  transition: background-color 1s ease;
	
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* panel styles */
.panel {
  /* min height incase content is higher than window height */
 min-height: 80vh;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}
	.panel-1{
		/*display: flex;
		 min-height: 100vh;*/
	  }
	  
.logo-fix-1 img{
	position: fixed;
	width: 80px;
	top: 30px;
	left: 30px;
				
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	  }
	  
	  	  
.logo-fix-2 img{
	position: fixed;
	width: 80px;
	bottom: 20px;
	right: 20px;
				
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	
	
	  }


	  
.color-1 .logo-fix-1, .color-1 .logo-fix-2{

}

.color-1 .logo-fix-1 img, .color-1 .logo-fix-2 img{
		width: 600px;
		left: inherit;
	top: inherit;
	right: inherit;
	bottom: inherit;
	
	position: fixed;
			
	-webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
margin-left: -300px;
	margin-top: 20vh;
}
	  

.opacity-none img{
	opacity: 0;
	max-width: 600px
}


/*---------------- Modal ----------------*/


.uk-modal .uk-responsive-width{
	width: 1200px;
	height: 80vh;
}

#wahanda-online-booking-widget-iframe{
	height: 70vh;
	}


@media (max-width: 959px){ 

	.uk-navbar-item {
    padding-top: 50px ;
}


}
