/*
Theme Name: Face Corporate
Theme URI: http://www.wordpress.com
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: corporate
*/

/* 
*
* .================================ - UTILITIES
* .================================ - HEADER
* .================================ - VENUES
* .================================ - PAGE
* .================================ - FOOTER
* .================================ - RESPONSIVE
*
*/

/* ================================================================================== */
/* ====================================- UTILITIES -==================================== */
/* ================================================================================== */
body {
	font-family: 'Montserrat', serif;
	color: #fff;
	font-size: 15px;
	margin-top: 129px;
	background: #1d1c29;
}
.valign {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.valign.end {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	font-weight: normal;
	font-family: 'Playfair Display';
}

*:focus, *:hover {
	outline: 0;
}

/* ================================================================================== */
/* ====================================- HEADER -==================================== */
/* ================================================================================== */
header {
	background: #263350;
	padding: 25px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.top-bar {
	text-align: right;
}
.top-bar li {
	display: inline-block;
	margin: 0 30px;
}
.top-bar li:first-child {
	margin-left: 0;
}
.top-bar li:last-child {
	margin-right: 0;
}
.top-bar .lang span, .top-bar .lang a, .top-bar .phone a, .top-bar .burger a, .lang--resp span {
	font-weight: 700;
	font-family: 'Roboto Slab';
}
.top-bar .phone a {
	position: relative;
}
.top-bar .phone a:after {
	display: block;
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 30px;
	background: #b78653;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.top-bar .phone a:hover:after {
	width: 100%;
}
.top-bar .lang a, .lang--resp a {
	border-bottom: 1px solid #fff;
}

.top-bar .phone a:before {
	display: inline-block;
	content: '';
	background: url(img/phone_icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
	margin-right: 15px;
}
.top-bar .burger a {
	text-transform: uppercase;
	font-size: 18px;
}
.top-bar .burger .lines {
	position: relative;
	width: 18px;
	height: 14px;
	display: inline-block;
}
.top-bar .burger .lines:after, .top-bar .burger .lines:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.top-bar .burger .lines:after {
	top: 0;
}
.top-bar .burger .lines:before {
	top: 95%;
}
.top-bar .burger .lines span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-bar .burger a:hover span {
	color: #b78653;
}

.nav {
	text-align: right;
	margin-top: 35px;
}
.nav span {
	display: inline-block;
	font-weight: 600;
	margin-right: 70px;
}
.nav ul {
	display: inline-block;
}
.nav ul li {
	display: inline-block;
	margin: 0 50px;
}
.nav ul li:first-child {
	margin-left: 0;
}
.nav ul li:last-child {
	margin-right: 0;
}
.nav ul li a {
	text-transform: uppercase;
	color: #b78653;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	font-family: 'Roboto Slab';
}
.nav ul li a:after {
	display: block;
	content: '';
	position: absolute;
    background: #b78653;
    width: 110px;
    height: 0;
    top: -20px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
    -o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
    transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.nav ul li a:hover, .nav ul li.current-menu-item a {
	color: #fff;
}
.nav ul li a:hover:after, .nav ul li.current-menu-item a:after {
	height: 95px;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: #0f0f0f;
	z-index: 1003;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
#menu.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.menu_inner {
	margin-top: 26px;
}
.menu_inner .valign {
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.infos {
	padding: 5px 0 15px;
	border-top: 1px solid #435272;
	border-bottom: 1px solid #435272;
}
.infos > div {
	display: inline-block;
	margin: 0 30px;
}
.infos > div:first-child {
	margin-left: 0;
}
.infos > div:last-child {
	margin-right: 0;
}
.infos a:before, .infos span:before {
	display: inline-block;
	content: '';
	margin-right: 15px;
	position: relative;
	top: 6px;
}
.infos .phone a:before {
	width: 20px;
	height: 20px;
	background: url(img/phone_icon_white.png) no-repeat center;
}
.infos .email a:before {
	width: 21px;
	height: 25px;
	background: url(img/email_icon_white.png) no-repeat center;
}
.infos .adresa span:before {
	width: 16px;
	height: 23px;
	background: url(img/adresa_icon_white.png) no-repeat center;
}
.close-menu a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #b78653;
}
.close-menu a:after {
	display: inline-block;
	content: '';
	background: url(img/close_menu.png) no-repeat center;
	width: 31px;
	height: 31px;
	position: relative;
	top: 7px;
	margin-left: 8px;
}
#menu .target_links {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
#menu .target_links a {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	width: 235px;
	height: 235px;
	/*text-align: center;*/
	line-height: 235px;
	/*margin: 0 25px;*/
	padding: 0 30px;
	text-align: left;
	margin-right: 25px;
	position: relative;
}
#menu .target_links li {
	float: left;
}
#menu .target_links li:first-child {
	margin-left: 0;
}
#menu .target_links li:nth-child(4) {
	margin-left: 0;
	clear: both;
}
#menu .target_links a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
#menu .target_links a:hover:after {
	height: 100%;
	background: #b78653;
}

