/* FONT FACE */

/* HAMBURGERS */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger.is-active:hover {
	opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: white; 
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: white;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; 
}
.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; 
}
.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* CAROUSEL */

.slick-prev,
.slick-next {
	padding: 2rem 1rem;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover
.slick-next:focus{

}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: rgba(255,255,255,.4);
}    
.slick-next {
	right: -2rem;
	z-index: 999;
}
.slick-prev {
	left: -2rem;
	z-index: 999;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);   
	content: '';
	width: 2rem;
	height: 2rem;
	background-image: url('../img/icon-arrow-right.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}    
.slick-next:before {
 	   
}
.slick-prev:before {
	transform: translate(-50%,-50%) rotate(180deg);   
}


/* GLOBAL */

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus, input:hover, input:active, input:focus, textarea:focus, a[href^=tel],div:active,div:focus {
	outline: 0;
	text-decoration: none;
}
html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	padding-top: 6rem;
}
body.top-content {
	padding-top: 0;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
	font-size: 1.2rem;
	line-height: 1.7;
}
li {
	font-size: 1.2rem;
	line-height: 1.7;
}

.section-anchor-main,
.section-anchor {
	position: relative;
	bottom: 11rem;
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.container-wide {
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.typo-serif {
	font-family: 'DM Serif Display', serif;
}

.cta {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: .5rem 1.5rem .6rem 1.5rem;
	background: rba(0,0,0,.6);
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	border-radius: 2rem;
	border: none;
	transition: none;
}
.cta:hover,
.cta:focus {
	color: white !important;
}
.cta-primary {
	background: #DE1D29  !important;
}
.cta-second {
	background: white  !important;
	color: #28A1B3  !important;
}
.cta-second:hover {
	color: white  !important;
	background: #DE1D29  !important;
}

.cta-third {
	color: white !important;
	background: #28a1b3 !important;
}
.cta-third:hover {
	background: #DE1D29 !important;
}
.cta-shop {
	padding-left: 4.5rem;
}
.cta-shop:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 3rem;
    height: 2rem;
    background-image: url('../img/BT-kup karte-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-shop:hover:before {
	background-image: url('../img/BT-kup karte-icon-hoover.svg');
	
}
.cta-primary:hover,
.cta-shop:hover {
	background: white!important; 
	color: #DE1D29 !important;
}

.cta-big {
	padding: 1.5rem 2.5rem 1.4rem 2.5rem;
	text-transform: uppercase;
	border-radius: 10rem;
}

.zeropadding {
	padding: 0;
}

._youtube-iframe-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 102%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.yt-iframe {
  position: absolute;
  pointer-events: none;
  margin: 0 auto;
  width: 140%;
  height: 145%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} 

.grecaptcha-badge {
	opacity: 0;
}

.section-head-desc {
	font-size: 1.2rem;
	color: black;
	text-transform: uppercase;
}
.section-heading {
	font-family: 'DM Serif Display', serif;
	font-size: 3rem;
	color: #28a1b3;
	margin-bottom: 1rem;
	margin-top: .5rem;
	text-transform: none;
}
.box-heading {
	font-size: 2.1rem;
	text-transform: uppercase;
	color: black;
	margin-bottom: 1rem;
}
#wpadminbar {
    z-index: 9999999999;
    max-width: 100%;
    overflow-x: auto;
}

/*.one_half, .one_third, .one_fourth, .one_fifth, .one_sixth {
    margin-right: 3%;
}

*/

/* HEADER & NAV */

nav > ul {
	display: inline-block;
	vertical-align: top;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
nav > ul > li {
	display: inline-block;
	vertical-align: top;
}
nav li {	
	margin: 0;
	padding: 0;
}
nav li a {
    display: inline-block;
    padding: 0.5rem .5rem;
}
nav li a:hover {
	text-decoration: none;
}
.top-header {
	background: #0094A8;
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999;
	transition: all 1s;
}
.top-header.header-transparent {
	background: rgba(40,161,179,.8);
}
.scrolldown .top-header.header-transparent {
	background: #28A1B3;
}
.top-header-bglayer {
	position: relative;
}
.top-header-inner {
	position: relative;
	transition: all .3s;
}
/* promo box */

.top-promobar {
	display: block;
	padding: .45rem 1rem .5rem 1rem;
	background: #A2D7E2;
	color: #0094A8;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
.top-promobar:hover {
	background: #DE1D29;
	color: white;
}
.nav-logo {
    display: inline-block;
    position: absolute;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 10.4rem;
    transition: all .3s;
	z-index: 99999;
}
/*.nav-logo:before {
    content: '';
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 1.9rem);
    background: #0094A8;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 1s;
}
.scrolldown .nav-logo:before {
	background: rgba(0,0,0,0);
}*/
.nav-logo img {
	position: relative;
	width: 100%;
	z-index: 9999;
}
.header-upperbar {
	position: relative;
	text-align: right;
	padding: 1rem 0 .2rem 0;
	min-height: 4.3rem;
}
.header-lowerbar {
    position: relative;
    padding: .5rem 0 1rem 0;
}
.header-social {
	display: inline-block;
	width: 2rem;
	height: auto;
	margin-left: 1rem;
}
.header-social img {
	max-width: 100%;
	height: auto;
}

.header-buttons {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.header-buttons-upperbar {
	display: none;
}
.header-buttons .cta {
	margin-left: 1rem;
}
.main-navlist {
    transition: all .3s;
    margin-top: 0.5rem;
}
.main-navlist a {
	position: relative;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	transition: all .3s;
	font-size: 1.2rem;
	color: rgba(255,255,255,.9);
	padding: 0.5rem .28rem;
}
.main-navlist a:hover {
	color: rgba(255,255,255,1);
}
.main-navlist a:after {
	content: '';
	position: absolute;
	bottom: -.1rem;
	left: .28rem;
	width: 0;
	height: 2px;
	background: white;
	transition: all .3s;
}
.main-navlist a:hover:after {
	width: calc(100% - .56rem);
}
.top-header-inner .hamburger {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 10px;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 35px;
    height: 4px;
    border-radius: 0;
}
.hamburger-box {
	height: 25px;
	top: 2px;
	transform: scale(.7);
}

.menu-item-has-children {
	position: relative;
}
.menu-item-has-children ul {
	display: none;
	position: absolute;
	left: -.3rem;
	top: 2.4rem;
	min-width: 14rem;
	padding: .9rem .3rem 1.5rem .3rem;
	background: rgba(0,148,168,.95);
}
.menu-item-has-children ul li {
	display: block;
}
.menu-item-has-children ul li a {
	display: inline-block;
	font-size: 1rem;
	padding: .3rem .5rem;
	line-height: 1.2;
	white-space: nowrap;
}
.header-search-box {
	display: inline-block;
	margin-right: 1rem;
}	
.main-navlist-box .header-search-box {
	width: 90%;
	max-width: 9rem;
	display: block;
	margin: .5rem auto 0 auto; 
}
.header-search {
	position: relative;	
	font-size: 1.2rem;
}
.header-search-input,
.header-search-submit {
	display: inline-block;
	vertical-align: middle;
	background: none;
	border:none;
}
.header-search-input {
	border-bottom: 1px solid rgba(255,255,255,.7);
	color:white;
	width: 9rem;
	font-size: 1.1rem;
}
.header-search-submit {
	display: block;
	/* background: rgba(0,0,0,0.1); */
	position: absolute;
	width: 2.5rem;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999;
}
.header-search-input::placeholder {
	color: rgba(255,255,255,.5);
} 
.header-search .glyphicon-search {
	display: block;
	position: absolute;
	top: 50%;
	right: .5rem;	
	transform: translateY(-50%); 
}
.mobile-submenu-switch {
    display: inline-block;
    vertical-align: top;
    padding: .6rem;
    background: rgba(255,255,255,.3);
    border-radius: 4rem;
    margin-top: .1rem;
    transform: rotate(0);
    transition: all .5s;
    margin-left: 0;
}
.mobile-submenu-switch.submenu-visible {
	transform: rotate(180deg);
}

/* cta box */

.ctabox {
	background: rgba(162,215,226,.85);
	padding: 1.5rem 2rem;
	color: white;
	display: inline-block;
	margin-top: 2rem;
}
.ctabox .cta {
	margin: 0 .5rem;
}
.ctabox-socials {
	display: inline-block;
	vertical-align: middle;
}
.ctabox-socials a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5rem;
}

/* HOME */

.intro-video-box {
	position: relative;
	min-height: 42vw;
	overflow-x: hidden;
	background-size: cover;
	background-position: center;
}
.intro-videobox-bglayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, 
		rgba(19,34,98,0.8203256302521008) 0%, 
		rgba(234,238,252,0.4430147058823529) 49%, 
		rgba(255,255,255,0.2189250700280112) 100%);
}
.intro-videobox-content {
    position: relative;
    z-index: 99;
    padding-top: 25vw;
    padding-bottom: 4rem;
}
.intro-videobox-content h1,
.intro-videobox-content p
 {
	color: white;
}
.intro-videobox-content h1 {
	font-size: 1.2rem;
}
.intro-videobox-content p {
	font-size: 3rem;
	line-height: 1.2;
}
.introbox-menu {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 999;	
}
.introbox-promotions-bar {
    display: block;
    background: #068ca2;
    color: white;
    padding: 1rem;
    z-index: 999999;
    transform: translate(calc(100% - 5rem),-50%);
    transition: transform .3s;
}
.introbox-promo-cards,
.introbox-promo-faq {
	background: #067789;
}
.introbox-promotions-bar:hover {
	color: white;
	transform: translate(0,-50%);
	background: #cd2130;
}
/*.introbox-promo-cards:hover {
	transform: translate(0, 50%);
}*/
.introbox-promotions-bar img,
.introbox-promotions-bar span {
	display: inline-block;
	vertical-align: middle;
}
@keyframes pulse {
	0% {transform: scale3d(1.0, 1.0, 1.0);}
	40% {transform: scale3d(1.0, 1.0, 1.0);}
	45% {transform: scale3d(1.2, 1.2, 1.2);}
	60% {transform: scale3d(1.0, 1.0, 1.0);}
	65% {transform: scale3d(1.2, 1.2, 1.2);}
	80% {transform: scale3d(1.0, 1.0, 1.0);}
	0% {transform: scale3d(1.0, 1.0, 1.0);}
}
.introbox-promotions-bar img {
    max-width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    transform: scale3d(1.0, 1.0, 1.0);
}
.promobar-pulse img {
	animation: pulse 2s infinite;
}
.introbox-promo-cards img {
	animation: none;
	transform: scale3d(1.05, 1.05, 1.05);
}
.intro-banner {
	display: inline-block;
	margin-top: 2rem;
}
/*.introbox-promo-faq {
	background: #067789;
	transform: translate(calc(100% - 5rem), 50%);
}
.introbox-promo-faq img {
	animation: none;
	transform: scale3d(1.05, 1.05, 1.05);
}*/


.home-news-section {
	padding: 3rem 0 2rem 0;
}
.home-news-section .section-heading {
	color: #a2d7e2;
}
.home-news-carousel, 
.home-promotions-carousel {
	margin: 1rem -1rem;
}
.home-news-carousel .article-tile,
.home-promotions-carousel .article-tile {
    max-width: 30rem;
    margin: 0 auto;
}
.news-car-switch {
	cursor: pointer;
}
.news-car-switch:hover {
	color: #97c8d2;
}
.news-car-switch.car-switch-active,
.news-car-switch.car-switch-active:hover {
	color: #28a1b3;
	cursor: default;
}
.article-tile-slide {
	padding: 1rem;
}

.home-zones-section .section-heading {
	margin-bottom: 3rem;
}
.home-zones-section .section-head-desc {
	margin-top: 2rem;
}
.sectiontile-graphic-box {
	min-height: 33rem;
	position: relative;
	display: block;
	overflow: hidden;
}
.sectiontile-graphic-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale3d(1.0, 1.0, 1.0);
	transition: all 1.5s;
}
.sectiontile-graphic-box:hover .sectiontile-graphic-img {
	transform: scale3d(1.1, 1.1, 1.1);
}
.sectiontile-graphic-col {
	position: relative;
}
.sectiontile-content-box {
	display: block;
	color: black;
	max-width: 700px;
	padding: 2rem 4rem;
	margin-top: 1rem;
}
.sectiontile-reversed .sectiontile-content-box {
	margin-left: auto;
}

