/*
GENERAL COMMENTS & DIRECTIONS

** FONTS
font-family: 'Bitter', serif;
font-family: 'Amaranth', sans-serif;

Bitter
normal 400 / i
bold 700

Amaranth
normal 400 / i
bold 700 / i

** COLORS
: #

/* --------------------------------------------------------------------------------------
@Global
   -------------------------------------------------------------------------------------- */

hr.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; }

body, html {
	font-family: 'Bitter', serif;
}
a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: 400;
	color: #000;
}
a.button {
	background: #fff;
	border:1px solid #000;
	text-align: center;
	text-decoration: none;
	color: #000;
}
a.button:hover {
	background: #000;
	border:1px solid #000;
	color: #fff;
	text-decoration: none;
}
/*header*/
.head {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	position: absolute;
}
.head-internal {
	border-bottom: 1px transparent;
}
.logo {
	float: left;
}
.logo-landing {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 5;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.main-nav {
	float: right;
}
.main-nav ul {
	margin: 0;
	padding: 0;
}
.main-nav li {
	display: inline-block;
	font-weight: 400;
}
.main-nav li a{
	padding: 17px 0;
	color: #000;
	text-decoration: none;
	border-bottom: 1px transparent;
}
.main-nav li a:hover,
.main-nav li a.active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.main-nav li a.sm{
	color: #000;
	text-decoration: none;
}
.main-nav li a.sm:hover{
	color: #ccc;
	text-decoration: none;
	border-bottom: none;
}
/*Carrousel home*/
.home-hero {
	clear: both;
}
.home-hero .image {
	overflow: hidden;
	position: relative;
}
.home-hero .image .nav {
	text-align: center;
	position: absolute;
	z-index: 9;
}
.home-hero .image .nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}
.home-hero .image .nav li{
	display: inline-block;
	margin: 0 4px;
	text-align: center;
}
.home-hero .image .nav li a{
	display: block;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 17px;
	height:17px;
	border:1px solid #FFF;
	background: transparent;
}
.home-hero .image .nav li a.active,
.home-hero .image .nav li a:hover{
	background: #fff;
}
#circleDiv,
.circleImg{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}
.home-hero .info h3{
	color: #000;
	font-weight: 400;
}
.home-hero .info h4{
	color: #000;
	font-weight: 400;
}
.home-hero .info h2{
	color: #000;
}
.home-hero .info p{
	color: #000;
	font-weight: 400;
}
.home-hero .info .main-btn {
	background: transparent;
	border:1px solid #000;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.home-hero .info .main-btn:hover {
	background: transparent;
	border:1px solid #eaeaea;
	color: #777;
	text-decoration: none;
}
.viewmore {
	color: #000;
	text-decoration: underline;
}
.viewmore:hover {
	color: #777;
}
/*black*/
.black {
	width: 100%;
	background: #000;
	color: #FFF;
	text-align: center;
}
.black h2{
	color: #fff;
	font-weight: 400;
}
.black h1{
	color: #fff;
}
.black p{
	color: #FFF;
	font-weight: 400;
}
.black .invert-btn {
	background: transparent;
	border:1px solid #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #FFF;
}
.black .invert-btn:hover {
	background: #FFF;
	border:1px solid #FFF;
	color: #000;
	text-decoration: none;
}
/* Event Results */
.events-results {
	text-align: center;
}
.events-results-page {
	padding: 100px 0;
}
.events-results h3 {
	color: #000;
}
.events-results ul{
	margin: 0;
	padding: 0;
}
.events-results li{
	display: inline-block;
	list-style: none;
	position: relative;
	vertical-align: top;
}
.events-results a:hover {
	text-decoration: none;
}
.events-results a .image{
	text-indent: -99999px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events-results a:hover .image {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.events-results .date {
	font-size: 12px;
	color: #000;
}
.events-results h4 {
	color: #000;
}
.events-results a .button {
	background: #fff;
	border:1px solid #000;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.events-results a:hover .button {
	background: #000;
	border:1px solid #000;
	color: #fff;
	text-decoration: none;
}
.events-results a.viewmore {
	display: block;
}
/* Landing Results */
.landing-results {
	text-align: center;
}
.landing-results h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0px 0px 5px #333;
}
.landing-results ul{
	margin: 0;
	padding: 0;
}
.landing-results li{
	display: inline-block;
	list-style: none;
	position: relative;
}
.landing-results a:hover {
	text-decoration: none;
}
.landing-results a .image{
	background-origin: border;
	background-clip: padding;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.landing-results a:hover .image {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.landing-results a .button {
	background: #fff;
	border:1px solid #000;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.landing-results a:hover .button {
	background: #000;
	border:1px solid #000;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Press Results */
.press-results {
	text-align: center;
}
.press-results h2 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.press-results ul{
	margin: 0;
	padding: 0;
}
.press-results li{
	display: inline-block;
	list-style: none;
	position: relative;
	vertical-align: top;
}
.press-results a:hover {
	text-decoration: none;
}
.press-results a .image{
	background-origin: border;
	background-clip: padding;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.press-results a:hover .image {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

/*Event description page / gallery*/
.event-big-img {
	overflow: hidden;
}

.event-gallery {
	width: 100%;
	text-align: center;
}
.event-gallery hr {
	border-bottom: 1px solid #cecece;
	border-top: none;
	height: 1px;
}
.event-gallery h2 {
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0;
}
.event-gallery ul {
	margin: 0;
	padding: 0;
}
.event-gallery li img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.event-gallery li img:hover {
	border-color:#d9d9d9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.event-gallery li {
	list-style: none;
}
.event-gallery li span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
}
/* recipes and interviews */
.gray {
	background: #e5e5e5;
	text-align: center;
}
.gray hr {
	background: #cecece;
	border: none;
	height: 1px;
}
.gray h3 {
	color: #000;
}
.gray ul {
	margin: 0;
	padding: 0;
}
.gray li {
	display: inline-block;
	list-style: none;
}
.gray a:hover {
	text-decoration: none;
}
a .square {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
a:hover .square {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.gray li .cont span {
	color: #fff;
}
.gray li .cont h5 {
	color: #fff;
}
.gray li .cont .button {
	border: 1px solid #FFF;
	background: transparent;
	color: #fff;
	display: block;
	margin: 0 auto;
}
.gray li a:hover .cont .button {
	border: 1px solid #FFF;
	background: #fff;
	color: #000;
}
/* footer */
.footer {
	background: #000;
	color: #fff;
}
.footer .about h6{
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.footer .about p{
	font-size: 12px;
	color: #fff;
	line-height: 1.6em;
}
.footer .about span{
	font-size: 9px;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.footer .social a {
	font-size: 22px;
	color: #FFF;
}
.footer .social a:hover {
	color: #fff;
}
.footer .contact {
	font-size: 12px;
	color: #fff;
	line-height: 1.6em;
}
.footer .contact span {
	color: #fff;
}
.footer .contact a {
	color: #fff;
}
.footer .contact .tycs a{
	font-size: 9px;
	color: #fff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

/*Inner sections headers*/
.about-header {
	width: 100%;
	position: relative;
	background: url(../img/about-bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-indent: -99999px;
}
.voucher-header {
	width: 100%;
	position: relative;
	background: url(../img/vouchers-bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-indent: -99999px;
}
.contact-header {
	width: 100%;
	position: relative;
	background: url(../img/contact-bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-indent: -99999px;
}
.private-header {
	width: 100%;
	position: relative;
	background: url(../img/private-bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-indent: -99999px;
}
.landing-header {
	width: 100%;
	position: relative;
	background: url(../img/landing-header.jpg) top center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.landing-header h1 {
	font-family: 'Bitter', serif;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 10px #333;
 	margin: 0 auto;
}
.about-section p a {
	color: #000;
}
.upcoming-event span.date a {
	color: #000;
}
/*Social Sharing icons*/
.sharing a{
	font-size: 16px;
	color: #000;
	margin: 0 7px;
}
.sharing a:hover{
	color: #777;
}
/*Forms*/
.form {
	text-align: center;
}
.form span {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: block;
}
.form input {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	color: #555;
	border: 1px solid #d4d4d4;
}
.form textarea {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	color: #555;
	border: 1px solid #d4d4d4;
}
.form button {
	margin:0 auto ;
	font: 400 16px/1em 'Amaranth', sans-serif;
	padding: 17px 35px;
	background: #000;
	color: #FFF;
	border: 1px solid #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}
.form button:hover {
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form input.date {
	background: url(../img/cal-icon.png) 95% 50% no-repeat #fff;
	vertical-align: middle;
}
.custom-select {
	height: 51px;
	overflow: hidden;
	background: url(../img/down-arrow.png) 90% 50% no-repeat  #fff;
	border: 1px solid #d4d4d4;
	vertical-align: middle;
}
.custom-select select{
	background: transparent;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	color: #555;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 51px;
	-webkit-appearance: none;
}
/*Upcoming event*/
.upcoming-event .img{
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: -99999px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*Private events nav*/
.private-nav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.private-nav ul {
	margin: 0;
	padding: 0;
}
.private-nav li {
	font-weight: 400;
	width: auto;
}
.private-nav li a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px transparent;
}
.private-nav li a:hover,
.private-nav li a.active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/*radio*/
.radiogroup {
	display: inline-block;
	margin: 7px;
	width: auto;
}
.radiogroup input {
		width: 25px!important;
		height: 25px!important;
		background: #FFF;
		margin:0 10px 0 0!important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
}
.radiogroup label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 12px;
	margin: 0 20px 0 0;
}

/*checkbox*/
.checkgroup {
	display: inline-block;
	margin: 7px;
}
input[type=checkbox] {
	visibility: hidden;
}
.checkit {
	width: 25px;
	height: 25px;
	background: #FFF;
	margin:0 20px auto;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.checkit label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 4px;
	top: 4px;
	border: 1px solid #d4d4d4;
}

.checkit label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: "x";
	position: absolute;
	width: 10px;
	height: 10px;
	background: transparent;
	top: 0px;
	left: 5px;
	border-top: none;
	border-right: none;
}

.checkit label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.checkit input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
label.check {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	padding-top: 12px;
}
hr.checkspacer {
	height: 10px;
	display: block;
	border: none;
}
/* --------------------------------------------------------------------------------------
@Responsive
   -------------------------------------------------------------------------------------- */
/* @S small screens */
@media (min-width: 768px) {
	/*general*/
	h1 {
		font: 400 42px/1.1em 'Amaranth', sans-serif;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
		line-height: 1.6em;
	}
	h4 {
		font-size: 24px;
		line-height: 1.6em;
	}
	p {
		font-size: 14px;
		line-height: 1.7em;
	}
	.button {
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
	}
	/*header*/
	.head {
		position: absolute;
		z-index: 99;
		height: 56px;
	}
	.toggle {
		display: none;
	}
	.logo {
		float: left;
	}
	.logo img{
		width: 220px;
	}
	.main-nav {
		margin-top: 20px;
	}
	.main-nav li {
		font-size: 13px;
	}
	.main-nav li a{
		margin-right: 20px;
	}
	.main-nav li a.sm{
		font-size: 15px;
		margin-right: 15px;
	}
	/*Carrousel home*/
	.home-hero {
		margin: 80px 0;
	}
	.home-hero .image {
		float: left;
		width:370px;
		height: 370px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		margin-top: 30px;
	}
	.home-hero .image img {
		width: 370px;
	}
	.home-hero .image .nav {
		margin: 0 auto;
		top: 330px;
		width: 100%;
	}
	.home-hero .info {
		float: right;
		text-align: center;
		width: 310px;
	}
	.home-hero .info h3{
		font-size: 16px;
		margin: 40px 0 30px;
	}
	.home-hero .info h4{
		font-size: 12px;
	}
	.home-hero .info h2{
		font: 400 42px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 22px;
	}
	.home-hero .info p{
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 20px;
	}
	.home-hero .info .main-btn {
		width: 170px;
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 0;
	}
	.viewmore {
		font-size: 13px;
		padding-top: 20px;
	}
	/*black*/
	.black {
		padding: 60px 0 70px;
		margin: 80px 0 34px;
	}
	.black-nomargin {
		margin: 0 0 34px;
	}
	.black h2{
		font-size: 18px;
		margin: 0 0 20px;
	}
	.black h1{
		font: 400 42px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 27px;
	}
	.black p{
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 30px;
	}
	.black br{
		display: none;
	}
	.black .invert-btn {
		width: 300px;
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 17px 35px;
	}
	/* Event Results */
	.events-results hr {
		margin: 35px 0;
	}
	.events-results h3 {
		font-size: 18px;
	}
	.events-results li{
		width: 300px;
		margin: 0 15px 83px 15px;
	}
	.events-results li:nth-child(3n+3){
		display: none;
	}
	.events-results a .image{
		width: 300px;
		height: 300px;
		margin-bottom: 26px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
	}
	.events-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.events-results h4 {
		font: 400 28px/1em 'Amaranth', sans-serif;
		margin: 7px 0;
	}
	.events-results p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 17px 0 30px;
	}
	.events-results a .button {
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
		width: 130px;
	}
	.events-results a.viewmore {
		padding-top: 24px;
	}
	/* Landing Results */
	.landing-results {
		padding: 50px 0;
	}
	.landing-results h2 {
		padding-top: 40%;
	}
	.landing-results li{
		width: 300px;
		margin: 0 17px 93px 0;
	}
	.landing-results a .image{
		width: 300px;
		height: 300px;
		margin-bottom: 26px;
		border: 30px solid #f7f7f8;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.landing-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
	}
	.landing-results p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 17px 40px 30px;
	}
	.landing-results .button {
		margin:0 auto ;
		font: 400 18px/1em 'Amaranth', sans-serif;
		padding: 18px 0px;
		width: 200px;
		display: block;
	}
	.landing-results a.viewmore {
		padding-top: 24px;
	}
	/*Press results*/
	.press-results {
		padding: 50px 0;
	}
	.press-results li h2 {
		margin: 0;
		padding: 0;
	}
	.press-results li{
		width: 280px;
		margin: 0 17px 30px 0;
	}
	.press-results a .image{
		width: 260px;
		height: 260px;
		margin-bottom: 26px;
		border: 20px solid #f7f7f8;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.press-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
	}
	.press-results li p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 0px 0 0;
		width: auto;
	}
	
	/*Private events nav*/
	.private-nav {
		width: 100%;
		height: 54px;
		margin: 40px 0;
	}
	.private-nav li {
		display: inline-block;
		padding: 17px 20px;
		width: auto;
	}
	.private-nav li:nth-child(3n+3) {
		display: inline-block;
	}
	.private-nav li a{
		padding: 17px 0;
	}
	/* recipes and interviews */
	.gray {
		padding: 15px 0 80px 0;
	}
	.gray hr {
		margin: 30px 0;
	}
	.gray h3 {
		font-size: 18px;
	}
	.gray li {
		width: 330px;
		margin:0 10px 20px;
	}
	a .square {
		width: 330px;
		height: 248px;
		-webkit-box-shadow: inset 0 0 0 16px rgba(239, 239, 241, 1);
		-moz-box-shadow: inset 0 0 0 16px rgba(239, 239, 241, 1);
		box-shadow: inset 0 0 0 16px rgba(239, 239, 241, 1);
	}
	a:hover .square {
		-webkit-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
		-moz-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
		box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
	}
	.gray li .cont {
		padding-top: 60px;
	}
	.gray li .cont span {
		font-size: 14px;
	}
	.gray li .cont h5 {
		font: 400 32px/1em 'Amaranth', sans-serif;
		margin-bottom: 28px;
	}
	.gray li .cont .button {
		font: 400 14px/1em 'Amaranth', sans-serif;
		width: 150px;
		padding: 13px 30px;
	}
	.gray li .cont .btn-video {
		font-size: 18px;
	}
	/* footer */
	.footer {
		padding: 45px 0 40px;
	}
	.footer-logo img{
		width: 90px;
	}
	.footer .about {
		padding-left: 0px;
	}
	.footer .about p{
		margin-bottom: 13px;
	}
	.footer .about span{
		display: block;
	}
	.footer .social {
		margin-bottom: 5px;
	}
	.footer .social a {
		padding-left: 20px;
	}
	.footer .contact .tycs {
		margin-top: 50px;
	}
	/*about*/
	.about-section,
	.voucher,
	.contact-section {
		text-align: center;
		padding: 56px 0 100px;
	}
	.enquiry {
		text-align: center;
		padding: 150px 0 100px;
	}
	.upcoming-event {
		text-align: center;
		padding: 86px 0 100px;
	}
	.event-description {
		text-align: center;
		padding: 86px 0 70px;
	}
	.event-dtl {
		padding: 30px 0 100px;
	}
	.upcoming-event .img{
		width: 360px;
		height: 360px;
		margin: 40px auto;
	}
	.about-section h1,
	.voucher h1,
	.contact-section h1,
	.upcoming-event h1,
	.enquiry h1 {
		padding: 0 0 25px;
		width: 655px;
		margin: 0 auto;
	}
	.about-section h2,
	.voucher h2,
	.contact-section h2,
	.enquiry h2 {
		padding: 0 0 40px;
	}
	.upcoming-event h2 {
		padding: 0;
	}
	.upcoming-event span.date {
		font-size: 12px;
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.about-section h3,
	.voucher h3,
	.contact-section h3,
	.upcoming-event h3,
	.enquiry h3 {
		padding: 0 0 25px;
		width: 700px;
		margin: 0 auto;
	}
	.contact-section h3 a {
		color: #000;
		text-decoration: none;
	}
	.event-details {
		text-align: center;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		margin-top: 70px;
	}
	.event-details h4 {
		padding: 55px 0;
		margin: 0 auto;
	}
	.about-section p,
	.voucher p,
	.contact-section p,
	.upcoming-event p,
	.enquiry p {
		padding: 0 0 30px;
		width: 680px;
		margin: 0 auto;
	}
	.upcoming-event p strong{
		display: block;
		font-weight: 700;
		margin: 0 auto;
	}
	.voucher p a,
	.contact-section p a,
	.upcoming-event p a,
	.enquiry p a {
		font-weight: 700;
		color: #000;
	}
	.about-section .button,
	.voucher .button,
	.upcoming-event .button {
		width: 254px;
		display: block;
		margin: 24px auto;
	}
	.upcoming-event .btn-recipe {
		display: inline-block;
		margin: 20px 15px 40px;
	}
	.about-header,
	.voucher-header,
	.contact-header,
	.private-header,
	.landing-header {
		height: 520px;
	}
	.landing-header h1 {
		font-size: 38px;
		padding: 248px 0 0;
		max-width: 670px;
	}
	/*contact form*/
	p.anything-else {
		padding-top: 50px;
	}
	.form span {
		margin: 10px auto ;
	}
	.form input {
		width: 522px;
		height: 51px;
		margin-bottom: 20px;
	}
	.form textarea {
		width: 522px;
		height: 110px;
		margin-bottom: 20px;
	}
	.form button {
		width: 300px;
	}
	.form input.date {
		width: 257px;
	}
	.form input.date-large {
		width: 522px;
	}
	.time-select {
		width: 80px;
		margin:0 0 20px 5px;
		display: inline-block;
	}
	.time-select select{
		width: 98px;
	}
	.month-select {
		width: 150px;
		margin:0 0 20px 5px;
		display: inline-block;
	}
	.month-select select{
		width: 150px;
	}
	/*gallery event*/
	.event-big-img {
		width: 100%;
		height: 350px;
	}
	.event-big-img img{
    	min-height: 350px;
  		width: auto;
  		margin-left: -300px;
  	}
	.event-gallery {
		padding: 50px 0 60px;
		margin: 0 0 20px;
	}
	.event-gallery hr {
		margin: 50px 0;
	}
	.event-gallery li {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		float: left;
		width: 340px;
		height: 400px;
		margin: 0px 10px;
	}
	.event-gallery li:nth-child(2n+2) {
		float: right;
	}
	.event-gallery li img {
		border: 16px solid #efeff1;
		width: 340px;
	}
	.event-gallery li span {
		padding: 28px 50px ;
	}
	/*video page*/
	.video {
		padding: 138px 0 80px;
	}
	.video-display {
		width: 700px;
		height: 421px;
		border: 36px solid #efeff1;
		margin: 30px auto;
	}
}

/* @M medium screens */
@media (min-width: 992px) {
	/*generals*/
	h1 {
		font: 400 42px/1.1em 'Amaranth', sans-serif;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
		line-height: 1.6em;
	}
	p {
		font-size: 14px;
		line-height: 1.7em;
	}
	.button {
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
	}
	/*header*/
	.logo img{
		width: 320px;
	}
	.main-nav li a{
		margin-right: 34px;
	}
	.main-nav li a.sm{
		font-size: 15px;
		margin-right: 22px;
	}
	/*Carrousel home*/
	.home-hero {
		margin: 80px 0;
	}
	.home-hero .image {
		float: left;
		width: 540px;
		height: 540px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		margin-top: 0px;
	}
	.home-hero .image img {
		width: 540px;
	}
	.home-hero .image .nav {
		margin: 0 auto;
		top: 500px;
		width: 100%;
	}
	.home-hero .info {
		float: right;
		text-align: center;
		width: 330px;
	}
	.home-hero .info h3{
		font-size: 18px;
		margin: 40px 0 40px;
	}
	.home-hero .info h4{
		font-size: 12px;
	}
	.home-hero .info h2{
		font: 400 48px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 27px;
	}
	.home-hero .info p{
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 40px;
	}
	.home-hero .info .main-btn {
		width: 200px;
		margin:0 auto ;
		font: 400 18px/1em 'Amaranth', sans-serif;
		padding: 15px 0;
	}
	.viewmore {
		font-size: 13px;
		padding-top: 30px;
	}
	/*black*/
	.black {
		padding: 98px 0 106px;
		margin: 80px 0 44px;
	}
	.black-nomargin {
		margin: 0 0 44px;
	}
	.black h2{
		font-size: 18px;
		margin: 0 0 50px;
	}
	.black h1{
		font: 400 48px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 27px;
	}
	.black p{
		font-size: 16px;
		line-height: 1.7em;
		margin-bottom: 50px;
	}
	.black br{
		display: block;
	}
	.black .invert-btn {
		width: 300px;
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 17px 35px;
	}
	/* Event Results */
	.events-results hr {
		margin: 45px 0;
	}
	.events-results h3 {
		font-size: 18px;
	}
	.events-results li{
		width: 265px;
		margin: 0 17px 93px 0;
	}
	.events-results li:nth-child(3n+3){
		margin-right: 0;
		display: inline-block;
	}
	.events-results a .image{
		width: 263px;
		height: 263px;
		margin-bottom: 26px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.9);
	}
	.events-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.events-results h4 {
		font: 400 28px/1em 'Amaranth', sans-serif;
		margin: 7px 0;
	}
	.events-results p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 17px 0 30px;
	}
	.events-results a .button {
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
		width: 130px;
	}
	.events-results a.viewmore {
		padding-top: 24px;
	}
	.upcoming-event .btn-recipe {
		display: inline-block;
		margin: 20px 15px 40px;
	}
	/* Landing Results */
	.landing-results {
		padding: 80px 0;
	}
	.landing-results h2 {
		padding-top: 40%;
	}
	.landing-results li{
		width: 400px;
		margin: 0 17px 93px 0;
	}
	.landing-results a .image{
		width: 400px;
		height: 400px;
		margin-bottom: 26px;
		border: 30px solid #f7f7f8;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.landing-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
	}
	.landing-results p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 17px 40px 30px;
	}
	.landing-results .button {
		margin:0 auto ;
		font: 400 18px/1em 'Amaranth', sans-serif;
		padding: 18px 80px;
		width: 300px;
		display: block;
	}
	.landing-results a.viewmore {
		padding-top: 24px;
	}
	
	/*Private events nav*/
	.private-nav {
		width: 100%;
		height: 54px;
		margin: 60px 0 70px;
	}
	.private-nav li {
		display: inline-block;
		padding: 17px 30px;
		width: auto;
	}
	.private-nav li a{
		padding: 17px 0;
	}
	/* recipes and interviews */
	.gray {
		padding: 45px 0 60px 0;
	}
	.gray hr {
		margin: 45px 0;
	}
	.gray h3 {
		font-size: 18px;
	}
	.gray li {
		width: 430px;
	}
	a .square {
		width: 440px;
		height: 330px;
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 1);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 1);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 1);
	}
	a:hover .square {
		-webkit-box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.3);
		-moz-box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.3);
		box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.3);
	}
	.gray li {
		margin-right: 48px;
		margin-bottom: 40px;
	}
	.gray li:nth-child(2n+2) {
		margin-right: 0px;
	}
	.gray li .cont {
		padding-top: 100px;
	}
	.gray li .cont span {
		font-size: 14px;
	}
	.gray li .cont h5 {
		font: 400 32px/1em 'Amaranth', sans-serif;
		margin-bottom: 28px;
	}
	.gray li .cont .button {
		font: 400 16px/1em 'Amaranth', sans-serif;
		width: 160px;
		padding: 15px 30px;
	}
	.gray li .cont .btn-video {
		font-size: 18px;
	}
	/* footer */
	.footer {
		padding: 45px 0 40px;
	}
	.footer-logo img{
		width: 130px;
	}
	.footer .about {
		padding-left: 20px;
	}
	.footer .about p{
		margin-bottom: 33px;
	}
	.footer .about span{
		display: block;
	}
	.footer .social {
		margin-bottom: 5px;
	}
	.footer .social a {
		padding-left: 20px;
	}
	.footer .contact .tycs {
		margin-top: 50px;
	}
	/*about*/
	.about-section,
	.voucher,
	.contact-section {
		text-align: center;
		padding: 76px 0 140px;
	}
	.event-dtl {
		padding: 50px 0 100px;
	}
	.about-section h1,
	.voucher h1,
	.contact-section h1 {
		padding: 0 0 25px;
		width: 655px;
		margin: 0 auto;
	}
	.about-section h2,
	.voucher h2,
	.contact-section h2 {
		padding: 0 0 40px;
	}
	.about-section h3,
	.voucher h3,
	.contact-section h3 {
		padding: 0 0 25px;
		width: 778px;
		margin: 0 auto;
	}
	.about-section p,
	.voucher p,
	.contact-section p {
		padding: 0 0 30px;
		width: 705px;
		margin: 0 auto;
	}
	.contact-section p.anything-else {
		padding-top: 40px;
	}
	.event-details h4 {
		padding: 45px 0;
		margin: 0 auto;
	}
	.about-section .button,
	.voucher .button {
		width: 254px;
		display: block;
		margin: 24px auto;
	}

	/*about section*/
	.about-header,
	.voucher-header,
	.contact-header,
	.private-header,
	.landing-header {
		height: 620px;
	}
	.landing-header h1 {
		font-size: 42px;
		padding: 278px 0 0;
		max-width: 670px;
	}
	/*gallery event*/
	.event-big-img {
		width: 100%;
		height: 400px;
		text-align: center;
	}
	.event-big-img img{
    	min-height: 400px;
  		width: auto;
  		margin-left: -300px;
  	}
	.event-gallery {
		padding: 70px 0 60px;
		margin: 0 0 20px;
	}
	.event-gallery hr {
		margin: 60px 0;
	}
	.event-gallery li {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		float: left;
		width: 430px;
		height: 460px;
		margin: 0px 10px;
	}
	.event-gallery li:nth-child(2n+2) {
		float: right;
	}
	.event-gallery li img {
		border: 28px solid #efeff1;
		width: 430px;
	}
	.event-gallery li span {
		padding: 28px 50px ;
	}
	/*video page*/
	.video {
		padding: 138px 0 80px;
	}
	.video-display {
		width: 822px;
		height: 494px;
		border: 36px solid #efeff1;
		margin: 30px auto;
	}
}

/* @L large screens */
@media (min-width: 1200px) {
	/*header*/
	.logo img{
		width: 388px;
	}
	.main-nav li a{
		margin-right: 74px;
	}
	/*Carrousel home*/
	.home-hero .image {
		float: left;
		width: 670px;
		height: 670px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.home-hero .image img {
		width: 670px;
	}
	.home-hero .image .nav {
		top: 600px;
	}
	.home-hero .info {
		width: 345px;
	}
	.home-hero .info h3{
		margin: 114px 0 78px;
	}
	.home-hero .info h2{
		font: 400 60px/0.9em 'Amaranth', sans-serif;
	}
	.home-hero .info .main-btn {
		width: 300px;
		padding: 22px 0;
	}
	.viewmore {
		font-size: 13px;
		padding-top: 30px;
	}
	/*black*/
	.black {
		padding: 98px 0 106px;
		margin: 80px 0 64px;
	}
	.black-nomargin {
		margin: 0 0 64px;
	}
	/* Event Results */
	.events-results hr {
		margin: 60px 0;
	}
	.events-results h3 {
		font-size: 18px;
	}
	.events-results li{
		width: 365px;
	}
	.events-results a .image{
		width: 363px;
		height: 363px;
		-webkit-box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 0.9);
		-moz-box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 0.9);
		box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 0.9);
	}
	.events-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.events-results h4 {
		font: 400 36px/1em 'Amaranth', sans-serif;
	}
	.events-results a .button {
		padding: 17px 30px;
		width: 159px;
	}
	/* Landing Results */
	.landing-results h2 {
 		padding: 45% 0;
	}
	.landing-results li{
		width: 500px;
	}
	.landing-results a .image{
		width: 500px;
		height: 500px;
		border: 60px solid #f7f7f8;
		-webkit-box-shadow: inset 0 0 0 0px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 0px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 0px rgba(239, 239, 241, 0);
	}
	.landing-results a:hover .image {

		-webkit-box-shadow: inset 0 0 0 30px rgba(239, 239, 241, 0.3);
		-moz-box-shadow: inset 0 0 0 30px rgba(239, 239, 241, 0.3);
		box-shadow: inset 0 0 0 30px rgba(239, 239, 241, 0.3);
	}

	/*Private events nav*/
	.private-nav li {
		width: auto;
		display: inline-block;
		padding: 17px 30px;
	}
	/* recipes and interviews */
	.gray {
		padding: 45px 0 60px 0;
	}
	.gray hr {
		margin: 60px 0;
	}
	.gray li {
		width: 518px;
	}
	a .square {
		width: 518px;
		height: 389px;
		-webkit-box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 1);
		-moz-box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 1);
		box-shadow: inset 0 0 0 36px rgba(239, 239, 241, 1);
	}
	.gray li {
		margin-right: 58px;
		margin-bottom: 47px;
	}
	.gray li .cont {
		padding-top: 120px;
	}
	.gray li .cont h5 {
		font: 400 36px/1em 'Amaranth', sans-serif;
		margin-bottom: 35px;
	}
	.gray li .cont .button {
		font: 400 16px/1em 'Amaranth', sans-serif;
		width: 179px;
		padding: 17px 30px;
	}
	.gray li .cont .btn-video {
		font-size: 18px;
	}
	/* footer */
	.footer {
		padding: 75px 0 69px;
	}
	.footer-logo img{
		width: 152px;
	}
	.footer .about {
		padding-left: 0px;
	}
	.footer .about p{
		margin-bottom: 50px;
	}
	.footer .about span{
		display: block;
	}
	.footer .social {
		margin-bottom: 5px;
	}
	.footer .social a {
		padding-left: 20px;
	}
	.footer .contact .tycs {
		margin-top: 50px;
	}
	/*about section*/
	.about-header,
	.voucher-header,
	.contact-header,
	.private-header,
	.landing-header {
		height: 720px;
	}
	.landing-header h1 {
		padding: 378px 0 0;
	}
	/*gallery event*/
	.event-big-img {
		width: 100%;
		height: 450px;
	}
	.event-big-img img{
    	min-height: 450px;
  		width: 100%;
  		margin: 0;
  	}
	.event-gallery {
		padding: 70px 0 60px;
		margin: 0 0 20px;
	}
	.event-gallery hr {
		margin: 60px 0;
	}
	.event-gallery li {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		float: left;
		width: 518px;
		height: 500px;
		margin: 0px 20px;
	}
	.event-gallery li img {
		border: 36px solid #efeff1;
		width: 518px;
	}
	/*video page*/
	.video {
		padding: 138px 0 120px;
	}
	.video-display {
		width: 822px;
		height: 494px;
		border: 36px solid #efeff1;
		margin: 30px auto;
	}
	/*Landing Page*/

}

