:root {
	--main-font-size: 35px;
	--brand-blue:#007DC2;
	--brand-grey: #073854;/*#4C485A;*/
	--brand-lightgrey: #ECECED;
	--brand-mediumgrey: #747475;
	--white: #ffffff;
	--black:#000;
	--font-opensans:'Open Sans', Arial, sans-serif;
	--font-playfair: 'Playfair Display', Georgia, serif;
	--table: table;
	--table-cell: table-cell;
	--w100: 100%;
	--h100: 100%;
	--font-size: 1rem;
	--font-size-0: 3rem;
	--font-size-1: 1.75rem;
	/*28px*/
	--font-size-2: 1.5rem;
	/*24px*/
	--font-size-3: 1.3125rem;
	/*21px*/
	--font-size-4: 1.125rem;
	/*18px*/
	--font-size-5: 0.875rem;
	/*14px*/
	--font-size-19: 1.1875rem;
	/*19px*/
  }
 .swup-transition-fade {
	transition: 0.5s;
	opacity: 1;
  }
  .chrono-container .chrono-bookingbutton {bottom: 20px !important;}
  .chrono-container .chrono-panel-header a>span {
    font-weight: 500 !important;
}
  html.is-animating .swup-transition-fade {
	opacity: 0;
	transform: translateY(5px);
  }
  .loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: var(--brand-grey);
    width: 100%;
    height: 0%;
	top: 0;
	
}
@keyframes slideUp{
    0%{
        transform: translate3d(0, 100%, 0)
	}
    100%{
        transform: translate3d(0, 0, 0)
	}	
}
html.is-animating .loading-screen {
	transition: 0.5s all ease-in-out;
    height: 100%;
}
.load-container {
    position: fixed;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}

* {
	box-sizing: border-box; 
}

body {
	padding: 0;
	margin: 0 auto; 
}

