/*
Theme Name: Face Club Bucharest
Author: Draw team
Author URI: http:draw.ro/
Version: 1.0
Text Domain: face
*/


@font-face {
    font-family: 'futura';
    src: url('fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	background: #000;
	overflow-x: hidden;
	font-family: 'futura_lt_btlight', 'sans-serif';
}
*:hover, *:focus {
	outline: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.valign {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.home .logo img, .page-template-success .logo img {
	margin-top: 50px;
	max-width: 300px;
}
.logo img {
	max-width: 250px;
	padding-top: 20px;
}
body.page {
	background: #000 url(img/page-bg.png) no-repeat;
}
body.page-template-success {
	background: #000;
}

.first-load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 2000;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	transition: ease-in 1s;
}
.bar {
	height: 10px;
	background: #926121;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2002;
	-webkit-transition: ease-out 1.5s;
	-moz-transition: ease-out 1.5s;
	-o-transition: ease-out 1.5s;
	transition: ease-out 1.5s;
}
.bar.active {
	width: 100%;
}
.bar.hide {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
}
.first-load .logo {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.first-load.go .logo {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
}
.first-load.go {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.first-load .pinner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #926121;
	z-index: 2000;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	transition: ease-in 1s;
}
.first-load.go .pinner {
	-webkit-animation: pinner 1s forwards;
	-o-animation: pinner 1s forwards;
	animation: pinner 1s forwards;
}
.first-load .force-load {
	color: #926121;
	display: inline-block;
	margin-top: 30px;
}

.slick-slide img {
	max-width: 100%;
	height: auto;
}
.back-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 2000;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	transition: ease-in 1s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.back-loader.animate {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.back-loader .pinner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #926121;
	z-index: 2000;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	transition: ease-in 1s;
}
.back-loader.animate .pinner {
	-webkit-animation: pinnerAfter 1s forwards;
	-o-animation: pinnerAfter 1s forwards;
	animation: pinnerAfter 1s forwards;
}
@-webkit-keyframes pinnerAfter {
	0% {
		width: 0;
	}
	20% {
		width: 10%;
	}
	30% {
		width: 30%;
	}
	40% {
		width: 30%;
	}
	50% {
		width: 40%;
	}
	100% {
		width: 0;
	}
}
@-webkit-keyframes pinner {
	0% {
		width: 1%;
	}
	5% {
		width: 3%;
	}
	10% {
		width: 5%;
	}
	20% {
		width: 7%;
	}
	30% {
		width: 9%;
	}
	40% {
		width: 11%;
	}
	50% {
		width: 13%;
	}
	60% {
		width: 15%;
	}
	80% {
		width: 13%;
	}
	90% {
		width: 5%;
	}
	100% {
		width: 1%;
	}
}
/*@-o-keyframes pinner {
	0% {
		right: 10%;
		width: 0;
	}
	30% {
		right: 20%;
		width: 30%;
	}
	70% {
		width: 30%;
	}
	100% {
		width: 0;
	}
}
@-moz-keyframes pinner {
	0% {
		right: 10%;
		width: 0;
	}
	30% {
		right: 20%;
		width: 30%;
	}
	70% {
		width: 30%;
	}
	100% {
		width: 0;
	}
}
@keyframes pinner {
	0% {
		right: 10%;
		width: 0;
	}
	30% {
		right: 20%;
		width: 30%;
	}
	70% {
		width: 30%;
	}
	100% {
		width: 0;
	}
}*/

/*.elem-fade {
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	-o-transform: translateX(10%);
	transform: translateX(10%);
}
.elem-fade.active {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}*/

.responsive-menu {
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	width: 60%;
	height: 100%;
	background: #000 url(img/menu-bg.png) no-repeat center;
	z-index: 1001;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1001;
	-webkit-transition: all .8s .3s;
	-moz-transition: all .8s .3s;
	-o-transition: all .8s .3s;
	transition: all .8s .3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.responsive-menu.active, .overlay.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.responsive-menu .top {
	position: absolute;
	top: 20px;
	right: 120px;
	z-index: 2;
}
.responsive-menu .language-chooser {
	margin-top: 150px;
	margin-bottom: 50px;
	padding: 0;
}
.responsive-menu .language-chooser li:first-child:after {
	display: inline-block;
	content: '/';
}
.responsive-menu .language-chooser a {
	color: #828282;
	font-size: 16px;
	font-weight: 900;
}

.responsive-menu .menu-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.responsive-menu .menu-inner .menu-second {
	display: table-cell;
	vertical-align: top;
}
.responsive-menu .menu-inner .menu-second .menu-third {
	display: inline-block;
	text-align: left;
}
.responsive-menu .menu {
	list-style-type: none;
	padding: 0;
	margin: 250px 0 0;
}
.responsive-menu .menu li {
	display: block;
	position: relative;
}
.responsive-menu .menu li:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -120%;
	width: 0;
	height: 1px;
	background: #b38b3b;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.responsive-menu .menu li:hover:after, .responsive-menu .menu li.current-menu-item:after  {
	width: 130px;
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}
.responsive-menu .menu li a {
	font-size: 30px;
	color: #b38b3b;
	line-height: 57px;
}
.responsive-menu .social-icons {
	margin-top: 150px;
}
.responsive-menu .social-icons li a {
	background: #828282;
}
#lg-download, #lg-counter, .lg-actions .lg-next:before, .lg-actions .lg-prev:after, .lg-toolbar .lg-close:after {
	display: none;
}
.lg-actions .lg-prev {
	background: url(img/gallery-prev.png) no-repeat;
	width: 50px;
	height: 50px;
	left: auto;
	right: 35px;
	top: 41%;
}
.lg-actions .lg-next {
	background: url(img/gallery-next.png) no-repeat;
	width: 50px;
	height: 50px;
	top: 56%;
	right: 35px;
}
.lg-toolbar .lg-icon {
	width: 50px;
	height: 50px;
	background: url(img/gallery-close.png) no-repeat;
}
.lg-toolbar {
	width: auto;
	left: auto;
	background: none;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.table-menu {
	background: #926121;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 40px;
	margin: 20px 20px 0;
}
.table-menu:hover {
	background: #000;
}

.nav-trigger {
	color: #926121;
	font-size: 16px;
	display: inline-block;
	padding: 10px 0;
	text-transform: uppercase;
}
.close-trigger {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 90px;
}
.close-trigger:after {
	display: block;
	content: '';
	position: absolute;
	top: 49%;
	height: 1px;
	background: #fff;
	width: 30px;
	right: -50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.close-trigger:hover:after {
	width: 10px;
	right: -20px;
}
.close-trigger, .responsive-menu .menu li {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all .4s 1s;
	-moz-transition: all .4s 1s;
	-o-transition: all .4s 1s;
	transition: all .4s 1s;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
}
.home .responsive-menu .menu li:first-child {
	display: none;
}
.responsive-menu .menu li:first-child {
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.responsive-menu .menu li:nth-child(2) {
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.responsive-menu .menu li:nth-child(3) {
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.responsive-menu .menu li:nth-child(4) {
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.responsive-menu .language, .responsive-menu .social-icons {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all .4s 1s;
	-moz-transition: all .4s 1s;
	-o-transition: all .4s 1s;
	transition: all .4s 1s;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
}
/*.anim {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	transform: translateY(15%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.anim.in-view {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}*/

.responsive-menu.active .close-trigger, .responsive-menu.active .menu li, .responsive-menu.active .top, .responsive-menu.active .language, .responsive-menu.active .social-icons {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.nav-trigger > span {
	width: 18px;
	height: 30px;
	display: inline-block;
	top: 9px;
	margin-left: 10px;
	position: relative;
}
.nav-trigger > span:after, .nav-trigger > span:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav-trigger > span:before {
	left: 0;
}
.nav-trigger > span:after {
	right: 0;
}
.nav-trigger > span > span {
	width: 1px;
	height: 100%;
	background: #fff;
	display: inline-block;
	position: relative;
	left: 8px;
	top: 7px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav-trigger:hover > span:before, .nav-trigger:hover > span:after {
	top: 7px;
}
.nav-trigger:hover > span > span {
	top: 0;
}

.slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-item {
	position: relative;
}
.slide-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nivo-caption h2 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.nivo-caption h2:after {
	display: block;
	content: '';
	background: #fff;
	width: 100px;
	height: 1px;
	margin: 30px auto 30px;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	-ms-filter:"alpha(opacity=90)";
	filter:alpha(opacity=90);
}
.nivo-caption p {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

header {
	padding-top: 10px;
	position: relative;
}
.home header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}

.nivoSlider {
	position: fixed !important;
	height: 100% !important;
}
.nivo-caption {
	background: none !important;
	bottom: auto !important;
	top: 50%;
	padding: 0 !important;
	text-align: center;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-moz-opacity: 1 !important;
	-ms-filter:"alpha(opacity=100)" !important;
	filter:alpha(opacity=100) !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	left: 0;
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}
footer {
	margin-top: 100px;
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
footer.bottomreached {
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
}

.ui-datepicker, .ui-datepicker .ui-datepicker-header {
	background: #000;
	border-color: #111;
	/*background: #926121;*/
}
.nform.three #form_ul .valid_show {
	background: none !important;
	text-indent: -9999px !important;
	top: 49% !important;
	width: 20px;
	min-width: 20px !important;
	right: 10px;
	left: auto;
	margin: 0 !important;
	border: none !important;
	min-width: 100%;
}
.nform.three #form_ul .valid_show:before, .nform.three #form_ul .valid_show:after {
	border: none !important;
	left: 0 !important;
	top: 0 !important;
	width: 20px;
	height: 2px;
	background: #FF3535;
}
.nform.three #form_ul .valid_show:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nform.three #form_ul .valid_show:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.social-icons {
	list-style-type: none;
	padding: 0;
	margin: 35px 0;
}
.social-icons li {
	display: inline-block;
	margin: 0 5px;
}
.social-icons li:first-child {
	margin-left: 0;
}
.social-icons li:last-child {
	margin-right: 0;
}
.social-icons li a {
	color: #000;
	text-align: center;
	display: inline-block;
	width: 30px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	background: #926121;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-icons li a:hover {
	background: #fff;
}
footer .menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .menu li {
	display: inline-block;
	margin: 0 10px;
}
footer .menu li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
footer .menu li a:hover {
	color: #926121;
}
.copyright p {
	margin: 0 0 50px;
	font-size: 12px;
	color: #926121;
}
.page-title h2 {
	font-size: 138px;
	color: #fff;
	text-transform: uppercase;
}
.page-content p {
	font-size: 20px;
	line-height: 34px;
	color: #fff;
}
.page-content p a {
	color: #fff;
	text-decoration: underline;
}

.video-carousel {
	width: 50%;
	margin-left: 50%;
	margin-top: 200px;
}
.video-carousel img {
	max-width: 100%;
	height: auto;
}
.video-item p {
	color: #fff;
	font-size: 15px;
}
.video-item p:before {
	display: inline-block;
	content: '';
	background: url(img/videoicon.png) no-repeat;
	width: 32px;
	height: 32px;
	position: relative;
	top: 11px;
	margin-right: 10px;
}
.video-item .v-i {
	overflow: hidden;
}
.video-item .v-i img {
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}
.video-item a:hover .v-i img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.video-item {
	margin: 0 15px;
}
.video-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	left: -120px;
	width: 6px;
	height: 13px;
	border: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.video-carousel .slick-arrow:hover {
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter:"alpha(opacity=50)";
	filter:alpha(opacity=50);
}
.video-carousel .slick-next {
	background: url(img/right-a.png) no-repeat;
}
.video-carousel .slick-prev {
	top: 35%;
	background: url(img/left-a.png) no-repeat;
}
.success-inner {
	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%);
}
.success-inner h2, .success-inner h3, .success-inner p {
	color: #fff;
	font-weight: normal;
}
.success-inner h2 {
	font-size: 30px;
	margin-top: 30px;
}
.success-inner h3 {
	font-size: 20px;
	margin: 10px 0 5px;
}
.success-inner p {
	font-size: 11px;
	margin: 0;
}
.feature {
	text-align: center;
}
.feature p, .feature p a {
	color: #fff;
	font-size: 20px;
	line-height: 34px;
}
.feature p a {
	text-decoration: none;
}
.feature p a:hover {
	color: #906021;
}
.feature .icon {
	width: 60px;
	height: 60px;
	margin: auto auto 30px;
}
.feature .icon.icon-map {
	background: url(img/map.png) no-repeat;
}
.feature .icon.icon-book {
	background: url(img/book.png) no-repeat;
}
.feature .icon.icon-address {
	background: url(img/inquiry.png) no-repeat;
}
.feature a {
	font-size: 20px;
	color: #906021;
	text-decoration: underline;
}
.feature a:hover {
	color: #fff;
}
.vertical-separator {
	width: 1px;
	height: 130px;
	margin: 40px auto;
	background: #754e1b;
}
.events-spacer {
	margin-top: 100px;
}
.nform.none {
	padding: 0 !important;
	width: 100% !important;
	background: none !important;
}
#fe_title, #fe_submit, .fc-common .datepicker-cover:after {
	display: none !important;
}
input, select, textarea {
	width: 100%;
	font-family: futura_lt_btlight;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 22px;
	padding: 15px 0;
	color: #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #754e1b;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	margin: 0;
	padding-left: 20px;
	color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
	display: block;
	content: '✔';
	color: #000;
	position: absolute;
	top: -3px;
	left: -20px;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #754e1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-acceptance span a {
	color: #fff;
	text-decoration: underline;
}
div.wpcf7-response-output, div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip {
	display: none !important;
}
input[type="checkbox"] {
	display: none;
}
.wpcf7-acceptance input:checked + span:before {
	background: #754e1b;
	color: #fff;
}
input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #f00;
}
.field {
	margin: 15px 0;
}
textarea {
	height: 90px;
}
.fc-common .select-cover select option {
	color: #000 !important;
}
.nform #form_ul > li {
	margin: 10px 0 !important;
}
::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}
input[type="submit"] {
	color: #754e1b;
	text-shadow: none;
	font-size: 20px;
	text-transform: uppercase;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	text-decoration: underline;
}

.page-corporate .pdf {
	margin: 90px 0 70px;
	text-align: center;
}
.page-corporate .pdf a {
	color: #fff;
	font-size: 20px;
}
.page-corporate .pdf a:before {
	display: inline-block;
	content: '';
	background: url(img/corporate-pdf.png) no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	top: 11px;
	margin-right: 20px;
}
.page-corporate .pdf a:after {
	display: block;
	content: '';
	position: absolute;
	top: 35px;
	right: 0;
	width: 400px;
	height: 1px;
	background: #926121;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.page-corporate {
	margin-bottom: 230px;
}
.page-corporate .pdf a:hover:after {
	right: 200px;
	width: 200px;
}
.page-corporate .gallery-inner {
	top: auto;
}
.page-content .c-4 {
	z-index: 1;
}
.gallery img, .events img {
	max-width: 100%;
	height: auto;
}
.gallery-inner, .events-inner {
	position: relative;
	left: 160px;
	top: -80px;
}
.events-inner {
	top: auto;
}
.responsive-home-logo {
	display: none;
}
.home .logo .responsive-home-logo {
	max-width: 94px;
}
.events-inner {
	/*margin-bottom: 50px;*/
}
.gallery .slick-arrow, .events .slick-arrow {
	position: absolute;
	bottom: -90px;
	left: 70px;
	width: 260px;
	height: 120px;
	text-align: center;
	background: #1e1e1e;
	border: none;
	text-indent: -9999px;
	z-index: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.gallery .slick-arrow:hover, .events .slick-arrow:hover {
	background: #926121;
}
.gallery .slick-next, .events .slick-next {
	left: 390px;
}
.gallery .slick-prev:after, .gallery .slick-next:after, .events .slick-prev:after, .events .slick-next:after {
	display: block;
	content: '';
	width: 6px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 13px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery .slick-prev:before, .gallery .slick-next:before, .events .slick-prev:before, .events .slick-next:before {
	display: block;
	content: '';
	height: 1px;
	background: #fff;
	width: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.gallery .slick-prev:after, .events .slick-prev:after {
	background: url(img/left-a.png) no-repeat;
}
.gallery .slick-next:after, .events .slick-next:after {
	background: url(img/right-a.png) no-repeat;
}
.gallery .slick-prev:hover:before, .gallery .slick-next:hover:before, .events .slick-prev:hover:before, .events .slick-next:hover:before {
	width: 50px;
}
.gallery .slick-prev:hover:after, .events .slick-prev:hover:after {
	left: 40%;
}
.gallery .slick-next:hover:after, .events .slick-next:hover:after {
	left: 60%;
}
.page-title {
	margin-top: 150px;
	margin-bottom: 55px;
}
.form-title h2 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 300;
	text-align: left;
}
.form-title h2 span {
	display: block;
	text-transform: lowercase;
	font-size: 11px;
	font-weight: 100;
}
.event-title {
	margin: 40px 0;
	padding-left: 50px;
}
.event-title h2 {
	color: #906021;
	font-size: 28px;
	font-weight: 300;
}
.event-title h2 span {
	display: block;
	font-size: 14px;
	font-weight: 100;
}

.google-map {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.google-map.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.google-map #map {
	height: 100%;
}
.google-map .map-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 2;
	padding: 20px 0;
}
.google-map .map-sidebar a, .google-map .map-sidebar p {
	color: #fff;
	margin: 0;
	line-height: 25px;
	text-align: center;
}
.google-map .map-sidebar p span {
	color: #b38b3b;
}
.google-map .map-sidebar .close-map {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(img/gallery-close.png) no-repeat;
}
.google-map .map-sidebar .close-map:hover {
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
}
.nform .nform_res.nform_success {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 20px !important;
	font-family: 'futura_lt_btlight', 'sans-serif' !important;
}
.nform #form_ul .nform_btn.boots {
	font-family: 'futura_lt_btlight', 'sans-serif' !important;
}

/* RESPONSIVE */
.super-burger {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #926121;
	z-index: 2;
}
.super-burger .nav-trigger {
	padding: 10px 10px 15px;
	position: relative;
	color: #fff;
	top: -3px;
}
.super-burger .nav-trigger > span > span {
	left: 0;
}
/*.super-burger {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #926121;
	z-index: 2;
}
.super-burger span {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 10px;
}
.super-burger span:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.super-burger span:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.super-burger:after {
	display: block;
	content: '';
	position: absolute;
    width: 60%;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

.logo {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
header.not-visible .nav-trigger {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
header.not-visible .logo, header.not-visible .nav-trigger {
	visibility: hidden;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"alpha(opacity=0)";
	filter:alpha(opacity=0);
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
@media screen and (max-width: 1440px) {
	.gallery-inner, .events-inner {
		left: 100px;
	}
	.lg-toolbar {
		top: 0;
		right: auto;
		left: 50%;
		width: auto;
		padding: 5px 0;
		text-align: center;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.lg-actions .lg-prev, .lg-actions .lg-next {
		top: 6px;
		margin: 0;
	}
	.lg-actions .lg-prev {
		right: auto;
		left: 30%;
	}
	.lg-actions .lg-next {
		left: auto;
		right: 30%;
	}
	.lg-toolbar .lg-icon {
		float: none;
		display: inline-block;
	}
}
@media screen and (max-width: 1400px) {
	.page-title {
		margin-top: 70px;
	}
	.page-title h2 {
		font-size: 80px;
		text-align: center;
	}
	.responsive-menu .menu-inner {
		text-align: left;
	}
	.responsive-menu .menu-inner .menu-second .menu-third {
		margin-left: 15%;
	}
}
@media screen and (max-width: 1280px) {
	.gallery-inner, .events-inner {
		left: 0;
	}
}
@media screen and (max-width: 1200px) {
	.events-spacer {
		margin-top: 0;
	}
	.gallery-inner {
		top: 0;
	}
	.table-menu {
		margin: 20px 0 20px;
		width: 100%;
		text-align: center;
	}
	.lg-outer .lg-video-cont {
		max-width: 90% !important;
	}
	footer {
		margin-top: 40px;
	}
	.vertical-separator {
		margin: 0 auto 40px;
	}
	.events-inner {
		margin-bottom: 50px;
	}
	.metaslider, .home footer {
		margin-top: 30px !important;
	}
	.home header, .home footer, .nivoSlider {
		position: relative !important;
	}
	body {
		overflow-x: hidden;
	}
	.first-load .pinner, .back-loader {
		display: none;
	}
	.page-corporate {
		margin-bottom: 0;
	}
	.page-corporate .pdf a:after {
		width: 300px;
	}
	.page-corporate .pdf a:hover:after {
		right: 100px;
		width: 200px;
	}
	footer {
		visibility: visible;
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter:"alpha(opacity=100)";
		filter:alpha(opacity=100);
	}
	.gallery .slick-arrow, .events .slick-arrow {
		top: 50%;
		width: 50px;
		height: 50px;
		opacity: 0.5;
		-khtml-opacity: 0.5;
		-moz-opacity: 0.5;
		-ms-filter:"alpha(opacity=50)";
		filter:alpha(opacity=50);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gallery .slick-prev:before, .gallery .slick-next:before, .events .slick-prev:before, .events .slick-next:before {
		display: none;
	}
	.gallery .slick-arrow:hover, .events .slick-arrow:hover {
		opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-filter:"alpha(opacity=100)";
		filter:alpha(opacity=100);
	}
	.gallery .slick-prev, .events .slick-prev {
		left: 0;
	}
	.gallery .slick-next, .events .slick-next {
		right: 0;
		left: auto;
	}
	.video-item {
		text-align: center;
	}
	.video-item img {
		margin: auto;
	}
	.video-carousel .slick-arrow {
		display: none;
	}
	.video-carousel {
		width: 100%;
		margin: 50px 0 0;
	}
	.page-title {
		margin: 40px 0;
	}
	.page-content .c-4 {
		width: 50%;
		margin-left: 25%;
	}
	.page-content .c-4.feature {
		width: 33.33333%;
		margin: 0 0 40px;
		float: left;
	}
	.page-title h2 {
		font-size: 60px;
	}
	.slide-content {
		top: 70%;
	}
	.slide-content h2 {
		font-size: 30px;
	}
	.slide-content h2:after {
		margin: 20px auto 20px;
	}
	.slide-content p {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.page-content {
		overflow-x: hidden;
	}
	.fc-common.nform input[type="text"], .fc-common.nform input[type="email"], .fc-common.nform input[type="number"], .fc-common.nform input[type="password"], .fc-common.nform input[type="date"], .fc-common .select-cover select, .fc-common.nform .bootstrap-timepicker, .fc-common.nform textarea {
		font-size: 15px !important;
	}
	.responsive-home-logo {
		display: inline-block;
	}
	.home header .logo img:last-of-type {
		display: none;
	}
	.event-title {
		text-align: center;
		padding: 0;
		margin: 60px 0 20px;
	}
	.nivo-caption h2 {
		font-size: 30px;
	}
	.nivo-caption h2:after {
		margin: 15px auto 15px;
	}
	.nivo-caption p {
		font-size: 20px;
	}
	.page-corporate .pdf a:after {
		display: none;
	}
	.page-content .c-4 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.gallery-inner {
		top: auto;
		margin-top: 20px;
	}
	.home header {
		position: relative;
	}
	.page-title h2 {
		font-size: 60px;
	}
	.feature p, .feature p a {
		font-size: 18px;
	}
	.page-content .c-6.offset-3 {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.home header {
		z-index: 1;
	}
	.map-sidebar .c-4 {
		text-align: center;
	}
	.map-sidebar .valign {
		display: block;
	}
	.map-sidebar .c-4:first-child, .map-sidebar .c-4:nth-child(2) {
		display: none;
	}
	.responsive-menu {
		width: 100%;
	}
	.slide-content {
		top: 50%;
	}
	.slide-content p, .slide-content h2 {
		font-size: 16px;
	}
	.slide-content h2:after {
		margin: 10px auto 10px;	
	}
	.super-burger {
		display: block;
	}
	header .c-4:first-child {
		display: none;
	}
	header .c-4 {
		width: 100%;
	}
	.feature {
		width: 33.33333%;
		float: left;
	}
	.feature p, .feature p a {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
	}
	.feature .icon {
		margin: auto auto 10px;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.page-id-10 .c-12 {
		clear: both;
	}
	.page-title {
		margin-top: 50px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
	.page-title h2 {
		font-size: 40px;
	}
	.page-content .c-4.feature {
		width: 100%;
		float: none;
	}
	.feature .icon {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.feature {
		width: 100%;
		float: none;
		margin: 40px 0;
	}
	.success-inner {
		width: 100%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* HEIGHT */
@media screen and (max-height: 880px) {
	.close-trigger {
		margin-top: 40px;
	}
	.responsive-menu .menu {
		margin: 60px 0 0;
	}
	.responsive-menu .language {
		margin-top: 60px;
	}
	.responsive-menu .top {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	.nform.three #form_ul .valid_show {
		position: absolute !important;
	}
}
@media screen and (max-width: 500px) {
	.nivo-caption h2 {
		font-size: 18px;
	}
	.nivo-caption p {
		font-size: 16px;
	}
}
@media screen and (max-width: 600px) {
	.video-item p:before {
		display: none;
	}
	.video-item p {
		margin: 15px 0 0;
	}
}
.responsive-menu--phone {
	margin-top: 30px;
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.default-content h3 {
	color: #fff;
    font-size: 24px;
    margin: 40px 0 20px;
}
.default-content ul li {
	color: #fff;
	font-size: 18px;
    line-height: 34px;
}