.venue_links {
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.venue_links a {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 700;
	color: #b78653;
	position: relative;
}
.venue_links a:after {
	display: block;
	content: '';
	width: 0;
	height: 6px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.venue_links a:hover {
	color: #fff;
}
.venue_links a:hover:after {
	width: 100%;
}

.pointers {
	margin-top: 25px;
	position: relative;
}
.pointer a {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 60px;
}
.pointer a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 43px;
	height: 43px;
	background: url(img/pointer_icon.png) no-repeat center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.pointer a:hover:before {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.pointer a:after {
	display: block;
	content: '';
	background: #b78653;
	position: absolute;
	top: 0;
	left: 55px;
	width: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.pointer a:hover:after {
	width: 80%;
}
.pointer a span:first-child {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pointer a span:last-child {
	display: block;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	font-weight: 600;
	position: relative;
}

.pointer {
	z-index: 6;
	position: absolute;
}
.pointer.face {
	right: 170px;
	top: 100px;
}
.pointer.kusin {
	left: 550px;
	top: 200px;
}
.pointer.forest {
	bottom: 100px;
	left: 150px;
}
.pointer.social {
	bottom: 210px;
	right: 120px;
}

.lang .qtranxs_widget, .lang--resp .qtranxs_widget {
	display: inline-block;
}
.lang .qtranxs_widget ul li.active, .lang--resp .qtranxs_widget ul li.active {
	display: none;
}
header .qtranxs_widget ul li {
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}
#logo img {
	max-width: 90px;
}
.infos .lang--resp .qtranxs_widget span:before, .infos .lang--resp .qtranxs_widget a:before {
	display: none;
}


/* ================================================================================== */
/* ====================================- VENUES -==================================== */
/* ================================================================================== */
.venue-hero {
	position: relative;
}
.venue-hero:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(229,229,229,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=0 );
}
.venue-hero .venue-hero_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.venue-hero .venue-hero_inner .container {
	position: relative;
	height: 100%;
}
.venue-hero .venue-hero_inner .hero-title {
	margin-top: 80px;
}
.venue-hero .venue-hero_inner .hero-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 94px;
	font-weight: 900;
	font-family: Roboto Slab;
}
.venue-hero .venue-hero_inner p {
	font-size: 26px;
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	margin: 0;
}
.venue-hero_inner .request_venue {
	position: absolute;
	bottom: 40px;
	left: 15px;
	width: 200px;
	height: 200px;
	background: #b78653;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.venue-hero .venue-hero_inner .request_venue:hover {
	color: #b78653;
	width: 400px !important;
	background: #263350;
}
.venue-body {
	padding: 60px 0 80px;
}
.venue-body p {
	font-size: 22px;
	font-family: 'Ubuntu';
	font-weight: 300;
	line-height: 36px;
}
.venue-body .download_pdf {
	text-transform: uppercase;
	color: #b78653;
	font-size: 17px;
	font-weight: 700;
	margin-top: 80px;
	display: inline-block;
}
.venue-body .download_pdf:hover {
	color: #263350;
}
.venue-body .download_pdf:before {
	display: inline-block;
	content: '';
	width: 44px;
	height: 44px;
	position: relative;
	top: 15px;
	margin-right: 20px;
	background: url(img/pdf_icon.png) no-repeat center;
}
.page-lists {
	margin-top: 100px;
}
.inline-list ul {
	display: inline-block;
	margin: 0 50px;
}
.inline-list ul:first-child {
	margin-left: 0;
}
.inline-list ul:last-child {
	margin-right: 0;
}
.venue-list ul li {
	font-size: 22px;
	font-family: 'Ubuntu';
	font-style: italic;
	text-align: left;
	font-weight: 500;
	margin: 25px 0;
}
.venue-list ul li:before {
	display: inline-block;
	content: '';
	position: relative;
	width: 23px;
	height: 23px;
	background: #b78653;
	margin-right: 30px;
	top: 4px;
}
.venue-list ul li:first-child {
	margin-top: 0;
}
.venue-list ul li:last-child {
	margin-bottom: 0;
}
.venue-gallery {
	position: relative;
}
.gallery-item a {
	display: block;
	position: relative;
}
/*.gallery-item a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}*/
a.has_video:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	background: url(img/play_icon.png) no-repeat center;
	width: 57px;
	height: 57px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	border: none;
	padding: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-arrow:hover {
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
}
.slick-prev {
	left: 330px;
	background: url(img/prev.png) no-repeat center center;
}
.slick-next {
	right: 330px;
	background: url(img/next.png) no-repeat center center;
}
.venue-footer {
	padding: 200px 0;
}
.venue-footer.on_page {
	padding: 100px 0;
}
.venue-footer.on_page p {
	line-height: normal;
	font-weight: 300;
	margin: 40px 0 0;
}
.venue-footer .valign {
	justify-content: space-between;
}
.venue-footer h3 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}
.venue-footer a {
	color: #b78653;
	font-size: 38px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
}
.venue-footer a:hover {
	color: #fff;
}
.venue-footer a span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}




