html {
	background:#2f2f2d;
	height:100%;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#777;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#444;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#444;
	text-decoration:none;
	outline:none;
}
.content p {
	font-size:16pt;
	line-height:32px;
	margin:0;
	padding:10px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	color:#009ee0;
	font-weight:700;
	font-style:italic;
	font-size:42pt;
	line-height:65px;
	margin:0;
	padding:0 0 35px 0;
	text-align:center;
}
h2 {
	font-family:'Homemade Apple', cursive;
	width:100%;
	color:#009ee0;
	font-size:24pt;
	line-height:50px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:76px 0;
	float:left;
}
.container {
	max-width:1420px;
	width:88%;
	margin:0 auto;
	position:relative;
}
.container-text {
	max-width:1000px;
}
.content {
	width:100%;
	float:left;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;	
}
.bg {
	width:100%;
	height:70%;
	min-height:550px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
}
.bg-dark {
	box-sizing:border-box;
	padding-top:100px;
	max-height:600px;
}
.bg-dark:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
}
.intro {
	height:100%;
	min-height:700px !important;
	max-height:inherit;
}
.header {
	max-width:1000px;
	width:100%;
	font-size:14pt;
	line-height:32px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	box-sizing:border-box;
	padding:0 5%;
	position:relative;
	z-index:1;
}
.header > div {
	display:block;
}
.header > div h1 {
	font-size:42pt;
	line-height:65px;
	font-style:italic;
	font-weight:700;
	color:#fff;
	opacity:0;
	margin-bottom:33px;
	padding:0;
}
.header > div h1 span {
	color:#009ee0;
	white-space:nowrap;
}
.header > div > span {
	max-width:650px;
	display:table;
	margin:0 auto 65px auto;
	opacity:0;
	position:relative;
	top:-15px;
}
.header a {
	font-family:'Homemade Apple', cursive;
	font-size:18pt;
	line-height:56px;
	margin:0 23px;
	width:184px;
	background:#009ee0;
	border-radius:12px;
	text-align:center;
	display:inline-block;
	color:#fff;
	padding:5px 20px 3px 20px;
	box-sizing:border-box;
	opacity:0;
	transition:background 0.2s ease-in-out;
}
.header a:hover {
	background:#00b0f2;
}
.footer-content {
	background:#2f2f2d;
	color:#fff;
	padding:52px 0 74px 0;
	font-size:13pt;
	line-height:26px;
}
.footer-content .container {
	max-width:1200px;
}
.footer-content .content {
	position:relative;
}
.footer-cat {
	width:23%;
	float:left;
}
.footer-cat:first-of-type {
	width:33%;
}
.footer-cat > div {
	font-family:'Homemade Apple', cursive;
	font-size:17pt;
	color:#009ee0;
	position:relative;
	bottom:-1px;
}
.footer-cat > div > a {
	color:#009ee0;
}
.footer-cat a {
	color:#fff;
	margin:4px 0;
	display:inline-block;
}
.footer-cat a.instagram {
	background:url(img/instagram.png) no-repeat center;
	background-size:25px 25px;
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
}
.footer-cat a.facebook {
	background:url(img/facebook.png) no-repeat center;
	background-size:13px 26px;
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	left:43px;
}
.footer-cat a.x {
	background:url(img/x.png) no-repeat center;
	background-size:21px 21px;
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	left:84px;
}
.footer-cat a:first-of-type {
	margin-top:0;
}
.footer-cat a:last-of-type {
	margin-bottom:0;
}
.footer-cat:last-of-type {
	width:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	white-space:nowrap;
	display:flex;
	align-items:flex-end;
}
.footer-cat:last-of-type a {
	margin:0;
}
.footer-cat a:hover {
	text-decoration:underline;
}
a.web {
	color:#777;
}
.menu-container {
	background:#3a3a3c;
	width:100%;
	height:150px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:285px 82px;
	width:285px;
	height:82px;
	position:absolute;
	top:34px;
	left:0;
	z-index:1000;
}
.menu-content {
	width:90%;
	height:150px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
.menu {
	width:100%;
	font-size:0;
	float:left;
}
.menu > ul {
	padding:0;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	top:63px;
	right:0;
	margin:0 auto;
}
.menu > ul > li {
	margin:0 0 0 50px;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative;
}
.menu > ul > li > a {
	color:#fff;
	font-size:14pt;
	line-height:20px;
	font-weight:400;
	padding:20px 0;
	transition:color 0.2s ease-in-out;
	user-select:none;
}
.menu ul li a:hover, .menu ul li a.current {
	color:#009ee0;
}
.arrow > a:after {
	content:"";
	width:0; 
	height:0; 
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:6px solid #fff;
	position:absolute;
	top:9px;
	right:-17px;
	transition:border-top 0.2s ease-in-out;
}
#menu-sml ul li.arrow > a:after {
	top:16px;
	right:-10px;
}
.menu ul li.arrow > a:hover:after, .menu ul li.arrow a.current:after, #menu-sml ul li.arrow a.current:after {
	border-top:6px solid #009ee0;
}
.menu > ul > li > ul {
	background:#fff;
	width:150px;
	list-style:none;
	padding:15px;
	margin:0;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-75px;
	opacity:0;
    box-sizing:border-box;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index:100;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	visibility:hidden;
}
.menu > ul > li:hover > ul {
	top:39px;
	opacity:1;
	visibility:visible;
}
.menu > ul > li > ul > li > a {
	width:100%;
	margin:0;
	padding:9px 0;
	font-weight:700;
	font-size:12pt;
	line-height:18px;
	text-align:center;
	color:#222;
	float:left;
}
.menu > ul > li > ul > li:first-child > a {
	border:0;
}
.menu-sml-content {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:14px;
	position:absolute;
	top:17px;
	right:20px;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:17px;
}
.menu-bttn-line-3 {
	top:24px;
}
#menu-sml {
	background:#444;
	width:100%;
	height:100vh;
	padding:0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.menu-sml-container {
	background:#444;
	width:100%;
	padding:25px 0 150px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#fff;
	font-size:13pt;
	line-height:25px;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li ul {	
	margin:0 0 0 0;
}
#menu-sml ul li ul li {
	margin:0 0;
}
#menu-sml ul li ul li a {
	text-transform:none;
	font-size:12pt;
	line-height:22px;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#009ee0;
}
.animation, .animation .menu-content, .animation .menu > ul, .animation .logo {
	-webkit-transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
	transition:all 0.2s ease-in-out !important;
}
.menu-content-sml, .menu-content-sml .menu-content {
	height:100px;
}
.menu-content-sml .menu > ul {
	top:38px;
}
.menu-content-sml .logo {
	background:url(img/logo.png) no-repeat center;
	background-size:214px 62px;
	width:214px;
	height:62px;
	top:23px;
}
input, input[type=password], textarea, select {
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:22px;
	padding:14px;
	background:#eee;
	border:0;
	color:#444;
	font-weight:normal;
	margin:8px 0 16px 0;
	outline:none;
	box-sizing:border-box;
}
input[type=file] {
	background:none;
	font:11pt 'Open Sans', sans-serif;
	font-weight:600;
	color:#444;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
.content button, .logForm button, .header button {
	background:#009ee0;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:15pt;
	line-height:48px;
	cursor:pointer;
	padding:0 40px;
	margin-top:10px;
	font-weight:700;
	border:0;
	border-radius:10px;
	outline:none;
	display:inline-block;
	transition:background 0.2s ease-in-out;
}
.content button:hover, .logForm button:hover, .header button:hover {
	background:#00b0f2;
}
.order-content .content img {
	width:50% !important;
	opacity:0;
	position:relative;
	left:-30px;
	float:left;
}
.order-content .content {
	display:flex;
	align-items:center;
	justify-content:center;
}
.order-content .content > div {
	width:50%;
	text-align:center;
	box-sizing:border-box;
	padding:30px 8%;
	float:right;
}
.order-content .content > div > p {
	margin-bottom:50px;
	position:relative;
	top:-30px;
	font-size:14pt;
	line-height:26px;
	padding:10px 0;
}
.order-content .content .title, .order-content .content p, .order-content .content a.button {
	position:relative;
	top:-30px;
	opacity:0;
}
.opening-times {
	background:#009ee0;
}
.opening-times .content, .opening-times h1, .opening-times h2 {
	color:#fff;
}
.title {
	width:100%;
	font-family:'Homemade Apple', cursive;
	font-size:40pt;
	line-height:66px;
	color:#009ee0;
	padding-bottom:10px;
	opacity:0;
	position:relative;
	top:-30px;
}
a.button {
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:26px;
	background:#009ee0;
	color:#fff;
	border:0;
	border-radius:10px;
	font-weight:700;
	padding:20px 36px 22px 36px;
	margin:0 auto;
	text-align:center;
	min-width:180px;
	font-style:normal;
	box-sizing:border-box;
	display:table;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.button:hover {
	background:#00b0f2;
}
.more-content {
	background:url(img/logo_icon.png) no-repeat top 76px center #c8c8c8;
	background-size:406px 70px;
	font-size:40pt;
	line-height:65px;
	font-style:italic;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding:194px 0 70px 0;
}
.more-content a.button {
	margin-top:58px;
}
.more-content span, .more-content a.button {
	opacity:0;
	position:relative;
	top:-30px;
}
.cat-title {
	width:100%;
	max-width:1000px;
	margin:30px auto 0 auto;
	padding:75px 0;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}
.cat-title h1 {
	width:100%;
	text-align:center;
	color:#fff;
	font-style:italic;
	font-size:66pt;
	line-height:94px;
	padding:0 6%;
	opacity:1;
	top:0;
	box-sizing:border-box;
}
.cat-title a.button {
	margin:60px auto 0 auto;
}
.cat-title-text h1 {
	font-size:48pt;
	line-height:69px;
}
#map {
	width:100%;
	height:585px;
	float:left;
}
.history {
	width:100%;
	float:left;
}
.history > div {
	width:calc(50% + 2px);
	padding:50px 45px 40px 0;
	border-right:4px solid #3a3a3c;
	box-sizing:border-box;
	text-align:right;
	font-size:16pt;
	line-height:32px;
	position:relative;
	float:left;
}
.history > div > span {
	opacity:0;
	position:relative;
	left:-50px;
}
.history:nth-child(even) > div {
	padding:50px 0 40px 45px;
	border-right:0;
	border-left:4px solid #3a3a3c;
	text-align:left;
	float:right;
}
.history:nth-child(even) > div > span {
	left:auto;
	right:-50px;
}
.history > div > span > p {
	opacity:0;
}
.history > div > span > h2 {
	position:relative;
	text-align:left;
	font-size:32pt;
	line-height:30px;
	padding-bottom:10px;
}
.history:nth-child(odd) > div > span > h2 {
	text-align:right;
}
.history > div:after {
	content:"";
	width:20px;
	height:20px;
	background:#3a3a3c;
	position:absolute;
	top:49px;
	left:-12px;
	border-radius:100%;
}
.history:nth-child(odd) > div:after {
	left:auto;
	right:-12px;
}
.contacts {
	width:100%;
	width:37%;
	padding-top:50px;
	float:left;
}
.contact-form {
	font-size:18px;
	width:56%;
	max-width:470px;
	position:relative;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.contact-form form {
	width:100%;
	background:#e5e5e5;
	padding:40px;
	box-sizing:border-box;
	float:right;
}
.contact-form strong {
	font-size:17pt;
	line-height:24px;
	padding-bottom:30px;
	display:block;
	color:#009ee0;
}
.contact-form input[type=text], .contact-form textarea {
	width:100%;
	font-size:18px;
	line-height:22px;
	padding:14px;
	background:#fff;
	border:0;
	color:#444;
	font-weight:normal;
	margin:0 0 16px 0;
}
.contact-form button {
	margin-top:14px;
}
.menus {
	width:100%;
	float:left;
}
.menus ul {
	width:100%;
	max-width:742px;
	margin:52px auto 0 auto;
	padding:0;
	list-style:none;
	display:table;
}
.menus ul li {
	width:33.333333%;
	margin:0;
	padding:0 2.5%;
	display:table-cell;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(213,241,70,0.9);
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 132px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#000;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
}