.sectiontile-content-box p {
	color: black;
}
.sectiontile-icon {
	height: 5rem;
	width: auto;
}
.sectiontile-title {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: .6rem;
}
p.sectiontile-subtitle {
    color: #A2D7E2;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
p.sectiontile-more {
	color: #0094A8;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-top: 1rem;
}
p.sectiontile-more span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}
p.sectiontile-more img {
	width: 1.5rem;
	height: auto;
	margin-left: 1rem;
	transition: all .2s;
}
.sectiontile-content-box:hover .sectiontile-more img {
	margin-left: 1.5rem;
}
.sectiontile-extraicons {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.sectiontile-reversed .sectiontile-extraicons {
	right: auto;
	left: 0;
}
.extraicon-box {
    display: block;
    height: 33.33333%;
    width: 10rem;
    text-align: center;
    max-height: 12rem;
}
.extraicon-box img {
	height: 4rem;
	width: auto;
	margin: 1.5rem auto .5rem auto;
}
.extraicon-box p {
    padding: 0 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/* ARTICLE */

.article-tile {
	position: relative;
	display: block;
	width: 100%;
	max-width: 25rem;
	vertical-align: top;
	overflow: hidden;
}
.article-tile-imgbox {
	position: relative;
	overflow: hidden;
}
.article-tile-imgbox img {
	width: 100%;
	transform: scale3d(1.0, 1.0, 1.0);
	transition: all 1.5s;
}
.article-tile:hover .article-tile-imgbox img {
	transform: scale3d(1.2, 1.2, 1.2);
}
.article-tile-textbox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tile-textbox-title {
	background: rgba(255,255,255,.9);
	padding: .5rem 1rem 1rem 2rem;
	text-align: center;
}
.tile-textbox-title h3 {
	color: #0094A8;
}
.tile-textbox-title p {
	color: black;
}
.tile-textbox-info {
	background: rgba(40,161,179,.7);
	color: white;
	padding: .5rem 1rem;
	text-align: center;
	transition:  all .3s linear;
}
.article-tile:hover .tile-textbox-info {
	padding: 1.5rem 1rem;
}
.tile-infotxt1 {
	margin-bottom: 0;
}
.tile-infotxt2 {
	font-size: 2rem;
}
.tile-textbox-shout {
	color: #DE1D29;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.article-tile-label {
	position: absolute;
	top: 1rem;
	left: -1rem;
	display: inline-block;
}
.article-tile-label span {
	position: relative;
	z-index: 99;
	display: inline-block;
	padding: .3rem 1rem .3rem 2rem;
	font-size: 1rem;
	color: white;	
	text-transform: uppercase;
	font-weight: 500;
}
.article-tile-label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skew(-26deg);
	background: #DE1D29;
	z-index: 9;
}
.tile-textbox-shortdesc {
	color: black;
	padding: 0 2rem;
	font-size: 1rem;
}

/* BUSINESS CARDS */

.cards-deco-circle {
	position: absolute;
	width: 30rem;
	height: 30rem;
	border-radius: 100rem;
	border: 5rem solid #EAF5F7;
	opacity: .6;
}
.cards-deco-dot {
	position: absolute;
	width: 6rem;
	height: 6rem;
	border-radius: 100rem;
	background: #EAF5F7;
	opacity: .6;
}

.page-business-cards h2 {
	color: black;
}

.cards-intro-section .intro-videobox-content h1 {
    padding-bottom: .2rem;
}
.cards-intro-section {
	position: relative;
}
.cards-intro-section .cards-deco-circle {
	bottom: -3rem;
	right: -18rem;
}
.cards-intro-section .cards-deco-dot {
	top: -9rem;
}
.cards-issues-section {
	position: relative;
	padding: 1rem 0 7rem 0;
}
.cards-issues-section .deco-circle1 {
	top: -7rem;
	left: -10rem;
	width: 20rem;
	height: 20rem;
	border-color: #8ABCC6;
}
.cards-issues-section .deco-circle2 {
    bottom: -18rem;
    right: -25rem;
    border-width: 8rem;
    width: 40rem;
    height: 40rem;
    z-index: 99;
}
.cards-issues-section .cards-deco-dot {
	top: -1rem;
	left: calc(50% + 20rem);
	background: #7BBEC7;
}
.cards-issues-section .section-heading {
	position: relative;
	z-index: 999;
	margin-bottom: 5rem;
	margin-top: 6rem;
	font-size: 4rem;
	line-height: 1.4;
}
.cards-issue-box {
	position: relative;
	z-index: 999;
	padding: .2rem .5rem;
	max-width: 17rem;
	text-align: center;
	text-transform: uppercase;
	color: white;
	border-radius: 10rem;
	background: #0094A8;
	height: 6rem;
}
.cards-issue-box:after {
    content: '';
    position: absolute;
    top: -.7rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    background: #7BBEC7;
    opacity: .5;
    border-radius: 5rem;
}
.cards-issue-box p {
	position: absolute;
	width: calc(100% - 3rem);
	left: 1.5rem;
	top: 48%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.1;
	font-weight: bold;
}
.cards-issue1,
.cards-issue3 {
	
}
.cards-issue2,
.cards-issue4 {
	background: #7BBEC7;
}
.cards-issue2:after,
.cards-issue4:after {
	background: #101F34;
	top: auto;
	bottom: -.7rem;
}

.cards-solution-section {
	position: relative;
	background: #0094A8;
	padding: 4rem 0 3rem 0;
}
.cards-solution-section .cards-deco-circle {
	bottom: -12rem;
	left: -17rem;
	z-index: 9;
	border-width: 8rem;
	border-color: #28a1b2;
	width: 40rem;
	height: 40rem;
}
.cards-solution-section h2,
.cards-solution-section h3,
.cards-solution-section p {
	color: white;
}
.cards-solution-hand-col {
	position: relative;
}
.cards-solution-hand {
	position: absolute;
	top: -3rem;
	right: 12rem;
	width: 70rem;
	height: auto;
	max-width: none;
	z-index: 9999;
}
.cards-solution-name {
	text-align: center;
	margin-top: 3rem;
	padding: 2rem;
	display: inline-block;
	border: 3px dashed black;
	border-radius: .5rem;
}
.solution-heading-box {
	position: relative;
}
.solution-shape-arrow {
	position: absolute;
	bottom: -2rem;
	left: 2rem;
	transform: translate(-100%, 100%);
}
.solution-why-items {
	margin-top: 6rem;
	position: relative;
	z-index: 999;
}
.section-heading.soluton-items-head {
	color: black;
}
.cards-why-box {
	margin: 2rem auto;
	padding: 0 .6rem;
	text-align: center;
}
.cards-why-box p {
	line-height: 1.4;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 1rem;
}
h3.cards-why-num {
	font-size: 7rem;
	color: transparent;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: black;	
	font-weight: 800;
}

.cards-benefits-section {
	background: #101F34;
}
.cards-benefits-section h2,
.cards-benefits-section p {
	color: white;
}
.cards-benefits-intro {
	position: relative;
}
.benefits-intro-icon {
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 10rem;
	height: auto;
	z-index: 99;
}
.benefits-intro-box {
	position: relative;
    max-width: 37rem;
    margin-left: auto;
    padding: 4rem 2rem 3rem 2rem;
    margin-right: 8rem;
    z-index: 99;
}
.benefits-intro-content {
	max-width: 32rem;
}
.benefits-intro-content p {
    font-size: 1.5rem;
    line-height: 1.6;
}
.benefits-intro-box .section-heading {
    margin-bottom: 5rem;
    max-width: 25rem;
}
.benefits-intro-img {
	height: 50rem;
	background-size: cover;
	background-position: center;
}
.cards-benefits-list {
	padding-bottom: 6rem;
}
.cards-benefits-list .section-heading {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.benefits-list-item {
	position: relative;
	width: calc(100% - 8rem);
	background: #7bbec7;
	padding: 2rem 2rem 2rem 7rem;
	min-height: 12rem;
	margin-bottom: 0;
	margin-left: auto;
	-webkit-box-shadow: 0px 6px 24px -17px rgba(49, 49, 49, 0.34);
	-moz-box-shadow: 0px 6px 24px -17px rgba(49, 49, 49, 0.34);
	box-shadow: 0px 6px 24px -17px rgba(49, 49, 49, 0.34);
}
.benefits-item-1 {
	max-width: 800px;
	z-index: 999;
}
.benefits-item-2 {
	max-width: 1000px;
	background: #0094a8;
	z-index: 99;
}
.benefits-item-3 {
	max-width: 1200px;
	background: #288899;
	z-index: 9;
	margin-bottom: 15rem;
}
.benefits-item-4,
.benefits-item-5,
.benefits-item-6 {
	margin-left: 0;
	margin-right: auto;
	padding: 2rem 7rem 2rem 2rem;
}
.benefits-item-4 {
	max-width: 900px;
	z-index: 999;
}
.benefits-item-5 {
	max-width: 1050px;
	background: #0094a8;
	z-index: 99;
}
.benefits-item-6 {
	max-width: 1200px;
	background: #288899;
	z-index: 9;
}
.benefits-list-num {
	position: absolute;
	left: -7rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14rem;
	height: 14rem;
	background: white;
	border-radius: 50rem;
	border: 1.5rem solid #7bbec7;
	margin: 0;
}
.benefits-item-4 .benefits-list-num,
.benefits-item-5 .benefits-list-num,
.benefits-item-6 .benefits-list-num {
	right: -7rem;
	left: auto;
}
.benefits-item-2 .benefits-list-num {
	border-color: #0094a8;
}
.benefits-item-3 .benefits-list-num {
	border-color: #288899;
}
.benefits-item-5 .benefits-list-num {
	border-color: #0094a8;
}
.benefits-item-6 .benefits-list-num {
	border-color: #288899;
}
.benefits-list-num span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 7rem;
	color: transparent;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: black;	
	font-weight: 800;
}
p.benefits-item-head {
	color: black;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .1rem;
}
p.benefits-item-text {
	color: white;
	font-weight: 400;
	line-height: 1.4;
}
.cards-benefits-img {
    position: absolute;
    top: -21rem;
    left: -39rem;
    width: 25rem;
    height: 25rem;
    border: .5rem solid #7bbdc6;
    border-radius: 100rem;
}
.cards-benefits-img img {
	border: .5rem solid #101f34;
	width: 100%;
	height: auto;
	border-radius: 100rem;
}
.cards-benefits-img.card-benefits-img2 {
    left: auto;
    right: -33rem;
    top: -13rem;
}



.cards-offer-section {
	position: relative;
	background-color: #0094A8;
}
.cards-offer-section .cards-deco-circle {
	top: -8rem;
	left: -20rem;
}
.cards-offer-section h2,
.cards-offer-section h3,
.cards-offer-section h4,
.cards-offer-section p {
	color: white;
}

.cards-info-box {
	position: relative;
	min-height: 40rem;
	background-size: cover;
	background-position: center;	
}
.cards-info-txtbox {
	position: relative;
	color: white;
	font-size: 1.7rem;
	background: rgb(16,31,51);
	background: linear-gradient(
		180deg, 
		rgba(16,31,51,1) 0%, 
		rgba(16,31,51,.98) 17%, 
		rgba(16,31,51,.96) 37%, 
		rgba(16,31,51,0.92) 49%, 
		rgba(16,31,51,0.8) 75%, 
		rgba(16,31,51,0.5) 90%, 
		rgba(16,31,51,0) 100%
	);
	padding: 5rem 0 12rem 0;
	min-height: 40rem;
}
.cards-info-txtbox p {
	max-width: 900px;
	font-size: 2rem;
}
.cards-info-txtbox .container-wide {
	position: relative;
}
.cards-info-box .cards-deco-dot {
    top: -2rem;
    left: -1rem;
}
.cards-info-box .cards-infobox-circle {
	bottom: -10rem;
	top: auto;
	left: calc(50% - 80rem);
	border-color: #1a586a;
	border-width: 8rem;
	width: 40rem;
	height: 40rem;
}
.cards-offer-items {
	padding: 4rem 2rem 5rem 2rem;	
}
.cards-offer-items h3 {
	text-transform: none;
	margin: 3rem auto 3rem 0;
	font-size: 2rem;
	font-weight: normal;
	max-width: 50rem;
	line-height: 1.4;
}
.cards-offer-item {
	display: block;
	max-width: 13rem;
	margin: 2rem auto 2rem 0;
	text-align: center;
}
.cards-offer-item h4 {
	text-transform: none;
	font-weight: bold;
	font-size: 1.2rem !important;
	line-height: 1.3;
	transition: all .2s;
	color: rgba(255,255,255,.85);
}
.cards-offer-item:hover h4 {
	color: white;
}
.cards-offer-item img {
	display: block;
	height: 5rem;
	width: auto;
	margin: 1rem auto;
	transform: scale3d(1,1,1);
	transition: all .2s linear;
}
.cards-offer-item:hover img {
	transform: scale3d(1.1,1.1,1.1);
}

.cards-contact-section {
    background: #101F34;
    padding: 2rem 0 4rem 0;
}
.cards-contact-section .cards-deco-dot {
	position: static;
	margin: 3rem auto;
}
.cards-contact-section h2,
.cards-contact-section h3,
.cards-contact-section h4,
.cards-contact-section p {
	color: white;
}
.cards-contact-section h2 {
	font-size: 3.5rem;
}
.cards-contact-cta {
    text-transform: none;
    font-size: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.cards-contact-txtbox {
	max-width: 800px;
	text-align: center;
	padding: 4rem 2rem;
	margin-left: auto;
	margin-right: auto;
}
.cards-contact-img {
	height: 50rem;
	background-size: cover;
	background-position: center;	
}
.cards-contact-phone a, 
.cards-contact-mail a {
    color: white;
    font-size: 2rem;
}
.cards-contact-phone a:hover, 
.cards-contact-mail a:hover {
    color: rgba(255,255,255,.9);
}
.cards-contact-phone img, 
.cards-contact-mail img {
    height: 2rem;
    width: auto;
    margin-right: 1rem;
    position: relative;
    bottom: .3rem;
}
p.cards-contact-person {
	text-transform: uppercase;
	color: #0094A8;
}
p.cards-contact-hours {
    color: #0094A8;
    margin-top: 1rem;
}
.cards-contact-txtbox .cta {
	margin-top: 2rem;
	font-size: 1.6rem;
}
.zone-groups-descbox {
	margin: 5rem auto 1rem auto;
	max-width: 1000px;
}


/* PRICING TABLES */

.pricing-table-section {
	background: #f4f4f4;
	padding: 4rem 0 6rem 0;	
}

.pricing-table-box {
	max-width: 1200px;
	margin: 2rem auto;
	background: white;
	padding: 2rem 3rem 4rem 3rem;
	-webkit-box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .7);
	-moz-box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .7);
	box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .7);
	border-radius: 2rem; 
}
.pricing-table-box p.pricing-table-boxname {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}
.pricing-table-heading {
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: none;
    text-align: center;
}
.pricing-table-col-name {
	color: rgba(0,0,0,0.5);
}
.pricing-table-item {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: .5rem;
	padding-bottom: .2rem;
	transition: color 1s;
}
.pricing-table-item.highlight {
	background: rgba(0,0,0,.1);
}
.pricing-table-box .pricing-table-item h2.pricing-item-name {
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
    border: none;
    text-align: left;
}
.pricing-table-box p.pricing-item-details {
    font-weight: 600;
    color: rgba(0,0,0,.5);
    line-height: 1.3;
    margin-top: .4rem;
    font-size: 1.2rem;
}
.pricing-item-price {
	font-size: 1.5rem;
	font-weight: 600;
}
.pricing-item-price span {
	color: rgba(0,0,0,0.6);
	font-weight: normal;
}
.pricing-item-price.pricing-item-crossed {
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    margin-bottom: -4px;
}
.pricing-item-price.pricing-item-crossed:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: 4px;
	background: red;
	opacity: .5;
}
.pricing-item-price.pricing-item-crossed:after {
	transform: translate(-50%,-50%);
}
.pricing-table-box p.pricing-item-time {
    margin-top: 4px;
    display: block;
    font-size: 1rem;
    line-height: 1.2;
}
.pricing-item-time .glyphicon {
    font-size: 1.4rem;
    color: rgba(0,0,0,0.5);
    margin-bottom: .3rem;
    top: 5px;
}
.pricing-item-note,
.pricing-item-note p,
.pricing-item-note li {
	font-size: 1rem;
	line-height: 1.2;
}
.pricing-table-notes {
	margin-top: 3rem;
}
.pricing-item-cta {
	margin-top: .6rem;
	font-size: 1rem;
}
.cta.pricing-item-cta:hover {
	background: rgba(0,0,0,.4);
	color: white;
}

