@charset "utf-8";
/* CSS Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}

/* Webfonts */

@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'raleway';
    src: url('fonts/raleway-black-webfont.woff2') format('woff2'),
         url('fonts/raleway-black-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Box-model */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* General Styling */

html, body {
	min-height: 100%;
}
body {
	font-family: 'raleway', Raleway, Arial, Helvetica, sans-serif;
	color: #172965;
	background: url(../img/water-drop-bg.jpg) no-repeat bottom center #fff;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#wrapper {
	margin: 0 auto;
}
.container {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1200px;
}
header {
	text-align: left;
	width: 100%;
	height: 108px;
	overflow: visible;
	background: url(../img/header-bg.png) repeat-x top left transparent;
	position: relative;
    z-index: 1;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: inherit;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#branding {
	padding: 15px 0 16px 30px;
	float: left;
}
#branding img {
	max-width: 274px;
	width: 100%;
}
#headerRight {
	float: right;
}
ul#langSel {
	list-style-type: none;
	padding: 33px 30px 0 0;
}
ul#langSel li {
	float: left;
	max-width: 23px;
}
ul#langSel li+li {
	margin-left: 10px;
}
ul#langSel li a img {
	display: block;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all .8s;
	transition: all .8s;
}
ul#langSel li a img:hover {
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	-webkit-transition: all .2s;
	transition: all .2s;
}
#menu {
	background: url(../img/nav-bg.png) repeat-x bottom left #fff;
	box-shadow: 0 3px 8px 1px rgba(0,0,0,.25);
	width: 100%;
	clear: both;
	margin: 74px auto 0;
	display: table;
	border: 2px solid #fff;
	text-align: center;
	padding: 0;
}
#menu > ul {
	list-style-type: none;
	display: table-row;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .75em;
	width: 100%;
}
#menu > ul > li {
	display: table-cell;
	width: auto;
	padding: 0;
	position: relative;
}
#menu > ul li a {
	color: #0e2366;
	text-decoration: none;
	display: block;
	padding: .8em .8em .666667em;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#menu > ul li a:hover {
	color: #9CB0ED;
}
#menu > ul > li+li > a:before {
	content: "";
	background: #C5C6C6;
	width: 1px;
	height: 1em;
	position: absolute;
	left: 0;
}
ul#langSel:after, #menu ul:after {
	content: "";
	display: table;
	clear: both;
}
.visible {
	
}
.hidden {
	display: none !important;
}
#partners {
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 100%;
	display: block;
	box-shadow: 0 3px 8px 1px rgba(0,0,0,.25);
	border: 2px solid #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	text-transform: none;
}
#partners li {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../img/nav-bg.png) repeat-x bottom left #fff;
}

/* Contents */

main {
	min-height: Calc(80vh - 200px);
}
.contentBlock {
	width:100%;
	max-width: 94vw;
	margin: 0 auto;
	padding: 4% 0;
}
.contentBlock:after, .left_col:after, .right_col:after, .therapies:after, .team:after {
	content: "";
	display: table;
	clear: both;
}
.left_col {
	width: 30%;
	float: left;
}
.right_col {
	width: 65%;
	float: right;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 .75em;
}
p strong {
	font-weight: 600;
}
h2, h3, h4 {
	font-size: 3em;
	line-height: .9em;
	color: #c2c7d8;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
}
h3 {
	font-size: 2.5em;
	text-align: left;
	margin: 0 0 .5em;
}
h4 {
	font-size: 1.25em;
	text-align: left;
	margin: 1em 0 .5em;
	color: #172965;
}
h2+p {
	margin-top: 1.5em;
}
figure {
	position: relative;
	clear: left;
	margin: 1em 0 3em;
}
figure img {
	display: block;
}
figcaption {
	display: inline-block;
	max-width: 100%;
	border-bottom: 4px solid #c2c7d8;
	text-align: left;
	padding: .5em 0 .25em;
	font-size: .75em;
	position: absolute;
	top: 100%;
	left: 0;
}
figcaption span {
	font-weight: 700;
	color: #c2c7d8;
	text-transform: uppercase;
}
.right_col figure {
	float: left;
	margin-right: 1em;
}
html .one_half {
	float: left;
	width: 47.5%;
	margin: 0 5% 0 0;
}
.last {
	margin-right: 0;
}
.maps {
	width: 100% !important;
	float: none !important;
	padding: 1.5em 0;
	clear: left;
}
iframe {
	max-width: 100%;
}
.therapies {
	display: block;
	list-style-type: none;
	width: 100%;
	padding: 0 0 0 3em;
	font-size: 1em;
	line-height: 1.4em;
	margin: 1em 0;
}
.therapies li {
	position: relative;
	margin: 0 0 .5em;
	padding: 0 0 0 1.5em;
}
.therapies li:before {
	content: "";
	background: #c2c7d8;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	display: block;
	font-size: .75em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: .5em;
}
.therapies ul {
	margin-top: .5em;
}
.team {
	list-style-type: none;
}
.team li {
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
	padding: 0;
}
.team li:nth-child(3n+0) {
	margin-right: 0;
}
.team li h3 {
	font-size: 2em;
	margin: .25em 0 0;
}
.team li h4 {
	font-size: 1em;
	margin: .5em 0 0;
}
table, tr, td {
	border-color: #c2c7d8;
	text-align: center;
	vertical-align: center;
	font-size: 1em;
	line-height: 1.25em;
}
table {
	border-top: 1px solid #c2c7d8;
	border-left: 1px solid #c2c7d8;
	margin: 1em auto;
	width: 100%;
}
table td {
	border-right: 1px solid #c2c7d8;
	border-bottom: 1px solid #c2c7d8;
	padding: .5em 1em;
}