/* ================================================================================== */
/* ====================================- PAGE -==================================== */
/* ================================================================================== */
.front-page_hero {
	position: relative;
}
.front-page_hero canvas {
	position: absolute !important;
	z-index: 1 !important;
}
#canvas-basic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.front-page_hero-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.front-page--slider {
	position: relative;
}
.front-page--slider .front-page--slider_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 2;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.front-page--slider .slick-next {
	right: 50px;
	opacity: .6;
}
.front-page--slider .slick-prev {
	left: 50px;
	opacity: .6;
}
.front-page_hero-inner h2, .front-page--slider h2 {
	margin-top: 70px;
	font-size: 31px;
	font-weight: 500;
	line-height: normal;
}
.front-page--slider h2 {
	margin: 0;
}
.front-page_hero-inner h2 span, .front-page--slider h2 span {
	font-size: 20px;
	font-style: italic;
}
.wrapper {
	padding: 90px 0 40px;
}
.wrapper .wrapper-title {
	margin-bottom: 65px;
	font-size: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: normal;
}
.__feature {
	text-align: center;
}
.__feature h4 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 25px;
}
.__feature h4:before {
	display: block;
	content: '';
	margin: auto auto 25px;
	width: 23px;
	height: 23px;
	background: #b78653;
}
.__feature p {
	margin: 0;
	font-family: 'Ubuntu';
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
.__icons {
	text-align: center;
	margin-top: 60px;
}
.__icons h3 {
	text-transform: uppercase;
	color: #b78653;
	font-size: 22px;
	margin-top: 25px;
	line-height: normal;
	font-weight: 700;
}
.more-events {
	width: 200px;
	height: 200px;
	margin: 80px auto auto;
	background: #b78653;
	display: inline-block;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.more-events a {
	font-size: 22px;
	display: inline-block;
	text-align: left;
	font-weight: 500;
}
.more-events:hover {
	background: #263350;
	width: 350px;
}
.more-events:hover a {
	color: #b78653;
}
.centered-venues-section h3 {
	margin-bottom: 65px;
	font-weight: 700;
}
.events-links span, .events-links a {
	background: #b78653;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	height: 165px;
	text-align: center;
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.events-links a.colored {
	color: #1d1c29;
}
.google_map {
	padding-top: 100px;
	position: relative;
	z-index: 0;
	background: #fff;
}
.google_map > br, .google_map > small {
	display: none;
}
.google_map iframe {
	height: 630px;
	width: 100%;
}
.facilities {
	padding: 60px 0 50px;
}
.facilities .events-links {
	margin-top: 60px;
}
.mid-title {
	font-size: 30px;
	line-height: normal;
	font-weight: 500;
}

.contact-info-row {
	margin-top: 53px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-evenly;
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
	padding: 20px 0;
}
.contact-info-row a, .contact-info-row span {
	font-size: 19px;
}
.contact-info-row .phone a:before, .contact-info-row .email a:before, .contact-info-row .adresa span:before {
	display: inline-block;
	content: '';
	position: relative;
	top: 7px;
	margin-right: 15px;
}
.contact-info-row .phone a:before {
	width: 20px;
	height: 20px;
	background: url(img/phone_icon.png) no-repeat center;
}
.contact-info-row .email a:before {
	width: 21px;
	height: 25px;
	background: url(img/email_icon.png) no-repeat center;
}
.contact-info-row .adresa span:before {
	width: 16px;
	height: 23px;
	background: url(img/adresa_icon.png) no-repeat center;
}
.contact-forms {
	margin: 75px 0 100px;
}
.page-content_title h3 {
	font-size: 50px;
	margin-bottom: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-content_title p {
	font-size: 26px;
	font-weight: 300;
	line-height: normal;
}

.field {
	margin-bottom: 30px;
}
.field br {
	display: none;
}
.field label {
	font-size: 15px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
input, select, textarea {
	width: 100%;
	border: none;
	padding: 20px;
}
textarea {
	height: 100px;
}
.wpcf7-submit {
	width: 169px;
	height: 169px;
	background: #b78653;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.wpcf7-submit:hover {
	background: #263350;
}
.wpcf7-not-valid {
	background: #ff6464;
}
div.wpcf7 .ajax-loader, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	display: none !important;
}
.lg-outer .lg-video-cont {
	max-width: 70% !important;
}

input[type="checkbox"] {
	display: none;
}
.wpcf7-acceptance span {
	margin: 0;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	color: #263350;
	text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 35px;
	line-height: normal;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
	display: block;
	content: '✔';
	width: 25px;
	height: 25px;
	text-align: center;
	position: absolute;
	top: -2px;
	left: 0;
	background: #eee;
	color: #eee;
}
.wpcf7-acceptance input:checked + span:before {
	color: #263350;
}

.success--page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.success--page #logo {
	margin-bottom: 30px;
}
.success--page #logo img {
	max-width: 100%;
}
.success--content p {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}



/* ================================================================================== */
/* ====================================- FOOTER -==================================== */
/* ================================================================================== */
footer {
	background: #000;
	padding: 75px 0 100px;
}
footer .column-widget {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
footer .column-widget:after {
	display: block;
	content: '';
	width: 120px;
	height: 3px;
	background: #b78653;
	margin: 22px 0;
}
footer .rw, footer .rws {
	display: inline-block;
}
footer .rw:first-of-type, footer .rws:first-of-type {
	margin-right: 80px;
}
footer .rws:first-of-type {
	margin-right: 60px;
}
footer .rw li:first-child {
	margin-bottom: 60px;
}
footer .rw li a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
footer .rws li {
	margin-bottom: 27px;
}
footer .rws li:last-child {
	margin-bottom: 0;
}
footer .rws li a {
	font-size: 15px;
	font-weight: 600;
}
footer li a:hover {
	color: #b78653;
}
footer .phone a, footer .adresa span, footer .email a {
	position: relative;
	margin: 9px 0;
	padding-left: 40px;
	display: inline-block;
}
footer .phone a:before, footer .adresa span:before, footer .email a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
footer .phone a:before {
	width: 20px;
	height: 20px;
	background: url(img/phone_icon_white.png) no-repeat center;
}
footer .adresa span:before {
	width: 16px;
	height: 23px;
	background: url(img/adresa_icon_white.png) no-repeat center;
}
footer .email a:before {
	width: 21px;
	height: 25px;
	background: url(img/email_icon_white.png) no-repeat center;
}
footer .social {
	margin-top: 38px;
	position: relative;
	z-index: 2;
}
footer .social a {
	display: inline-block;
	margin: 0 20px;
}
footer .social a:hover {
	opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
}
footer .social a:first-child {
	margin-left: 0;
}
footer .social a:last-child {
	margin-right: 0;
}
footer .social .linkedin {
	width: 24px;
	height: 24px;
	background: url(img/linkedin.png) no-repeat center;
}
footer .social .instagram {
	width: 24px;
	height: 24px;
	background: url(img/instagram.png) no-repeat center;
}
footer .social .facebook {
	width: 23px;
	height: 23px;
	background: url(img/facebook.png) no-repeat center;
}
footer .copyright {
	margin-top: -18px;
}
footer .copyright p {
	margin: 0;
	font-size: 11px;
}
footer .copyright p a {
	text-decoration: underline;
}



/* ================================================================================== */
/* ====================================- RESPONSIVE -==================================== */
/* ================================================================================== */
.top-bar .phone .responsive_phone {
	display: none;
}
.top-bar .phone .responsive_phone:before {
	background: url(img/phone_icon_light.png) no-repeat center;
}
.page-template-location .venue-body {
	padding: 60px 0 0;
}
.page-template-gallery .venue-body {
	padding: 50px 0 80px;
}
.page-template-gallery .gallery {
	margin-top: 30px;
	position: relative;
}
.page-template-gallery .gallery a {
	display: block;
	position: relative;
}
.page-template-gallery .gallery a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(29, 28, 41, 0.5);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.page-template-gallery .gallery a:hover:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.page-template-gallery .gallery h3 {
	font-size: 40px;
	font-family: 'Roboto Slab';
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.infos > div .responsive_phone, .infos > div .responsive_email, .infos > div .responsive_adresa {
	display: none;
}
.page-template-events .venue-footer {
	padding: 100px 0 0;
}
.responsive-hero, .infos .lang--resp {
	display: none;
}

@media screen and (max-width: 1680px) {
	.front-page_hero-inner {
		position: relative;
	}
	.front-page_hero > img {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	#menu .target_links a {
		width: 190px;
		height: 190px;
		line-height: 190px;
	}
	.venue_links {
		margin-bottom: 50px;
	}
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
}
@media screen and (max-width: 1360px) {
	.venue-hero .venue-hero_inner .hero-title {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.infos .lang--resp {
		display: inline-block;
	}
	.more-events:hover {
		width: auto;
	}
	.pointer a:after {
		display: none;
	}
	#menu .target_links a {
		text-align: center;
	}
	.venue_links a:after {
		display: none;
	}
	.anim, .venue-hero .venue-hero_inner.anim .request_venue, .venue-hero .venue-hero_inner.anim .request_venue {
		visibility: visible !important;
		opacity: 1 !important;
		-khtml-opacity: 1 !important;
		-moz-opacity: 1 !important;
		-ms-filter:"alpha(opacity=100)" !important;
		filter:alpha(opacity=100) !important;
	}
	.venue-hero .anim .hero-title, .venue-hero .anim p {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.venue-hero .venue-hero_inner.anim .request_venue {
		width: auto !important;
	}
	.responsive-hero {
		display: block;
	}
	.slides {
		display: none;
	}
	.pointer.social {
		right: 40px;
	}
	.pointer.face {
		right: 90px;
	}
	.pointer.kusin {
		left: 430px;
	}
	.page-template-events .venue-footer h3 {
		font-size: 30px;
	}
	.page-template-events .venue-footer.on_page p {
		margin: 20px 0 0;
		font-size: 20px;
	}
	.menu_inner {
		margin: 0;
	}
	#menu .container {
		width: 100%;
		padding: 0;
	}
	#menu .target_links {
		margin-top: 30px;
	}
	#menu .target_links li {
		width: 33.33333%;
		border: 1px solid rgba(255,255,255,.1);
	}
	#menu .target_links li:nth-child(4) {
		clear: none;
	}
	#menu .target_links a {
		width: auto;
		height: auto;
		line-height: normal;
		display: block;
		margin: 0;
		padding: 50px 80px;
	}
	.venue_links {
		display: block;
		text-align: center;
		border-bottom: 1px solid #2d2d2d;
		padding-bottom: 50px;
	}
	.venue_links a {
		margin: 0 15px;
		font-size: 30px;
	}
	#menu .valign {
		display: block;
		text-align: center;
	}
	.infos {
		padding: 20px 0 30px;
	}
	.close-menu {
		margin-top: 20px;
	}
	.infos > div .responsive_phone, .infos > div .responsive_email {
		display: inline-block;
	}
	.infos > div.phone > a:last-child, .infos > div.email > a:last-child {
		display: none;
	}
	#menu .c-12, #menu .row {
		padding: 0;
		margin: 0;
	}

	.facilities {
		padding: 40px 0;
	}
	.facilities .events-links {
		margin-top: 20px;
	}
	.events-links span, .events-links a {
		font-size: 16px;
		height: 130px;
	}
	.google_map iframe {
		height: 300px;
	}
	.google_map {
		margin-top: 0;
	}
	.venue-hero .venue-hero_inner .hero-title h2 {
		font-size: 70px;
	}
	.venue-hero .venue-hero_inner .hero-title {
		margin-top: 50px;
	}
	.venue-hero_inner .request_venue {
		width: auto;
		height: auto;
		padding: 20px 50px;
		position: relative;
		left: auto;
		bottom: auto;
		display: inline-block;
		margin-top: 40px;
	}
	.inline-list ul {
		margin: 0 15px;
	}
	.venue-list ul li {
		margin: 15px 0;
		font-size: 18px;
	}
	footer .rws li {
		margin-bottom: 20px;
	}
	footer .rw:first-of-type, footer .rws:first-of-type {
		margin-right: 40px;
	}
	footer .rw li:first-child {
		margin-bottom: 30px;
	}
	footer .rws:first-of-type {
		margin-right: 10px;
	}
	.nav span {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.google_map {
		padding-top: 30px;
	}
	.venue-body {
		padding: 30px 0;
	}
	.venue-hero .venue-hero_inner {
		position: relative;
		text-align: center;
		background: #fff;
	}
	.venue-hero .venue-hero_inner .hero-title h2 {
		font-size: 40px;
		margin-bottom: 10px;
		color: #000;
	}
	.venue-hero .venue-hero_inner p {
		font-size: 24px;
		color: #000;
	}
	.venue-hero_inner .request_venue br {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.front-page--slider h2 {
		line-height: 100%;
		font-size: 24px;
	}
	.front-page--slider h2 span {
		display: block;
		margin-top: 10px;
		line-height: normal;
	}
	header {
		padding: 25px 0;
	}
	.front-page_hero-inner h2 br, .home .wrapper .wrapper-title br {
		display: none;
	}
	.front-page_hero-inner h2, .home .wrapper .wrapper-title {
		font-size: 20px;
		margin: 50px 0;
	}
	.home .wrapper .wrapper-title {
		margin-top: 0;
	}
	.__features_section .c-3 {
		width: 50%;
		margin-top: 30px;
	}
	.__feature p {
		line-height: 24px;
	}
	.__features_section .c-3:first-child, .__features_section .c-3:nth-child(2) {
		margin-top: 0;
	}
	.more-events {
		width: auto;
		height: auto;
		display: inline-block;
	}
	.more-events a {
		padding: 20px;
	}
	.more-events a br {
		display: none;
	}
	.__features_section .c-3:nth-child(3) {
		clear: both;
	}
	.home .wrapper-title br {
		display: none;
	}
	.pointer.face {
	    right: 30px;
	    top: 130px;
	}
	.pointer.kusin {
	    left: 300px;
	    top: 70px;
	}
	.pointer.social {
		right: -10px;
		bottom: 160px;
	}
	.page-template-events .venue-footer h3 {
		font-size: 24px;
	}
	.page-template-events .venue-footer.on_page p {
		margin: 10px 0 0;
		font-size: 18px;
	}
	.page-template-events .venue-footer br {
		display: none;
	}
	.page-template-events .venue-footer a {
		font-size: 24px;
	}
	.page-template-events .events-links span {
		height: 90px;
	}
	#menu .target_links a {
		font-size: 24px;
	}
	#menu .target_links a {
		padding: 30px 0;
	}
	.mid-title br {
		display: none;
	}
	.facilities .events-links .c-2 {
		width: 33.33333%;
	}
	.venue-footer h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.venue-footer {
		padding: 80px 0 50px;
	}
	.venue-body .download_pdf {
		margin-top: 30px;
	}
	.inline-list {
		display: inline-block;
		text-align: left;
	}
	.inline-list ul {
		margin: 0;
	}
	.inline-list ul:first-child {
		margin-right: 190px;
	}
	.inline-list ul:last-child {
		margin-top: 15px;
	}
	.contact-forms {
		margin: 40px 0;
	}
	.venue-body p {
		font-size: 18px;
		line-height: 26px;
	}
	.contact-info-row {
		margin-top: 30px;
	}
	footer {
		padding: 60px 0;
	}
	footer .c-3 {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-top: 40px;
		float: none;
	}
	footer .c-4 {
		width: 50%;
		margin: auto;
		float: none;
		text-align: center;
	}
	footer .c-4.offset-1 {
		margin: 0;
		width: 100%;
		margin-top: 40px;
	}
	footer .rw {

	}
	footer .rws {
		display: block;
		float: none;
		margin: 0 !important;
	}
	footer .rws li {
		display: inline-block;
		margin: 10px 20px;
	}
	footer .rws li:first-child {
		margin-left: 0;
	}
	footer .social {
		margin-top: 20px;
	}
	footer .column-widget:after {
		margin: 22px auto 20px;
	}
	footer .copyright {
		margin: 30px 0 0;
		text-align: center;
	}
	.contact-forms .c-5 {
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	.field label {
		text-align: left;
	}
	.page-content_title {
		margin-bottom: 30px;
	}
	.venue-hero .venue-hero_inner .hero-title h2 {
		font-size: 50px;
		text-align: center;
	}
	.venue-hero .venue-hero_inner p {
		font-size: 24px;
		margin: 10px 0 0;
		text-align: center;
	}
	.venue-hero .venue-hero_inner p br {
		display: none;
	}
	.contact-info-row {
		display: block;
		text-align: center;
	}
	.contact-info-row > div {
		margin: 10px 0;
	}
	#menu {
		visibility: hidden;
		opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-filter:"alpha(opacity=0)";
		filter:alpha(opacity=0);
	}
	#menu.active {
		visibility: visible;
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter:"alpha(opacity=100)";
		filter:alpha(opacity=100);
	}
	.nav {
		display: none;
	}
	header .valign.end {
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	header .c-3 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		padding: 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	header .c-9 {
		width: 100%;
	}
	.top-bar li {
		margin: 0 15px;
	}
	#logo img {
		max-width:60px;
	}
	body {
		margin-top: 74px;
	}
	.top-bar li.lang {
		display: none;
	}
	.venue-footer .valign {
		display: block;
		text-align: center;
	}
	.venue-footer a {
		margin: 20px;
	}
}
@media screen and (max-width: 800px) {
	.venue_links a {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.front-page--slider .slick-prev {
		left: 0;
	}
	.front-page--slider .slick-next {
		right: 0;
	}
	.front-page--slider .front-page--slider_content {
		position: relative;
		top: auto;
		left: auto;
		background: #fff;
		padding: 20px 20px 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.front-page--slider h2 {
		color: #000;
	}
	.contact-info-row a, .contact-info-row span {
		font-size: 15px;
	}
	.page-content_title h3 {
		font-size: 30px;
	}
	.page-content_title p {
		font-size: 18px;
	}
	.wpcf7-submit {
		width: 100%;
		height: auto;
		font-size: 18px;
	}
	.slick-arrow {
		width: 40px;
		height: 40px;
	}
	.infos > div.adresa {
		display: none;
	}
	.__features_section .c-3, .page-template-gallery .gallery {
		width: 50%;
		float: left;
	}
	a.has_video:before {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5);
		-o-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
	}
	.page-template-gallery .gallery h3 {
		font-size: 24px;
	}
	.pointer.social a:before, .pointer.forest a:before, .pointer.kusin a:before {
		position: relative;
		margin: auto;
	}
	.pointer.social a, .pointer.forest a, .pointer.kusin a {
		padding: 0;
		text-align: center;
	}
	
	.pointer.social {
		right: 15%;
		bottom: 30%;
	}
	.pointer.forest {
		bottom: 10%;
		left: 5%;
	}
	.pointer.kusin {
		top: 20%;
		left: 35%;
	}
	.pointer.face {
	    right: 5%;
	    top: 30%;
	}
	.page-template-events .venue-footer {
		padding: 60px 0 0;
		text-align: center;
	}
	.page-template-events .venue-footer.on_page p {
		margin: 0 0 30px;
	}
	.events-links .c-2 {
		float: left;
		width: 33.33333%;
	}
	.page-template-venues .venue-list {
		text-align: center;
	}
	.page-template-venues .venue-list ul {
		display: inline-block;
	}
	.venue-body .download_pdf {
		margin: 20px 0 50px;
		display: block;
		text-align: center;
	}
	.venue-footer.on_page {
		padding: 60px 0 40px;
	}
	.centered-venues-section h3 {
		margin-bottom: 20px;
	}
	.slick-arrow {
		/*top: 100%;*/
		/*background-color: #b78652;*/
		/*width: 49.9%;*/
		/*background-position: center;*/
	}
	.slick-arrow:hover {
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter:"alpha(opacity=100)";
		filter:alpha(opacity=100);
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.venue-list ul li:last-child {
		margin-bottom: 15px;
	}
	.inline-list ul {
		display: block;
		margin: 0 !important;
	}
	.__icons {
		margin-top: 40px;
	}
	.page-lists {
		margin-top: 40px;
	}
	.__icon_columns .c-3:first-child img {
		max-width: 31px;
	}
	.__icon_columns .c-3:nth-child(2) img {
		max-width: 34px;
	}
	.__icon_columns .c-3:nth-child(3) img {
		max-width: 35px;
	}
	.__icon_columns .c-3:last-child img {
		max-width: 35px;
	}
	.__icons h3 {
		margin-top: 15px;
		font-size: 18px;
	}
	footer .rws {
		float: none;
		display: block;
	}
	.venue-hero .venue-hero_inner .hero-title h2 {
		font-size: 30px;
	}
	.venue-hero .venue-hero_inner p {
		font-size: 20px;
	}
	.__icon_columns {
		text-align: center;
	}
	.__icon_columns .valign {
		display: block;
	}
	.__icon_columns .c-3 {
		width: 50%;
		float: left;
	}
	.__icon_columns .c-3:nth-child(3) {
		clear: both;
	}
	.venue-hero:before {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.pointer a span:first-child {
		font-size: 15px;
	}
	.pointer.face {
		right: 0;
	}
	.pointer.social {
		bottom: 20%;
	}
}
@media screen and (max-width: 620px) {
	.venue_links a {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	
	#menu .target_links a {
		font-size: 20px;
	}
	footer .c-4 {
		width: 100%;
	}
	footer .rw {
		display: block;
		float: none;
		width: 100%;
	}
	footer .rw li {
		display: inline-block;
		margin: 10px 20px !important;
	}
	.top-bar .phone a {
		display: none;
	}
	.top-bar .phone {
		float: left;
	}
	.top-bar .phone .responsive_phone {
		display: inline-block;
	}
	.top-bar .phone a:after {
		display: none;
	}
	.pointer.kusin a:before {
		right: 0;
		left: auto;
		position: absolute;
	}
	.pointer.kusin a {
		padding-right: 60px;
	}
	.pointer.kusin {
		left: 8%;
	}
}
@media screen and (max-width: 540px) {
	.front-page--slider h2 {
		font-size: 20px;
	}
	.front-page--slider h2 span {
		font-size: 16px;
	}
	.lang--resp {
		position: relative;
		top: -6px;
	}
	.__feature p {
		font-size: 14px;
		line-height: normal;
	}
	.page-template-events .events-links .c-2 {
		width: 50%;
	}
	.venue_links {
		display: inline-block;
		width: 100%;
		padding: 10px 0 20px;
		margin: 10px 0;
	}
	.venue_links a {
		width: 50%;
		float: left;
		display: inline-block;
		margin: 10px 0;
	}
	.infos .email a:before, .infos .phone a:before {
		margin: 0;
		top: auto;
	}
	.infos {
		padding: 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.pointer.social {
		bottom: 15%;
		right: 10%;
	}
	.pointer.face a:before {
		left: 50%;
		top: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.pointer.face {
		top: 0;
		right: 15%;
	}
	.pointer.face a {
		text-align: center;
		padding: 0 0 10px;
	}
	.pointer.kusin {
		left: 3%;
	}
	.facilities .events-links .c-2 {
		width: 50%;
	}
	#menu .target_links li {
		width: 50%;
	}
}
@media screen and (max-width: 440px) {
	.venue-body .download_pdf:before {
		display: block;
		top: auto;
		margin: auto auto 20px;
	}
}
@media screen and (max-width: 420px) {
	.pointer a:before {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	.pointer.face a:before {
		-webkit-transform: translateX(-50%) scale(0.6);
		-ms-transform: translateX(-50%) scale(0.6);
		-o-transform: translateX(-50%) scale(0.6);
		transform: translateX(-50%) scale(0.6);
	}
	.pointer.face a:hover:before {
		-webkit-transform: translateX(-50%) scale(0.8);
		-ms-transform: translateX(-50%) scale(0.8);
		-o-transform: translateX(-50%) scale(0.8);
		transform: translateX(-50%) scale(0.8);
	}
	.pointer a:hover:before {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.pointer.face a {
		padding: 0;
	}
	.pointer.kusin a {
		padding-right: 40px;
	}
	.pointer.social {
		right: 5%;
	}
	.pointer.kusin {
		left: 0;
	}
	.pointer.face {
		right: 12%;
	}
	.pointer.forest {
		bottom: 5%;
	}
}
@media screen and (max-width: 400px) {
	.infos > div {
		margin: 0 15px;
	}
	footer .rws li {
		margin: 10px;
	}
}

.anim {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.anim.in-view, .__feature .anim {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}
.__feature h4.anim:before {
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
}
.__feature h4.anim.in-view:before {
	width: 23px;
}
.venue-hero .anim img {
	-webkit-transition: all .7s .3s;
	-moz-transition: all .7s .3s;
	-o-transition: all .7s .3s;
	transition: all .7s .3s;
}
.venue-hero .anim .hero-title, .venue-hero .anim p {
	-webkit-transition: all .7s .3s;
	-moz-transition: all .7s .3s;
	-o-transition: all .7s .3s;
	transition: all .7s .3s;
	-webkit-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-o-transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	transition-timing-function: cubic-bezier(.55,.05,.05,1.21);
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
.venue-hero .anim p {
	-webkit-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%);
	transform: translateY(-90%);
	-webkit-transition: all .7s .2s;
	-moz-transition: all .7s .2s;
	-o-transition: all .7s .2s;
	transition: all .7s .2s;
}
.venue-hero .anim.in-view .hero-title, .venue-hero .anim.in-view p {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.venue-hero .venue-hero_inner.anim .request_venue {
	width: 0;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.venue-hero .venue-hero_inner.anim.in-view .request_venue {
	width: 200px;
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}


#lg-download {
	display: none;
}














.slide {
	display: none;
}
.slide.slide--current {
	display: block;
}
.uncover {
	overflow: hidden;
	background-image: none !important;
	position: relative;
}

.uncover__img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.uncover__slices {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.uncover__slices--vertical {
	flex-direction: row;
}

.uncover__slices--horizontal {
	flex-direction: column;
}

.uncover__slices--horizontal-double {
	display: grid;
	grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
	display: grid;
	grid-template-rows: 50% 50%;
}

.uncover__slice {
	color: #fff;
	background-color: currentColor;
	flex: 1;
}

.uncover__slices--vertical .uncover__slice {
	box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
	box-shadow: 0 1px 0 currentColor;
}

.wrapper, .venue-body, .facilities {
	background: #fff;
}
.__feature h4, .__feature p, .wrapper .wrapper-title, .venue-body p, .venue-list ul li, .mid-title, .venue-footer.on_page h3, .page-content_title h3, .page-content_title p, .contact-info-row a, .field label, .contact-info-row span {
	color: #263350;
}
footer, .events-links span, .events-links a, #menu {
	background: #263350;
}
.venue-footer a, .events-links a.colored, .centered-venues-section h3 {
	color: #fff !important;
}
input, select, textarea {
	font-family: 'Montserrat', sans-serif;
	background: #eee;
	color: #263350;
}
.venue-footer a:hover {
	opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
}
.venue-footer {
	background: #b78653;
}
.venue-body .venue-footer {
	background: none;
}
.venue-body .venue-footer.on_page a {
	color: #b78653 !important;
}
.contact-page {
	background: #fff;
}

/*.slider-gallery .slider-item:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
}*/