.pricing-group-row {
	cursor: pointer;
	padding-bottom: 1rem;
}
.pricing-group-items {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pricing-table-box .pricing-group-items h2.pricing-item-name {
    font-size: 1.2rem;
}

.pricing-table-item.pricing-box-header {
	border-bottom: none;
}
.pricing-table-box .pricing-header-row h2.pricing-item-name {
	color: #0094a8;
	font-size: 1.8rem;
	margin-top: 2rem;
}
.pricing-group-row .cta {
	padding-right: 3rem;
	display: block;
}
.pricing-group-row .cta:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translateY(-70%) rotate(45deg);
	width: .8rem;
	height: .8rem;
	border-right: 1px solid rgba(255,255,255,.7);
	border-bottom: 1px solid rgba(255,255,255,.7);
	transition: transform .3s;
}
.pricing-group-box.active .pricing-group-row .cta:after {
	transform: translateY(-25%) rotate(225deg);
}
.pricing-group-hide {
	display: none;
}
.pricing-group-box.active .pricing-group-hide {
	display: block;
}
.pricing-group-box.active .pricing-group-show {
	display: none; 
}

/* TIMETABLES */

.timetable-page-section {
	background: #f4f4f4;
	padding: 3rem 0 6rem 0;
}
.timetable-boxname {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}
.timetable-title {
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.timetable-box {
	max-width: 1200px;
	margin: 2rem auto;
	background: #e5e5e5;
	padding: 2rem;
	-webkit-box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .5);
	-moz-box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .5);
	box-shadow: 0px 7px 43px -34px rgba(66, 68, 90, .5);
	border-radius: 2rem;	
}

.timetable-heading-row {
	margin-right: -20%;
}
.timetable-col {
    padding: .5rem;
}
.timetable-wknd .timetable-col {
	width: 12.1%;
	padding: .3rem;
}
.timetable-day-name {
    min-height: 2.5rem;
    font-weight: 600;
    margin-top: 2rem;
}
.timetable-slot-box {
	background: white;
	min-height: 7.5rem;
	margin-bottom: 1rem;
	-webkit-box-shadow: 0px 6px 38px -22px rgba(66, 68, 90, 0.29);
	-moz-box-shadow: 0px 6px 38px -22px rgba(66, 68, 90, 0.29);
	box-shadow: 0px 6px 38px -22px rgba(66, 68, 90, 0.29);
}
.timetable-wknd .timetable-slot-box {
    margin-bottom: .6rem;
}
.timetable-slot-text {
	margin: 0;
	padding: .5rem 1rem;
}
.timetable-wknd .timetable-slot-text h4 {
    font-size: 1.1rem;
}
.timetable-slot-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0,0,0,0.8);
}
.timetable-slot-text a:hover h4 {
	color: black;
}
.timetable-slot-hour {
	font-size: 1rem;
	color: rgba(0,0,0,0.2);
	margin-bottom: 0;
}
.timetable-slot-active .timetable-slot-hour {
	color: black;
	font-weight: 600;
}
.timetable-slot-trainer {
	margin: 0;
	color: rgba(0,0,0,0.6);
	font-weight: 500;
}

.single-post-section {
	padding: 3rem 0 5rem 0;
	background: #f4f4f4;
}
.single-post-section .post-thumbnail {
	margin: 3rem auto;
}

/* PRE SIGNUP FORM */

.pre-signup-form {
	background: white;
	padding: 2rem;
	margin-left: -.5rem;
	width: calc(100% - .1rem);
}
.pre-signup-form select,
.pre-signup-form input[type=text],
.pre-signup-form input[type=tel],
.pre-signup-form input[type=email] {
	display: block;
	width: 100%;
	margin-bottom: 1rem;	
}
.pre-signup-form input[type=text],
.pre-signup-form input[type=tel],
.pre-signup-form input[type=email] {
	padding: .5rem 1rem;
}
.pre-signup-form select {
	padding: .6rem 1rem;
}
.pre-signup-form .form-acceptance-wrapper .wpcf7-list-item {
    padding-left: 0;
    margin: 0 1rem 1rem 1rem;
}
.pre-signup-form .form-acceptance-wrapper .wpcf7-list-item-label {
    font-weight: normal;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 27px);
    margin-top: 4px;
    text-align: left;
    padding-left: 1rem;
}
.pre-signup-form input[type="checkbox"] {
    transform: scale(1.5) translate(25%, 25%);
}

/* BENEFITS */

.landing-benefits-section {
	background: #F2F2F2;
	padding: 6rem 0 8rem 0;
}
.landing-benefits-section .landing-section-heading {
	text-align: center;
	margin-bottom: 6rem;
}
.landing-benefit-item {
    background: white;
    border-radius: 3rem;
    padding: 1rem 1.5rem 1rem 1rem;
    margin-bottom: 2rem;
    min-height: 13rem;
}
.landing-benefit-iconbox,
.landing-benefit-textbox {
	display: inline-block;
	vertical-align: top;
}
.landing-benefit-iconbox {
	position: relative;
	width: 5rem;
	height: 5rem;
	border-radius: 20rem;
}
.landing-benefit-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: auto;
}
.landing-benefit-textbox {
    width: calc(100% - 5rem - 5px);
    padding-left: 1.5rem;
}
.landing-benefit-textbox h3 {
	margin-top: 1.4rem;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: .5rem;
	line-height: 1.3;
	color: #6F7175;
}
.landing-benefit-textbox p {
	font-size: 1.5rem;
	margin-top: 0;
	color: rgba(0,0,0,0.8);
}

/* SERVICE PAGE */

