/*!
Theme Name: sunsine
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sunsine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sunsine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');


.site-header {
	box-sizing: border-box;
	padding: 18px 0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	/* background: #000; */
	color: #fff;
}
* {
	font-family: 'Work Sans', sans-serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	    font-family: 'Domine', serif;
}
a:hover,a, a:focus{
	text-decoration: none;
}
.site-header__container {
	display: flex;
	position: relative;
	padding:0 45px;
	-webkit-align-items: center;
	        align-items: center;
}

.site-header__burger {
	position: relative;
	z-index: 101;
}

button, .btn, .sl-wrapper button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	box-sizing: border-box;
	font: inherit;
	font-weight: 500;
	letter-spacing: inherit;
	line-height: 1.2;
	color: inherit;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.burger-btn {
	padding: 0;
	position: relative;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.burger-btn {
	    width: 85px;
	border: 2px solid currentColor;
	outline-color: transparent;
	position: relative;
	transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	overflow: hidden;
}
.burger-btn:before, .booking-btn:before {
	content: "";
	display: inline-block;
	padding-top: 100%;
}
.burger-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	background: #fff;
	width: 41px;
	transform: translate(-50%,50%);
}

.burger-btn span::after, .burger-btn span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	transform: translateY(-10px);
	transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),opacity 180ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.burger-btn span:before {
	transform: translateY(-10px);
}
.burger-btn span::after {
	transform: translateY(10px);
}



.menu-open .burger-btn {
	transform: rotate(45deg);
}


.menu-open .burger-btn span::before {
	transform: translateY(0) rotate(90deg);
}

.menu-open .burger-btn span:after {
	transform: translateY(0);
	opacity: 0;
}

.site-header__menu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('./assets/img/slideshow.jpg') #000;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	visibility: hidden;
	transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),visibility 0s 200ms;
	overflow: auto;
}

.site-header__menu::before {
	height: 100%;
	background: #000;
	opacity: .55;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 89;
	content: '';
}
.site-header__menu-content {
	padding-bottom:30px;
	position: relative;
	z-index: 1000;
}

.menu-open .site-header__menu {
	opacity: 1;
	visibility: visible;
	transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95),visibility 0s;
}


 .site-header__menu-content {
	height: 100%;
}



 .site-header__menu-content  nav > div > div > ul {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	display: flex;
 	text-align: center;
 	-webkit-justify-content: center;
 	        justify-content: center;
 	-webkit-flex-wrap: wrap;
 	    -ms-flex-wrap: wrap;
 	        flex-wrap: wrap;
 	
 }
 .site-header__menu-content  nav {
	height: 100vh;
	overflow:auto;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	align-items: center;
 }
.site-header__menu-content nav > div {
	height: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.site-header__menu-content nav > div > div {
	
	align-items: center;
	justify-content: center;
}
 .site-header__menu-content  nav  div.uk-container > div > ul > li {
 
 	line-height: 1;
 }


 .site-header__menu-content  nav  div.uk-container  > div > ul > li > a {
	display: inline-block;
	color: #fff;
	transition: color 450ms cubic-bezier(0.39, 0.575, 0.565, 1);

	position: relative;
		margin:20px 40px;
	    font-family: 'Domine', serif;
 	font-size:40px;
 	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
}

 .site-header__menu-content  nav  div.uk-container  > div > ul > li > a:hover {
 	color: #E73C19;
 	text-shadow: 	none;
 }
 .site-header__menu-content  nav  div.uk-container  > div > ul > li.current-menu-item > a {
	pointer-events: none;
}


.js-bg-nav  .bg-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	top: 0;
}


.bg-hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.bg-show 
.js-bgnav  .bg-hover {
	opacity: 1;
}


.site-header__branding {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	z-index: 	101;
}

.site-header__phone {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: auto;
}

.site-header__phone a {
	line-height: 1;
	margin: 10px;
	color: #fff;
	font-size: 35px;
}
.site-header__phone::after {
	content: '';
	display: inline-block;
	background-color: currentColor;
	width: 1px;
	height: 50px;
	margin: 0 10px;
}

.site-header__booking, .site-header__phone, .site-header__burger  {
	position: relative; 
	z-index: 	101;
}