/* Forms */

form {
	width: 100%;
	min-width: 302px;
	float: left;
	display: block;
	margin: 1em 0;
	padding: .75em 1em;
	border: 1px solid #c2c7d8;
	background: url(../img/nav-bg.png) repeat-x bottom 1px center #fff;
	-webkit-box-shadow: 0 .5em 1em -.5em rgba(0,0,0,.3);
	box-shadow: 0 .5em 1em -.5em rgba(0,0,0,.3);
}
input, select, textarea {
	font-family: 'raleway', Raleway, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	padding: .25em .5em;
	margin: 0 0 .75em;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #c2c7d8;
	background: #fff;
	color: #172965;
	-webkit-transition: all .8s;
	transition: all .8s;
}
input:hover, select:hover, textarea:hover {
	background: rgba(194,199,216,.5);
	-webkit-transition: all .2s;
	transition: all .2s;
}
input:focus, select:focus, textarea:focus, input[type=submit]:focus {
	border-color: #172965;
	-webkit-transition: all .2s;
	transition: all .2s;
}
input[type=submit] {
	cursor: pointer;
	padding: .75em;
	margin: .75em 0 0;
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
	background: #c2c7d8;
	color: #fff;
}
input[type=submit]:hover, input[type=submit]:focus {
	background: #172965;
}
.legal {
	font-size: .55em;
	line-height: 1.25em;
	text-align: justify;
	margin: 1em 0 .5em;
	color: #c2c7d8;
}
#warning {
	background: #900;
	margin: 1em 0;
	padding: .75em 1em;
}
#warning * {
	color: #fff!important;
}
#warning li {
	width: 100%;
	margin: 0;
}
#warning h3 {
	font-size: 1.5em;
}

/* Slideshow */

#slideshow {
	position: relative;
	z-index: 0;
	height: Calc(100vw / 2.59);
	width: 100%;
	max-height: 60vh;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: auto
}
#slideshow img.active {
    z-index: 10;
}
#slideshow img.last-active {
    z-index: 9;
}

/* Footer */

#footer {
	text-align: right;
	font-size: .8em;
	padding: 1em 0 0;
    margin: 18vw 0 0;
}
.footer-contact {
	background: #868595;
	color: #fff;
	padding: 10px 0;
	margin: 10px 0 0;
}
.footer-contact span {
	display: inline-block;
	margin: 0;
	padding: .25em 0 .2em;
}
.footer-contact span+span {
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #fff;
}
#copyright {
	color: #172965;
}
#back-to-top {
	float: left;
}
.up-arrow {
	display: inline-block;
}
.up-arrow:before {
	content: "↑";
    font-size: 2em;
	line-height: 0;
    display: inline-block;
    margin-right: .1em;
}

/* Addons 2020 */

.right_col > ul {
	list-style-type: disc;
	padding: 0 0 0 2em;
	margin: .75em 0 1.5em;
}
.right_col > ul li {
	margin: 0 0 .25em;
	font-size: 1em;
    line-height: 1.4em;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox; 
	width: 1.5em;
    height: 1.5em;
    margin: .75em .5em 0 0;
    float: left;
}
input[type=checkbox] + label {
	margin: 1em 0;
    display: block;
}

/* Media-queries */

@media screen and (min-width: 768px) {
	#mobileMenu {
		display: none;
	}
	.therapies > li {
		float: left;
		width: 47.5%;
	}
	.therapies > li:nth-child(2n+1) {
		margin-right: 5%;
	}
}

@media screen and (max-width: 767px) {
	.container {
		width: 90%;
		margin: 0 auto;
	}
	header {
		height: auto;
	}
	header:after {
		content: "";
		display: table;
		clear: both;
	}
	header .container {
		width: 100%;
	}
	#branding {
		width: 75%;
		float: left;
	}
	#headerRight {
		display: none;
	}
	#mobileMenu {
		width: 20%;
		float: right;
		padding: 15px 15px 16px 0;
		text-align: right;
		cursor: pointer;
	}
	#menu {
		display: none;
		width: 94%;
		margin: 0 auto;
		-webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,.4);
		box-shadow: 0 20px 20px 0 rgba(0,0,0,.4);
		border-top: none;
		position: absolute;
		top: 100%;
		top: Calc(100% - 1px);
		left: 3%;
	}
	#menu.visible {
		display: block;
	}
	#menu ul {
		width: 100%;
		display: block;
	}
	#menu ul li {
		display: block;
		width: 100%;
		border-top: 1px solid #c6c7c7;
	}
	#menu ul li a {
		width: 100%;
	}
	#menu ul li+li a:before {
		display: none;
	}
	#partners {
		position: static;
		box-shadow: none;
		border: none;
		display: block !important;
	}
	#partners li {
		background: none;
	}
	#partnersContainer > a {
		cursor: default !important;
		color: #ccc !important;
	}
	h2 {
		text-align: center;
		font-size: 2.25em;
		margin: 0 auto .5em;
	}
	h3 {
		font-size: 1.75em;
	}
	figcaption {
		position: static;
	}
	.left_col, .right_col {
		float: none;
		width: 100%;
		margin: 0;
	}
	.footer-contact {
		text-align: center;
	}
	.team li {
		width: 47.5%;
		margin: 0 5% 5% 0;
	}
	.team li:nth-child(3n+0) {
		margin-right: 5%;
	}
	.team li:nth-child(2n+0) {
		margin-right: 0;
	}
	.team li h3 {
		font-size: 1.5em;
	}
	.team li h4 {
		font-size: .8em;
	}
}