body, td, input[type=text], textarea {
	font-family: var(--font-opensans);
	font-size: 16px; 
	line-height: 1.8;
	color: #636569;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {font-family: var(--font-playfair); font-weight: 400; color: var(--brand-grey);}

img {
	max-width: 100%; 
}

h2 {
	font-weight: normal;
}
em {color: #636569;}
/* h3 {
	border-top: 1px solid #eee; 
	padding-top: 1em;
	color: #777; 
} */

p,.content li{
	font-size: var(--font-size-4);
}
.uk-modal-body p,.uk-modal-body li {
	font-size: var(--font-size);
}
a {
	color: var(--brand-blue);
	text-decoration: none;
	/*border-bottom: 1px solid #ccc; */
}
	a:hover,
	.nav a:hover {
		color: #000;
		border-color: #aaa; 
	}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em; 
	border-left: 4px solid #ddd; 
	font-style: italic; 
	color: #777; 
}

pre, code {
	background: #eee; 
	border: 1px solid #ddd; 
}

pre {
	font-size: 14px; 
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd; 
}
/*header*/
header {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 2;
	min-height: 80px;
	max-height: 85px;
	/* background: linear-gradient(0deg, rgba(7,56,84,0) 0%, rgba(7,56,84,0.9) 100%); */
	transition: all .2s ease-in-out;
}
/* header:hover {background: linear-gradient(0deg, rgba(7,56,84,0) 0%, rgba(7,56,84,.8) 50%);} */
header.uk-sticky-fixed {background: rgba(7,56,84,0.7);min-height: auto;}
header .uk-navbar {min-height: 100px;}
header.uk-sticky-fixed .uk-navbar {min-height: 0px;}
header.uk-sticky-fixed .logo {
    height: 30px;
    max-width: 254px;
}
header.uk-sticky-fixed  .lang > a.uk-icon {display: none;}
.solid-header {
	min-height: 300px;
	width: 100%;
	background-color: var(--brand-grey);
	display: flex;
    align-items: flex-end;
}
.solid-header h1{ color: var(--white); font-size: 3em;line-height: 1em;}
.brand{
	display: flex;
}
.logo {
	max-width: 320px;
    position: relative;
    height: 50px;
}
/*navigation*/
.nav-holder {
	display: flex;
    justify-content: flex-end;
}
.topnav {
	margin: 0;
    align-items: flex-end;
    padding-bottom: .5rem;
    line-height: 1.2;
}
.topnav li {
	display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.topnav a {font-family: var(--font-playfair); font-weight: 400; text-transform: uppercase; color: var(--white);font-size: var(--font-size-19);}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
	min-height: 45px;
}
/*lang*/
.lang {
	flex-direction: column;
    align-items: baseline;
	border-left: 1px solid rgba(255, 255, 255, .3);
	justify-content: space-between;
	align-items: center;
	
}
.lang > a,.lang > a:hover,.lang > a:focus { color: var(--white); font-size: 13px;}
/* .lang > a:first-of-type{visibility: hidden;} */
.uk-navbar-toggle {
    color: var(--white);
}
.languages li{list-style-type: none; display: inline; text-transform: uppercase;font-size: 13px;}
.uk-modal-dialog ul.uk-nav {
    font-family: 'Playfair Display';
    font-size: 1.25rem;
}
.uk-modal-dialog ul.uk-nav ul{
    margin-left: 25px;
	font-size: 1.05rem;
}
.uk-modal { z-index: 999999;}
aside{z-index: 10; bottom: auto !important; border-left: 1px solid var(--brand-blue);font-weight: 600;}
.uk-breadcrumb {
    text-transform: uppercase;
    font-size: .875rem;
	/* display: flex; */
    align-items: center;
}
.uk-breadcrumb span.uk-icon svg {
    margin: 0 5px;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{display: none;}
aside .uk-nav li>a {
    display: block;
    text-decoration: none;
    text-align: left;
    display: inline-block;
	color: var(--brand-blue);
	font-weight: 300;
}
aside li.uk-active > a {
    color: var(--brand-mediumgrey);
}
span.side-menu-label {
    text-transform: uppercase;
    color: var(--brand-blue);
    position: relative;
    left: -30px;
    font-weight: 600;
	display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.btn  {
    color: var(--brand-grey) !important;
    font-family: var(--font-playfair);
    text-transform: uppercase;
	text-decoration: none;
    font-size: var(--font-size-5);
	position: relative;
	transition: all .5s ease-in-out;
	z-index: 1;
}
.btn:hover  {
	text-decoration: none;
	
}
.btn .uk-icon  {
	position: relative;
	transition: all .5s ease-in-out;
}
.btn:hover .uk-icon  {
	transform: translateX(5px)  ;
}
.btn::before  {
	content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: calc(100% - 22px);
    height: 10px;
    background: var(--brand-blue);
    z-index: 0;
    opacity: .15;
	transition: all .5s ease-in-out;
}
.btn:hover::before  {
	width: 0;
}
.uk-card-footer {border-top: none !important;}
.uk-label {background: var(--brand-grey)  !important;}
/*.languages li a{color: var(--white);*/
/*slider*/
.slider:before {
    content: ' ';
    background: linear-gradient(0deg, rgba(7,56,84,0) 0%, rgba(7,56,84,0.9) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    z-index: 1;
    /* background: red; */
}
.caption{position: absolute;
    z-index: 10000;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
	align-items: flex-end;
color: var(--white);}

.intro,.service{
	align-items:center;
	position: relative;
  }
.intro  .txt {
    padding: 4rem 0rem 4rem 1rem;
    border-left: 15px solid #ebebeb;
}
.intro p:first-letter {
	font-family: var(--font-playfair);
	float: left;
	font-size: var(--font-size-0);
	line-height: 0.65;
	margin: 9px 6px 0 0;
    font-weight: 400;
  }
.intro p{
	font-size: var(--font-size);
}
.intro h2 {
	position: relative;
    z-index: 1;
    background: #007fc7d9/*#037dc3e0*/;
    color: #fff;
    transform: translateX(50%);
    padding: 8rem 1.5rem 1.5rem;
    max-width: 250px
}

.intro  .aspect-ratio-box {
	position: relative;
	width:50%;
  }

  .intro  .aspect-ratio-box::after {
	display: block;
	content: "";
	padding-bottom: 100%;
  }
  
  .intro  .aspect-ratio-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	 object-fit:cover;
	 -webkit-mask: url(/site/templates/styles/mask.svg);
	 mask: url(/site/templates/styles/mask.svg);
  }
  /*card text left*/
.service h2 {
    position: relative;
    
    /* background: #037dc3e0; */
    color: #4e495b;
    /* transform: translateX(50%); */

    margin: 0;

}
.title-box {
    position: relative;
    max-width: 28%;
    padding: 6rem 2rem 6rem;
	z-index: 1;
	align-items: flex-start;
	order:1;
}
.service-right  .title-box {
	order:3;
}
.service  .title-box:after {
    content: '';
    display: block;
    height: 100%;
    width: 35%;
    background: #f5f4f4;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.service.info {background: #f5f4f4;}
.service.info  .title-box:after {display: none;}
.service-right  .title-box:after {
	right: auto;
	left: 0;
}
.service .aspect-ratio-box {
    position: relative;
    width: 72%;
    order: 3;
}
.service.service-right .aspect-ratio-box {
    order: 1;
}
.service .txt {
    order: 2;
    position: absolute;
    left: 28%;
    width: 62%;
    color: #fff;
    background: linear-gradient(87deg, var(--brand-grey), transparent);
}
.service.info .txt {background: transparent; color: #636569;}
.service.service-right  .txt {
    left: auto;
    right: 28%;
    background: linear-gradient(87deg, transparent, var(--brand-grey));
	text-align: right;
	padding-right: 1rem;
    z-index: 1;
}
.service .txt p {
    font-family: var(--font-playfair);
    font-style: italic;
    font-size: var(--font-size-4);
    margin: 0;
}
/*photogallery*/
.photogallery .ratio-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 0px;
    background-color: #dee8eb;
	
}
.photogallery .ratio-box._3-2 {
    padding-top: 70.66%;
}
.photogallery .ratio-box a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.photogallery .ratio-box a picture{transition: transform .5s ease-in-out; transform: translate(-50%,-50%) scale(1) ;}
.photogallery .ratio-box a:hover picture {
	transform: translate(-50%,-50%) scale(1.15) ;
}
.gallerylabel {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: var(--font-size-5);
    font-weight: 600;
}
.photogallery .uk-overlay {
	background: rgba(0,0,0,.45) !important;
}
/*carousel*/
.carouselcard .uk-card-media-top {overflow: hidden;}
.carouselcard .uk-card-body:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0%;
    left: 15px;
    width: calc(100% - 15px);
    height: 15px;
    background: var(--brand-blue);
    z-index: -1;
	transition: all .5s ease-in-out; 
}
.carouselcard:hover .uk-card-body:before {
    width: calc(100% - 0%);
	left: 0%;
}

.carouselcard:hover{text-decoration: none;}
.carouselcard img{transition: transform .5s ease-in-out; }
.carouselcard:hover img {
	transform: scale(1.05) ;
}
.carouselcard  .uk-card-title{
	color: var(--brand-grey);
	border: none;
}
.tm-sidebar-right {
    position: absolute;
    top: 0;
    left: calc(100% + 0px);
    width: 200px;
}
footer{
	background: var(--brand-grey);
}
footer .uk-nav li > a{
	text-transform: uppercase;
	color: var(--white);
}
footer .uk-nav li ul li > a{
	text-transform: none;
}
footer .uk-nav > li > a:before {
    content: '\2015';
    font-size: 18px;
    margin-left: -5px;
    margin-right: 5px;
}
footer .uk-nav li ul li > a::before{
	display: none;
}
footer .uk-nav li > a:hover {
    color: var(--white);
	text-decoration: underline;
}
footer .uk-nav li  a:hover:before {
	text-decoration: none;
}
.soc-foot{
    position: relative;
    top: -100px;
    background: var(--brand-lightgrey);
}
.sub-foot {
	font-size: 14px;
}
.sub-foot a{
	color: var(--brand-grey) !important;
}
/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}
#modal-book .uk-modal-dialog{
	width:768px;
}
.privacywire-banner  {
    background: var(--brand-grey) !important;
    color: #fff;
    border-top: none;
    z-index: 9999999 !important;
}
.privacywire-banner  p{font-size: var(--font-size-5);}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 101%;
	min-height: 600px;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.book-button {z-index: 999;}
.book-button span.uk-icon {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
}
/*wraper adaptive*/
.wrap{max-width: 640px; width: 100%;}
@media only screen and (min-width:48em){
	.wrap{max-width: 768px;}
	.chrono-container .chrono-bookingbutton {
		width: 29% !important;
		min-width: 350px !important;
	}
}
@media only screen and (min-width:64em){
	.wrap{max-width: 992px;}
	aside.uk-padding-small {padding-left:50px !important;}
}
@media only screen and (min-width:75em){
.wrap{max-width: 1440px;}
}
@media only screen and (max-width: 768px) and (min-width: 641px){
	/*tablet*/

	.intro h2 {
		position: absolute;
		z-index: 1;
		padding: 1.5rem;
		max-width: 250px;
		order: 2;
		transform: translateX(-50%);
	}
	.intro .aspect-ratio-box {
		position: relative;
		width: 50%;
		order: 1;
	}
	
	.intro  .txt {
		padding: 1rem;
		width: 90%;
		order: 3;
	}
	.service   .txt {
		left: 34%;
		padding: 1rem 0rem 1rem 2rem;
	}
	.service.service-right   .txt {
		left: auto;
		right: 34%;
		padding: 1rem 2rem 1rem 0rem;
	}
	.service   .title-box {
		padding: 0rem 1rem 0rem 0rem;
	}
	.service.service-right   .title-box{
		padding: 0rem 0rem 0rem 1rem;
	}
	.service .aspect-ratio-box {
		width: 60%;
	}
	.service h2 {
		max-width: 40%;
	}
	.service  h2:after {display: none;}
	}
@media only screen and  (max-width:640px){
/*mobile*/
#modal-book {padding: 0px;}
#modal-book .uk-modal-dialog{
	width:100%;
}
#modal-book .uk-container {padding: 0 5px;}
#modal-book  .uk-modal-body.uk-overflow-auto{max-height: 100vh !important; height: 100vh !important; padding: 10px !important;}
.intro,.service {
    flex-direction: column;
}
.uk-navbar-nav>li>a {padding:0  8px;}
.uk-navbar-nav>li.current>a {color: var(--brand-blue); text-decoration: underline;}
header .uk-navbar {
    min-height: 50px;
	align-items: center;
}
.logo {
    height: 45px;
    max-width: 220px;
}
.intro h2 {
	position: absolute;
	z-index: 1;
	padding: 1.5rem;
	max-width: 90%;
	order: 2;
	transform: translateY(-100%);
}
.intro .aspect-ratio-box {
    position: relative;
    width: 100%;
    order: 1;
}

.intro  .txt {
    padding: 1rem;
    border: none;
    width: 90%;
    order: 3;
}
.service .txt {
    display: none;
}
.service.info .txt {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
}
.service .aspect-ratio-box {
    width: 100%;
	order:1;
}
.service .title-box {
	width: 100%;
    max-width: none;
    padding: 1rem;
	order:13;
}
.service.info .title-box {order:1;}
.photogallery .uk-overlay {
	opacity: 1 !important;
	background: rgba(0,0,0,.25) !important;
}
aside.uk-position-right{position: relative !important;}
span.side-menu-label {left: 0;}
.soc-foot{top: 0;}
.book-button {left: 0; right: auto; padding-left: 10px; padding-right: 10px;}
.book-button .book-label {display: none;}
.book-button span.uk-icon {
    position: relative;
    left: auto;
    top: calc(50% - 10px);
}
}

.msgtrigger {position: relative;z-index: 60;
    width: 80%;
    margin: auto;top:30px}

.msgcheckbox {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
    left: -0.75rem;
    top: 0.25rem;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 0px 1px 7px rgba(0,0,0,.5);
}
.msgcheckbox:before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 5px 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.msgcheckbox:checked:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
		  top: -6px;
    left: 1px;
}
.msgtrigger input[type="checkbox"] + span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.msgtrigger input[type="checkbox"]:checked + span {
  visibility: hidden;
  opacity: 0; 
  -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.msg {
    display: block;
    padding:.5rem 1.5rem;
    border-radius: 3px;
    position: absolute;
    background: rgb(3 127 198);
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 1rem;
    margin: auto;
}
.msg h2 {margin: .5rem 0;}
.msg p {margin: .5rem 0 1rem;}
.webcam {
    margin: 10px 10px 0 0;
}
.uk-button-primary {
    background-color: #007fc7;
}

.uk-table th.uk-background-primary {
    background-color: #037fc6;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}