.service-section-heading {
	color: #0094A8;
	text-align: center;
}
.service-intro-section {
	background: #0094A8;
	padding: 5rem 0 7rem 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.service-intro-txtcol {
	min-height: 30rem;
	position: relative;
	z-index: 99;
}
.service-intro-section h1,
.service-intro-section a,
.service-intro-section p {
	color: white;
}
.service-intro-section h1 {
	font-size: 4rem;
	text-transform: none;
	margin-top: 1.7rem;
}
.service-intro-upheading span {
	display: inline-block;
	position: relative;
}
.service-intro-upheading span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.5rem;
	width: 100%;
	height: 1px;
	background: white;
}
.service-intro-rating {
	font-weight: bold;
}
.service-intro-rating-stars {
    display: inline-block;
    position: relative;
    width: 7.5rem;
}
.service-intro-rating img {
    width: 1.3rem;
    height: auto;
    vertical-align: text-top;
    margin-top: .1rem;
    margin-right: 0;
}
.service-intro-rating-stars > img {
	opacity: .6;
}
.service-intro-stars-fill {
	position: absolute;
	top: 0;
	left: 0;
}
.service-intro-rating .reviews-infotext {
	margin-left: .4rem;
	display: inline-block;
}
.service-intro-rating .reviews-num:hover {
	text-decoration: underline;
}
.service-intro-shortdesc {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.service-intro-section .cta {
    padding: 1.5rem 3rem 1.6rem 3rem;
    border-radius: 10rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    margin-right: 1rem;
}
.service-intro-gfxbox {
	padding-top: 120%;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 5rem;
	width: 120%;
	overflow: hidden;
	border-radius: 100rem;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
}
.service-intro-gfxbox .yt-iframe {
    min-width: 185%;
    min-height: 103%;
    width: auto;
    height: auto;
} 
.service-intro-section .ios-video-polyfill {
	margin-top: 3rem;
}
.service-intro-section.ios-vid-poly {
	padding-bottom: 0;
}
.service-about-section {
/*	padding: 1rem 0 4rem 0;*/
	margin: 0;
}
.service-about-block {
	margin-bottom: 3rem;
}
.service-about-block h2 {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.service-about-block p,
.service-about-block li {
	font-size: 1.5rem;
	color: #6F7175;
	line-height: 1.8;
}
.service-about-block ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 2rem;
	margin: 1rem auto;
}
.service-about-block li {
	margin-bottom: .5rem;
	line-height: 1.6;
}
.service-about-col {
	position: relative;
}
.service-about-block .timetable-slot-text h4 {
    font-size: .9rem;
}
.service-about-block .timetable-slot-hour {
    font-size: 1.1rem;
    color: rgba(0,0,0,0.2);
}
.service-about-block .timetable-slot-active .timetable-slot-hour {
    color: black;
    font-weight: 600;
}
.service-about-deco {
    position: absolute;
    min-width: 25rem;
    min-height: 20rem;
}
.service-about-deco.deco1 {
	top: 7rem;
	left: 0;
	transform: translateX(-120%);
}
.service-about-deco.deco2 {
	top: 18rem;
	right: 0;
	transform: translateX(120%);
}
.service-about-deco img {
    width: 25rem;
    height: auto;
    border-radius: 50rem;
}

/*
.service-about-deco.deco1 img {
	clip-path: circle(66% at 92% -1%);	
}
.service-about-deco.deco2 img {
	clip-path: circle(81% at -1% -12%);
}
*/
.service-about-deco.deco1:before {
    content: '';
    position: absolute;
    top: 13rem;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background-image: url('../img/service-shape2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-44deg);
    z-index: -9;
} 
.service-about-deco.deco2:before {
    content: '';
    position: absolute;
    top: 11rem;
    left: 0;
    width: 100%;
    padding-top: 140%;
    background-image: url('../img/service-shape1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -9;
}


.serviceblock-tilesmenu {
	text-align: center;
	margin-bottom: 5rem;
}
.tilemenu-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1rem);
    margin: .5rem .4rem;
    position: relative;
    overflow: hidden;
    max-width: 13rem;
    border-radius: 2rem;
}
.tilemenu-item img {
    transform: scale3d(1,1,1);
    transition: all 1.5s;
}
.tilemenu-item:hover img {
	transform: scale3d(1.1,1.1,1.1);
}
.tilemenu-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, 
      rgba(0,148,168,0.820326) 0%, 
      rgba(0,148,168,0.6430147058823529) 33%, 
      rgba(0,148,168,0.2430147058823529) 63%, 
      rgba(0,148,168,0.0189250700280112) 100%);
}
.tilemenu-item-overlay h4 {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: white;
    width: calc(100% - 2rem);
    transition: all .3s;
    font-weight: bold;
    font-size: 1rem;
}
.tilemenu-item:hover h4 {
	bottom: 2rem;
}

.service-about-block .gallery-tiles-box .gallery-item-box.gallery-img-fullwidth {
    width: auto;
    max-width: 100%;
}
.service-about-block .gallery-tiles-box {
    margin: 2rem -.9rem;
    text-align: center;
}
.service-about-block .gallery-tiles-box .gallery-item-box {
    max-width: 20rem;
}
.service-about-block .gallery-item-box:hover:before {
    background: rgba(0,0,0,0);
}

#lg-download {
	display: none;
}

.block-expand-switch {
	cursor: pointer;
	min-width: 10rem;
	text-align: center;
	margin-top: 1rem;
}
.block-expand-switch .glyphicon {
	margin-right: 1rem;
}
.block-expand-btnbox {
	text-align: center;
}

.service-booking-section {
	background-image: url('../img/spa-pattern.jpg');
	background-size: cover;
	background-position: center;
	padding: 5rem 0 5rem 0;
}

.service-price-blocks {
	text-align: center;
}
.service-price-block {
    position: relative;
    display: inline-block;
    margin: .5rem auto;
    background: #e5f4f7;
    color: black;
    padding: .5rem .7rem .5rem 1rem;
    border-radius: 10rem;
    box-shadow: 0px 10px 20px #0000001a;
}
.service-price-block.no-cta {
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}
.service-price-block .cta {
	padding: 1rem 2rem 1.1rem 2rem;
	text-transform: uppercase;
}
.service-price-block img {
	width: 2.5rem;
	height: auto;
	margin-right: 1rem;
}
.service-priceblock-time,
.service-priceblock-price {
	font-weight: bold;
	color: #6f7175;
	font-size: 1.3rem;
	vertical-align: middle;
}
.service-priceblock-time span,
.service-priceblock-price span {
	font-weight: normal;
	margin-left: 1rem;
}
.service-priceblock-price span {
    display: inline-block;
    margin-right: 2rem;
    min-width: 3.3rem;
    text-align: left;
}
span.service-priceblock-price-crossed {
	position: relative;
	margin-right: 2rem;
	margin-left: -2rem;
}
span.service-priceblock-price-crossed:after {
    content: '';
    position: absolute;
    top: 56%;
    left: 50%;
    width: 110%;
    height: 3px;
    background: red;
    opacity: .5;
    transform: translate(-50%,-50%);
}
.service-priceblock-time {
	position: relative;
	margin-right: 2rem;
}
.service-priceblock-time:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    height: 2rem;
    width: 1px;
    background: rgba(0,0,0,.6);
}
.service-priceblock-name {
    font-size: 1.4rem;
    line-height: 1.1;
    margin: 1rem auto .5rem auto;
    color: white;
    padding: 0 3rem;
}


body .service-benefits-section {
	padding: 4rem 0 5rem 0;
}
.service-benefits-section .landing-benefit-textbox h3 {
    font-size: 1.4rem;
}

.service-benefits-section .landing-benefit-item {
    min-height: 7rem;
}
.service-benefits-section .section-heading {
	margin-bottom: 5rem;
}
.service-benefits-section .landing-benefit-textbox h3 {
    font-size: 1.5rem;
    text-transform: none;
    margin-top: 1.1rem;
    font-weight: normal;
}
.landing-benefits-section .landing-benefit-iconbox {
    width: 4.5rem;
    height: 4.5rem;
}
.landing-benefits-section.service-benefits-section .landing-benefit-item {
    min-height: 6rem;
}
.landing-benefit-iconbox svg {
	fill: white;
	width: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: auto;
}