/* @XS phones */
@media (max-width: 767px) {
	/*general*/
	h1 {
		font: 400 32px/1em 'Amaranth', sans-serif;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
		line-height: 1.6em;
	}
	p {
		font-size: 14px;
		line-height: 1.7em;
	}
	.button {
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
	}
	/*header*/
	.head {
		position: absolute;
		z-index: 99;
		height: 56px;
	}
	.logo {
		float: left;
		overflow: hidden;
		width: 200px;
		position: absolute;
		z-index: 101;
	}
	.logo img{
		width: 180px;
		margin-left: -20px;
	}
	.logo-landing img{
		width: 180px;
		margin-left: 0px;
	}
	.toggle {
		display: block;
		float: right;
		margin-top: 10px;
		font-size: 25px;
		color: #000;
	}
	.toggle:hover {
		color: #333;
	}
	.main-nav {
		display: none; /* GUS */
		margin-top: 0px;
		float: right;
		text-align: right;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 76%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(76%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 76%,rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 76%,rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 76%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 76%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
		position: absolute;
		top: 56px;
		right: 0;
		z-index: 100;
		width: 100%;
		padding-bottom:0px;
	}
	.main-nav li {
		font-size: 16px;
		display: block;
		padding: 20px 0 ;
	}
	.main-nav li a{
		margin:0px 15px;
	}
	.main-nav li a.sm{
		display: none;
	}
	/*Carrousel home*/
	/*circle app*/
	#circleContainer,
	.container-hero,#circleDiv,.circleImg {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.home-hero {width: 100%;
		margin: 0;
	}
	.home-hero .image {
		float: left;
		width:100%;
		height: 420px;
		margin-top: 55px;
		background:#000;
	}
	.home-hero .image img {
		width:150%;
		margin-left:  0px;
		-webkit-filter: opacity(0.5);
		opacity: 0.5;
	}
	.home-hero .image .nav {
		margin: 0 auto;
		top: 360px;
		width: 100%;
	}
	.home-hero .info {
		top: 100px;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.home-hero .info h3{
		font-size: 16px;
		color: #fff;
		margin: 40px 0 10px;
	}
	.home-hero .info h4{
		font-size: 12px;
		color: #FFF;
	}
	.home-hero .info h2{
		font: 400 42px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 22px;
		color: #fff;
	}
	.home-hero .info p{
		display: none;
		color: #FFF;
		font-size: 14px;
		line-height: 1.7em;
		width: 90%;
		margin: 10px auto;
	}
	.home-hero .info .main-btn {
		width: 170px;
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 0;
		color: #FFF;
		border-color: #fff;
	}
	.viewmore {
		font-size: 13px;
		padding-top: 15px;
		color: #FFF;
	}
	/*black*/
	.black {
		padding: 30px 20px 30px;
		margin: 0 0 34px;
	}
	.black h2{
		font-size: 18px;
		margin: 0 0 20px;
	}
	.black h1{
		font: 400 32px/0.9em 'Amaranth', sans-serif;
		margin: 0 0 27px;
	}
	.black p{
		font-size: 14px;
		line-height: 1.7em;
		margin: 20px auto;
	}
	.black br{
		display: none;
	}
	.black .invert-btn {
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 17px 10px;
	}
	/* Event Results */
	.events-results hr {
		margin-top: 35px;
	}
	.events-results h3 {
		font-size: 18px;
	}
	.events-results li{
		width: 100%;
		margin: 0 0 50px;
	}
	.events-results a .image{
		width: 250px;
		height: 250px;
		margin: 20px auto;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.9);
		-moz-box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.9);
		box-shadow: inset 0 0 0 15px rgba(239, 239, 241, 0.9);
	}
	.events-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.events-results h4 {
		font: 400 24px/1em 'Amaranth', sans-serif;
		margin: 7px 0;
	}
	.events-results p {
		font-size: 14px;
		line-height: 1.4em;
		color: #000;
		margin: 17px 0 20px;
	}
	.events-results a .button {
		margin:0 auto ;
		font: 400 16px/1em 'Amaranth', sans-serif;
		padding: 15px 30px;
		width: 130px;
	}
	.events-results a.viewmore {
		padding-top: 24px;
	}
	/* Landing Results */
	.landing-results {
		padding: 50px 20px;
	}
	.landing-results h2 {
		font-size: 25px;
		padding-top: 40%;
	}
	.landing-results li{
		width: 250px;
		margin: 0;
	}
	.landing-results a .image{
		width: 250px;
		height: 250px;
		margin-bottom: 26px;
		border: 20px solid #f7f7f8;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}

	.landing-results p {
		font-size: 13px;
		line-height: 1.6em;
		color: #000;
		margin: 17px 0px 20px;
	}
	.landing-results .button {
		margin:0 auto ;
		font: 400 18px/1em 'Amaranth', sans-serif;
		padding: 18px 0px;
		width: 200px;
		display: block;
		margin-bottom: 50px;
	}
	/*press results*/
	.press-results {
		padding: 30px 0;
	}
	.press-results li h2 {
		margin: 0;
		padding: 0;
	}
	.press-results li{
		width: 250px;
		margin: 0 20px 30px;
		text-align: center;
	}
	.press-results a .image{
		width: 260px;
		height: 260px;
		margin-bottom: 26px;
		border: 20px solid #f7f7f8;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		-moz-box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
		box-shadow: inset 0 0 0 1px rgba(239, 239, 241, 0);
	}
	.press-results a:hover .image {
		-webkit-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		-moz-box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
		box-shadow: inset 0 0 0 26px rgba(239, 239, 241, 0.6);
	}
	.press-results li p {
		font-size: 14px;
		line-height: 1.8em;
		color: #000;
		margin: 0px 0 0;
		width: auto;
	}
	/*Private events nav*/
	.private-nav {
		border-top: 1px solid #e5e5e5;
		width: 100%;
		margin: 30px 0;
		border-bottom: none;
	}
	.private-nav li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		width: auto;
		border-bottom: 1px solid #e5e5e5;
	}
	.private-nav li a{
		padding: 8px 0;
		width: 100%;
		display: block
	}
	/* recipes and interviews */
	.gray {
		padding: 15px 0 80px 0;
	}
	.gray hr {
		margin-top: 30px;
	}
	.gray h3 {
		font-size: 18px;
	}
	.gray li {
		width: 100%;
		margin:0 0 20px;
	}
	a .square {
		width: 100%;
		-webkit-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 1);
		-moz-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 1);
		box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 1);
	}
	a:hover .square {
		-webkit-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
		-moz-box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
		box-shadow: inset 0 0 0 5px rgba(239, 239, 241, 0.3);
	}
	.gray li .cont {
		padding: 30px 0;
	}
	.gray li .cont span {
		font-size: 14px;
	}
	.gray li .cont h5 {
		font: 400 32px/1em 'Amaranth', sans-serif;
		margin-bottom: 28px;
	}
	.gray li .cont .button {
		font: 400 14px/1em 'Amaranth', sans-serif;
		width: 150px;
		padding: 13px 30px;
	}
	.gray li .cont .btn-video {
		font-size: 18px;
	}
	/* footer */
	.footer {
		padding: 45px 0 40px;
	}
	.footer-logo img{
		display: none;
	}
	.footer .about {
		display: none;
	}
	.footer .about p{
		margin-bottom: 13px;
	}
	.footer .about span{
		display: block;
	}
	.footer .contact {
		text-align: left;
	}
	.footer .social {
		margin-bottom: 5px;
	}
	.footer .social a {
		padding-right: 20px;
	}
	.footer .contact .tycs {
		margin-top: 10px;
	}
	/*inner pages*/
	.about-section,
	.voucher,
	.contact-section,
	.enquiry {
		text-align: center;
		padding: 16px 20px 100px;
	}
	.upcoming-event {
		text-align: center;
		padding: 40px 20px 100px;
	}
	.event-description {
		text-align: center;
		padding: 16px 20px 20px;
	}
	.upcoming-event .img{
		width: 260px;
		height: 260px;
		margin: 40px auto;
	}
	.about-section h1,
	.voucher h1,
	.contact-section h1,
	.upcoming-event h1,
	.enquiry h1 {
		padding: 0 0 25px;
		margin: 0 auto;
	}
	.about-section h2,
	.voucher h2,
	.contact-section h2,
	.enquiry h2 {
		padding: 0 0 20px;
	}
	.upcoming-event h2 {
		padding: 0;
	}
	.upcoming-event span.date {
		font-size: 12px;
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.about-section h3,
	.voucher h3,
	.contact-section h3,
	.upcoming-event h3,
	.enquiry h3 {
		padding: 0 0 25px;
		margin: 0 auto;
	}
	.contact h3 a {
		color: #000;
		text-decoration: none;
	}
	.about-section p,
	.voucher p,
	.contact-section p,
	.upcoming-event p,
	.enquiry p  {
		padding: 0 0 20px;
		margin: 0 auto;
	}
	.upcoming-event p strong{
		display: block;
		font-weight: 700;
		margin: 0 auto;
	}
	.voucher p a,
	.contact-section p a,
	.upcoming-event p a,
	.enquiry p a {
		font-weight: bold;
		color: #000;
	}
	.about-section .button,
	.voucher .button,
	.upcoming-event .button {
		width: 254px;
		display: block;
		margin: 24px auto;
	}
	.about-header,
	.voucher-header,
	.contact-header,
	.private-header,
	.landing-header {
		height: 320px;
	}
	.landing-header h1 {
		font-size: 30px;
		padding: 118px 20px 0;
	}
	.event-details {
		text-align: center;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		margin-top: 20px;
	}
	.event-details h4 {
		padding: 20px 0;
		margin: 0 auto;
	}
	/*form*/
	p.anything-else {
		padding-top: 30px;
	}
	.form span {
		font-size: 14px;
		margin: 5px auto ;
	}
	.form input {
		width: 90%;
		height: 51px;
		margin-bottom: 10px;
	}
	.form textarea {
		width: 90%;
		height: 110px;
		margin-bottom: 10px;
	}
	.form button {
		width: 90%;
	}
	.time-select {
		width: 80px;
		margin:0 0 20px 5px;
		display: inline-block;
	}
	.time-select select{
		width: 98px;
	}
	.month-select {
		width: 200px;
		margin:0 0 20px 5px;
		display: block;
		margin: 10px auto;
	}
	.month-select select{
		width: 200px;
	}
	/*gallery event*/
	.event-big-img {
		width: 100%;
		height: auto;
	}
	.event-big-img img{
  		width: 100%;
  	}
	.event-gallery {
		padding: 30px 0 30px;
		margin: 0 0 20px;
	}
	.event-gallery hr {
		margin: 30px 0;
	}
	.event-gallery li {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 40px;
	}
	.event-gallery li img {
		border: 16px solid #efeff1;
		width: 100%;
	}
	.event-gallery li span {
		padding: 20px;
	}
	/*video page*/
	.video {
		padding: 100px 20px 40px;
	}
	.video-display {
		width: 100%;
		height: 240px;
		border: 5px solid #efeff1;
		margin: 30px auto;
	}
}