/* Header */

.uk-navbar-container {
    border-bottom: 1px solid #efefef;
    border-top: 4px solid #ffc425;
    background-color: #fff;
}

a.booking {
    background-color: #ffc425;
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    color: #222;
    font-weight: 500;
    box-shadow: 2px 5px 10px rgba(0,0,0,.08);
}

.uk-navbar-toggle {
    color: #fff;
    font-weight: 500;
    background: #222;
    min-height: 40px;
    margin-left: 15px;
}

@media (min-width: 960px) {

a.uk-navbar-item.uk-logo img {
	transition: ease all 0.5s;
	height: 125px;
}

}

@media (max-width: 960px) {

a.uk-navbar-item.uk-logo img {
	transition: ease all 0.5s;
	height: 80px;
}

}

.uk-sticky.uk-sticky-fixed.uk-sticky-below a.uk-navbar-item.uk-logo img {
    height: 70px;
}

/* Slideshow */

a.el-slidenav.uk-icon.uk-slidenav-previous.uk-slidenav {
    margin-right: 5px;
}

a.el-slidenav.uk-icon.uk-slidenav-next.uk-slidenav {
    margin-left: 5px;
}

a.el-slidenav {
	background: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 3px;
  box-shadow: 2px 5px 10px rgba(0,0,0,.08);
  color: #222;
}