.service-contact-section {
	background: #0094A8;
	padding: 4rem 2rem 5rem 2rem;	
	text-align: center;
}
.service-contact-section a,
.service-contact-section p {
	color: white;
}
.service-contact-section a {
	font-size: 2rem;
}
.service-contact-section a:hover {
	color: rgba(255,255,255,.85);
}
.service-contact-note {
	font-size: 1.6rem;
}
.service-contact-icon {
	display: inline-block;
	width: 3rem;
	height: auto;
}
a.service-contact-phone {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.service-contact-phone img {
	margin-right: 2rem;
}
.service-reviews-section.footer-reviews-section {
	margin: 4rem 0 0 0;	
}

.therapists-cards-section {
	padding: 3rem 0 4rem 0;
}


.persons-slider {
	padding: 2rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
.person-card-item {
	position: relative;
	display: inline-block;
	width: calc(100% - 2rem);
	max-width: 30rem;
	vertical-align: top;
	box-shadow: 0px 5px 20px #0000001A;
	margin: 2rem 1.4rem;
	border-radius: 2rem;
	border-top: 7rem solid #A2D7E258;
	text-align: center;
	padding: 6rem 2rem 2rem 2rem;
}
.person-card-item img {
	width: 8rem;
	height: auto;
	border-radius: 20rem;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
}
.person-card-name {
	color: #0094a8;
	font-size: 1.4rem;
	font-weight: bold;
}
.person-card-desc {
    max-width: 19rem;
    color: #6F7175;
    margin: 0 auto;
    min-height: 13rem;
    font-size: 1rem;
    line-height: 1.5;
}
.person-card-desc p {
	font-size: 1rem;
	line-height: 1.5;	
}
.person-card-role {
    margin-top: -.7rem;
    color: rgba(0,0,0,0.4);
    font-weight: bold;
}
.gift-card-box {
    background: #0094a8;
    padding: 2rem 3rem 3rem 2rem;
    border-radius: 2rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
}
.gift-card-box h2,
.gift-card-box p {
	color: white;
}
.gift-card-box h2 {
	text-align: left;
	font-size: 3rem;
	margin-bottom: 2rem;
	text-transform: none;
}
.gift-card-mock {
    position: relative;
    bottom: -4rem;
    right: 6rem;
    max-width: 120%;
}
.gift-card-box .cta {
	padding: 1.5rem 2.5rem 1.4rem 2.5rem;
	text-transform: uppercase;
	margin-top: 2rem;
	border-radius: 10rem;
}

/* ABOUT */

.gallery-banner {
	display: block;
	background-image: url('../img/bg-water.jpg');
	background-size: cover;
	background-position: center;
	
}
.gallery-banner-inner {
	padding: 7rem 2rem;
	background: rgba(0,0,0,0);
}
.gallery-banner:hover .gallery-banner-inner {
	background: rgba(0,0,0,0.1);
}
.gallery-banner p {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.gallery-banner p span {
	color: red;
	font-weight: bold;
}

/* PP */

.privacypolicy-area table {
	margin-bottom: 2rem;
	border: 1px solid;
}
.privacypolicy-area table td{
	padding: 10px 20px;
	font-size: .9rem;
	line-height: 1.2;
	border: 1px solid;
}
.privacypolicy-area table td p {
	font-size: .9rem;
	line-height: 1.2;
}
.privacypolicy-area table p {
	font-size: 1rem;
}
.privacypolicy-area table td.table-col-33 {
	width: 33.333%;
}

/* FOOTER */


.footer-reviews-section {
	margin: 4rem 0;
}
.footer-reviews-section .section-heading {
	margin-bottom: 0;
	text-align: center;
}
.reviews-box {
	text-align: center;
}
.reviews-box .box-heading {
	margin-bottom: 2rem;
	margin-top: 0;
}
.global-reviews-slider {
	margin: 2rem auto 0 auto;
	color: black;
}
.global-review-item {
    position: relative;
    display: inline-block;
    width: calc(100% - 2rem);
    max-width: 30rem;
    vertical-align: top;
    box-shadow: 0px 5px 20px #0000001A;
    margin: 2rem 1.4rem;
    border-radius: 2rem;
    border-top: 7rem solid #a2d7e2;
    text-align: center;
    padding: 2.5rem 2rem 2rem 2rem;
    background: white;
}
p.review-text {
	font-size: 1.1rem;
	min-height: 19rem;
	color: #6F7175;
	max-width: 20rem;
	margin: 0 auto;
}
.review-author {
	color: #A2D7E2;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-top: 1rem;
}
.review-logotype-box {
    position: absolute;
    top: -4.7rem;
    width: 85%;
    max-width: 10rem;
    height: 3rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.review-rating-stars {
    display: inline-block;
    position: relative;
}
.review-rating {
	position: relative;
	bottom: .7rem;
}
.review-rating img {
	display: inline-block;
    width: 1.1rem;
    height: auto;
    vertical-align: text-top;
    margin-top: .1rem;
    margin-right: 0;
    filter: grayscale(.4);
}
.review-rating-stars > img {
	opacity: .5;
}
.review-stars-fill {
	position: absolute;
	top: 0;
	left: 0;
}
.reviews-law-note {
	text-align: center;
	color: rgba(0,0,0,0.3);
	font-size: 12px;
	margin-top: 2rem;
	margin-bottom: -1rem;
	line-height: 1.2;
}

.slider-controls-left,
.slider-controls-center,
.slider-controls-right {
	display: inline-block;
	vertical-align: middle;
}
.slider-controls-center {
	font-size: 3.2rem;
	color: #A2D7E2;
	margin-right: .35rem;
}
.slider-counter-current {
    color: #0094a8;
    min-width: 2rem;
    text-align: right;
    display: inline-block;
}
.slider-counter-sum {
	color: #A2D7E2;
}
.slider-arrow {
	cursor: pointer;
}
.slider-arrow img {
	width: 2.2rem;
	height: auto;
	margin: .3rem 2rem 0 2rem;
}
.slider-arrow-left img {
	transform: rotate(180deg);
}

.footer-awards-section {
	margin: 3rem auto;
}
.footer-awards-section .section-heading {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: -1rem;
}
.awards-slider-box {
	/*background: #f6fbfc;*/
	padding: 3rem 0;
	margin-top: 1.5rem;
}
.awards-slide-box {

}
.awards-slide-box img {
	display: block;
	width: 80%;
	max-width: 10rem;
	height: auto;
	margin: 1rem auto;
}

.footer-ratings-section {
	padding-bottom: 3rem;
}
.footer-ratings-section .section-heading {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.portal-rating-box {
	position: relative;
	display: block;
	width: calc(100% - 2rem);
	max-width: 30rem;
	vertical-align: top;
	box-shadow: 0px 5px 20px #0000001A;
	margin: 1rem 1.4rem;
	border-radius: 2rem;
	border-bottom: 6rem solid #a2d7e2;
	text-align: center;
	padding: 2rem 1rem 2rem 1rem;
	background: white;
}
.rating-value {
    position: relative;
    color: #0094a8;
    font-size: 3rem;
    margin-bottom: -0.5rem;
}
.rating-value span {
	color: #a2d7e2;
}
.rating-word {
	font-size: 1.5rem;
	color: #6F7175;
}
.rating-portal {
    position: absolute;
    bottom: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: underline;
    text-transform: uppercase;
    color: white;
    font-size: 1.6rem;
}

.footer-newsletter-section {
	background-size: cover;
	background-position: center;
	padding: 2rem 0;
}
.footer-newsletter-section .section-heading,
.footer-newsletter-section .section-head-desc {
	color: white;
}
.footer-newsletter-box {
	background: #28A1B3;
	color: white;
	padding: 4rem;
	border-radius: 2rem;
	position: relative;
}
.footer-newsletter-img {
	position: absolute;
	bottom: 0;
	right: 2rem;
	width: 45%;
	height: auto;
}
.footer-newsletter-formbox {
	max-width: 600px;
	margin-top: 2rem;
}
.footer-newsletter-formbox input[type=text], 
.footer-newsletter-formbox input[type=email],
.cformbox input[type=text], 
.cformbox input[type=email],
.cformbox input[type=tel]
	 {
    border: 2px solid #4091A6;
    padding: .5rem 1rem;
    width: 100%;
    max-width: 37rem;
    margin-bottom: 10px;
    border-radius: .6rem;
    color: black;
}
.footer-newsletter-formbox input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    transform: scale(1.5);
    transform-origin: 0 0;
    border-radius: 3px;
    width: 12px;
}
.footer-newsletter-formbox input::placeholder,
.cformbox input::placeholder
{
	color: rgba(0,0,0,0.4);
}
.footer-newsletter-formbox .cta {
	margin-top: 1rem;
}
.form-acceptance-wrapper .wpcf7-list-item {
	padding-left: 0;
	margin: 0 0 1rem 0;
}
.form-acceptance-wrapper .wpcf7-list-item-label {
    font-weight: normal;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    margin-top: 4px;
    text-align: left;
    color: rgba(255,255,255,.8);
    padding-left: .2rem;
}
.form-acceptance-wrapper .wpcf7-list-item-label a {
	line-height: 1;
	font-size: 11px;
	color: rgba(255,255,255,1);	
}
.footer-locations-section {
	padding: 2rem 0 5rem 0;
}
.footer-locations-section .section-heading {
	text-align: center;
	margin-bottom: 3rem;
}
.footer-maps-row {

}
.footer-map-box {
	text-align: center;
	padding: 0;
	margin: 1rem auto;
	color: black;
	box-shadow: 0px 5px 20px #0000001A;
	border-radius: 2rem;
	padding-bottom: 3rem;
	overflow: hidden;
	background: white;
}
.footer-map-box iframe {
	border:  none;
}
.map-address {
	margin-top: 0;
	margin-bottom: 2rem;
	text-transform: none;
	color: #6F7175;
}
.map-place {
	color: #0094A8;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 0;
}

.location-services-menu {
	min-height: 13rem;
}
.services-menu-row {

}
.services-menu-row a {
    position: relative;
    display: inline-block;
    padding: .5rem .7rem;
    margin: .3rem .2rem;
    font-size: .9rem;
    background: #e4f6fa;
    color: #0094a8;
    border-radius: .5rem;
    font-weight: bold;
}
.services-menu-row a:hover {
	background: #c5eaf2;
}
/*.services-menu-row a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 1rem;
    top: 50%;
    right: -.25rem;
    transform: translateY(-50%);
    background: #8acdd9;
}*/
.services-menu-row a:last-child:after {
	background: transparent;
}
.main-footer {
	background: #28A1B3;
	padding: 4rem 0 0 0;
	color: white;
}
.footer-logo {
	display: block;
	width: 80%;
	max-width: 14rem;
	height: auto;
	margin-bottom: 3rem;
}

.footer-contact-box {
	margin-bottom: 1rem;
	margin-top: 2rem;
}
.footer-contact-box p {
    font-size: 1rem;
    line-height: 1.4;
}
.footer-contact-box a {
	color: white;
}
.footer-contact-box a:hover {
	color: rgba(255,255,255,.8);
}
.footer-contact-icon {
    width: 95%;
    max-width: 2.2rem;
    height: auto;
    margin-top: .5rem;
    margin-left: auto;
}
.footer-contact-box .footer-phone a {
	font-size: 1.8rem;
}
.footer-ctabox {
	width: 100%;
	text-align: center;
	padding: 2rem 1rem;
	margin-top: 0;
}
.footer-ctabox .cta {
	margin: .5rem auto;
}
.footer-ctabox a {
	margin-bottom: 1rem;
}
.footer-ctabox .ctabox-socials {
	margin-top: 1rem;
}
.footer-ctabox .ctabox-socials a {
	margin: 1rem .5rem;
}
.footer-navlist {
	padding: 1rem 0;
	text-align: center;
	margin-top: 2rem;
}
.footer-navlist a {
    color: rgba(255,255,255,.8);
    margin: .5rem 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.footer-navlist a:hover {
	color: rgba(255,255,255,.9);	
}
.location-services-menu {
	margin-top: 2rem;
}
.footer-video-section {
	height: 30vw;
	position: relative;
	overflow: hidden;
	margin: 3rem auto 1rem auto;
}
.footer-video-section .responsive-container {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-bottom-menu {
	background: #38acbd;
}

/* DISCOUNT CODE NEWSLETTER FORM */

body.id139708 .booking-cta,
body.id139708 .service-intro-rating
{
	display: none;
}
body.id139708 .cformbox {
	margin-top: -2rem;
}
body.id139708 .cformbox h1 {
    margin-bottom: -0.3rem;
}
body.id139708 .service-contact-section {
	display: none;
}
body.id139708 .wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 1rem 2rem;
    border: 2px solid #00a0d2;
    color: white;
    /* border-radius: 5rem; */
}
.wpcf7-not-valid-tip {
    color: orange;
}
.input-hidden {
	display: none;
}

@media screen and (max-width: 1500px) {

	.service-intro-section h1 {
	    font-size: 3.5rem;
	}	
	.service-intro-shortdesc {
	    font-size: 1.2rem;
	}
	.service-about-deco img {
	    width: 20rem;
	}
	.service-about-deco {
		min-width: 20rem;
	}
}
@media screen and (max-width: 1200px) {

	.cards-issues-section .section-heading {
	    position: relative;
	    z-index: 999;
	    margin-bottom: 5rem;
	    margin-top: 3rem;
	}
	.cards-solution-hand {
	    right: 9rem;
	}
	.cards-benefits-img {
	    top: -20rem;
	    left: -21rem;
	    width: 19rem;
	    height: 19rem;
	}
	.cards-benefits-img.card-benefits-img2 {
	    right: -27rem;
	}
	.service-intro-section {
	    padding: 4rem 0 4rem 0;
	}
	.service-intro-section h1 {
	    font-size: 2.6rem;
	}
	.service-intro-gfxbox {
	    padding-top: 100%;
	    top: 2rem;
	    width: 100%;
	}
}
@media screen and (max-width: 992px) {

	.cards-issues-section {
	    padding: 1rem 0 3rem 0;
	}
	.cards-issue-box {
		margin-bottom: 2rem;
	}
	.cards-solution-hand {
		right: 2rem;
		width: 58rem;
	}
	.solution-shape-arrow {
	    width: 13rem;
	}
	.section-heading.soluton-items-head {
	    text-align: center;
	}
	.cards-benefits-list .section-heading {
	    padding: 0 2rem;
	}
	.benefits-item-3 {
	    margin-bottom: 0rem;
	}
	.cards-info-box {
	    height: 35rem;
	}
	.cards-contact-txtbox {
	    margin-left: auto;
	    margin-right: auto;
	}
	.cards-intro-section .cards-deco-circle {
		opacity: .2; 
	}	
	.cards-issues-section .deco-circle1 {
		opacity: .2; 
	}	
	.cards-intro-section .cards-deco-dot {
		opacity: .2; 
	}	
	.service-intro-section {
	    padding: 3rem 0 18rem 0;
	}
	.service-intro-shortdesc {
	    max-width: 40rem;
	}
	.service-gfxbox-col {
		max-width: 43rem;
		margin-left: auto;
	}
	.service-intro-gfxbox {
	    padding-top: 100%;
	    top: -8rem;
	    width: 100%;
	    left: auto;
	    right: -2rem;
	} 
}
@media screen and (max-width: 768px) {

	.cards-issue-box {
		margin: 2rem auto;
	}
	.cards-solution-section {
	    padding: 4rem 0 5rem 0;
	}
	.cards-solution-hand {
	    right: auto;
	    width: 52rem;
	    top: 4rem;
	    left: calc(40% - 36rem);
	}
	.cards-solution-name {
	    text-align: center;
	    margin-top: 19rem;
	    padding: 2rem;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 22rem;
	}
	.solution-shape-arrow {
	    position: absolute;
	    bottom: 13rem;
	    left: calc(50% + 7rem);
	    transform: rotate(-98deg);
	    width: 10rem;
	}
	.solution-why-items {
	    margin-top: 2rem;
	}
	.cards-why-box {
	    margin: 1rem auto;
	    padding: 0 .2rem;
	}
	.cards-why-box p {
	    font-size: 1.25rem;
	    margin-top: 1rem;
	}
	.cards-benefits-list .section-heading {
	    margin-top: 4rem;
	    margin-bottom: 7rem;
	}
	.benefits-intro-box {
	    margin-left: auto;
	    padding: 3rem 2rem;
	    margin-right: auto;
	    z-index: 99;
	}
	.benefits-intro-icon {
	    top: -3rem;
	}
	.benefits-intro-box .section-heading {
	    margin-bottom: 3rem;
	    max-width: none;
	    margin-top: 6rem;
	}
	.benefits-intro-img {
	    height: 20rem;
	}
	.cards-benefits-list {
	    padding-bottom: 2rem;
	}
	.benefits-list-item {
	    position: relative;
	    width: 100%;
	    padding: 8rem 2rem 5rem 2rem;
	    min-height: auto;
	    margin-left: auto;
	}
	.benefits-list-num {
	    position: absolute;
	    left: 50% !important;
	    right: auto !important;
	    top: -3rem;
	    transform: translateX(-50%);
	    width: 10rem;
	    height: 10rem;
	}
	.benefits-list-num span {
	    font-size: 4rem;
	    -webkit-text-stroke-width: 2px;
	    -webkit-text-stroke-color: black;
	}
	.benefits-item-1 {
	    z-index: 10;
	}
	.benefits-item-2 {
	    z-index: 12;
	}
	.benefits-item-3 {
	    z-index: 13;
	}
	.benefits-item-4 {
	    z-index: 14;
	}
	.benefits-item-5 {
	    z-index: 15;
	}
	.benefits-item-6 {
	    z-index: 16;
	}
	p.benefits-item-head {
	    margin-bottom: 1rem;
	}
	.benefits-list-item p {
		font-size: 1.5rem;
	}
	.cards-offer-section {
	    padding: 3rem 0 0 0;
	}
	.container-wide.cards-offer-items {
		padding-bottom: 3rem;
	}
	.cards-offer-items h3 {
	    text-transform: none;
	    margin: 3rem auto 1rem 0;
	    text-align: center;
	    line-height: 1.5;
	}
	.cards-offer-item h4 {
	    font-size: 1.4rem !important;
	    line-height: 1.5;
	}
	.cards-info-box {
	    height: 28rem;
	}
	.cards-info-box .cards-infobox-circle {
	    bottom: -26rem;
	    left: calc(50% - 42rem);
	    width: 40rem;
	    height: 40rem;
	}
	.cards-contact-section p {
		font-size: 1.5rem;
	}
	.cards-contact-cta {
	    line-height: 1.5;
	}
}

/* CONTACT */

.contact-blocks-section {
	margin: 3rem auto 2rem auto;
}
.cblock-section-head {
	margin-bottom: 3rem;
}
.cblock-section-head img,
.cblock-section-head svg {
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
	max-height: 4rem;
}
.cblock-section-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4rem - 5px);
    padding-left: 1rem;
    margin: 0;
    color: black;
}

.contact-cblock {
	padding-left: 2rem;
	margin-bottom: 2rem;
}
.cblock-icon {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
}
.cblock-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2rem - 5px);
    padding-left: 1.1rem;
}
.cblock-text p {
	line-height: 1.5;
}
.cblock-title {
	margin-top: 0;
	font-size: 1.2rem;
	color: #0094a8;
	font-weight: 600;
} 
.contact-company-info {
	margin: 2rem auto;
}

.contact-faq-items {
	margin-top: 3rem;
	margin-bottom: 4rem;
}
.contact-faq-item {
	background: white;
	margin: 15px auto;
	-webkit-box-shadow: 0px 7px 24px -11px rgba(66, 68, 90, 0.34);
	-moz-box-shadow: 0px 7px 24px -11px rgba(66, 68, 90, 0.34);
	box-shadow: 0px 7px 24px -11px rgba(66, 68, 90, 0.34);
	border-radius: 1.5rem;
}
.contact-faq-item p {
	color: #3C3C3C;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.faq-question-box {
	position: relative;
	font-weight: bold;
	padding: 1rem 5rem 1rem 2rem;
	cursor: pointer;
}
.faq-question-box p {
	line-height: 1.4;
	color: rgba(0,0,0,.6);
}
.faq-question-box:after {
    content: '';
    position: absolute;
    top: 47%;
    right: 50px;
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-left: 3px solid #3C3C3C;
    border-bottom: 3px solid #3C3C3C;
    transition: all .3s;
}
.faqitem-open .faq-question-box:after {
	transform: translateY(-50%) rotate(135deg);
}
.faq-answer-box {
	padding: 0 2rem 2rem 2rem;
}
.shortfaq-ctabox {
	text-align: center;
	margin: 3rem auto 2rem auto;
}

.contact-place-section .cblock-section-head {
	margin-bottom: 0;
}
.contact-place-section .services-menu-row {
	color: #0094A8;
}
.contact-place-section .location-services-menu {
	margin-top: 0;
	margin-bottom: 2rem;
}
.contact-place-section .map-address,
.contact-parking-section .map-address {
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.contact-parking-section .cblock-section-head {
	margin-bottom: 0;
	margin-top: 3rem;
}
.contact-parking-section {
	margin-bottom: 3rem;
}
.contact-place-section .footer-map-box,
.contact-parking-section .footer-map-box {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	margin-top: 2rem;
}
.contact-place-section .footer-maps-row,
.contact-parking-section .footer-maps-row {
/*	padding-left: 2rem;
	padding-right: 2rem;*/
}


/* BREADCRUMBS */

.sts-breadcrumbs {
	position: relative;
	padding: .5rem 0;
	z-index: 99; 
}
.sts-breadcrumbs a,
.sts-breadcrumbs span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #6F7175;
	margin-right: 1rem;
	font-size: 1rem;
}
.breadcrumbs-item:after {
    content: '';
    position: absolute;
    top: 54%;
    right: -11px;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0,0,0,.5);
    border-right: 1px solid rgba(0,0,0,.5);
    transform: translateY(-50%) rotate(45deg);
}
span.breadcrumbs-current {
	color: #A2D7E2;
}

