body{
	margin:0;
	color:#fff;
	font:500 16px/22px 'Roboto', Helvetica, sans-serif;
	min-width:320px;
	background: #2b2008;
}
img{border-style:none;}
a{
	color: inherit;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover{color: #d8a339;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
input[type="search"] {-webkit-appearance: textfield;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
header,
footer,
section,
nav,
article,
aside {display:block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}
::-moz-placeholder,
:-moz-placeholder {opacity: 1;}
::-moz-placeholder {color:#767676;}
:-ms-input-placeholder {color:#767676;}
::-webkit-input-placeholder {color:#767676;}
#wrapper {
	position:relative;
	overflow:hidden;
	min-height: 100vh;
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.container {
	max-width:1120px;
	margin:0 auto;
	padding:0 20px;
}
.clearfix:after,
.container:after {
	content:'';
	display:block;
	clear:both;
}
.flex-box {
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.flex-box > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	min-width: 0;
}
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row [class^="col"] {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 0;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
h1 {
	font:bold 50px/58px 'Passion One', cursive;
	text-transform: uppercase;
	margin: 0 0 20px;
}
h1 .big {
	display: block;
	font-size: 100px;
	line-height: 1;
}
h2 {
	font:bold 40px/48px 'Passion One', cursive;
	text-transform: uppercase;
	margin: 0 0 20px;
}
h2 .big {
	display: block;
	font-size: 90px;
	line-height: 76px;
}
h3 {
	font:34px/34px 'Just Another Hand', cursive;
	margin: 0 0 20px;
}
h4 {
	font:bold 26px/32px 'Passion One', cursive;
	margin: 0 0 15px;
}
h5 {
	font:bold 22px/26px 'Passion One', cursive;
	margin: 0 0 15px;
}
h6 {
	font:bold 20px/24px 'Passion One', cursive;
	margin: 0 0 15px;
}
/**
 * Default WISIWYG Editor Styles
 */
.alignleft, img.alignleft { float: left; margin-right: 5px;}
.alignright, img.alignright { float: right; margin-left: 5px; }
.aligncenter, img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* * */
.btn {
	display: inline-block;
	vertical-align: top;
	font:16px/20px 'Passion One', cursive;
	padding: 11px 15px 9px;
	min-width: 120px;
	background: #392a0b;
	text-transform: uppercase;
	border: 0;
	text-align: center;
	border-radius: 6px;
	color: #fff;
}
.btn:hover {
	background: #563F11;
	color: #fff;
}
@-webkit-keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes anim-btn-menu1 {
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@keyframes anim-btn-menu2 {
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.btn-menu {display:none;}
/* gdpr */
.cn-button.bootstrap {border-radius: 0;}
/* header */
#header {
	padding: 20px 0;
	/* background: #392a0b; */
	background: #875b00;
	position: relative;
	z-index: 200;
	font-family: 'Passion One', cursive;
	font-weight: normal;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header .logo {
	/* float: left; */
	position: absolute;
	top: 0;
	width: 100px;
	height: 88px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
	margin: 0 0 0 50px;
}
#header .logo a {
	display: block;
	height: 100%;
}
.btn-reserve-wrapper {
    float: right;
    position: relative;
}
.btn-reserve {
    float: right;
    clear: right;
    width: 198px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 20px 12px 50px;
    position: relative;
    border-radius: 6px 0 0 6px;
    background: #8a9b0f url(../images/ico-01.png) no-repeat 10px 50%;
    margin: 0 0 0 30px;
}
.btn-reserve:hover {
	color: #fff;
	background-color: #A6BA12;
}
.btn-reserve span {
    color: #e50000;
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
}
.lang {
	float: right;
	position: relative;
	z-index: 10;
}
.lang > a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	padding: 22px 22px 18px;
	text-transform: uppercase;
	position: relative;
}
.lang > a:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	right: 0;
	top: 50%;
	margin: -4px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.lang:hover > a {color: #d8a339;}
.lang:hover > a:before {border-color: #d8a339;}
.lang ul {
	position: absolute;
	margin: 0;
	padding: 5px 0;
	list-style:none;
	top: 100%;
	background: #f9f2e2;
	right: 0;
	min-width: 100%;
	border-radius: 6px;
	color: #553f11;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
}
.lang:hover ul {
	opacity: 1;
	visibility: visible;
}
.lang ul a {
	display: block;
	padding: 5px 22px;
}
#main-nav {
	margin: 0;
	padding: 0 0 0 48px;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main-nav > li + li {border-left: 1px solid #563f11;}
#main-nav > li > a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 22px 22px 18px;
}
#main-nav .current_page_parent > a,
#main-nav .current_page_item > a,
#main-nav .current_page_ancestor > a {color: #d8a339;}
.extra-nav {
	margin: 0;
	padding: 0 0 0 29px;
	list-style:none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #563f11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 0 6px 0;
}
.extra-nav > li + li {border-left: 1px solid #392a0b;}
.extra-nav > li > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px 23px;
}
.extra-nav .current_page_parent > a,
.extra-nav .current_page_item > a,
.extra-nav .current_page_ancestor > a {color: #d8a339;}
.secondary-menu-item {
	display: none;
}
/* end header */
/* main-banner */
.main-banner {
	position: relative;
	z-index: 10;
	font-family: 'Passion One', cursive;
	font-weight: normal;
}
.main-banner .slide {
	position: relative;
	/* min-height: 640px; */
	min-height: 800px;
	background: #2f759b;
	background: -moz-linear-gradient(45deg, #2f759b 0%, #3b92c2 99%);
	background: -webkit-linear-gradient(45deg, #2f759b 0%,#3b92c2 99%);
	background: linear-gradient(45deg, #2f759b 0%,#3b92c2 99%);
	font: 40px/40px 'Just Another Hand', cursive;
	z-index: 1;
}
.main-banner .slide:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left:0;
	bottom: 0;
	right:0;
	background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0));
	z-index: 2;
}
.main-banner .slide.video:before {
	content: none;
}
.youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slick-slider .slick-slide {
  outline: none !important;
  -webkit-backface-visibility: hidden !important;
}
.slick-slider .slick-slide * {
  -webkit-backface-visibility: hidden !important;
}
.main-banner h2,
.main-banner h1 {
	font-size: 90px;
	line-height: 81px;
	margin: 0 0 1px;
}
.main-banner h2 .big,
.main-banner h1 .big {
	font-size: 140px;
	line-height: 142px;
}
.main-banner .container {
	padding-top: 134px;
	padding-bottom: 134px;
	position: relative;
	z-index: 10;
}
.main-banner p {margin: 0 0 42px;}
.main-banner .img-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
.main-banner .img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 12;
}
.main-banner .img-3 {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	margin-left: -418px;
}
.controls {
	position: absolute;
	left: 50%;
	z-index: 20;
	bottom: -20px;
	text-align: center;
	padding: 0 50px;
	height: 40px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.controls .dots {
	margin: 0;
	padding: 11px 0;
	list-style:none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.controls .dots li {padding: 0 10px;}
.controls .dots a {
	float: left;
	width: 18px;
	height: 18px;
	background: #392a0b;
	border-radius: 50%;
	border: 5px solid #fff;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.controls .dots a:hover {background: #563F11;}
.controls .dots a img {
	display: none;
	position: absolute;
	/* left: 14px;
	top: 22px;
	max-height: 78px; */
	max-height: 100px;
}
.controls .slick-arrow {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #392a0b;
	text-indent: -9999px;
	text-align: left;
	outline: 0;
}
.controls .slick-arrow:hover {background: #563F11;}
.controls .slick-arrow:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	top: 50%;
	margin: -4px 0 0;
}
.controls .slick-prev {left: 0;}
.controls .slick-prev:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 13px;
}
.controls .slick-next {right: 0;}
.controls .slick-next:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 10px;
}
.controls .dots .active a {
	border-width: 10px;
	width: 120px;
	height: 120px;
	margin: -51px 0;
	background: #2f759b;
	background: -moz-linear-gradient(45deg, #2f759b 0%, #3b92c2 99%);
	background: -webkit-linear-gradient(45deg, #2f759b 0%,#3b92c2 99%);
	background: linear-gradient(45deg, #2f759b 0%,#3b92c2 99%);
}
.controls .dots .active a:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/texture-01.png) repeat;
	border-radius: 50%;
}
.controls .dots .active a img {display: block;}
.main-banner .holder {max-width: 500px;}
/* end main-banner */
/* intro-section */
.intro-section {
	color: #553F11;
	padding: 127px 0 250px;
	position: relative;
	background:#f9f2e2 url(../images/bg-decor-01.png) repeat-x 48.8% 100%;
}
.intro-section .holder {max-width: 500px;}
.intro-section h2 {
	color: #392a0b;
	margin: 0 0 7px;
}
.intro-section h3 {margin: 0 0 36px;}
.intro-section p {margin: 0 0 22px;}
.intro-section footer {padding: 28px 0 0;}
.intro-section .img-1 {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -100px;
}
.intro-section .img-2 {
	position: absolute;
	bottom: 0;
	right: 149px;
}
.info-board {
	position: absolute;
	width: 300px;
	height: 320px;
	top: 0;
	right: 100px;
	background: url(../images/bg-decor-02.png) no-repeat;
	text-align: center;
	padding: 153px 20px 20px;
}
.info-board h3 {
	margin: 0;
	font:bold 30px/27px 'Passion One', cursive;
	text-transform: uppercase;
	position: relative;
	color: #2b2008;
}
.info-board h3 span {display: block;}
.info-board h3 .forward {
	color: transparent;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.info-board h3 .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
}
.info-board h3 .big {
	display: block;
	font-size: 60px;
	line-height: 64px;
}
/* end intro-section */
/* main */
#main {
	background: url(../images/bg-decor-03.jpg) repeat 50% 0;
	position: relative;
	padding: 0 0 170px;
	z-index: 5;
}
.info-widgets {
	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);
	margin: -100px 0 0;
	float: left;
	width: 100%;
}
.info-widgets .row {margin: 0;}
.info-widgets .row [class^="col"] {
	padding-left: 0;
	padding-right: 0;
}
.info-widgets [class^="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
}
.info-widgets [class^="col"] > * {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.info-widgets .slick-dots {
	display: none;
}
.widget-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f8ca00;
	color: #392a0b;
}
.widget-events figure {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.widget-events figure .img {
	background-size: cover;
	background-position: 50% 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 360px;
}
.widget-events figure .img > img {display: none;}
.widget-events figure figcaption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 40px 52px 90px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.widget-events figure figcaption p {margin: 0;}
.widget-events figure figcaption:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 30px;
	border: 15px solid transparent;
	border-right: 16px solid #f8ca00;
}
.title-block h3 {
	font: 22px/20px 'Passion One', cursive;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 26px;
}
.title-block h2 {
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 16px;
	color: #392a0b;
	font-weight: normal;
}
.widget-events .date {
	display: block;
	margin: 0 0 20px;
	font:32px/32px 'Just Another Hand', cursive;
	color: #806800;
}
.btn-more {
	width: 36px;
	height: 36px;
	border: 2px solid #392a0b;
	border-radius: 50%;
	text-indent: -9999px;
	position: absolute;
	left: 50px;
	bottom: 40px;
}
.btn-more:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: solid #392a0b;
	border-width: 0 2px 2px 0;
	top: 50%;
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 9px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-more:hover {background: #392a0b;}
.btn-more:hover:before {border-color: #fff;}
.widget-news {
	background: #fff;
	padding: 40px 52px 90px;
	color: #553f11;
	min-height: 360px;
	font-size: 14px;
	line-height: 20px;
}
.widget-news .title-block h3 {color: #392a0b;}
.widget-news p {margin: 0 0 20px;}
.widget-news .date {
	/* display: block; */
	display: none;
	color: #d8a339;
	margin: 0 0 11px;
	font-size: 12px;
	line-height: 22px;
}
.slideshow {
	background: #fff;
	position: relative;
}
.slideshow .slick-dots {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style:none;
	bottom: 40px;
	right: 50px;
	line-height: 0;
}
.slideshow .slick-dots li {
	float: left;
	margin: 0 0 0 10px;
}
.slideshow .slick-dots button {
	float: left;
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background: #392a0b;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
}
.slideshow .slick-dots .slick-active button,
.slideshow .slick-dots button:hover {background: #a6ba12;}
.widget-events.type2 {background: #a6ba12;}
.widget-events.type2 .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	min-height: 260px;
}
.widget-events.type2 figcaption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding: 40px 120px 40px 52px;
	color: #525d08;
}
.widget-events.type2 figcaption:before {
	right: auto;
	left: 100%;
	border: 15px solid transparent;
	border-left: 16px solid #a6ba12;
}
.widget-events.type2 figcaption .btn-more {
	left: auto;
	right: 50px;
}
.tab-content {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tab-content .tab {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
}
.tab-content .tab.active {
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 10;
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #563f11;
}
.tabs .tabset {
	margin: 0;
	padding: 1px 40px 0;
	list-style:none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
	z-index: 20;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tabs .tabset li:before {
	position: absolute;
	content: '';
	right: 100%;
	border: 15px solid transparent;
	border-right: 16px solid #563f11;
	top: 50%;
	margin: -15px 40px 0 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.tabs .tabset li.active:before {
	opacity: 1;
}
.tabs .tabset li {
	position: relative;
}
.tabs .tabset li + li {border-top: 1px solid #392a0b;}
.tabs .tabset a {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 129px;
	font:18px/21px 'Passion One', cursive;
	text-transform: uppercase;
	padding: 20px 12px;
}
.tabs .tabset .active a {color: #d8a339;}
.widget-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
}
.widget-info figure {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
}
.widget-info figure:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.widget-info figure > img {display: none;}
.widget-info figure figcaption {
	margin: auto;
	max-width: 400px;
	text-align: center;
}
.widget-info figure figcaption .title-block h2 {
	color: #d8a339;
	margin: 0 0 30px;
}
.widget-info .btn-more {
	position: relative;
	bottom: auto;
	left: auto;
	display: inline-block;
	vertical-align: top;
	border-color: #d8a339;
}
.widget-info .btn-more:before {border-color: #d8a339;}
.widget-info .btn-more:hover {background: #d8a339;}
.widget-info .btn-more:hover:before {border-color: #fff;}
/* end main */
/* footer */
#footer {
	background: #47340e;
	position: relative;
	z-index: 20;
}
#footer > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	background: #392a0b;
	z-index: -1;
}
.social-widgets {
	margin: -170px 0 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	float: left;
	width: 100%;
}
.social-widgets [class^="widget"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 26px 30px 81px;
	position: relative;
	text-align: center;
}
.social-widgets .widget-facebook {background: #4469b0;}
.social-widgets .widget-instagram {background: #1da1f2;}
.social-widgets .fa {
	display: block;
	font-size: 39px;
	margin: 0 0 11px;
	line-height: 40px;
}
.social-widgets .fa-facebook {font-size: 32px;}
.social-widgets p {
	margin: 0 auto;
	max-width: 350px;
}
.social-widgets a {text-decoration: underline;}
.social-widgets h3 {
	font:22px/26px 'Passion One', cursive;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.social-widgets .btn-more {
	left: 50%;
	margin: 0 0 0 -15px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	border-color: #fff;
}
.social-widgets .btn-more:before {
	border-color: #fff;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	left: 8px;
}
.social-widgets .btn-more:hover {background: #fff;}
.social-widgets .btn-more:hover:before {border-color: #392a0b;}
.social-widgets .slick-arrow {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -15px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	background: none;
	padding: 0;
	text-indent: -9999px;
	border: 2px solid #fff;
	border-radius: 50%;
	outline: 0;
}
.social-widgets .slick-arrow:before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	left: 8px;
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.social-widgets .slick-prev {margin-left: -35px;}
.social-widgets .slick-prev:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 11px;
}
.social-widgets .slick-arrow:hover {background: #fff;}
.social-widgets .slick-arrow:hover:before {border-color: #392a0b;}
.social-widgets .slick-next {margin-left: 5px;}
.footer-content {
	color: #c59226;
	font-size: 13px;
	line-height: 18px;
}
.footer-content a:not(.btn) {color: #fff;}
.footer-content a:not(.btn):hover {text-decoration: underline;}
.footer-content h3 {
	font:18px/22px 'Passion One', cursive;
	text-transform: uppercase;
	margin: 0 0 19px;
	color: #fff;
}
.footer-content address {
	margin: 0 0 12px;
	font-style: normal;
}
.footer-content dl {
	margin: 0 0 31px;
	overflow: hidden;
	line-height: 21px;
}
.footer-content dl dt {
	float: left;
	padding: 0 4px 0 0;
}
.footer-content dl dd {margin: 0;}
.btn.type2 {
	background: #563f11;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn.type2:hover {background: #c69226;}
.social {
	margin: 0 -15px;
	padding: 0;
	list-style:none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #d8a339;
}
.social li {padding: 0 15px;}
.social .fa-facebook {font-size: 21px;}
.footer-content .social a,
.social a {
	color: inherit;
	text-decoration: none !important;
}
.footer-content .social a:hover,
.social a:hover {color: #F8CA00;}
.social i {
	display: block;
	line-height: 24px;
}
.logos {
	margin: 0 -15px;
	padding: 30px 0 0;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.logos li {padding: 0 15px;}
.logos img {vertical-align: top;}
.newsletter-form {
	width: 360px;
	margin: auto 40px 0 auto;
	text-align: center;
}
.newsletter-form h3 {
	color: #7f5e19;
	font:22px/20px 'Passion One', cursive;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.newsletter-form h3 .big {
	display: block;
	font-size: 70px;
	line-height: 80px;
}
.newsletter-form .input-group {
	border: 2px solid #715417;
	border-radius: 6px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.newsletter-form .submit {
	width: 60px;
	display: block;
	position: relative;
	height: 46px;
	margin: 0 0 0 auto;
}
.newsletter-form .submit:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsletter-form .submit input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	opacity: 0;
	text-indent: -9999px;
	width: 100%;
	height: 46px;
	z-index: 5;
}
.newsletter-form .submit:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -5px;
	left: 50%;
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsletter-form .submit:hover:before {background: #fff;}
.newsletter-form .submit:hover:after {border-color: #47340e;}
.newsletter-form .text {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 46px;
	background: none;
	font:16px 'Passion One', cursive;
	padding: 8px 20px;
	border: 0;
	color: #fff;
}
.newsletter-form .text::-moz-placeholder {color:#fff;}
.newsletter-form .text:-ms-input-placeholder {color:#fff;}
.newsletter-form .text::-webkit-input-placeholder {color:#fff;}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}
.newsletter-form .your-consent-newsletter {
	text-align: justify;
	font-size: 10px;
	line-height: 120%;
}
.newsletter-form .wpcf7-not-valid-tip:first-of-type {
	position: relative;
	left: 32px;
	bottom: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 1em 0 1em 0;
}
#footer .bottom-area {
	text-align: center;
	background: #2b2008;
	color: #8d681a;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 0;
}
#footer .bottom-area a {color: #d8a339;}
#footer .bottom-area a:hover {color: #F8CA00;}
#footer .bottom-area p {margin: 0;}
.bottom-area .privacy-policy {
	margin: 0 0 5px 0;
	padding: 0;
}
.bottom-area .privacy-policy li {
	display: inline;
	padding: 0 0.5em;
	margin: 0;
	border-right: 1px solid;
}
.bottom-area .privacy-policy li:last-of-type {
	border:none;
}
/* end footer */
/* planeia-o-teu-dia */
.visual-section {
	background-size: cover;
	background-position: 50% 50%;
	margin: 0;
	min-height: 540px;
}
.visual-section > img {display: none;}
.visual-section figcaption {
	padding: 149px 0;
	font:34px/34px 'Just Another Hand', cursive;
}
.visual-section h1 {
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 7px;
}
.visual-section h1 .big {
	font-size: 90px;
	line-height: 90px;
}
.visual-section figcaption p {margin: 0 0 20px;}
.two-columns {
	margin: -100px 0 0;
	float: left;
	width: 100%;
}
.two-columns > .row {margin: 0;}
.two-columns > .row > [class^="col"] {
	padding-left: 0;
	padding-right: 0;
}
.content {
	background: #fff;
	padding: 40px 50px;
	color: #553f11;
	font-size: 14px;
	line-height: 20px;
}
.content h2 {
	font-size: 38px;
	line-height: 38px;
	color: #392a0b;
	margin: 0 0 16px;
	font-weight: normal;
}
.content p {
	margin: 0 0 18px;
}
.headline {
	position: relative;
	padding: 0 0 21px;
	margin: 0 0 35px;
}
.headline:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 30px;
	background: #563f11;
}
.headline h2 {
	font-size: 22px;
	line-height: 20px;
	color: #553f11;
	margin: 0;
	font-weight: normal;
}
.schedule {
	margin: 0 0 36px -30px;
	padding: 0;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}
.schedule > li {
	min-width: 260px;
	padding: 0 20px 4px 30px;
}
.schedule > li + li {border-left: 1px solid #563f11;}
.schedule p {margin: 0 0 2px;}
.schedule .time {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
}
.tickets h2, .cards h2 {color: #525d08;}
.tickets h2 mark, .cards h2 mark {
	color: #8a9a0e;
	background: none;
	padding: 0;
}
.ticket-info {
	display: block;
	margin: -1px 0 25px;
	font-size: 13px;
	line-height: 18px;
	min-height: 36px;
	padding: 0 0 0 40px;
	text-transform: uppercase;
	color: #8a9b0f;
	background: url(../images/ico-02.png) no-repeat 0 50%;
}
.pricing {
	margin: -5px;
	padding: 0 0 20px;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* .pricing li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
	padding: 5px;
}
.pricing li:nth-child(2n) {
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
} */
.pricing li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 5px;
}
.cards {
	margin-top: 36px;
}
.cards li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 5px;
}
.cards li:nth-child(2n) {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pricing a, .pricing p {
	display: block;
	background: #8a9b0f;
	font:20px/20px 'Passion One', cursive;
	padding: 15px 50px 15px 22px;
	/* padding: 15px 100px 15px 22px; */
	color: #525d08;
	position: relative;
}
.pricing a:hover, .pricing p:hover {background: #A6BA12;}
.pricing a small, .pricing p small {
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	font-weight: 500;
	font-family: 'Roboto', Helvetica, sans-serif;
	padding: 0 0 0 4px;
}
.pricing a .badge, .pricing p .badge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	/* width: 90px; */
	font-size: 24px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	background: #6e7c0c;
	color: #fff;
}
.btn-default {
	border: 2px solid #8A9B0F;
	background: none;
	color: #8a9b0f;
	line-height: 16px;
}
.btn-default:hover {
	background: #8A9B0F;
	color: #fff;
}
.tickets .btn-default {
	min-width: 170px;
	margin: 0 0 10px;
}
.info-block {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #3b92c2;
}
.info-block .img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
	background-size: cover;
	background-position: 50% 50%;
}
.info-block .img > img {display: none;}
.info-block figcaption {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	padding: 36px 52px 30px;
}
.info-block figcaption h2 {
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 26px;
	font-weight: normal;
}
.info-list {
	margin: 0 -5px;
	padding: 0;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 20px;
	/* max-width: 320px; */
}
.info-list li {
	padding: 0 5px 7px;
	/* width: 50%; */
	width: 100%;
}
.info-list h3 {
	margin: 0;
	font:22px/24px 'Passion One', cursive;
	color: #225773;
}
.info-list p {margin: 0;}
.info-list .note{
	font-size: 10px;
	line-height: 140%;
	margin: 10px 0;
}
#main .decor {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.space-bottom {padding-bottom: 370px;}
.info-box {
	margin: 0;
	background: #392a0b;
}
.info-box .img {
	background-size: cover;
	background-position: 50% 50%;
	padding-bottom: 55.5%;
	position: relative;
}
.info-box .img:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 16px solid #392a0b;
}
.info-box .img > img {display: none;}
.info-box figcaption {
	padding: 36px 50px;
	font-size: 14px;
	line-height: 20px;
}
.info-box h2 {
	font-size: 38px;
	line-height: 38px;
	color: #d8a339;
	margin: 0 0 15px;
	font-weight: normal;
}
.info-box h3 {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 12px;
	padding-top: 4px;
}
.info-box p {margin: 0 0 20px;}
.info-box footer {padding: 15px 0 4px;}
.info-box footer .row {margin: 0 -5px;}
.info-box footer .row [class^="col"] {padding: 0 5px;}
.info-box footer a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 1px;
}
.btn-white {
	border-color: #fff;
	color: #fff;
}
.btn-white:hover {
	background: #fff;
	color: #392a0b;
}
.info-box .schedule-list {
	margin: -6px 0 10px;
	overflow: hidden;
}
.info-box .schedule-list dt {
	float: left;
	padding: 0 7px 0 0;
	font-size: 20px;
	color: #d8a339;
	font-family: 'Passion One', cursive;
	font-weight: normal;
	margin: -2px 0 0;
}
.info-box .schedule-list dd {margin: 0 0 4px;}
.info-box .note {
	display: block;
	color: #8f691c;
	margin: 0 0 20px;
}
.info-box .contact-list {
	margin: 0 0 16px;
	overflow: hidden;
}
.info-box .contact-list dt {
	float: left;
	padding: 0 8px 0 0;
	color: #d8a339;
}
.info-box .contact-list dd {margin: 0;}
/* end planeia-o-teu-dia */
/* historia */
h2 small {
	display: block;
	font-size: 22px;
	line-height: 26px;
	margin: -3px 0 13px;
}
.content h2 small {color: #563f11;}
.content .image {margin: auto 0 0;}
.content .image:after {
	content:'';
	display:block;
	clear:both;
}
.content .image img {
	float: left;
	max-width: 100%;
	margin: 0 0 -40px -50px;
}
.aside {
	background: #563f11;
	padding: 40px 50px;
	font-size: 14px;
	line-height: 20px;
}
.aside p {margin: 0;}
.flex-box .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.aside h2 {
	font-size: 38px;
	line-height: 38px;
	color: #d8a339;
	font-weight: normal;
	margin: 0 0 16px;
}
.aside h2 small {color: #fff;}
/* end historia */
@media only screen and (max-width: 1279px) {
	.main-banner .img-2 {
		max-width: 700px;
		right: -100px;
	}
	.main-banner .img-1 {max-width: 200px;}
	.main-banner .holder {margin-left: 30px;}
	.info-board {right: 50px;}
}
@media only screen and (max-width: 1119px) {
	#header .logo {margin-left: 20px;}
	#main-nav {padding-left: 10px;}
	#main-nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}
	.main-banner .holder {margin-left: 0;}
	.main-banner .img-1 {max-width: 165px;}
	.main-banner h2,
	.main-banner h1 {
		font-size: 70px;
		line-height: 70px;
	}
	.main-banner h2 .big,
	.main-banner h1 .big {
		font-size: 120px;
		line-height: 120px;
	}
	.main-banner .img-2 {
		max-width: 630px;
		right: -150px;
	}
	.main-banner .slide {
		/* min-height: 560px; */
		min-height: 741px;
	}
	.intro-section {padding-top: 100px;}
	.info-board {right: 20px;}
	.intro-section .img-1 {
		top: 60px;
		max-width: 220px;
	}
	.widget-news,
	.widget-events figure figcaption {
		padding-left: 30px;
		padding-right: 30px;
	}
	.widget-news,
	.widget-events figure .img {min-height: 320px;}
	.widget-events.type2 figcaption {padding-left: 30px;}
	.tabs .tabset a {height: 120px;}
	.extra-nav {padding-left: 0;}
	/* planeia-o-teu-dia */
	.visual-section {min-height: 500px;}
	.content {padding: 40px;}
	.pricing a {
		font-size: 18px;
		padding-left: 15px;
	}
	.info-block figcaption {
		padding-left: 40px;
		padding-right: 40px;
	}
	.info-box figcaption {padding: 30px;}
	/* end planeia-o-teu-dia */
	/* historia */
	.aside {padding: 40px;}
	.content .image img {margin-left: -40px;}
	/* end historia */
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 44px;
		line-height: 48px;
	}
	h1 .big {font-size: 80px;}
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	h2 .big {
		font-size: 76px;
		line-height: 70px;
	}
	.btn-menu {
		float: right;
		display:block;
		width: 34px;
		height: 23px;
		cursor: pointer;
		text-indent:-9999px;
		z-index:160;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		position: relative;
		margin: 19px 0 0;
	}
	.btn-menu span:before,
	.btn-menu:before,
	.btn-menu:after {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		height: 3px;
		background: #fff;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		border-radius: 2px;
	}
	.btn-menu:before {top: 10px;}
	.btn-menu span:before {top: 20px;}
	.push body,
	.push {overflow:hidden;}
	.push .btn-menu:before {opacity: 0;}
	.push .btn-menu:after {
		top: 9px;
		-webkit-animation: anim-btn-menu1 0.3s 0.3s ease forwards;
		animation: anim-btn-menu1 0.3s 0.3s ease forwards;
	}
	.push .btn-menu span:before {
		top: 9px;
		-webkit-animation: anim-btn-menu2 0.3s 0.3s ease forwards;
		animation: anim-btn-menu2 0.3s 0.3s ease forwards;
	}
	.nav-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #392a0b;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: calc(100vh - 100px);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	.push .nav-bar {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	#main-nav {
		padding: 0;
		display: block;
		text-align: center;
		margin: auto 0;
	}
	#main-nav > li + li {
		border-left: 0;
		position: relative;
	}
	#main-nav > li + li:before {
		position: absolute;
		content: '';
		left: 50%;
		top: 0;
		height: 1px;
		width: 50px;
		background: #563f11;
		margin-left: -25px;
	}
	#main-nav > li > a {
		font-size: 22px;
		line-height: 26px;
		padding: 20px;
	}
	.extra-nav {
		position: static;
		margin: auto 0 0;
		border-radius: 0;
		top: auto;
		left: auto;
	}
	.extra-nav > li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.extra-nav > li > a {
		text-align: center;
		background: #563f11;
	}
	.secondary-menu-item {
		display: block;
	}
	.main-banner .holder {max-width: 50%;}
	.main-banner .img-1 {max-width: 120px;}
	.main-banner .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.main-banner h2,
	.main-banner h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.main-banner h2 .big,
	.main-banner h1 .big {
		font-size: 100px;
		line-height: 100px;
	}
	.main-banner .img-2 {
		max-width: 550px;
		right: -180px;
	}
	.main-banner .slide {
		/* min-height: 500px; */
		min-height: 591px;
		font-size: 30px;
		line-height: 30px;
	}
	.main-banner p {margin-bottom: 30px;}
	.main-banner .img-3 {
		max-width: 150px;
		margin-left: -340px;
	}
	.intro-section .img-1 {display: none;}
	.intro-section {padding-top: 80px;}
	.intro-section .holder {max-width: 60%;}
	.intro-section .img-2 {
		max-width: 140px;
		right: 100px;
	}
	.info-board {
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	.widget-news {
		padding: 30px 20px 70px;
		font-size: 12px;
		line-height: 18px;
	}
	.widget-events figure figcaption {padding: 30px 20px 70px;}
	.title-block h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.title-block h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.widget-events .date {
		font-size: 26px;
		line-height: 26px;
	}
	.btn-more {
		left: 20px;
		bottom: 20px;
	}
	.widget-news, .widget-events figure .img {min-height: 260px;}
	.widget-news .date {margin-bottom: 5px;}
	.widget-news p {margin-bottom: 10px;}
	.slideshow .slick-dots {bottom: 30px;}
	.widget-events.type2 figcaption {
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 20px;
		padding-right: 90px;
	}
	.widget-events.type2 figcaption .btn-more {right: 20px;}
	.widget-events.type2 .img {min-height: 230px;}
	.tabs .tabset {padding: 0 20px;}
	.tabs .tabset li:before {
		margin-right: 20px;
	}
	.tabs .tabset a {height: 90px;}
	.widget-info figure figcaption .title-block h2 {margin-bottom: 20px;}
	.social-widgets {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 40px;
	}
	.newsletter-form {
		width: 100%;
		margin: auto 0 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
	}
	.logos {
		margin: 0 -10px;
		padding: 20px 0 0;
	}
	.logos li {padding: 0 10px;}
	.newsletter-form h3 .big {line-height: 1;}
	/* planeia-o-teu-dia */
	.visual-section {min-height: 450px;}
	.visual-section h1 {
		font-size: 34px;
		line-height: 38px;
	}
	.visual-section h1 .big {
		font-size: 70px;
		line-height: 1;
	}
	.visual-section figcaption {
		font-size: 30px;
		line-height: 30px;
		padding: 110px 0;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.space-bottom {padding-bottom: 0;}
	.sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.sidebar .info-box {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#main .decor {display: none;}
	.info-box figcaption {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: 0;
	}
	.info-box footer {margin-top: auto;}
	/* end planeia-o-teu-dia */
	/* historia */
	.aside {padding: 40px 50px;}
	.content .image img {margin-left: -50px;}
	/* end historia */
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body{
		-webkit-text-size-adjust: none;
		font-size:14px;
		line-height:20px;
	}
	h1 {
		font-size: 40px;
		line-height: 44px;
	}
	h1 .big {font-size: 70px;}
	h2 {
		font-size: 32px;
		line-height: 30px;
	}
	h2 .big {
		font-size: 60px;
		line-height: 60px;
	}
	h4 {
		font-size: 24px;
		line-height: 28px;
	}
	#header {padding: 20px;}
	#header .logo {margin-left: 0;}
	.btn-reserve {
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 0 0 0 6px;
		font-size: 14px;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 180px;
		padding-right: 15px;
	}
	.lang {
		margin-top: 26px;
		margin-bottom: -6px;
	}
	.lang > a {
		padding-bottom: 4px;
		padding-top: 16px;
	}
	.lang > a:before {margin-top: -1px;}
	.btn-menu {
		margin-top: 38px;
		margin-bottom: -2px;
	}
	#main-nav > li > a {
		font-size: 18px;
		line-height: 22px;
		padding: 15px 20px;
	}
	.extra-nav > li > a {
		padding: 10px 15px;
		font-size: 13px;
	}
	.main-banner .slide {min-height: calc(100vh - 100px);}
	.main-banner .img-2 {display: none;}
	.main-banner h2,
	.main-banner h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.main-banner h2 .big,
	.main-banner h1 .big {
		font-size: 70px;
		line-height: 70px;
	}
	.main-banner .holder {max-width: none;}
	.main-banner .img-1 {
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
		left: auto;
		right: 0;
	}
	.main-banner .container {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.main-banner .img-3 {
		margin-left: 0;
		left: auto;
		right: 20px;
	}
	.controls .dots {display: none;}
	.controls {
		-webkit-transform: none;
		transform: none;
		left: 20px;
		bottom: 20px;
	}
	.intro-section .holder {max-width: none;}
	.info-board {display: none;}
	.intro-section h3 {margin: 0 0 20px;}
	.intro-section {
		background-size: auto 230px;
		padding-top: 40px;
		padding-bottom: 200px;
	}
	.info-widgets {margin-top: -50px;}
	.intro-section .img-2 {
		right: 20px;
		max-width: 100px;
	}
	.info-widgets .row {display: block;}
	.info-widgets [class^="col"] {
		display: block;
		max-width: none;
	}
	.widget-events {display: block;}
	.widget-events figure {display: block;}
	.widget-events figure .img {
		max-width: none;
		min-height: 1px;
		padding-bottom: 85%;
	}
	.widget-events figure figcaption {max-width: none;}
	.widget-events .date {margin-bottom: 10px;}
	.widget-events figure figcaption:before {
		right: auto;
		top: auto;
		left: 20px;
		bottom: 100%;
		border: 15px solid transparent;
		border-bottom: 16px solid #f8ca00;
	}
	.widget-news {
		min-height: 1px;
		font-size: 14px;
		line-height: 20px;
	}
	.title-block h3 {font-size: 20px;}
	.widget-events.type2 figcaption {
		max-width: none;
		padding-right: 20px;
		padding-bottom: 70px;
	}
	.widget-events.type2 figcaption .btn-more {
		right: auto;
		left: 20px;
		bottom: 20px;
	}
	.widget-events.type2 .img {
		max-width: none;
		min-height: 1px;
		padding-bottom: 70%;
	}
	.widget-events.type2 figcaption:before {
		left: 20px;
		top: 100%;
		border: 15px solid transparent;
		border-top: 16px solid #a6ba12;
	}
	.tabs {display: block;}
	.tabs .tabset {
		max-width: none;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
	}
	.tabs .tabset li {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.tabs .tabset a {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		padding: 10px;
		height: 70px;
	}
	.tab-content {
		max-width: none;
		display: block;
	}
	.tab-content .tab {display: block;}
	.widget-info {display: block;}
	.widget-info figure figcaption {
		max-width: none;
		padding: 40px 20px;
	}
	.tabs .tabset li + li {
		border-top: 0;
		border-left: 1px solid #392a0b;
	}
	.tabs .tabset li:before {
		right: auto;
		border: 15px solid transparent;
		border-top: 16px solid #563f11;
		top: 100%;
		margin: 0 0 0 -15px;
		left: 50%;
	}
	.social-widgets {display: block;}
	.social-widgets [class^="widget"] {
		max-width: none;
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer {background: #392a0b;}
	#footer:before {display: none;}
	.footer-content dl {margin-bottom: 20px;}
	.footer-content .btn {margin: 0 0 25px;}
	#footer > .container {padding-bottom: 0;}
	.newsletter-form {
		background: #47340e;
		margin: 0 -20px;
		padding: 30px 20px;
	}
	.newsletter-form h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.newsletter-form h3 .big {font-size: 60px;}
	.logos img {max-width: 100%;}
	.logos {
		padding: 10px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.logos li {padding: 10px;}
	/* planeia-o-teu-dia */
	.visual-section {min-height: 260px;}
	.visual-section h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.visual-section h1 .big {font-size: 50px;}
	.visual-section figcaption {
		font-size: 22px;
		line-height: 24px;
		padding: 50px 0;
	}
	.two-columns {margin-top: -50px;}
	.content {padding: 30px 20px;}
	.info-box h2,
	.info-block figcaption h2,
	.content h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.headline {margin-bottom: 25px;}
	.headline h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.schedule {
		display: block;
		margin: 0 0 30px;
	}
	.schedule > li {
		min-width: 1px;
		padding: 0;
		position: relative;
	}
	.schedule > li + li {
		border-left: 0;
		padding: 10px 0 0;
		margin: 10px 0 0;
	}
	.schedule > li + li:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		height: 1px;
		width: 50px;
		background: #563f11;
	}
	.pricing {display: block;}
	.pricing li:nth-child(2n),
	.pricing li {max-width: none;}
	.pricing a .badge {
		width: 70px;
		font-size: 20px;
	}
	.pricing a {
		padding-right: 80px;
		font-size: 16px;
		padding-left: 10px;
	}
	.pricing a small {font-size: 11px;}
	.info-block {display: block;}
	.info-block .img {
		max-width: none;
		padding-bottom: 70%;
	}
	.info-block figcaption {padding: 25px 20px 20px;}
	.info-block figcaption h2 {margin: 0 0 20px;}
	.sidebar {display: block;}
	.info-box figcaption {padding: 25px 20px;}
	/* end planeia-o-teu-dia */
	/* historia */
	.flex-box .content,
	.flex-box {display: block;}
	h2 small {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.aside {padding: 30px 20px;}
	.content .image img {margin: 0 0 -30px -20px;}
	.aside h2 {
		font-size: 30px;
		line-height: 30px;
	}
	/* end historia */
}
@media only screen and (min-width: 992px) {
	.order-first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}







/* Tiago */
.img > img	{
	width: 100%;
	height: auto;
}
.img-fit {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.img-fit.bg-offset-right {
	background-position: center right;
}
.img-fit > img {
	visibility: hidden;
	opacity: 0;
}
.animals {
	padding: 100px 0 0 0;
}
.animals:last-of-type {
	padding: 100px 0 50px 0;
}
.animals h2{
	margin: 0 0 35px 0;
}
.animals h3 {
	font: 18px/100% 'Passion One', cursive;
	text-transform: uppercase;
	color: #392a0b;
	margin: 0;
}
.animals h4 {
	font: 500 14px/100% 'Roboto', Helvetica;
	text-transform: none;
	color: #3d4e00;
	margin: 0.43em 0 0 0;
}
.animals .row {
	margin-top: 25px;
}
.animals [class^="col"] {
	margin-top: 15px;
}
.animals-tab-menu {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
	/* justify-content: center; */
	/* justify-content: space-around; */
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
}
.animals-tab-link {
	display: block;
	flex: 0 1 auto;
	/* flex-grow: 1; */
	height: 40px;
	width: 40px;
	padding: 9px 0;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	color: #392a0b;
	cursor: pointer;
	margin: 15px 15px 0 0;
}
.animals-tab-link:hover, .animals-tab-link.animals-tab-link-current {
	background-color: #f8ca00;
	color: #392a0b;
}
.animals-tab-pane {
	display: none;
	opacity: 0;
	transition: 0.6s all linear;
}
.animals-tab-pane.animals-tab-active {
	display: block;
	opacity: 1;
}
.animals img {
	width: 100%;
	height: auto;
	transition: all 0.3s linear;
}
.animals .img {
	overflow: hidden;
}
.animals .img:hover img {
	transform: scale3d(1.25, 1.25, 1.25);
    animation-timing-function: ease-in;
}
.animals-title {
	padding: 10px;
	/* min-height: 60px; */
	min-height: 100px;
	background-color: #f8ca00;
}
@media screen and (max-width: 1000px),
screen and (orientation: landscape) and (max-width: 1000px),
screen and (orientation: portrait ) and (max-width: 1000px) {
	.animals h3 {
		font-size: 14px;
	}
}
@media screen and (max-width: 650px),
screen and (orientation: landscape) and (max-width: 650px),
screen and (orientation: portrait ) and (max-width: 650px) {
	.animals-tab-link {
    	height: 30px;
    	width: 30px;
    	padding: 5px 0;
    	margin: 10px 10px 0 0;
	}
	.col-3 {
    	-ms-flex: 0 0 33.333%;
    	flex: 0 0 33.333%;
    	max-width: 33.333%;
	}
}
@media screen and (max-width: 480px),
screen and (orientation: landscape) and (max-width: 480px),
screen and (orientation: portrait ) and (max-width: 480px) {
	.col-3 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
}




/* research page */
.grid {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.research-logos.grid > li {
  display: flex; 
  flex-basis: calc(50% - 30px);  
  justify-content: center;
  flex-direction: column;
}
.research-logos.grid > li > .img {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.research-logos.grid > li > a {
	margin: 0px 15px 15px 15px;
}
.research-logos.grid > li > a > p {
	margin: 0;
}


/* contacts page */
.gmaps {
	position: relative;
	padding: 0;
}
.gmaps > h2{
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 1;
	color: #FFF;
}
#map_container{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    padding-top: 30px;
    position: relative;
}
div[class^="col-"]:nth-of-type(3) .content.como-chegar  {
	background: #a6ba12;
}
.contact-form {
	background: #f8ca00;
}
.contact-form .input-group {
	margin-bottom: 10px;
	border: 2px solid #715417;
	border-radius: 6px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-form .text, .contact-form .text-area {
	display: block;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 46px;
	background: none;
	font:16px 'Passion One', cursive;
	padding: 8px 20px;
	border: 0;
	color: #fff;
}
.contact-form .text-area {
	width: 100%;
	resize: none;
	height: 140px;
	padding: 16px 20px;
}
.contact-form .text::-moz-placeholder, .contact-form .text-area::-moz-placeholder {color:#fff;}
.contact-form .text:-ms-input-placeholder, .contact-form .text-area:-ms-input-placeholder {color:#fff;}
.contact-form .text::-webkit-input-placeholder, .contact-form .text-area::-webkit-input-placeholder {color:#fff;}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.gmaps > h2{
		position: absolute;
		top: 30px;
		left: 20px;
	}
}








.plan-membership-cta {
    position: relative;
}
.plan-membership-cta h2 {
    position: absolute;
    top: 50px;
    left: 15px;
    font: 24px/100% 'Just Another Hand', cursive;
    font-weight: bold;
    color: #f00;
    transform: rotate3d(0, 0, 1, -30deg);
    z-index: 1;
}


.plan-membership-cta a.btn {
	display: block;
	background: #ff002d;
	border-radius: 50%;
	border: 2px solid #ff002d;
	width: 87px;
	height: 87px;
	padding: 24px 0px 0 2px;
	margin: 0 0 0 0;
	min-width: unset;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}
.plan-membership-cta a.btn:hover { 
	background: #fff;
	border: 2px solid #ff002d;
	color: #ff002d;
}





.plan-membership-cta figure {
	margin: 0;
	padding: 0;
	z-index: 0;
}
.plan-membership-cta figure figcaption {
	position: absolute;
	top: 20px;
	right: 5px;
}
.plan-membership-cta figure img {
	margin-top: 45px;
	width: 75%;
	/*! transform: scale3d(-1,1,1); */
	float: right;
	z-index: 0;
	margin-right: 50px;
}


.transport {} 
.transport-primary {
	background: #a6ba12;
}
.transport-secondary {
	background: #f8ca00;
}




#zoo-map { 
  position: relative;
}
#zoo-map a:before {
	position: absolute;
	content:'';
	display: block;
	width: 100%;
	top:0;
	left:0;
	bottom:0;
	z-index: 1;
	opacity: 0;
	background-color: #000;
	transition: opacity 400ms ease-in-out;
}
#zoo-map a:after {
	position: absolute;
	content:'';
	display: block;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	z-index:2;
	opacity:0;
	transform: translate3d(-50%, -50%, 0);
	background: url(../images/find-on-map.png) no-repeat center center;
	transition: opacity 400ms ease-in-out;
}
#zoo-map a:hover:before {
	opacity: 0.8;
}
#zoo-map a:hover:after {
	opacity: 1;
}
#zoo-map img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}





.two-columns.investigation-projects > .row {margin-top: 45px;}
.two-columns.investigation-projects > .row:first-of-type {margin-top: 0;}
.two-columns.investigation-projects > .row:nth-of-type(n+2) .content {padding: 0;}
.two-columns.investigation-projects .aside {
   position: relative; 
	 background: #FFF;
   color: #563f11;
	 overflow:hidden;
}
.two-columns.investigation-projects .content img {
	display: block;
}
.project-logo-wrapper {
	/*width: 100%;
	margin-top: 50px;*/
}
.project-logo {
	width: 100%;
	margin-top: 50px;
}
.project-logo img {
	display: block;
	width: 150px;
	margin: 0 auto;
}






.wpcf7-recaptcha, .wpcf7-recaptcha iframe, .wpcf7-recaptcha iframe .rc-anchor-normal {
	width:100% !important;
}
#btn-send-message {
	margin-top: 1em;
}