.btn-round {
	position: relative;	
	padding: 0;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-gradient {
	transition: background-image 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
	background-image: linear-gradient(0deg, #E73C19, #CB1720);
	color: #fff;
}
.booking-btn {
	font-size: 20px;
	width: 120px;
}
.booking-btn span {
	padding: 0 40px;
	text-transform: uppercase;
	line-height: 1.4;
	display: inline-block;
}
.booking-btn:hover {
	transition: background-image 450ms cubic-bezier(0.39, 0.575, 0.565, 1);
	background-image: linear-gradient(0deg, #F47D2A, #D22528);
	color: 	#fff;
}


.page-hero {
	box-sizing: border-box;
	height: 100vh;
	background:#000;
	display: flex;
	position: relative;
	padding:  0;
	z-index: 1;
}

.site-header__branding .custom-logo-link img {
	width: 165px;	
}


.page-hero .page-hero__media-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.responsive-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.responsive-video .video-background {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
	overflow: hidden;
}

.responsive-video iframe {
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	    width: 3000px !important;
    height: 160vh !important;
}

.page-main {
	position: relative;
	z-index: 10;
	background-color: #fff;
	color: #404040;
}


.site-header.menu-open {
	position: fixed;	
}


.page-section {
	padding: 70px 0;
}

.section-label {
	 font-weight: 500;
    font-size: 20px;
    color: #E73C19;
    line-height: inherit;
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
}

.section-header {
	margin-bottom: 40px;
}

.grid {
	    display: grid;
	    column-gap:40px;
	        grid-template-columns: repeat(12, 1fr);
}
.cols2 {
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}


.section-title {
	font-size:50px;
	    opacity: 0;
    transform: translateY(50px);
    margin-top: 0;
    margin-bottom: .5em;
}

.section-content {
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.5;
}

.content-image .image-wrapper {
	position: relative;
	overflow: hidden;
}
.content-image .image-wrapper img {
	    transform-origin: right top;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}

.content-image .image-wrapper::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
    height: 100%;
background:#f3f3f3;
    transform: scaleX(1);
    transform-origin: right center;
    z-index: 6;
}
.content-image.active .image-wrapper::before {
	transform: scaleX(0);
}
.content-image.active .image-wrapper img {
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.55s;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.section-content p {
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985),transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	font-size: 18px;
	line-height: 33px;
	font-weight: 400;
}


.section-action {
	margin-top:23px;
}

.learn-more-link {
	font-weight: 500;
	color: #E73C19;
	font-size: 17px;
}

.title {
	font-size: 40px;
	    color: #e73c19;
}

.title a {
		color: #000;
	    font-family: 'Domine', serif;
}


.events-hall {
	position: relative;
}

.events-hall h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.events-hall h3 a {
	color: #fff;
}


.search-btn {
	background: #E73C19;
	border-color: transparent;
	color: #fff;
	padding: 16px 33px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.9px;
	position: relative;
	border-radius: 51px;
}

.uk-btn-small {
	padding: 11px 22px;
	font-size: 11px;
}

.search-btn:hover {
	color: #fff;
	opacity: .9;
}

.hotel-title {
	text-transform: uppercase;
	padding-top: 18px;
	margin-bottom: 0;
	margin: 0;
	font-size: 20px;
}
.hotel-title a {
	    font-family: 'Domine', serif;
	color: #333;
}


.home-spacing {
	padding:63px 0;
}

.small-cap {
	color: #e73c19;
	display: block;
	font-family: 'Domine', serif;
	line-height: 54px;
}

.flexslider {
	background:none;
	padding: 0;	
	margin: 0;	
	border:None;
	
}
.room-details h3 {
	font-size: 35px;
	margin-bottom: 14px;
	font-weight: 600;
}
.room-details  p {
	font-size: 18px;
	line-height: 33px;
	font-weight: 400;
	margin:20px 0 30px 0;
}
.room-details strong {
	font-size: 20px;
	font-weight: 600;
}


.flex-direction-nav a::before {
	font-family: 'Material-Design-Iconic-Font';
	content: '';
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-top: -3px;
	display: inline-block;
}
.flex-direction-nav a.flex-prev:before {
	
  content: '\f2fa';
}
.flex-direction-nav a.flex-next:before {
  content: '\f2fb';
}
.room-section .flex-direction-nav a {
	background: #e73c19;
	color: #fff;
	text-shadow: none;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.flex-direction-nav .flex-prev {
	left: -20px;
	border: 3px solid #fff;
}


.all-rooms .flex-direction-nav {
	
	background: #989;
	position: absolute;
	top:50%;
	left: 0;
	width: 50%;
}


.flex-direction-nav .flex-nav-next {
	right: 10px;
	position: absolute;
}

.flex-direction-nav .flex-nav-next > a {
	
	border: 3px solid #fff;
}

.all-rooms  .flex-control-paging {
	display: none;	
}

.services-col .image-column {
	grid-column: 1/9;
	grid-row: 1;
}
.services-col .content-column {
	grid-row: 1;
	padding: 100px 0 60px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	grid-column: 7/13;
}

.services-col .content-column .content-block {
	background-color: #fff;
	padding: 35px;
	/* max-width: 500px; */
	    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.block-description p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 10px;	
}
.block-header h3 {
	font-size: 25px;
	margin: 0 0 10px 0;
}

.block-header h3 a {
	color: 	#000;
	 font-family: 'Domine', serif;
}

.block-action {
	margin-top:0;	
	text-align: right;	
}

.block-action a {
	font-size: 16px;	
}


.testimonial-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	align-items: center;
	position: relative;
	background-color: #bc92593d;
}


.each__review h3 {
	margin:12px 0 0 0;
	/* margin: 0; */
	font-size: 22px;
	line-height: 1.7;
	font-weight: 400;
}


.gallery-item a {
	display: block;	
	overflow: hidden;	
	-webkit-transition: 	0.3s linear;
	   -moz-transition: 	0.3s linear;
	    -ms-transition: 	0.3s linear;
	     -o-transition: 	0.3s linear;
	        transition: 	0.3s linear;
}

.gallery-item a img {
	
	-webkit-transition: 	0.3s linear;
	   -moz-transition: 	0.3s linear;
	    -ms-transition: 	0.3s linear;
	     -o-transition: 	0.3s linear;
	        transition: 	0.3s linear;
}

.gallery-item a:hover img  {
	-webkit-transform: 	scale(1.3);
	   -moz-transform: 	scale(1.3);
	    -ms-transform: 	scale(1.3);
	     -o-transform: 	scale(1.3);
	        transform: 	scale(1.3);
	-webkit-transition: 	0.3s linear;
	   -moz-transition: 	0.3s linear;
	    -ms-transition: 	0.3s linear;
	     -o-transition: 	0.3s linear;
	        transition: 	0.3s linear;
}


.booking-agency {
	background-color: #fff;
	position: relative;
    z-index: 10;
}

.site-footer {
	    position: relative;
    z-index: 10;
    background-color: #E73C19;
    color: #404040;
}

.contact-information span strong {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 	400;
}



.site-footer .contact-information span strong, 
.site-footer  .contact-information span i, .site-footer .contact-information span, 
.site-footer .contact-information span a  {
	color: #fff;
}
.contact-information span i {
	position: absolute;
	left: 0;
	top: 3px;
}

.contact-information span {
	position: relative;
	display: block;
	padding: 0 19px 12px 45px;
	font-size: 17px;
	font-weight: 600;
}

.social-links a {
	display: inline-block;
	background: #E73C19;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 13px;
	color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.contact-information span a {
	
	color: inherit;
}
.contact-information span a:hover {
	opacity: .7;
}


.last-footer {
	position: relative;
	z-index: 10;
	padding-bottom: 5px;
	background-color: #fff;
	color: #404040;
	margin-top: 0;
	padding-top: 26px;
}

.contactMap-iframe iframe {
	width: 	100%;
}



.site-footer .title {
	color: 	#fff;
}


.video-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .7;
}


.page-header__content {
	height: 100%;
	text-align: center;
	position: absolute;
	display: flex;
	color:#fff;
	
	-webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	-webkit-align-items: center;
	        align-items: center;
}

.page-header__content h2 {
	color: #fff;
	font-size: 55px;
	/* text-transform: uppercase; */
}

.title-wrap h2 {
	font-size: 40px;
}
.title-wrap p {
	font-size: 18px;
line-height: 33px;
font-weight: 400;
}

.plain-list {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
}
.plain-list li {
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 49px;
	position: relative;
}
.plain-list li img {
	position: absolute;
	left: 0;
	width: 35px;
	/* height: 23px; */
	top: 7px;
}
.plain-list li strong {
	display: block;
}


.breadcrumb-menu {
	padding: 12px 0 0 0;
}

.breadcrumb li, .breadcrumb a {
	color: #111;
	margin: 0 0 0 0 !important;
	transition: linear 0.2s;
	font-size: 16px;
	letter-spacing: 0px;
}

.sep {
	margin: 0 10px;
	margin-bottom: 0px;
	color: #e73c19;
	font-size: 16px;
}

.facilities-amenities {
	background:#fff;
}

.facilities-amenities ul {
	margin: 45px 0 0 0;
	list-style: none;
	padding: 0; 	
	display: grid;
	grid-template-columns:repeat(3,1fr);
 }
.facilities-amenities ul li {
	display: inline-block;
	padding: 0 28px;
	position: relative;
	margin-bottom: 13px;
	margin-right: 34px;
	font-size: 17px;
}
.facilities-amenities ul li::before {
	content: "";
	position: absolute;
	left: 0;
	background: #090;
	height: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 10px;
	top: 10px;
}

.you-may-like {
	background:#fff;
}


.page-template-no-banner .site-header, .error404 .site-header {
	position: static;
	background:#fff;
}


.page-template-no-banner .site-header  .burger-btn, 
.error404 .site-header  .burger-btn,
.site-header.uk-active  .burger-btn  {
	border: 2px solid #d01d1e;
}


.page-template-no-banner .site-header  .burger-btn span, .error404 .site-header  .burger-btn span,
.site-header.uk-active  .burger-btn span  {
	background: #d01d1e;
}
.the-content, .the-content p {
	line-height: 35px;
	font-size: 19px;
	color: #000;
}


.page-template-no-banner .site-header  .site-header__phone a,
.error404 .site-header  .site-header__phone a,
.site-header.uk-active  .site-header__phone a {
	color: #d01d1e;
}

.page-template-no-banner .site-header  .site-header__phone::after,
.error404 .site-header  .site-header__phone::after, 
.site-header.uk-active .site-header__phone::after  {

	background-color: #d2201e;
}


.page-template-no-banner .site-header.menu-open .burger-btn,
.error404 .site-header.menu-open .burger-btn,
.site-header.uk-active.menu-open .burger-btn {
    border: 2px solid #fff;
}


.page-template-no-banner .site-header.menu-open .burger-btn span, 
.page-template-no-banner .site-header.menu-open .site-header__phone::after,
.error404 .site-header.menu-open .burger-btn span, 
.error404 .site-header.menu-open .site-header__phone::after,
.site-header.uk-active.menu-open .site-header__phone::after,
.site-header.uk-active.menu-open .burger-btn span{
    background: #fff;
}



.page-template-no-banner .site-header.menu-open  .site-header__phone a,
.error404 .site-header.menu-open  .site-header__phone a ,
.site-header.uk-active.menu-open  .site-header__phone a {
	color: #fff;
}


.other-page-header .page-hero {
	height: 55vh;
}


.other-page-header .page-header__content h2 {
	padding-bottom: 30px;
}


.contact-form form label {
	font-family: 'Domine', serif;
}
.contact-form form input {
	display: block;
	height: 50px;
	font-size: 17px;
	margin-top: 13px;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #0000002b;
}
.contact-form form input[type="submit"] {
	background: #e73c19;
	color: #fff;
	border: none;
	font-weight: 600;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	height: 45px;
	padding: 10px 50px;
}
.contact-form form textarea {
	width: 100%;
	margin-top: 13px;
	
	border: 1px solid #0000002b;
	-webkit-border-radius: 5px;
	border-radius: 35px;
}
.contact-form form input[type="submit"]:hover {
	opacity: .8;
}


.contact-image {
	margin-bottom: 40px;
}


.error-404 h4 {
	margin-bottom: 30px;
}


.content-area p {
	font-size: 18px;
	line-height: 33px;
	font-weight: 400;
}






.all-available-rooms {
	margin-top: 40px;
	
}
.hotel-detail p {
	margin: 0 0 0px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.hotel-detail .btn-holder {
	margin-top: 20px;
}

.rooms >   a {
	display: block;
	height: 350px;
	overflow: hidden;
	
}

.rooms >  a img {
	height: 100%;
	width: 100%;
	object-fit:cover;
}

.about-featured-image {
	margin-bottom: 40px;
}


.alignleft {
	margin-right:30px;
	float: left;
}
.alignright{
	margin-left:30px;
	float: right;
}
.the-content img {
	margin-bottom: 20px;
}


.site-header.uk-active .site-header__branding {
	
	display: none;
}


.page-hero__media-wrapper .flexslider  .flex-direction-nav {
	display: none;
}
.page-hero__media-wrapper .flexslider,
.page-hero__media-wrapper .flexslider .slides,
.page-hero__media-wrapper .flexslider .slides li,
.page-hero__media-wrapper .flexslider .slides li img {
	height: 100%;
	object-fit:cover;
}



.rooms  h3.hotel-title {
	padding-bottom: 18px;
}

.last-footer  p a {
	color: #333;
}

.booking-agency ul {
	margin: 0  0 0px 0;
	padding: 0 0 40px 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.booking-agency ul li {
	margin-right: 23px;
}