/* lang */

.header-lang-switch {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0 2rem 0 0;
    color: white;
}
.header-lang-switch li {
	border: 1px solid rgba(255,255,255,.5);
	padding: .1rem .7rem;
/*	background: rgba(255,255,255,.1);*/
}
.header-lang-switch li:hover {
/*	background: rgba(255,255,255,.3);*/
}
.header-lang-switch li a {
	color: white;
	text-transform: uppercase;
}
.header-lang-switch li span {
	display: inline-block;
	vertical-align: middle;
}


/* HOTEL */

body.page-hotel {
	background: #212424;
	color: white;
}
.page-hotel {
	color: white;
}

.page-hotel .intro-videobox-bglayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, 
		rgba(0,0,0,0.8203256302521008) 0%, 
		rgba(33,36,36,0.4430147058823529) 49%, 
		rgba(33,36,36,0.2189250700280112) 100%);
}
.page-hotel .sectiontile-graphic-mobilelayer {
    background: linear-gradient(180deg, 
     rgba(0,0,0,0.8203256302521008) 0%, 
     rgba(33,36,36,0.4430147058823529) 79%, 
     rgba(33,36,36,0.0189250700280112) 100%);
}

.page-hotel .top-header.header-transparent {
    background: rgba(0,0,0,.8);
}
.page-hotel.scrolldown .top-header.header-transparent {
    background: rgba(0,0,0,1);
}
.page-hotel .top-header {
	background: rgba(0,0,0,1);
}
.page-hotel .single-post-section {
    padding: 3rem 0 5rem 0;
    background: #212424;
    color: white;
}
.page-hotel .section-head-desc {
	color: white;
}
.page-hotel .section-heading {
	color: #E7C782;
}
.page-hotel .section-heading .news-car-switch {
	color: white;
}
.page-hotel .news-car-switch.car-switch-active, 
.page-hotel .news-car-switch.car-switch-active:hover {
    color: #E7C782;
}
.page-hotel .tile-textbox-info {
    background: rgba(0,0,0,.7);
}
.page-hotel .tile-textbox-title {
    background: rgba(231,199,130,.8);
}
.page-hotel .tile-textbox-title h3 {
	color: #DE1D29;	
}
.page-hotel .slick-prev:before, 
.page-hotel .slick-next:before {
    background-image: url('../img/icon-arrow-right-gold.svg');
}

.page-hotel .sectiontile-title {
	color: white;
}
.page-hotel p.sectiontile-subtitle {
	color: #E7C782;
}
.page-hotel .sectiontile-desc {
    color: white;
}
.page-hotel p.sectiontile-more {
	color: #E7C782;
}
.page-hotel .global-review-item {
    border-top: 7rem solid #E7C782;
}
.page-hotel .review-author {
    color: #E7C782;
}
.page-hotel .portal-rating-box {
    border-bottom: 6rem solid #E7C782;
}
.page-hotel .rating-value {
    color: #E7C782;
}
.page-hotel .rating-value span {
    color: rgba(0,0,0,0.2);
}
.page-hotel .footer-awards-section {
    margin: -1rem auto 3rem auto;
    background: white;
    padding: 2rem 0 2rem 0;
}
.page-hotel .footer-newsletter-box {
    background: #E7C782;
}
.page-hotel .footer-newsletter-section .section-heading, 
.page-hotel .footer-newsletter-section .section-head-desc {
    color: white;
}
.page-hotel .main-footer {
    background: #393c3c;
}
.page-hotel .footer-bottom-menu {
    background: #999b9f;
}
.page-hotel .footer-newsletter-formbox input[type=text], 
.page-hotel .footer-newsletter-formbox input[type=checkbox], 
.page-hotel .footer-newsletter-formbox input[type=email] {
	border-color: black;
}

.page-hotel .post-index .post-content p, 
.page-hotel .single-project .project-description p {
	color: white;
}

.page-hotel .gallery-slider-section {
	padding: 4rem 0 1rem 0;
	text-align: center;
}
.page-hotel .gallery-slider-section .section-heading {
	margin-bottom: 3rem;
} 
.page-hotel .map-place {
    color: #E7C782;
}
.page-hotel .services-menu-row a {
    background: #E7C782;
    color: white;
}
.page-hotel .services-menu-row a:hover {
	background: #212424;
}
.page-hotel .gift-card-box {
    background: #E7C782;
}
.page-hotel .service-intro-section {
    background: #444a4a;
}
.page-hotel .service-about-block p ,
.page-hotel .service-about-block li {
    color: rgba(255,255,255,.8);
}
.page-hotel .service-benefits-section {
	background: #212424;
}
.page-hotel .service-contact-section {
    background: #7A120A;
}
.page-hotel .service-booking-section {
    background-image: url('../img/hotel-pattern.jpg');
}
.page-hotel .service-price-block {
    background: white;
}
.page-hotel .service-price-block img {
    filter: grayscale(1);
    opacity: .6;
}
.page-hotel .service-priceblock-name {
    color: #E7C782;
}
.page-hotel .breadcrumbs-item:after {
    border-top: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5);
}
.page-hotel span.breadcrumbs-current {
    color: #E7C782;
}

.page-hotel .cblock-section-title {
    color: white;
}
.page-hotel .cblock-title {
	color: #E7C782;
}
.page-hotel  .contact-faq-item {
    background: #E7C782;
}

.page-hotel .cblock-section-head svg path,
.page-hotel .cblock-section-head svg line {
	stroke: #E7C782;
}
.page-hotel .cblock-section-head svg .st0 {
	fill: #E7C782;	
}
.hotel-maps-row {
	margin-bottom: 3rem;
}

/* ZONE PAGE */

.service-intro-bglayer {
	background: rgba(40,161,179,.9);
	padding: 12rem 0 7rem 0;
	position: relative;
}
.service-intro-gfxdeco {
    position: absolute;
    bottom: 0;
    left: calc(50% + 2rem);
    width: 50%;
    max-width: 40rem;
}

.offer-zone-intro {
	background-size: cover;
	background-position: center;
}
.offer-zone-intro.service-intro-section {
	padding: 0;
}
.offer-zone-intro .service-intro-txtcol {
    min-height: 24rem;
}
.offer-zone-intro .service-intro-shortdesc {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.zone-groups-section {
	padding: 3rem 0 1rem 0;
}
.zone-groups-section .section-heading, 
.zone-groups-section .head-desc-zone {
	text-align: center;
}  
.zone-groups-section .section-heading {
	margin-bottom: 3rem;
}
.offergroup-box {
	margin: 3rem auto;
	border-radius: 3rem;
	box-shadow: 0px 5px 30px #0000001A;
	overflow: hidden;
}
.offergroup-banner {
	position: relative;
	background-size: cover;
	background-position: center;
	background: #daf3f6;
	padding: 3rem 3rem 3.2rem 3rem;
}
.offergroup-banner:hover {
	background: #28a1b3;
	cursor: pointer;
}
.offergroup-banner:hover .offer-group-toggle path {
	stroke: white;
}
.offergroup-banner-title {
    color: #28A1B3;
    margin: 0;
    text-transform: none;
    font-size: 2.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3rem;
}
.offergroup-banner:hover .offergroup-banner-title {
	color: white;
}
.offer-group-toggle {
	position: absolute;
	top: 3.4rem;
	right: 3rem;
	transform: rotate(90deg);
	width: 2rem;
	height: auto;
	transition: all .3s;
}
.offergroup-switch-txt {
    position: absolute;
    top: 3.7rem;
    right: 5.7rem;
    display: inline-block;
    color: rgba(0,0,0,0.4);
    font-weight: bold;
}
.offergroup-banner:hover .offergroup-switch-txt {
	color: white;
} 
.offergroup-banner .offergroup-switch-hide {
	display: none;
}
.offergroup-banner.is-active .offergroup-switch-hide {
	display: inline-block;
}
.offergroup-banner.is-active .offergroup-switch-show {
	display: none;
}
.offer-group-toggle.is-active {
	transform: rotate(-90deg);
}
.group-menu-buttons {
	display: inline-block;
	vertical-align: middle;
}
.group-menu-button {
	background: rgba(0,0,0,0.2);
	margin: .5rem 1rem .2rem 0;
}
.group-menu-button:hover {
	background: rgba(0,0,0,0.4);
}

.offer-item-box {
	padding: 3rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offer-item-box a {
	color: #28A1B3;
}
.offer-item-box a:hover {
	color: #DE1D29;
}

.offer-item-imgbox {
	display: inline-block;
	vertical-align: top;
	width: 11rem;
}
.offer-item-imgbox img {
	max-width: 9rem;
	border-radius: 2rem;
	height: auto;
}
.offer-item-box-desc {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 22rem);
    padding: 0 2rem;
}
.offer-item-box-desc h4 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #0094a8;
}
.offer-item-box-desc a:hover h4 {
	color: #DE1D29;
}
p.offer-item-desc {
	font-size: 1rem;
	color: #717377;
}
.offer-item-box .cta {
	margin-top: 0;
}	
.offer-item-iconbox {
	display: inline-block;
	vertical-align: top;
	margin: .6rem 2rem .6rem 0;
}
.offer-item-iconbox span {
	color: #9c9da0;
}
.offer-item-iconbox img {
	height: 1.5rem;
	width: auto;
	margin-right: .4rem;
}
.offer-item-booking-section {
	margin-top: 2rem;
}
.offer-item-price-blocks {
	text-align: center;
	padding-bottom: 80px;
	transition: all .5s;
}
.offer-item-price-blocks .service-priceblock-name {
    color: rgba(0,0,0,0.5);
    display: block;
    font-size: 1.1rem;
    margin-bottom: 2px;
}
.offer-item-priceblocks-outer {
	position: relative;
	transition: all .5s;
	overflow: hidden;
}
.offer-item-priceblocks-outer.collapsed {
	height: 90px;
}
.offer-item-priceblocks-outer.collapsed:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,255,255,0) 100%);
}
.offer-item-priceblock-switch {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	padding: 30px;
	z-index: 99;
}
.offer-item-priceblock-switch .switch-show {
	display: none;
}
.offer-item-priceblocks-outer.collapsed .switch-hide {
	display: none;
} 
.offer-item-priceblocks-outer.collapsed .switch-show {
	display: inline-block;
}

.offer-item-price-blocks .service-price-block {
	margin-right: .5rem;
	box-shadow: none;
}
.offer-item-price-blocks .service-price-block.no-cta {
    padding-top: .6rem;
    padding-bottom: .55rem;
}

/* GALLERY */

body .lg-outer {
    top: 9rem;
    height: calc(100% - 9rem);
}
.gallery-slider .slick-prev,
.gallery-slider-singleslide .slick-prev {
	left: 0;
}
.gallery-slider .slick-next,
.gallery-slider-singleslide .slick-next {
	right: 0;
}
.gallery-slider .slick-prev, 
.gallery-slider .slick-next,
.gallery-slider-singleslide .slick-prev, 
.gallery-slider-singleslide .slick-next {
    padding: 2rem 2rem;
    background: rgba(0,0,0,0.6);
}
.gallery-slider .slick-prev:before, 
.gallery-slider .slick-next:before,
.gallery-slider-singleslide .slick-prev:before, 
.gallery-slider-singleslide .slick-next:before {
    background-image: none;
    content: "\e080";	
    font-size: 1.8rem;
}

.gallery-desc {
	max-width: 900px;
	margin: 3rem auto;
}
.gallery-item-box {
	position: relative;
	margin: 1rem auto;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 6px 6px 25px -12px rgb(0 0 0 / 35%);
	-moz-box-shadow: 6px 6px 25px -12px rgba(0,0,0,0.35);
	box-shadow: 6px 6px 25px -12px rgb(0 0 0 / 35%);	
}
.gallery-item-box img {
	width: 100%;
}
.gallery-item-box:after{
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);   	
	content: '\e003';
	font-size: 2rem;
	color: rgba(255,255,255,0.6); 
	z-index: 99;
	opacity: 0;
	transition: all .4s;
}
.gallery-item-box:hover:after {
	opacity: 1;
}
.gallery-item-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 9;
	transition: all .4s;
}
.gallery-item-box:hover:before {
	background: rgba(0,0,0,.5);
}
.gallery-slider-singleslide .gallery-item-box:hover:before {
	background: rgba(0,0,0,0);
}
.gallery-item-box img {
	transition: all .5s;
	transform: perspective(500px) scale3d(1,1,1) translateZ(0);
}
.gallery-item-box:hover img {
	transform: perspective(500px) scale3d(1,1,1.1) translateZ(15px);
}
.gallery-captions .gallery-item-box {
	background: white;
}
.gallery-tile-caption {
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.gallery-item-box {
	margin: 0;
	display: inline-block;
	max-width: 25%;
}
.gallery-tiles-box {
	margin: 2rem -.3rem;
	text-align: center;
}
.gallery-tiles-box .gallery-item-box {
    width: calc(33%  - 1rem);
    max-width: 10rem;
    margin: .22rem .3rem;
}
.gallery-slider-singleslide {
	margin: 4rem auto 0 auto;
}

/* ICONS MENU - legacy */
.icons-menu {
	text-align: center;
}
.icons-menu a {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	padding: 1rem;
}
.icons-menu a:hover {
	background: rgba(0,0,0,0.06);
}
.icons-menu a img {
	margin-bottom: 1rem;
	transform: scale(1);
	transition: all .9s;
}
.icons-menu a:hover img {
	transform: scale(.9);
} 
.icons-menu .one_fourth {
	margin-right: 3%;
}

body a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    padding: 1rem !important;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1750px) {
	.main-navlist {
	    margin-left: 12rem;
	}
	.main-navlist a {
	    font-size: 1rem;
	}
	.slick-prev {
	    left: -1rem;
	}
	.slick-next {
	    right: -1rem;
	}
}

@media screen and (max-width: 1400px) {
	html {
		font-size: 15px;
	}
	.header-buttons-upperbar {
		display: inline-block;
	}
	.header-buttons {
		display: none;
	}
	.footer-newsletter-section {
	    padding: 3rem 0;
	}
}

/* bootstrap MD */
@media screen and (max-width: 1200px) {
	.intro-videobox-content {
	    position: relative;
	    z-index: 99;
	    padding-top: 12rem;
	    padding-bottom: 3rem;
	}
	.tile-infotxt1 {
	    margin-bottom: 0;
	    font-size: 1rem;
	}
	.tile-infotxt2 {
	    font-size: 1.5rem;
	}
	.tile-textbox-title h3 {
	    font-size: 1.4rem;
	    margin-top: .5rem;
	}
	.tile-textbox-title p {
	    color: black;
	    font-size: 1rem;
	}
	.sectiontile-icon {
	    height: 3rem;
	}
	.sectiontile-content-box {
	    padding: 1rem 4rem;
	}
	.sectiontile-desc {
		font-size: 1rem;
	}
	.sectiontile-graphic-box {
	    height: 26rem;
	}
	.global-review-item {
	    min-height: 12rem;
	}
	.review-text {
	    font-size: 1rem;
	}
	.reviews-box .box-heading {
	    margin-bottom: 2rem;
	}
	.awards-slide-box img {
	    max-width: 8rem;
	}
	.awards-slider-box {
	    padding: 2rem 0;
	}
	.footer-ratings-section {
	    padding-bottom: 2rem;
	}
	.portal-rating-box {
	    margin: 2rem auto;
	}
	.extraicon-box img {
	    height: 3rem;
	}
	.extraicon-box p {
	    font-size: .9rem;
	}

}
/* bootstrap SM */
@media screen and (max-width: 992px) {
	html {
		font-size: 14px;
	}
	body {
		padding-top: 4rem;
	}
	body.top-content {
		padding-top: 4rem;
	}
	.scrolldown .main-navlist-box {
		top: 4rem;
	}
	.main-navlist-box {
	    position: fixed;
	    top: 4.3rem;
	    right: 0;
	    width: 100vw;
	    background: #0094A8;
	    padding: 2rem 1rem 5rem 1rem;
	    transition: all .4s linear;
	    overflow-y: auto;
	    max-height: calc(100vh - 5rem);
	}
	.page-hotel .main-navlist-box {
		background: #212424;
	}
	.main-navlist-box {
		transform: translateX(105%);
	}
	.mobile-nav-socials {
		margin-bottom: 1rem;
	}
	.mobile-nav-socials a {
		display: inline-block;
		vertical-align: middle;
	}
	.mobile-nav-socials a img {
	    width: 2.5rem;
	    height: auto;
	    margin-right: .5rem;
	}
	.top-header.header-transparent {
		background: #0094A8;
	}
	.nav-logo:before {
	    background: none;
	}
	.main-navlist-box.onscreen {
		transform: translateX(0);
	}
	.main-navlist {
	    margin-left: 0;
	    text-align: center;
	}
	.main-navlist ul li {
		display: block;
	}
	.nav-logo {
		max-width: 11rem;
	}
	.mobile-nav-bg {
		display: none;
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,0.6);
		z-index: 99999;
	}
	.header-lowerbar {
	    padding: 0;
	}
	.header-upperbar {
	    padding: 0.6rem 0 .6rem 0;
	}
	.nav-logo {
	    max-width: 6.1rem;
	}
	.top-header-inner .cta {
		padding-top: .3rem;
		padding-bottom: .5rem;	
		font-size: 1rem;
	}
	.top-header-inner .cta-shop:before {
	    width: 2.5rem;
	}
	.header-upperbar {
		padding-right: 3rem;
	}
	.intro-videobox-content {
	    padding-top: 8rem;
	    padding-bottom: 3rem;
	}
	.sectiontile-content-box {
	    padding: 1rem 1rem;
	}
	.sectiontile-graphic-box .yt-iframe {
	    width: 165%;
	}
	.main-navlist a {
	    font-size: 1.6rem;
	    padding: .7rem 1rem;
		margin-bottom: .2rem;
	}
	.awards-slide-box img {
	    max-width: 7rem;
	}
	.rating-value {
	    font-size: 3rem;
	}
	.rating-word {
	    font-size: 1.5rem;
	}
	.top-header-inner .cta.mobile-main-cta {
		display: inline-block;
		padding-top: .5rem;
		padding-bottom: .65rem;
		font-size: 1.2rem;
	}
	.header-buttons {
	    display: inline-block;
	    position: static;
	    text-align: center;
	    transform: none;
	    width: 100%;
	    margin-top: 1rem;
	}
	.header-buttons .cta {
	    display: inline-block;
	    font-size: 1.6rem;
	    margin-bottom: .8rem;
	    margin-left: 0;
	}
	.menu-item-has-children ul {
		position: static;
	    min-width: auto;
	    padding: .1rem .3rem .6rem .3rem;
	}
	.menu-item-has-children ul li a {
		font-size: 1.3rem;
		padding: 0.5rem 1rem;
		color: rgba(255,255,255,.8);
		margin-bottom: .1rem;
		white-space: normal; 
	}
	.introbox-promotions-bar {
		top: 40%;
	}
	.introbox-promotions-bar img {
		width: 3rem;
	}
	.footer-maps-row {
		margin-left: 0;
		margin-right: 0;
	}	
	.timetable-heading-row {
	    margin-right: -15px;
	}
	.timetable-wknd .timetable-col {
	    width: 25%;
	    padding: .3rem;
	}
	.faq-question-box:after {
	    right: 20px;
	}
	.page-business-cards .intro-video-box {
		background-position: top center;
	}
	body .lg-outer {
	    top: 5rem;
	    height: calc(100% - 5rem);
	}
	.mobile-card-shop-btn {
		margin-top: 1rem;
	}
	.pricing-group-row .cta {
	    float: none;
	    clear: both;
	}

}
/* bootstrap XS */
@media screen and (max-width: 768px) {
	html {
		font-size: 12px;
	}
	p {
		line-height: 1.6;
	}  
	.container.has-table,
	.pricing-table-notes.has-table {
       overflow-x: auto;
    }
	.sts-breadcrumbs a, .sts-breadcrumbs span {
	    font-size: 1.3rem;
	}
	.container-wide {
	    padding: 0 1rem;
	}
	.header-upperbar {
	    padding: 0.8rem 4rem .8rem 0;
	}
	.nav-logo {
	    max-width: 6.9rem;
	    left: 1rem;
	}
	.intro-video-box .yt-iframe {
	    width: 250%;
	}
	.intro-videobox-content {
	    padding-top: 64vw;
	    padding-bottom: 1rem;
	}
	.page-hotel .intro-videobox-content {
	    padding-top: 60vw;
	}
	.intro-videobox-content p {
	    font-size: 2.5rem;
		max-width: 35rem;
	}
	.top-header-inner .hamburger {
	    top: 48%;
	}
	.intro-video-box {
	    min-height: 130vw;
	}
	.ctabox {
	    background: rgba(162,215,226,.85);
	    padding: .5rem;
	    color: white;
	    display: inline-block;
	    margin-top: 2rem;
	    text-align: center;
	}
	.ctabox .cta {
		margin: .5rem .1rem;
	}
	.ctabox-socials {
		display: none;
	}
	.slick-prev {
	    left: 0rem;
	}
	.slick-next {
	    right: 0rem;
	}
	.section-head-desc {
	    text-align: center;
	}
	.section-heading {
	    text-align: center;
	}
	.home-news-section {
	    padding: 2rem 0 1rem 0;
	}
	.tile-textbox-info {
		padding: .2rem .5rem;
	}	
	.tile-infotxt2 {
	    font-size: 1.6rem;
	}
	.tile-textbox-title h3 {
	    font-size: 1.6rem;
		margin-bottom: .3rem;
	}
	.tile-textbox-title {
		padding: .5rem .5rem .5rem .5rem;
		text-align: center;
	}	
	.tile-textbox-title p {
	    font-size: 1.1rem;
	}
	p.tile-textbox-shortdesc {
		font-size: 12px;
	}
	.tile-textbox-shout {
		height:auto;
		margin-top: 5px;
	}
	.article-tile-slide {
	    padding: 1rem 2rem;
	}
	.sectiontile-extraicons {
	    position: absolute;
	    top: auto;
	    right: auto;
	    height: auto;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	}
	.extraicon-box {
	    display: block;
	    height: 9rem;
	    width: 33.33333%;
	    text-align: center;
	    float: left;
	}
	.sectiontile-graphic-box {
	    height: 80vw;
	}
	.sectiontile-graphic-box .yt-iframe {
	    width: 147%;
	}
	.sectiontile-graphic-mobilelayer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1rem 2rem;
		background: linear-gradient(180deg, 
		   rgba(19,34,98,0.8203256302521008) 0%, 
		   rgba(234,238,252,0.2430147058823529) 49%, 
		   rgba(255,255,255,0.0189250700280112) 100%);
	}
	.sectiontile-graphic-mobilelayer h3,
	.sectiontile-graphic-mobilelayer p {
		color: white;
	}
	.sectiontile-content-box {
	    padding: 1rem 1rem 2rem 1rem;
	    text-align: center;
	}
	.sectiontile-icon {
	    height: 5rem;
	    margin-bottom: 2rem;
	}
	.sectiontile-desc {
	    font-size: 1.4rem;
	}
	p.sectiontile-more {
	    font-size: 1.4rem;
	    margin-top: 1.5rem;
	}
	.footer-reviews-section {
	    margin: 3rem 0;
	}
	.footer-reviews-section .responsive-container {
		margin-left: -16px;
		margin-right: -16px;
	}
	.reviews-box .box-heading {
	    margin-bottom: 2rem;
	    margin-top: 2rem;
	}
	.review-text {
	    font-size: 1.2rem;
	}
	.review-author {
	    font-size: 1.4rem;
	}
	.footer-awards-section {
	    margin: 1rem auto;
	    text-align: center;
	}
	.box-heading {
	    text-align: center;
	}
	.rating-value {
	    font-size: 4rem;
	}
	.portal-rating-box {
	    margin: 1rem auto 3rem auto;
	}
	.footer-newsletter-formbox form {
	    margin: 2rem auto;
	    display: block;
	}
	.footer-newsletter-formbox input[type=text], .footer-newsletter-formbox input[type=email] {
		width: 100%;
		font-size: 1.2rem;
	}
	.newsletter-form .cta {
		margin-top: 1rem;
	}
	.footer-locations-section {
	    padding: 1rem 0 1rem 0; 
	}
	.footer-locations-section .section-heading {
		margin-bottom: 2rem;
	}
	.footer-map-box {
	    margin: 2rem auto;
	}
	.services-menu-row {
	    display: inline;
	}
	.location-services-menu {
	    min-height: auto;
	    padding: 0 2rem;
	}
	.location-services-menu a {
		font-size: 1.1rem;
	}
	.footer-map-box iframe {
		height: 300px;
	} 
	.main-footer {
	    text-align: center;
	}
	.footer-contact-icon {
	    max-width: 4rem;
	    margin: 1rem auto;
	}
	.main-footer p {
		font-size: 1.4rem;
	}
	.footer-logo {
	    margin: 0rem auto 3rem auto;
	    max-width: 16rem;
	}
	.footer-ctabox .ctabox-socials {
	    margin-top: 0rem;
	    display: block;
	}
	.footer-ctabox {
		padding-top: 2rem;
	}
	.footer-ctabox .cta {
		font-size: 1.5rem;
	}
	.footer-newsletter-box {
	    background: #0094a8;
	    color: white;
	    padding: 4rem 2rem;
	    border-radius: 2rem;
	    position: relative;
	}
	.footer-newsletter-img {
	    width: 50%;
	}
	.form-acceptance-wrapper .wpcf7-list-item-label {
	    line-height: 1;
	}
	.footer-newsletter-section .section-heading, .footer-newsletter-section .section-head-desc {
	    text-align: left;
	}
	.footer-newsletter-section .form-acceptance-wrapper .wpcf7-list-item-label {
	    padding-top: .2rem;
	}
	.footer-video-section {
	    height: 35vw;
	    margin: 1rem auto 1rem auto;
	}
	.pricing-table-section {
	    padding: 2rem 0 6rem 0;
	}
	.pricing-table-box {
	    background: white;
	    padding: 2rem 2rem 3rem 2rem;
	    border-radius: 2rem;
	    margin-left: -25px;
	    margin-right: -25px;
	}
	.pricing-table-boxname {
	    font-size: 1.5rem;
	}
	.pricing-table-heading {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.pricing-item-name {
	    font-size: 1.7rem;
	}
	.pricing-item-details {
	    font-size: 1.4rem;
	    line-height: 1.2;
	    margin-top: 4px;
	}
	.pricing-item-price {
	    font-size: 1.7rem;
	}
	.pricing-item-time {
	    margin-top: 3px;
	    display: block;
	    font-size: 1.45rem;
	}
	.pricing-item-time .glyphicon {
	    top: 3px;
	}
	.pricing-item-note, .pricing-item-note p, .pricing-item-note li {
	    font-size: 1.2rem;
	    line-height: 1.4;
	    margin-top: .3rem;
	    color: rgba(0,0,0,0.6);
	}
	.pricing-item-cta {
	    margin-top: 0;
	    font-size: 1.2rem;
	    margin-bottom: 1rem;
	}
	.pricing-table-notes,
	.pricing-table-notes p,
	.pricing-table-notes li {
		font-size: 1.4rem;
	}
	.pricing-table-col-name {
		margin-bottom: -.2rem;
	}
	.timetable-page-section {
	    padding: 2rem 0 6rem 0;
	}
	.timetable-slot-box {
	    min-height: 3.5rem;
	}
	.timetable-day-name {
	    font-size: 1.5rem;
	}
	.timetable-slot-hour {
	    font-size: 1.5rem;
	}
	.timetable-slot-text h4 {
	    font-size: 1.8rem;
	    margin-top: 4px;
	    margin-bottom: 5px;
	}
	.timetable-slot-active {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.timetable-wknd .timetable-col {
	    width: 100%;
	    padding: .3rem;
	}
	.timetable-wknd .timetable-slot-text h4 {
	    font-size: 1.8rem;
	}
	.service-about-block .timetable-slot-hour {
	    font-size: 1.5rem;
	}
	.service-about-block .timetable-slot-text h4 {
	    font-size: 1.5rem;
	}
	.contact-blocks-section {
	    margin: 0 auto 1rem auto;
	}
	.cblock-section-head img {
	    width: 3rem;
	    max-height: 4rem;
	}
	.contact-cblock {
	    padding-left: 1rem;
	}
	.cblock-title {
	    font-size: 1.5rem;
	}
	.cblock-text p {
	    font-size: 1.3rem;
	}
	.contact-faq-item p {
	    font-size: 1.5rem;
	}
	.faq-answer-box p {
		font-size: 1.3rem;
	}
	.contact-blocks-section .section-heading {
		margin-bottom: 2rem;
		text-align: left;
	}
	.contact-blocks-section .section-head-desc {
		text-align: left;
	}
	.contact-place-section .footer-maps-row, .contact-parking-section .footer-maps-row {
	    padding-left: 0;
	    padding-right: 0;
	}
	.contact-place-section .footer-map-box, .contact-parking-section .footer-map-box {
	    padding-left: 0rem;
	    padding-right: 0rem;
	}
	.cards-issues-section .section-heading {
	    font-size: 3rem;
	}

	.service-intro-section {
	    padding: 2rem 0 22rem 0;
	}
	.service-intro-shortdesc {
	    font-size: 1.5rem;
	    margin-bottom: 1rem;
	}
	.service-intro-gfxbox {
	    padding-top: 85%;
	    top: -3rem;
	    right: 7.6%;
	    width: 85%;
	}
	.service-intro-rating .reviews-infotext {
	    margin-left: 0;
	    display: inline-block;
	    margin-top: .4rem;
	}
	.service-intro-rating {
	    margin-top: -1rem;
	}
	.service-intro-rating-stars {
	    margin-right: .5rem;
	}
	.tilemenu-item {
	    max-width: 19rem;
	}
	.service-price-block {
	    padding: 2rem 2.7rem 2rem 2rem;
	    border-radius: 3rem;
	    text-align: left;
	}
	.service-priceblock-time, .service-priceblock-price {
		display: block;
	    font-size: 1.3rem;
	    margin-bottom: 1rem;
	}
	.pricing-table-box p.pricing-item-time {
	    margin-top: 4px;
	    display: block;
	    font-size: 1.2rem;
	    line-height: 1.2;
	}
	.service-price-block.no-cta {
	    padding-top: 2rem;
	    padding-bottom: 1rem;
	}
	.offer-item-price-blocks .service-price-block.no-cta {
	    padding-top: 1.6rem;
	    padding-bottom: .55rem;
	}
	.service-priceblock-time:after {
		display: none;
	}
	.service-contact-phone img {
	    display: block;
	    margin: 0 auto 2rem auto;
	}
	.gift-card-mock {
	    bottom: 7rem;
	    right: 1rem;
	    max-width: 110%;
	}
	.gift-card-box {
	    padding: 2rem 3rem 2rem 2rem;
	}
	.gift-card-box h2 {
	    margin-top: -5rem;
	}
	.gift-card-box p {
		font-size: 1.5rem;
	}
	.global-reviews-slider {
	    margin: 2rem -1rem 0 -1rem;
	}
	p.review-text {
	    font-size: 1.4rem;
	    line-height: 1.3;
	}
	p.review-text {
	    max-width: 24rem;
	}
	.tilemenu-item-overlay h4 {
	    font-size: 1.5rem;
	}
	.service-intro-bglayer {
	    background: rgba(40,161,179,.9);
	    padding: 5rem 0 7rem 0;
	    position: relative;
	}
	.offer-item-imgbox {
	    max-width: 20rem;
	    width: 80%;
	}
	.offer-item-imgbox img {
	    max-width: 100%;
	    width: 100%;
	}
	.offer-item-box {
	    text-align: center;
	    padding: 3rem 1rem;
	}
	p.offer-item-desc {
	    font-size: 1.5rem;
	}
	.offer-item-box-desc {
	    width: calc(100% - 2rem);
	    padding: 1rem 0rem;
	    text-align: center;
	}
	.offer-item-box-desc h4 {
	    font-size: 1.9rem;
	    margin: 1.5rem auto 1.8rem auto;
	}
	.offer-item-iconbox span {
	    font-size: 1.3rem;
	}
	.offergroup-switch-txt {
	    top: 1.3rem;
	    right: 3rem;
	}
	.intro-videobox-content .intro-video-heading,
	.intro-videobox-content .intro-video-hero {
		max-width: calc(100% - 5rem);
	}
	.header-lang-switch {
	    margin: 0;
	    background: #28A1B3;
	    position: fixed;
	    bottom: 0;
	    right: 0;
	    padding: 3px;
	}
	.pricing-table-box .pricing-group-items h2.pricing-item-name {
	    font-size: 1.4rem;
	    border-top: 1px solid rgba(0,0,0,0.1);
	    padding-top: 1rem;
	}
}