/*
Theme Name: Stradale
Theme URI: http://lucianniculescu.ro
Description: Stradale Core theme
Version: 1.0
Author: Lucian Niculescu
Author URI: http://www.lucianniculescu.ro
*/
/*************************************************************************************************/
/* Stradale / CSS / Lucian Niculescu    ************************************************/
/*************************************************************************************************/
/****************************************/
/***** RESETS          ******************/
/****************************************/
	* 	 { margin: 0; padding:0 } 
	A 	 { outline:none }
	HTML { overflow:auto; overflow-x:hidden; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
	BODY { font-size: 1em; line-height:1 }
	BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD, ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, NAV, SECTION, AUDIO, CANVAS, VIDEO, BUTTON, A, SPAN, SMALL, I { margin:0; padding:0;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box }
	NAV UL, NAV OL { list-style:none; list-style-image:none; margin:0; padding:0 }
	TABLE { border-collapse:collapse; border-spacing:0 }
	TD { vertical-align: top }
	FIELDSET, IMG { border:0 }
	ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR { font-style:normal; font-weight:normal }
	OL, UL { list-style:none }
	CAPTION, TH { text-align:left }
	H1, H2, H3, H4, H5, H6 { font-size:100%; font-weight:normal }
	BLOCKQOUTE, Q { quotes:none }
	BLOCKQOUTE:before, BLOCKQOUTE:after, Q:before, Q:after { content:''; content:none }
	ABBR, ACRONYM { border:0 }
	:focus { outline:0 }
	INS { text-decoration:none }
	DEL { text-decoration:line-through }
	PRE { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
	LABEL { cursor: pointer }
	LEGEND { border: 0; margin:0; padding:0; white-space:normal }
	IMG { border:0; -ms-interpolation-mode:bicubic; vertical-align:middle }
	svg:not(:root) { overflow: hidden }
	BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner { border: 0; padding: 0 }
	INPUT[type="search"]::-webkit-search-decoration, INPUT[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
	BUTTON	{ background:none; border:none }
	BUTTON[disabled], INPUT[disabled] { cursor: default }
	BUTTON, INPUT, SELECT, TEXTAREA { font-size: 100%; vertical-align: baseline; *vertical-align: middle }
	BUTTON, INPUT { line-height: normal }
	BUTTON, INPUT[type="button"], INPUT[type="reset"], INPUT[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible }
	INPUT[type="checkbox"], INPUT[type="radio"] { cursor: pointer; box-sizing: border-box; padding: 0; *width: 13px; *height: 13px }
	INPUT[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box }
	TEXTAREA { overflow:auto; vertical-align:top; resize:vertical }
	INPUT:valid, TEXTAREA:valid {  }
	INPUT:invalid, TEXTAREA:invalid {  }
	.chromeframe { margin:0; padding:0; background:#ccc; color:black }
	ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, NAV, SECTION { display: block }
	AUDIO, CANVAS, VIDEO { display: inline-block; *display: inline; *zoom: 1 }
	AUDIO:not([controls]) { display: none }
	[hidden] { display: none }	
	
/****************************************/
/***** GLOBAL          ******************/
/****************************************/
	BODY						{ font-size:100%; font-family:'Oswald', Helvetica, Arial, sans-serif; font-optical-sizing:auto; font-style:normal; line-height:1.65; color:#000 }
	A							{ color:#AD8B5B; text-decoration:none }
	A:hover						{ color:#AD5C5C }
	H1, H2, H3, H4, H5, H6		{ font-weight:normal; text-rendering:auto }
	H1							{ font-size:2em }
	H2							{ font-size:1.8em }
	H3							{ font-size:1.6em }
	H4							{ font-size:1.4em }
	H5							{ font-size:1.2em }
	H6							{ font-size:1em }
	I							{ font-style:normal }
	ABBR[title] 				{ border-bottom: 1px dotted }
	B, STRONG 					{ font-weight:bold }
	EM							{ font-style:italic }
	EM STRONG,
	STRONG EM					{ font-weight:bold; font-style:italic }
	CITE						{ font-variant:small-caps }
	DFN 						{ font-style:italic }
	HR 							{ display:block; height:1px; border:0; border-top:1px solid #000; margin:1em 0; padding:0 }
	MARK 						{ background:#ff0; padding-left:4px; padding-right:4px; color:#000 }
	PRE, CODE, KBD, SAMP,VAR 	{ font-family:monospace, sans-serif; _font-family:'Courier new', Monospace; font-size:1em }
	SMALL 						{ font-size:100% }
	SUB, SUP 					{ font-size:75%; line-height:0; position:relative; vertical-align:baseline }
	SUP 						{ top:-0.5em }
	SUB 						{ bottom:-0.25em }
	::-moz-selection 			{ background:#000; color:#fff; text-shadow:none }
	::selection 				{ background:#000; color:#fff; text-shadow:none }
	
	::-webkit-input-placeholder,
	:-moz-placeholder,
	::-moz-placeholder,
	:-ms-input-placeholder 			{ line-height:1.2  }
	
	/* Forms */
	FORM							{  }
	INPUT, SELECT					{ font-size:1rem; font-family:"Helvetica", Arial, sans-serif }
	LABEL							{ font-size:0.75rem; line-height:1.2; font-weight:bold; text-transform:uppercase }
	TEXTAREA						{ line-height:1.6 }
	
	TEXTAREA,
	INPUT[type="url"],
	INPUT[type="tel"],
	INPUT[type="text"],
	INPUT[type="email"],
	INPUT[type="number"],
	INPUT[type="password"],
	INPUT[type="search"],
	INPUT[type="date"]				{ -webkit-appearance:none; -moz-appearance:none; appearance:none; font-size:1rem; font-family:"Helvetica", Arial, sans-serif; border:1px solid #FFF; border-bottom-color:#000; -moz-transition: all .5s; transition: all .5s; box-shadow:none; border-radius:0 }
	
	INPUT[type="url"],
	INPUT[type="tel"],
	INPUT[type="text"],
	INPUT[type="email"],
	INPUT[type="number"],
	INPUT[type="password"],
	INPUT[type="search"],
	INPUT[type="date"]				{ min-width:200px; max-width:700px; padding: 10px 14px 10px 14px  }
	
	INPUT[type="url"]:hover,
	INPUT[type="tel"]:hover,
	INPUT[type="text"]:hover,
	INPUT[type="email"]:hover,
	INPUT[type="number"]:hover,
	INPUT[type="password"]:hover,
	INPUT[type="search"]:hover,
	INPUT[type="date"]:hover,
	INPUT:focus						{ border-bottom-color:#ad8b5b; color:#000 }
	
	INPUT[type="checkbox"], 
	INPUT[type="radio"]				{ max-width:20px }
	INPUT[type="submit"]			{ max-width:220px }
	
	SELECT							{ padding: 7px 14px 7px 10px; font-size:1rem; font-family:"Helvetica", Arial, sans-serif; border:1px solid #000 }
	
	TEXTAREA						{ min-width:200px; min-height:80px; padding: 10px 14px 10px 14px; resize:vertical }
	TEXTAREA.expand 				{ height:100px; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; -o-transition: height 0.5s; -ms-transition: height 0.5s; transition: height 0.5s }
	TEXTAREA.expand:focus 			{ height:150px; overflow:auto }
	TEXTAREA:hover,
	TEXTAREA:focus					{ border:1px solid #ad8b5b; color:#000 }
	
	/* ANIMATIONS */
	A										{ transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;  -o-transition:0.2s ease-in-out; -ms-transition:0.2s ease-in-out }
	
	.no-animation							{ transition:all 0s; -moz-transition:all 0s; -webkit-transition:all 0s; -o-transition:all 0s; -ms-transition:all 0s }
	.responsive-visual IMG					{ max-width:100%; height:auto; width:auto\9 }
	
	@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
	/* Firefox < 16 */
	@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
	/* Internet Explorer */
	@-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
	/* Opera < 12.1 */
	@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
	
	/* Buttons */
	.btn						{ display:inline-block; font-size:1.125em ;font-family:'Oswald', Helvetica, Arial, sans-serif; font-style:normal; color:#AD8B5B }
	.btn-default				{ border:none; background-color:transparent }
	.btn-action					{ padding:6px 40px; text-transform:uppercase; border:2px solid #AD8B5B }
	.btn-action:hover			{ border-color:#AD5C5C; color:#AD5C5C }
	.btn-digit 					{ display:block; border-radius:0; max-width:inherit; min-height:2.375rem; min-width:inherit; width:2.25rem; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; color: #fff }
	INPUT[type="submit"].btn	{ background-color:transparent }
	.btn-block					{ display:block; margin-left:auto; margin-right:auto; width:60%; text-transform:uppercase; text-align:center;  background-color:#AD5C5C; border-color:#AD5C5C; color:#FFF }
	.btn-block:hover			{ color:#FFF }
	.btn-action2				{ padding:6px 40px; border-radius:12px; background: rgba(255, 87, 87, 1) none repeat scroll 0 0; border: 0 none; color:#FFF }
	.btn-action2:hover			{ color:#FFF }
	
	/* Miscellaneous */
	.align-center 							{ display:inline-block; text-align:center}
	.msg									{ font-size:1rem; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif }
	.msg-error								{ margin:0!important; margin-top:1px!important; display:block; padding:10px 30px; font-size:0.875em; color:#fff; background-color:#E60234 }
	.msg-succes								{ margin:0!important; margin-top:1px!important; display:block; padding:10px 30px; font-size:0.875em; color:#fff; background-color:#0CA36f }
	.msg-alert								{ display:block; padding:10px 30px; font-weight:bold; font-size:0.875em; color:#fff; background-color:#0A6CCD }
	.msg-pending 							{ font-weight:bold; background-color:#FF6550!important }
	.msg-dismiss							{ font-weight:bold; background-color:#E60234!important }
	.msg-completed							{ font-weight:bold; background-color:#0CA36F!important }
	.msg-error, .succes-msg, .pending-msg, .dismiss-msg, .completed-msg		{ -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px }
	
	.shade								{ background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); }
	.shade-lft							{ background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 ) }
	.shade-btm							{ background: -moz-linear-gradient(top,  rgba(13,13,13,0) 50%, rgba(13,13,13,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(13,13,13,0) 50%,rgba(13,13,13,0.5) 100%);
background: linear-gradient(to bottom,  rgba(13,13,13,0) 50%,rgba(13,13,13,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d0d0d', endColorstr='#800d0d0d',GradientType=0 );
 }
	.shade-fade-btm						{ background: -moz-linear-gradient(top,  rgba(13,13,13,0) 0%, rgba(13,13,13,0) 70%, rgba(13,13,13,1) 100%);
background: -webkit-linear-gradient(top,  rgba(13,13,13,0) 0%,rgba(13,13,13,0) 70%,rgba(13,13,13,1) 100%);
background: linear-gradient(to bottom,  rgba(13,13,13,0) 0%,rgba(13,13,13,0) 70%,rgba(13,13,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d0d0d', endColorstr='#0d0d0d',GradientType=0 );
 }
 
 .shade-fade-btm.tint					{ background: -moz-linear-gradient(top,  rgba(13,13,13,0) 0%, rgba(13,13,13,0) 70%, rgba(13,13,13,0.4) 100%);
background: -webkit-linear-gradient(top,  rgba(13,13,13,0) 0%,rgba(13,13,13,0) 70%,rgba(13,13,13,0.4) 100%);
background: linear-gradient(to bottom,  rgba(13,13,13,0) 0%,rgba(13,13,13,0) 70%,rgba(13,13,13,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d0d0d', endColorstr='#0d0d0d',GradientType=0 );
 }
		 
/****************************************/
/***** STRUCTURE       ******************/
/****************************************/
	BODY					{ position:relative; z-index:1 }
	#global					{ position:relative; overflow:hidden }
	#main					{ min-height:500px }
	.wrap					{ overflow:hidden; min-width:280px; width:100%; max-width:1200px; margin-left:auto; margin-right:auto; padding-left:4%; padding-right:4%; text-align:left; box-sizing:border-box; -webkit-box-sizing: border-box;-moz-box-sizing:border-box  }
	.spacer 				{ margin-top:40px }
	
/****************************************/
/***** CONSTRUCT       ******************/
/****************************************/
	.logo-primary .shape-logo			{ position:absolute; top:74%; left:50%; z-index:9000; width:80%; max-width:313px; /*max-height:164px;*/ -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); text-align:center; fill:#FFF }
	.logo-primary SPAN					{ position:absolute; left:-9999px }
	.logo-secondary .shape-logo			{ width:150px; height:54px }
	.head-location .logo-primary .shape-logo	{ top:40%; max-width:280px }
	.evhead-location .logo-primary .shape-logo	{ top:27% }
	
	#brand					{ position:relative; width:100% }
		#brand .flex-bar			{ position:absolute; bottom:0; left:50%; z-index:9999; padding:20px; width:100%; -webkit-transform:translate(-50%, 0); -moz-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); transform:translate(-50%, 0); text-align:right }
		#brand .tagline				{ position:absolute; left:-9999px }
		#brand .close-menu			{ display:none }
		#brand .social				{ position:absolute; z-index:10; top:0; right:0; padding:20px; font-size:0; text-align:right;}
		#brand .social A svg.ic		{ width:28px; height:28px }
		#brand .social DD			{ margin:0 0 0 16px }
		#brand .social .head		{ display:none }
		#brand .bcard				{ position:absolute; z-index:10; top:40px; left:0; padding:20px; text-align:left }
		#brand .bcard LI			{ font-size:1em; color:#FFF }
		#brand .bcard LI A			{ color:#F5DEB3 }
		#brand .btn-menu 			{ display:inline-block; overflow:hidden; padding:4px 20px; fill:#FFF; color:#FFF; text-align:right; background-color:rgba(36,46,77,0.3) }
		#brand .btn-menu .label		{ margin-left:8px; font-size:1.25em; text-transform:uppercase }
		#brand .btn-menu svg.ic		{ width:28px; height:28px }
		#brand .btn-menu .label,
		#brand .btn-menu .icon		{ display:inline-block; vertical-align:middle }
		#brand .btn-menu:hover .label	{ color:#F5DEB3 }
		#brand .card				{ position:absolute; display:block; padding:20px; left:0; bottom:0; z-index:9999; width:240px; color:#FFF }
		#brand .card .visual		{ max-width:100%; height:auto; width:auto\9 }
		#brand .card .label			{ display:block; padding-top:6px; position:absolute; bottom:26px; right:30px; font-size:1em; text-shadow:0 0 40px #333 }
		#brand .card:hover			{ bottom:10px }
		.brand-mitzu				{ text-align:center }
		.brand-mitzu > .brand-mitzu__logo		{ padding:20px 20px 0 20px; width:300px }
		#brand .events-title-box	{ position:absolute; top:69%; left:50%; z-index:9000; width:90%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); text-align:center; }
		#brand .events-title		{ font-size:3em; font-weight:bold; line-height:1.2; color:#FFF }
		#brand .btn-events 			{ margin-top:14px; font-size:1.8em }
		
	#access							{ display:none; position:relative; width:100% }
		#access UL.sf-menu LI			{ font-size:1.25em; line-height:1.4; text-transform:uppercase }
		
		DIV.nav-lang					{ overflow:hidden; position:absolute; top:0; left:20px }
			DIV.nav-lang > A,
			DIV.nav-lang > A > IMG			{ display:inline-block }
			DIV.nav-lang > A > IMG			{ margin-right:6px; width:28px; height:28px }
			DIV.nav-lang > A				{ padding:40px 0; opacity:0.6 }
			DIV.nav-lang > A:hover			{ opacity:1 }	
		.fixed DIV.nav-lang > A				{ padding:10px 0; }
		/*** ESSENTIAL STYLES ***/
		.sf-menu, .sf-menu * 			{ margin:0; padding:0; list-style:none }
		.sf-menu						{ text-align:center }
		.sf-menu > .menu-item 			{ display:inline-block; *display:inline; zoom:1 }
		.sf-menu > .menu-item > A 		{ display:block; padding:40px 20px; text-decoration:none; text-shadow: 0 0 40px #333; color:#FFF }
		.sf-menu UL UL 					{ top:0; left:100% }
		.sf-menu A:hover				{ color:#F5DEB3 }
		.sf-menu > LI.current-menu-item > A,
		.sf-menu > LI > UL > LI.current-menu-item > A,
		.sf-menu > LI.current-menu-ancestor > A		{ color:#F5DEB3; background-color:rgba(0, 0, 0, 0.5) }
		.sf-menu > LI.current-menu-item > A			{ cursor:auto }
		
		/*** arrows (for all except IE7) **/
		.sf-arrows .sf-with-ul 			{ padding-right:2.5em; *padding-right:1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
		}
		/* styling for both css and generated arrows */
		.sf-arrows .sf-with-ul:after 	{ content: ''; position: absolute; top: 50%; right: 1em; margin-top: -3px; height: 0; width: 0; /* order of following 3 rules important for fallbacks to work */
			border: 5px solid transparent; border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ border-top-color: rgba(255, 255, 255, .5); }
		.sf-arrows > LI > .sf-with-ul:focus:after, .sf-arrows > LI:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after 						{ border-top-color: white; /* IE8 fallback colour */ }
		/* styling for right-facing arrows */
		.sf-arrows UL .sf-with-ul:after { margin-top: -5px; margin-right: -3px; border-color: transparent; border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ border-left-color: rgba(255, 255, 255, .5); }
		.sf-arrows UL LI > .sf-with-ul:focus:after, .sf-arrows UL LI:hover > .sf-with-ul:after, .sf-arrows UL .sfHover > .sf-with-ul:after 			{ border-left-color: white; }
		.sf-vertical 					{ /*min-width: 10em; *width: 12em*/ }
		.sf-vertical UL 				{ left:100%; top:0 }
		.sf-vertical > LI 				{ float:none }
		.sf-vertical LI 				{ width: 100% }
		/*** alter arrow directions ***/
		.sf-vertical.sf-arrows > LI > .sf-with-ul:after { margin-top: -5px; margin-right: -3px; border-color: transparent; border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */ border-left-color: rgba(255, 255, 255, .5) }
		.sf-vertical.sf-arrows LI > .sf-with-ul:focus:after,  .sf-vertical.sf-arrows LI:hover > .sf-with-ul:after,  .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after { border-left-color: white }
		
		#brand .flex-bar.fixed	{ left:inherit; top:inherit; bottom:inherit; -webkit-transform:none; -moz-transform:none; -ms-transform:none; transform:none }
		.fixed .sf-menu > .menu-item > A	{ padding:10px 20px }
		.fixed #access						{ background-color:rgba(36, 46, 77, 0.9) }
		
		.nav-legal							{ margin-top:40px; text-align:center }
		.nav-legal > .menu-item				{ display:inline-block; margin-left:4px; margin-right:4px; font-size:0.875em }
		.nav-legal > .menu-item	> A			{ color:#FFF }
		.nav-legal > .menu-item	> A:hover	{ color: #f5deb3 }
		
		
	#colophon						{ overflow:hidden; width:100%; padding-bottom:20px; background-color:#242E4D }
		#colophon DIV.partners				{ margin-top:40px; text-align:center }
		#colophon DIV.partners .shape-logo	{ width:180px }				
		#colophon DIV.disclaimer			{ width:80%; margin:40px auto 0 auto; text-align:center }
		#colophon DIV.disclaimer P			{ font-size:0.875em; font-style:italic; color:#DFBA9B }
		#colophon DIV.copyright				{ width:100%; margin-top:20px; opacity:0.6 }
		#colophon DIV.copyright P			{ font-size:0.75em; color:#FFF; text-align:center }
		
		#colophon .performance					{ font-size:0.875em; text-align:center; color:#DFBA9B }
		
		
	/*** CONSTRUCT ***/
	
	/*hustle popup overide*/
	.hustle-popup-content { opacity:1 !important}
	
	.cinematic-cover 					{ position:relative; width:100%; height:100%; min-height:400px; max-height:1200px; background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; background-color:#242E4D }
		.cinematic-cover .shader				{ display:block; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background-color: rgba(46, 47, 139, 0.5); pointer-events:auto }
		.cinematic-cover.static					{ position:fixed; background-position:center center!important }
		.cinematic-cover--ch					{ min-height:inherit }
		.snackattack.cinematic-cover 			{ max-height:inherit }
		
	.video-popup						{ overflow:hidden; width:100%; background-position:center center; background-size:cover; background-repeat:no-repeat }
		.video-popup > A						{ display:block; margin:60px auto; width:100%; padding:100px }
		.video-popup > A > SPAN					{ display:block; text-align:center }
		.video-popup > A svg.ic					{ display:inline-block; width:96px; height:94px; opacity:0.9; fill:#FFF }	
		.video-popup > A:hover					{ border-color:rgba(255,255,255,0.5) }
		.video-popup > A svg.ic:hover			{ opacity:1 }
		
	
	DL.social							{ overflow:hidden; text-align:center }
		DL.social DT						{ display:none; margin:0 18px; font-size:1.75em; font-weight:400; color:#FFF }
		DL.social DD						{ display:inline-block; *diplay:inline; *zoom:1; width:auto; vertical-align:middle }
		DL.social DD 						{ margin:0 18px; font-size:0.875em }
		DL.social DD A						{ display:block; width:36px; height:36px }
		DL.social DD A SPAN					{ display:none }
		DL.social DD A svg.ic				{ display:block; margin:0 auto; width:36px; height:36px; fill:#FFF }
		DL.social DD A:hover svg.ic			{ fill:#f5deb3 }
		DL.social.circle DD A					{ padding:12px; width:60px; height:60px; background-color:#26416c; border-radius:50% }
		
		/*DL.social DD A:hover svg.ic-fbsq			{ fill:#70a6ff }
		DL.social DD A:hover svg.ic-instasq			{ fill:#d4c3b1 }
		DL.social DD A:hover svg.ic-twsq			{ fill:#33ccff }
		DL.social DD A:hover svg.ic-mailsq 			{ fill:#e60234 }
		DL.social DD A:hover svg.ic-mailsq 			{ fill:#e50000 }*/
	
	UL.sharer							{ overflow:hidden; text-align:center }
		UL.sharer LI						{ display:inline-block; *diplay:inline; *zoom:1; margin-left:4px; vertical-align:middle; font-size:0.875em }
		UL.sharer LI.head					{ display:none; padding-bottom:8px; color:#FFF }
		UL.sharer LI A						{ display:block }
		UL.sharer LI A SPAN					{ display:none }
		UL.sharer LI A svg.ic				{ display:block; width:36px; height:38px; fill:#000 }
		UL.sharer LI A:hover svg.ic			{ fill:#AF8765 }
	
	.bcard					{ overflow:hidden }
		.bcard LI							{ font-size:1.5em; font-weight:300; line-height:1.4; color:#ad8b5b }
		.bcard LI SPAN						{ display:block }
		.bcard LI.contact					{ margin-top:10px }
		
	.food-menu						{ margin:0 auto; padding:30px; padding-bottom:60px; max-width:680px; font-size:1em; text-align:center; border:10px solid #C3A97D; background-color:#f5e5c6 }
		.food-menu P					{ padding-top:20px; font-size:1.125em; line-height:1.75 }
		.food-menu .title,
		.food-menu H2					{ padding-top:30px; font-size:2em; text-transform:uppercase }
		.food-menu .date,
		.food-menu H2 > SPAN			{ display:block; padding-top:0; font-size:1.5em; font-weight:normal; color:#b97745 }
		.food-menu .subtitle,					
		.food-menu H3					{ padding-top:30px; font-size:2.5em; font-family: 'Pacifico', cursive; line-height:1.25 }
		.food-menu .divider				{ margin:60px auto 0 auto; width:164px; height:60px; background:url("assets/images/divider.png") center center no-repeat }
		.food-menu .foot-info			{ padding-top:40px; font-weight:300 }
		.food-menu .foot-info A			{ text-decoration:underline }
		.food-menu .emphasize			{ margin:30px auto 0 auto; padding:20px; padding-top:0; border:6px solid #c3a97d; background-color:#f6e5c6 }
		.food-menu .marker				{ padding:0 4px; background-color:#c8ec6b }
		.food-menu .marker-two			{ padding:0 4px; background-color:#e3d3b4 }
		
	.mitzu-menu						{ overflow:hidden; display:table; margin-bottom:40px; text-align:left; background-color:#FFF }
		.mitzu-menu .tname				{ display:block; padding-top:40px; font-size:3em; font-weight:bold; text-transform:uppercase; letter-spacing:2px; text-align:center }
		.mitzu-menu .thead				{ display:block; padding-top:40px; font-size:2em; font-weight:bold; text-transform:uppercase; letter-spacing:2px; text-align:center }
		.mitzu-menu .thead.space		{ padding-top:0px }
		.mitzu-menu .trow				{ overflow:hidden; display:block; padding-top:20px }
		.mitzu-menu .tcell				{ display:table-cell; vertical-align:top; font-size:1.25rem; font-weight:bold }
		.mitzu-menu .tcell I			{ padding-right:6px; font-weight:normal; font-size:1.125rem }
		.mitzu-menu .tcell SPAN				{ display:block; font-size:1rem; font-style:italic; font-weight:normal; text-transform:none }
		.mitzu-menu .tcell:nth-of-type(1)	{ float:left; padding-right:40px; width:84% }
		.mitzu-menu .tcell:nth-of-type(2)	{ float:right; font-weight:bold; text-align:right; color:#e12852 }	
		
	.info-menu						{ margin:0 auto; padding:30px; max-width:680px; font-size:1.25rem; text-align:center; border:10px solid #F37171; background-color:#F3E4E4 }
		.info-menu P					{ padding-top:20px }	
	
	.food-fav						{ overflow:hidden }
		.food-fav .leads				{ overflow:hidden; text-align:center }	
		.food-fav .visual,	
		.food-fav .lead					{ display:inline-block; *display:inline; *zoom:1; margin:10px; vertical-align:middle }
		
	.pub							{ margin-top:20px }
		.pub IMG						{ max-width:100%; height:auto; width:auto\9 }
	
	.quotation							{ overflow:hidden; margin-top:40px }
		.quotation P					{ display:block; padding:8px 0; font-size:3.5em; font-family:"TypeOne", Helvetica, Arial, sans-serif; font-style:italic; line-height:1.6; text-align:center; color:#DFBA9B }
		.quotation .divider				{ display:block; margin:10px auto; width:200px;  box-shadow:0 20px 23px 2px rgba(0, 0, 0, 1); -webkit-box-shadow:0 20x 23px 2px rgba(0, 0, 0, 1); -moz-box-shadow:0 20px 23px 2px rgba(0, 0, 0, 1) }
		
	.restricted					{ margin:40px auto; padding:40px 30px; padding-top:0; max-width:420px; border:1px solid #000; background-color:#FFF }
		.restricted .info			{ margin-top:40px; font-size:1em; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic }
	
	#onMap				{ position:relative; background-color:rgba(0,0,0,0.2) }
		#onMap .shield			{ position:absolute; display:block; z-index:10; top:0; left:0; width:100%; height:100% }
		#onMap IMG				{ max-width:none; height:auto; width:auto\9 }
		#onMap #pointOnMap 		{ width:100%; height:400px }
		.map-embed						{ overflow:hidden; margin-top:40px; background-color:#F2F2F2 }
		.map-responsive					{ position:relative; padding-bottom:60%;/*56.25% 16:9 */ width:100%; height:0 }
		.map-responsive .preloader		{ position:absolute; top:50%; left:50%; margin:-20px 0 0 -20px }
		.map-responsive IFRAME 			{ position:absolute; top:0; left:0; width:100%; height:100%; border:none }
		
		
	.edit-post							{ position:fixed; bottom:0; left:0; z-index:9000 }
	.edit-post A						{ display:block; padding:6px 20px; font-size:0.75rem; text-transform:uppercase; text-align:center; color:#FFF; background-color:rgba(175,135,101,0.6) }
	.edit-post A:hover					{ background-color:rgba(175,135,101,0.9) }
	.no-content, 
	.no-results							{ padding-top:60px; padding-bottom:60px; font-size:1.25em; text-align:center; color:#808080 }
	.fb-widget							{ margin-top:30px }
	#scrollToTop 						{ position:fixed; right:20px; bottom:20px; z-index:999; width:36px; height:36px; text-indent:-9999px; cursor: pointer; background-color:rgba(175,135,101,0.4); border:none }
	#scrollToTop:hover					{ background-color:rgba(175,135,101,0.9) }
	#scrollToTop SPAN:before			{ content:''; display:block; width:0; height:0; position:absolute; border-bottom:8px solid #FFF; border-left:8px solid transparent; border-right:8px solid transparent; left:10px; top:14px }
	BODY.rtl #scrollToTop 				{ left:20px }
	.placeholder 						{ margin-top:60px }
		
	
	/*** MEDIA ***/
	
	.gl-base DIV, .gl-base A, .gl-base SPAN, .gl-base SMALL,
	.gl-base I, .gl-base IMG, .gl-base HEADER				{ transition:all 0s; -moz-transition:all 0s; -webkit-transition:all 0s; -o-transition:all 0s; -ms-transition:all 0s  }
	
	.gl-base FIGCAPTION,
	.gl-base.gl-touch .rsGCaption				{ position:absolute; bottom:6px; left:6px; z-index:10; padding:5px 8px; font-size:0.875rem; color:#FFF; background:rgba(0,51,87,1); box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; border-radius:0; opacity:0.8 }
		.gl-base FIGCAPTION SPAN 				{ display:block }
		.gl-base FIGURE:hover FIGCAPTION,
		.gl-base FIGURE	A:hover FIGCAPTION 		{ opacity:1 }
		
	/* GALLERY TOUCH */
	
	.gl-touch				{ margin:0 auto; max-width:1240px }	
		
	/* GALLERY FULL */
	
	.gl-full 				{ overflow:hidden; margin:0px auto 0px auto; padding-top:40px; max-width:1200px; text-align:center }
		.gl-full FIGURE				{ position:relative; margin-bottom:10px }
		.gl-full IMG 				{ display:block; max-width:100%!important; height:auto!important; width:auto\9!important; /* ie8 */ margin:0 auto }
		.gl-full FIGCAPTION 		{ width:100%; color:#FFF; background-color:transparent }
		
		
	/* GALLERY FILM */
		
	.gl-film 						{ overflow:hidden; margin:30px auto 0 auto; text-align:center }
		.gl-film .topnav 						{  width:100%; position:absolute; z-index:2 }
		.gl-film .topnav A.leftnav, 
		.gl-film .topnav A.rightnav 			{ width:50%; display:block; position:absolute; height:600px; left:0; cursor:pointer; border:none; text-indent:9999em }
		.gl-film .topnav A.rightnav 			{ left:50% }
		.gl-film .topnav A.leftnav SPAN, 
		.gl-film .topnav A.rightnav SPAN		{ position:absolute; top:50%; margin-top:-40px; width:80px; height:80px; background:url('assets/images/ic.png') no-repeat 1024px 1024px; -moz-transition:0.2s ease-in-out 0s; -moz-transition-property: background-position; -webkit-transition: all 0.2s ease-in-out 0s; -webkit-transition-property: background-position; -o-transition: all 0.2s ease-in-out 0s; -o-transition-property: background-position  }
		.gl-film .topnav A.leftnav SPAN			{ left:2%; background-position:0 0 }
		.gl-film .topnav A.rightnav SPAN		{ right:2%; background-position:-90px -90px }
		.gl-film .topnav A.leftnav SPAN:hover	{ background-position:-90px 0 }
		.gl-film .topnav A.rightnav SPAN:hover	{ background-position:0 -90px }
	.gl-film .gholder 							{ overflow:hidden; position:relative }
		.gl-film .gholder.fixwidth 				{ width:960px; margin:auto; margin-bottom:10px }
		.gl-film .gholder #holder 					{ overflow:hidden; margin:0 auto }
	.gl-film .item 					{ float:left; position:relative; z-index:1; margin-right:8px }
		.gl-film .item .postlink 				{ position:absolute; bottom:30px; right:30px }
		.gl-film .item DIV.postlink 			{ cursor:default }
		.gl-film .item DIV.imgInfo 				{ float:right; position:absolute; left:0; bottom:0; z-index:3; width:100%; height:40px; cursor:pointer; text-indent: -999999em }
		.gl-film .item DIV.imgInfo SPAN			{ position:absolute; right:10px; bottom:10px; display:block; width:20px; height:20px; background-position: -430px -140px; text-indent:-9999em } 
		.gl-film .item DIV.imgInfo:hover SPAN	{ background-position: -450px -140px }
		.gl-film .item .caption 				{ float:right; padding:10px 20px 15px 15px; width:296px; display:none; font-size:0.75em; font-style:italic; text-align:left; color:#CCC }
		.gl-film .item .caption SPAN 			{ margin-bottom:5px; text-transform:uppercase }
		.gl-film .item IMG						{ /*-moz-box-shadow:1px 1px 7px #000; -webkit-box-shadow:1px 1px 7px #000; box-shadow:1px 1px 7px #000*/ }
	.gl-film .tbumbsnav					{ overflow:hidden; position:relative; /*display:none!important*/ }
		.gl-film .tbumbsnav .viewport 			{ position:relative; margin:-88px auto 10px auto; height:80px; cursor:pointer; background:url('assets/images/transparent.png') }
		.gl-film .tbumbsnav .viewport .ui-slider-handle 	{ height:80px; position:absolute; background: url('assets/images/scroller.png') top left no-repeat; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:3px solid #DDD; margin:0 -72px; z-index:100 }
		.gl-film .tbumbsnav .viewport .ui-state-hover		{ border-color:#FFF }
		.gl-film .tbumbsnav UL					{ overflow:hidden; position:relative; margin:8px auto; height:80px }
		.gl-film .tbumbsnav UL LI				{ float:left; overflow:hidden; display:block; width:auto; height:80px; cursor:pointer; opacity:0.8; text-align:center }
		.gl-film .tbumbsnav UL LI:first-child 	{ margin-left:0 }
		.gl-film .tbumbsnav UL LI.start, 
		.gl-film .tbumbsnav UL LI.end 			{ display:block; position:absolute;	cursor:pointer; z-index:1; background:url('assets/images/transparent.png'); background-color:none!important }
		.gl-film .tbumbsnav UL LI.start			{ left:0 }
		.gl-film .tbumbsnav UL LI IMG			{ background-color:#333 }
		
@media only screen and (max-width:600px){
		.gl-film .gholder #holder 			{ width:auto !important; height:auto !important }
		.gl-film .item 						{ float:none; margin:2px 10px !important; border:medium none !important }
		.gl-film .item IMG 					{ max-width:100% !important; height:auto !important;  box-shadow:none }
		.gl-film .tbumbsnav, 
		.gl-film .topnav, 
		.gl-film .tbumbsnav UL, 
		.gl-film .tbumbsnav .viewport 		{ display:none }
	}
		
		
	/* WALL GALLERY */
	
	.gl-montage					{ overflow:hidden; margin:30px auto 0 auto; padding:1px 0; background-color:#0D0D0D }
		.gl-montage FIGURE							{ position:relative; background-color:#333 }
		.gl-montage FIGURE	A						{ float:left; display:block; overflow:hidden; position:relative }
		.gl-montage FIGURE IMG						{ position:absolute; z-index:1; border:none; outline:none }
		.gl-montage .gw-holder						{ overflow:hidden }
		
		.location .gl-montage						{ margin-top:0 }
	/* ISOTOPE GALLERY*/
	
	.gl-isotope					{ overflow:hidden; margin:40px auto 0 auto; width:100%; height:auto }
		.gl-isotope FIGURE					{ overflow:hidden; width:inherit; height:inherit }
		.gl-isotope .gallery-icon			{ width:33%; height:auto; padding:4px }
		.gl-isotope IMG					{ max-width:100%; height:auto; width:auto\9 }
		.gl-isotope FIGCAPTION 			{ position:absolute; left:10px; bottom:10px; z-index:10; font-size:0.875em; font-style:italic; color:#FFF; background-color:#000; opacity:0.8 }
		.gl-isotope FIGCAPTION SPAN 		{ display:block; padding:10px }
		
	.gl-rotator FIGURE			{ position:relative }
	.gl-rotator IMG				{ max-width:100%; height:auto; width:auto\9 }	
	.gl-rotator figcaption				{ position:absolute; left:20px; bottom:20px; z-index:1; font-size:6em; line-height:1; text-transform:none; color:#FFF; text-shadow:0 0 50px #000 }
	
	/* VIDEO CINEMATIC */
	.video-cinematic			{ overflow:hidden; position:relative; margin-top:40px; padding-bottom:56.25%; height:0; width:100%; text-align:center; background-color:#101010 }
	.video-cinematic iframe,
	.video-cinematic object,
	.video-cinematic embed 						{ position:absolute; top:0; left:0; width:100%; height:100% }
		
	/* POST GALLERY */
		
	.gallery 									{ overflow:hidden; margin-top:40px; /*margin: -0.33% 0 0 -0.33%;*/ padding-bottom:0.33%; width:100%; clear:both; font-size:0; background-color:#0D0D0D }
		.gallery IMG 									{ max-width:100%; height:auto; width:auto\9 }
		.gallery A IMG									{ padding:0!important }
		.gallery .gallery-item 							{ overflow:hidden; position:relative; display:inline-block; *display:inline; *zoom:1; margin: 0.33% 0 0 0.33%; font-size:0; vertical-align:top }
		.gallery .gallery-item .gallery-icon 			{  }
		.gallery .gallery-item .gallery-icon IMG 		{ display:block }
		.gallery .gallery-item .gallery-caption 		{ position:absolute; bottom:6px; left:6px; z-index:10; padding:5px 8px; font-size:0.875rem; color:#FFF; background:rgba(0,51,87,1); box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; opacity:0.8 }
		.gallery .gallery-item:hover .gallery-caption	{ opacity:1 }
	
	.gallery-columns-1 .gallery-item 					{ display:block; margin:2% auto 0; width:auto!important;  height:auto!important }
		.gallery-columns-1 .gallery-item:first-child		{ margin-top:0 }
		.gallery-columns-1 IMG 								{ margin: 0 auto; width:auto!important }
		
	.gallery-columns-2 .gallery-item 					{ width:49% }
	.gallery-columns-3 .gallery-item 					{ width:33% }
	.gallery-columns-4 .gallery-item 					{ width:24% }
	.gallery-columns-5 .gallery-item 					{ width:19% }
	.gallery-columns-6 .gallery-item 					{ width:16% }
	.gallery-columns-7 .gallery-item 					{ width:14% }
	.gallery-columns-8 .gallery-item 					{ width:12% }
	.gallery-columns-9 .gallery-item 					{ width:10% }
		
	
	/*** MAP ***/
	#onMap .open						{ height:400px }
	#onMap .close						{ height:160px }
	#onMap .close:hover					{ height:260px }
	#onMap IMG							{ max-width:none; height:auto; width:auto\9 }
	#pointOnMap 						{ width:100% }
	#pointOnMap > DIV:nth-of-type(2)	{ display:none!important } 			
	#onMap DIV, #onMap A, #onMap SPAN, 
	#onMap SMALL, #onMap I,#onMap IMG 	{ -moz-transition:all 0s; -webkit-transition:all 0s; -o-transition:all 0s; -ms-transition:all 0s; transition:all 0s; -moz-transition:height 0.2s ease-in-out; -webkit-transition:height 0.2s ease-in-out; -o-transition:height 0.2s ease-in-out; -ms-transition:height 0.2s ease-in-out; transition:height 0.2s ease-in-out }	
		
	/*** FORMS ***/
	
	.f-main INPUT, 
	.f-main SELECT, 
	.f-main TEXTAREA 					{ width: 100% }
	.f-main	DIV							{ margin-top:10px }
	.f-main TEXTAREA					{ font-size:0.875em }
	.f-main LABEL						{ font-size:0.875em; font-weight:300 }
	.f-main INPUT.captcha 				{ padding-left:10px;  padding-right:10px; min-width:60px; max-width:60px; width:60px }
	.f-main LABEL.captcha, .f-main INPUT.captcha 	{ text-transform:none; font-size:0.875em; font-family:'Helvetica', Arial, sans-serif }
	.f-main LABEL.captcha SPAN 						{ font-size:1.4rem }
	.f-main .space						{ margin-top:20px }
	.f-main .emphasize					{ font-size:1.25em }
	.f-main .actions					{ text-align:center }
	.f-main INPUT.disable 				{ padding-left:0; padding-right:0; font-size:1em; font-weight:bold; background:none; border:none; color:#007dc6; cursor:default }				
	.f-main INPUT.disable:hover			{ border:none; box-shadow:none }
	
	.wpcf7-form INPUT,  
	.wpcf7-form TEXTAREA 					{ width: 100% }
	.wpcf7-form SELECT						{ width: 100% }
	.wpcf7-form	DIV							{ margin-top:16px }
	.wpcf7-form TEXTAREA					{ font-size:0.875em }
	.wpcf7-form LABEL						{ padding-left:14px; font-size:1.125em; font-weight:normal; font-family:"Oswald", Helvetica, Arial, sans-serif; text-transform:none }
	.wpcf7-form INPUT.captcha 				{ padding-left:10px;  padding-right:10px; min-width:60px; max-width:60px; width:60px }
	.wpcf7-form LABEL.captcha, .wpcf7-form INPUT.captcha 	{ text-transform:none; font-size:0.875em; font-family:'Helvetica', Arial, sans-serif }
	.wpcf7-form LABEL.captcha SPAN 			{ font-size:1.4rem }
	.wpcf7-form .title						{ display:block; margin-top:40px; font-size:1.75em; font-weight:400; line-height:1.1; text-align:center }
	.wpcf7-form .section					{ display:block; margin-top:40px; font-size:1.25em; font-weight:400; line-height:1.4 }
	.wpcf7-form .subsection					{ display:block; margin-top:20px; font-size:1.25em; font-weight:400; line-height:1.1; color:rgba(175,135,101,1) }
	.wpcf7-form .info						{ margin-top:20px; font-family: Georgia,"Times New Roman",Times,serif; font-size: 1.125rem; font-style: italic; text-align:center }
	.wpcf7-form .space						{ margin-top:20px }
	.wpcf7-form .emphasize					{ font-size:1.25em }
	.wpcf7-form .actions					{ position:relative; text-align:center }
	.wpcf7-form INPUT.disable 				{ padding-left:0; padding-right:0; font-size:1em; font-weight:bold; background:none; border:none; color:#007dc6; cursor:default }				
	.wpcf7-form INPUT.disable:hover			{ border:none; box-shadow:none }
	.wpcf7-form .btn-submit					{ margin-top:30px }
	.wpcf7-form SPAN.wpcf7-list-item		{ display:block }
	.wpcf7-form .row-head					{ display: inline-block; min-width:72px; text-align:right }
	.wpcf7-radio SPAN.wpcf7-list-item		{ display:inline }
	div.wpcf7-mail-sent-ok					{ color:#FFF; background-color:#0CA36f }
	div.wpcf7-validation-errors, 
	div.wpcf7-acceptance-missing			{ color:#FFF; background-color:#ff6600; border:2px solid #ff6600!important }
	.wpcf7-spinner							{ position:absolute!important; top:38px!important }
	
	
	.f-upload H2						{ padding:20px 0 20px 0!important; font-weight:normal!important }
	.f-upload LABEL						{ display:block; padding-bottom:6px; font-size:1.25em; font-weight:300!important; line-height:1.6; text-transform:none }
	.f-upload INPUT[type="text"],
	.f-upload TEXTAREA					{ border:1px solid #000; background-color:rgba(255,255,255,0.5) }
	.f-upload INPUT[type="text"]:hover,
	.f-upload INPUT[type="text"]:focus,
	.f-upload TEXTAREA:hover,
	.f-upload TEXTAREA:focus			{ background-color:rgba(255,255,255,1) }
	.f-upload INPUT[type="submit"]		{ margin:20px auto 0 auto; text-align:center }
	.f-upload .ugc-notice				{ margin:0!important; margin-top:20px!important; padding:10px 30px!important; display:block; font-size:0.875rem!important; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; border-radius:0; border:none; color:#fff }
	.f-upload .ugc-notice.success		{ background-color:#0CA36f }
	.f-upload .ugc-notice.error			{ background-color:#E60234 }
	
	.f-feedback							{ max-width:760px; margin-left: auto; margin-right:auto; margin-top:40px; margin-bottom:20px; padding:20px; border:1px solid #000 }
	.f-feedback > .title				{ margin-top:20px }
	.f-feedback TEXTAREA,
	.f-feedback INPUT[type="url"],
	.f-feedback INPUT[type="tel"],
	.f-feedback INPUT[type="text"],
	.f-feedback INPUT[type="email"],
	.f-feedback INPUT[type="number"],
	.f-feedback INPUT[type="password"],
	.f-feedback INPUT[type="search"],
	.f-feedback INPUT[type="date"]				{ -webkit-appearance:none; -moz-appearance:none; appearance:none; font-size:1rem; font-family:"Helvetica", Arial, sans-serif; border:1px solid #000; border-bottom-color:#000; -moz-transition: all .5s; transition: all .5s; box-shadow:none; border-radius:0 } 
	
		
	/*** SECTIONS ***/	
	
	.area					{ overflow:hidden; padding-bottom:40px; width:100%; text-align:center }
		.area .name				{ margin-top:40px; display:block; font-size:1.5em; font-weight:300; line-height:1.1 color:#AD8B5B; text-transform:uppercase; text-align:center }
		.area .title			{ margin-top:40px; display:block; font-size:1.5em; font-weight:400; line-height:1.1; text-align:center }
		.area .excerpt,
		.area .content			{ margin:20px auto 0 auto; width:100%; font-size:1.25em; font-weight:300; -webkit-animation: fadein 1s; -moz-animation: fadein 1s; -ms-animation: fadein 1s; -o-animation: fadein 1s; animation: fadein 1s; text-align:center }
		.area .visual			{ display:inherit; margin:60px auto 0 auto; max-width:100%; height:auto; width:auto\9 }
		.area .btn				{ margin-top:20px }
		.area .cols				{ display:table; table-layout:fixed; overflow:hidden; width:100% }
		.area .cols--flex		{ display:flex; flex-flow:wrap }
		.area .cols--flex > .col	{ display:block }
		.area .col				{ display:block; width:100% }
		.area .cols--flex .col	{ width:100% }
		.area .lead.poster		{ width:100% }
		.area FOOTER			{ text-align:center }
		.area .cols.two .col	{ width:100% }
		.area .leads .lead 		{ display:inline-block; padding:20px 0; width:100%; vertical-align:top }
		.area.dark				{ color:#FFF; background-color:#242E4D }
		
	.area.cover				{ padding-bottom:0; background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; color:FFF }
		.area.cover .box		{ padding-bottom:60px; background-color:rgba(37,35,147,0.5); transition:0.2s ease-in-out }
		.area.cover .name,
		.area.cover .title,
		.area.cover .excerpt,
		.area.cover .content	{ color:#FFF; text-shadow:2px 2px 16px rgba(0, 0, 0, 0.4) }
		.area.cover .btn		{ margin-top:30px; border-color:#F5DEB3; color:#F5DEB3 }
		.area.cover .btn:hover		{ border-color:#ffa6a6; color:#ffa6a6 }
		
	.area.s-type1						{  }
		.area.s-type1 .excerpt				{ font-size: 1.5em }
		
	.area.s-type2						{  }
		.area.s-type2 .title				{ font-size:2.25em; line-height:1.25 }
		
	.area.s-type3						{ padding-bottom:0; text-align:center }
		.area.s-type3 .title				{ margin-top:30px; font-size:1.5em; text-align:center }
		.area.s-type3 .content				{ margin-top:30px }
		.area.s-type3 .actions				{ padding-bottom:40px }
		.area.s-type3.dark					{ color:#FFF; background-color:#242E4D }
		.area.s-type3.dark .name,
		.area.s-type3.dark .title			{ color:#FFF }
		.area.s-type3.dark .btn				{ border-color:#F5DEB3; color:#F5DEB3 }
		
	.area.s-type4						{  }
		.area.s-type4 .title				{ font-size:2.25em; line-height:1.25 }	
		
	.subarea							{ overflow:hidden }
		.subarea.cover						{ background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; color:FFF }
		.subarea.cover .box					{ position:relative; min-height:440px; background-color:rgba(0,0,0,0.3) }
		.subarea.cover .group				{ position:absolute; left:20px; bottom:20px; padding:20px; max-width:360px }
		.subarea.cover .title				{ font-size:2em; color:#FFF }
		.subarea.cover .content				{ color:#FFF }
		
	.s-locations					{ overflow:hidden }
		.s-locations .name				{ position:absolute; top:-9999em; left:-9999em }
	
	.s-contact						{ border-top:1px solid #DDD }
		.s-contact .postcard			{ margin-top:40px; padding:20px; border:1px solid #000 }
		.s-contact .postcard > .title	{ margin-top:20px }
		.s-contact .info				{ margin-top:20px; font-size:1.125em }
		.s-contact .msg,
		.s-contact .bcard				{ margin-top:20px; text-align:center }
		
	.s-connect						{ background-color:#C3A97D }
		.s-connect DL.social		{ padding:18px }
		
	.s-media						{  }
		.s-media > .wrap > .head > .name	{ display:block; margin-top:60px; font-size:1.5em; font-weight:300; text-transform:uppercase; line-height:1.1; color:#000; text-align:center }	
		
	.s-insta						{ overflow:hidden; background-color:#000 }				
		.s-insta .instagram-pics			{ display:table; table-layout:fixed }
		.s-insta .instagram-pics LI 		{ display:table-cell; width:auto }
		.s-insta .instagram-pics LI A		{ display:block }
		.s-insta .instagram-pics LI IMG 	{ max-width:100%; height:auto; width:auto\9 }
		.s-insta .instagram-pics LI IMG:hover { opacity:0.8 }
		.s-insta p.clear 					{ padding:10px; background-color:#C3A97D }
		.s-insta p.clear A					{ display:block; text-align:center; color:#FFF }
		
	
		
	.home .placeholder					{ margin-top:0 }
	
	/*** LEADS ***/
	
	.lead								{ overflow:hidden; position:relative }
	
	.lead.square						{ overflow:hidden; position:relative; max-width:400px }
		.lead.square .box					{ display:block; min-height:90px }
		.lead.square .title					{ display:block; margin-top:20px; font-size:1.375em; font-weight:400; line-height:1.25; text-align:left; color:#000 }
		.lead.square .entry-date			{ display:block; font-size:1em; font-family:Helvetica,Arial,sans-serif; color:#4C4C4C }
		.lead.square .aux-title				{ display:block; font-size:1em; color:#000 }
		.lead.square .excerpt				{ display:block; margin-top:10px; font-size:0.875em; color:#505050 }
		.lead.square IMG					{ max-width:100%; height:auto; width:auto\9 }
		
	.lead.poster						{ overflow:hidden; position:relative; padding:0; background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; transition:background 1s ease-in-out 1s }
		.lead.poster .box					{ position:relative; display:block; width:100%; height:500px; padding:20px; text-align:center; background-color:rgba(85,87,255,0.2); transition:background-color 0.4s ease; color:#FFF }
		.lead.poster .logo					{ display:table-cell; width:1%; height:300px; vertical-align:middle }
		.lead.poster .logo > IMG			{ max-width:180px }
		.lead.poster .division				{ font-size:1.5em }
		.lead.poster .status				{ padding:14px 20px; text-transform:uppercase; color:#FFF }
		.lead.poster .status.closed			{ background-color:rgba(230,2,52,0.9) }
		.lead.poster .status.new			{ background-color:rgba(12,163,111,0.9) }
		.lead.poster .status.comingsoon			{ background-color:rgba(255,140,0,0.9) }
		.lead.poster .address				{ overflow:hidden; display:block; position:absolute; left:50%; bottom:0; z-index:20; margin:0; padding:40px; width:100%; font-size:1.125em; font-weight:300; line-height:1.4; text-align:center; -webkit-transform:translate(-50%, 0); -moz-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); transform:translate(-50%, 0); text-shadow: 0 0 40px #333 }
		.lead.poster:hover					{ background-position:0 0 }
		.lead.poster:hover .box				{ background-color:rgba(85,87,255,0.1) }
		
	.lead.round						{ overflow:hidden; position:relative; padding:0; width:240px; height:240px; background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; transition:background 1s ease-in-out 1s; border-radius:100%; background-color:#000 }
		.lead.round .box					{ position:relative; display:block; width:100%; height:100%; padding:20px; text-align:center; background-color:rgba(85,87,255,0.2); transition:background-color 0.4s ease; color:#FFF }
		.lead.round.food					{ width:260px; height:260px }
		.lead.round.food .group				{ display:block; position:absolute; left:0; bottom:20px; padding:20px; width:100% }
		.lead.round.food .title				{ display:block; font-size:1.25em; color:#feeebe; text-shadow: 0 0 40px #333 }
		.lead.round.food .descr				{ display:block; padding-top:10px; font-size:0.875em; font-family:Arial, Helvetica, sans-serif; text-align:left; text-shadow: 0 0 40px #333 }
		.lead.round.food .price				{ font-size:1.25em; text-shadow: 0 0 40px #333 }
		.lead.round:hover .box				{ background-color:rgba(85,87,255,0.1)}
	
	
	/*** ARTICLES ***/
	/* Article content format - Single */
	ARTICLE.base .entry-txt				{ overflow:hidden; width:100%; clear:both }
		ARTICLE.base .entry-txt A				{ color:#FF9933; border-bottom:3px solid #FF9933 }
		ARTICLE.base .entry-txt A:hover			{ color:#F26A22; border-bottom:3px solid #F26A22 }
		ARTICLE.base .entry-txt P				{ padding-top:20px; font-size:1em; line-height:1.6 }
		ARTICLE.base .entry-txt P.nospace		{ padding-top:0 }
		ARTICLE.base .entry-txt P IMG,
		ARTICLE.base .entry-txt P A IMG			{ padding-top:0!important }
		ARTICLE.base .entry-txt B,
		ARTICLE.base .entry-txt STRONG			{ font-weight:bold }
		ARTICLE.base .entry-txt I,
		ARTICLE.base .entry-txt EM				{ font-style:italic }
		ARTICLE.base .entry-txt STRONG EM,
		ARTICLE.base .entry-txt EM STRONG		{ font-weight:bold; font-style:italic }
		ARTICLE.base .entry-txt UL				{ padding-top:40px; padding-left:40px; list-style-type:disc; list-style-position:inside }
		ARTICLE.base .entry-txt UL LI				{ padding-top:4px }
		ARTICLE.base .entry-txt UL LI:first-child	{ padding-top:0 }
		ARTICLE.base .entry-txt OL				{ padding-top:40px; padding-left:40px; list-style-type:decimal }
		ARTICLE.base .entry-txt OL LI				{ padding-top:4px }
		ARTICLE.base .entry-txt OL LI:first-child	{ padding-top:0 }
		ARTICLE.base .entry-txt ADDRESS			{ overflow:hidden; padding-top:40px; font-size:1em; font-variant:small-caps; color:#808080 }
		ARTICLE.base .entry-txt H1				{ padding-top:40px; font-size:2em; font-weight:700; line-height:1.25 }
		ARTICLE.base .entry-txt H2				{ padding-top:40px; font-size:1.75em; font-weight:700; line-height:1.25 }
		ARTICLE.base .entry-txt H3				{ padding-top:40px; font-size:1.5em; font-weight:700; line-height:1.25 }
		ARTICLE.base .entry-txt H4				{ padding-top:40px; font-size:1.25em; font-weight:700; line-height:1.4 }
		ARTICLE.base .entry-txt H5				{ padding-top:40px; font-size:1em; font-style:italic }
		ARTICLE.base .entry-txt H6				{ padding-top:40px; font-size:1em; font-weight:700; line-height:1.25; text-transform:uppercase }
		ARTICLE.base .entry-txt Q					{ display:block; margin-left:auto; margin-right:auto; width:50%; quotes:inherit; font-style:italic; text-indent:-18px }
		ARTICLE.base .entry-txt Q:before 			{ content: '“'; content: open-quote; font-size:300%; font-weight:400; line-height:0 }
		ARTICLE.base .entry-txt Q:after 			{ content: '”'; content: close-quote; font-size:100%; font-weight:400 }
		ARTICLE.base .entry-txt P.quote				{ padding-top:0 }
		ARTICLE.base .entry-txt P.quote Q			{ display:block; font-size:2em; line-height:1.2; font-style:italic }
		ARTICLE.base .entry-txt P.quote CITE		{ display:block; padding-left:8px; padding-top:8px; font-style:italic; text-align:right; color:#808080; white-space:nowrap }
		ARTICLE.base .entry-txt P.quote CITE A		{ font-style:italic; color:#808080; text-decoration:underline }
		ARTICLE.base .entry-txt P.quote CITE A:hover		{ color:#FF9933; text-decoration:none }
		
		ARTICLE.base .entry-txt BLOCKQUOTE			{ float:left; overflow:hidden; margin:40px 40px 40px 0; padding:40px 20px; max-width:220px; font-size:1em; text-transform:uppercase; text-align:center; background:#BBB; color:#fff }
		ARTICLE.base .entry-txt BLOCKQUOTE:hover	{ background-color:#FFF; color:#000 }
		ARTICLE.base .entry-txt BLOCKQUOTE:hover A	{ color:#FF9933 }
		ARTICLE.base .entry-txt BLOCKQUOTE A		{ color:#FFF }
		ARTICLE.base .entry-txt BLOCKQUOTE P, 
		ARTICLE.base .entry-txt BLOCKQUOTE H2, 
		ARTICLE.base .entry-txt BLOCKQUOTE H3,
		ARTICLE.base .entry-txt BLOCKQUOTE H4, 
		ARTICLE.base .entry-txt BLOCKQUOTE H5, 
		ARTICLE.base .entry-txt BLOCKQUOTE H6		{ word-wrap:break-word; vertical-align:middle; padding-top:0; font-size:1em!important }
			
		ARTICLE.base .entry-txt IMG					{ max-width:100%; height:auto; width:auto\9 }
		ARTICLE.base .entry-txt IMG.bnone 			{ border:none }
		
		ARTICLE.base .entry-txt .aligncenter,
		ARTICLE.base .entry-txt IMG.centered,
		ARTICLE.base .entry-txt DIV.aligncenter		{ display:block; margin-left:auto; margin-right:auto; text-align:center }
		
		ARTICLE.base .entry-txt .alignleft			{ float:left }
		
		ARTICLE.base .entry-txt .alignleft,
		ARTICLE.base .entry-txt IMG.alignleft,
		ARTICLE.base .entry-txt DIV.alignleft		{ padding:40px 40px 40px 0; display:inline }
		ARTICLE.base .entry-txt IMG.alignleft		{ padding-bottom:40px }
		
		ARTICLE.base .entry-txt .alignright			{ float:right }
		
		ARTICLE.base .entry-txt .alignright,
		ARTICLE.base .entry-txt IMG.alignright,
		ARTICLE.base .entry-txt DIV.alignright		{ padding:40px 0 0 40px; display: inline }
		ARTICLE.base .entry-txt IMG.alignright		{ padding-bottom:40px }
		
		ARTICLE.base .entry-txt .alignnone,
		ARTICLE.base .entry-txt IMG.alignnone,
		ARTICLE.base .entry-txt DIV.alignnone		{ padding:40px 0 0 0; display:block }
		
		ARTICLE.base .entry-txt DIV.left			{ float:left; display:inline }
		ARTICLE.base .entry-txt DIV.right			{ float:right; display:inline }
		ARTICLE.base .entry-txt DIV.reset			{ clear:both; display:block; width:100%; height:1px }
		
		ARTICLE.base .entry-txt .cell.alignleft		{ float:left; padding-left:40px }
		ARTICLE.base .entry-txt .cell.alignright	{ float:right; padding-right:40px }
		
		ARTICLE.base .entry-txt .wp-caption			{ overflow:hidden; position:relative }
		ARTICLE.base .entry-txt .wp-caption A		{ border:inherit }
		
		ARTICLE.base .entry-txt P.wp-caption-text 	{ padding:8px 10px; font-size:0.875em; font-family:sans-serif; font-style:italic }
		ARTICLE.base .entry-txt DIV.aligncenter P.wp-caption-text 	{ text-align:center; pointer-events:none }
		ARTICLE.base .entry-txt HR					{ display:block; margin-top:40px; margin-bottom:0; border-style:dashed }
		ARTICLE.base .entry-txt	.cols				{ display:table; table-layout:fixed; margin-top:20px; width:100% }
		ARTICLE.base .entry-txt	.col				{ display:block; width:100% }
		ARTICLE.base .entry-txt .postcard			{ margin-top:40px; padding:20px; border:10px solid #C3A97D }
		ARTICLE.base .entry-txt .postcard > .title	{ margin-top:20px }
		ARTICLE.base ADDRESS.credits				{ padding-top:40px; font-size:0.75em; font-variant:normal; text-align:right  }
		ARTICLE.base ADDRESS.credits P				{ display:inline-block; *display:inline; *zoom:1; margin:0; padding:0 }
		ARTICLE.base .video-embed,
		ARTICLE.base .player						{ overflow:hidden; position:relative; clear:both; margin-top:40px; padding-bottom: 56.25%; width:100%; height:0; line-height:1; background-color:#F2F2F2 }
		ARTICLE.base .video-embed IFRAME,
		ARTICLE.base .video-embed OBJECT,
		ARTICLE.base .video-embed EMBED 			{ position:absolute; top:0; left:0; width:100%; height:100% }
		ARTICLE.base .tag-links,
		ARTICLE.base UL.sharer						{ padding-top:40px }
		ARTICLE.base .entry-txt .marker				{ padding:0 4px; background-color:#c8ec6b }
		ARTICLE.base .entry-txt .marker-two			{ padding:0 4px; background-color:#e3d3b4 }
		
		/* Article custom styles - single */
		
		ARTICLE.base .entry-txt .highlight				{ color:#3f8540 }
		ARTICLE.base .entry-txt .highlight-two			{ color:#f86321 }
		
		ARTICLE.base .entry-txt .negative				{ display:inline; padding:6px 10px; line-height:2.1; background-color:#0D0D0D; color:#FFF }
		ARTICLE.base .entry-txt .letters-space			{ letter-spacing:6px }
		ARTICLE.base .entry-txt .frame-column			{ float:left; max-width:240px; margin:40px 40px 40px 80px; padding:30px 20px; font-size:1.5em;  border:14px solid #BD8E67 }
		ARTICLE.base .entry-txt .frame-column .title	{ display:block; margin-bottom:10px; padding-bottom:10px; font-style:normal; text-transform:uppercase; border-bottom:4px solid #BD8E67 }
		ARTICLE.base .entry-txt .frame-column A			{ font-weight:700; border-bottom:3px solid #EC008C; color:#EC008C; text-decoration:none; white-space:nowrap }
		ARTICLE.base .entry-txt .frame-column A:hover	{ color:#006DAC; border-bottom-color:currentColor }
		ARTICLE.base .entry-txt .pump-up				{ padding-top:40px; font-size:2.2em; font-weight:300; line-height:1.4; font-variant:small-caps }
		ARTICLE.base .entry-txt .circle-type1			{ display:table; margin:40px auto 0 auto; padding:20px; width:200px; height:200px; border-radius:100%; border:4px solid #FF9933 }
		ARTICLE.base .entry-txt .circle-type1 P			{ display:table-cell; padding:0; line-height:1.4; vertical-align:middle }
		ARTICLE.base .entry-txt .circle-type2			{ display:table; margin:40px auto 0 auto; padding:20px; width:200px; height:200px; border-radius:100%; background-color:#FF9933 }
		ARTICLE.base .entry-txt .circle-type2 P			{ display:table-cell; padding:0; line-height:1.4; vertical-align:middle; color:#FFF }
		ARTICLE.base .entry-txt .circle-type2 A			{ color:#FFF; border-bottom-color:#FFF }
		ARTICLE.base .entry-txt .circle-type2 A:hover	{ border-bottom-color:#F26A22 }
		ARTICLE.base .entry-txt A.btn-action			{ display:inline-block; *display:inline; *zoom:1; border-bottom:2px solid #AD8B5B; color:#AD8B5B }
		ARTICLE.base .entry-txt A.btn-primary			{ color:#FFF }
		
	
	ARTICLE.single						{ overflow:hidden }
		ARTICLE.single > .wrap				{ max-width:960px }
		ARTICLE.single .entry-title			{ display:block; margin-top:60px; font-size:2.25em; line-height:1.25; text-align:center; color:#000 }
		ARTICLE.single H1 I					{ font-size:60%; font-style:italic }
		ARTICLE.single .entry-date			{ padding-top:10px; display:block; text-align:center }
		ARTICLE.single .entry-txt P,
		ARTICLE.single .entry-txt LI 		{ font-size:1.25rem; font-family:sans-serif }
		ARTICLE.single .tag-links			{ margin-top:60px; font-size:1.25em; text-transform:capitalize; line-height:160%; text-align:center; color:#808080 }
		ARTICLE.single .tag-links A 		{ color:#808080 }
		ARTICLE.single .tag-links A:hover 	{ color:#DFBA9B; text-decoration:underline }
		ARTICLE.single FOOTER				{ overflow:hidden; text-align:center; padding-top:40px }
		ARTICLE.single FOOTER A.btn			{ margin-top:40px }
		ARTICLE.single UL.sharer			{ margin:40px auto 0 auto }
		ARTICLE.single.cols					{ display:table; table-layout:fixed }
		ARTICLE.single.cols .col			{ display:block; margin-left:auto; margin-right:auto; padding-left:0; padding-right:0; min-width:auto; width:100% }
		
	
	ARTICLE.location					{ overflow:hidden; padding-bottom:40px; background-image:url('assets/images/fader.png'), url('assets/images/wood.jpg'); background-position:top left, top left; background-repeat:repeat-x, repeat }
		ARTICLE.location > .wrap						{ max-width:960px }
		ARTICLE.location > .wrap > .head > .name		{ display:block; margin-top:60px; font-size:1.5em; font-weight:300; line-height:1.1; text-align:center; color:#AD8B5B }
		ARTICLE.location .entry-title					{ display:block; margin-top:60px; font-size:2.25em; line-height:1.25; text-align:center; color:#000 }
		ARTICLE.location .entry-intro > .descr 			{ margin:30px auto 0; width:100%; font-size:1.25rem; font-weight:300; text-align:center }
		ARTICLE.location .status						{ margin:60px auto 0 auto; padding:14px 20px; text-transform:uppercase; text-align:center; color:#FFF; background-color:rgba(230,2,52,0.8) }
		ARTICLE.location .status.closed			{ background-color:rgba(230,2,52,0.9) }
		ARTICLE.location .status.new			{ background-color:rgba(12,163,111,0.9) }
		ARTICLE.location .status.comingsoon			{ background-color:rgba(255,140,0,0.9) }
		ARTICLE.location .logo							{ max-width:176px }
		ARTICLE.location .alternative					{ position:absolute; top:-9999px; left:-9999px }
		ARTICLE.location .entry-txt						{ margin-top:30px }
		ARTICLE.location BLOCKQUOTE.full				{ padding:0 100px 100px 40px }
		ARTICLE.location BLOCKQUOTE.full P				{ float:none; width:auto; text-align:center }
		ARTICLE.location .entry-info					{ margin-top:60px }
		ARTICLE.location .entry-info .info				{ margin-top:12px; text-align:center; font-size:1.25em; font-weight:300 }
		ARTICLE.location #onMap							{ margin-top:60px }
		ARTICLE.location .food-menu						{ margin:30px auto 0 auto }
		ARTICLE.location UL.sharer						{ margin:40px auto 0 auto }
		ARTICLE.location .food-fav						{ margin-top:30px }
		ARTICLE.location .wpcf7-form					{ max-width:680px; margin:40px auto 0 auto; padding:0 30px 40px; background-color:#FFF; border:10px solid #C3A97D }
		ARTICLE.location .wpcf7-form .f-feedback		{ margin-bottom:0; border:none }
		ARTICLE.location .wpcf7-form INPUT				{ border-bottom-color:#C3A97D }
		ARTICLE.location .wpcf7-form INPUT:hover		{ border-bottom-color:#ad8b5b }
		ARTICLE.location .alert							{ margin:0!important; margin-top:1px!important; display:block; padding:30px; font-size:1rem; line-height:1.4; color:#fff }
		ARTICLE.location .alert-red						{ background-color:#E60234 }
		ARTICLE.location .alert-green					{ background-color:#0CA36f }
		ARTICLE.location .apppath						{ margin:40px auto }
		ARTICLE.location .apppath IMG					{ width:auto; max-width:100%; height:auto }
	
	
	ARTICLE.catering						{ overflow:hidden; padding-bottom:40px; padding-bottom:40px; background-image:url('assets/images/fader.png'), url('assets/images/wood.jpg'); background-position:top left, top left; background-repeat:repeat-x, repeat }
		ARTICLE.catering > .wrap				{ max-width:960px }
		ARTICLE.catering .entry-title			{ display:block; margin-top:60px; font-size:2.25em; line-height:1.25; text-align:center; color:#000 }
		ARTICLE.catering .food-menu				{ margin:30px auto 0 auto }
		ARTICLE.catering .btn-block				{ margin-top:40px }
		ARTICLE.catering .wpcf7-form			{ max-width:520px; margin:40px auto 0 auto; padding:0 30px 40px; border: 1px solid #000; background-color:#FFF }
		ARTICLE.catering .entry-info			{ margin-top:60px }
		ARTICLE.catering .entry-info .info		{ margin-top:12px; text-align:center; font-size:1.25em; font-weight:300 }
		
	ARTICLE.card							{ overflow:hidden; padding-bottom:40px; padding-bottom:40px; background-image:url('assets/images/fader.png'), url('assets/images/wood.jpg'); background-position:top left, top left; background-repeat:repeat-x, repeat }
		ARTICLE.card > .wrap					{ max-width:960px }
		ARTICLE.card .entry-title				{ display:block; margin-top:60px; font-size:2.25em; line-height:1.25; text-align:center; color:#000 }
		ARTICLE.card .btn-block					{ margin-top:40px }
		ARTICLE.card .wpcf7-form				{ max-width:520px; margin:40px auto 0 auto; padding:0 30px 40px; background-color:#FFF; border:10px solid #C3A97D }
		ARTICLE.card .wpcf7-form INPUT			{ border-bottom-color:#C3A97D }
		ARTICLE.card .wpcf7-form INPUT:hover	{ border-bottom-color:#ad8b5b }
		ARTICLE.card .entry-info				{ margin-top:60px }
		ARTICLE.card .entry-info .info			{ margin-top:12px; text-align:center; font-size:1.25em; font-weight:300 }
		
	ARTICLE.campaign						{ overflow:hidden; padding-bottom:40px }
		ARTICLE.campaign .entry-title			{ position:relative; z-index:10; display:block; margin-top:60px; font-size:2.25em; line-height:1.25; text-align:center; color:#000 }
		ARTICLE.campaign .entry-txt				{ position:relative; z-index:10 }
		ARTICLE.campaign .entry-txt P			{ font-size:1.25em; font-family:Helvetica, Arial, sans-serif }
		ARTICLE.campaign FOOTER					{ overflow:hidden; text-align:center }
		ARTICLE.campaign FOOTER A.btn			{ margin-top:40px }
		ARTICLE.campaign UL.sharer				{ margin:40px auto 0 auto }
		ARTICLE.campaign.cover 					{ position:relative; width:100%; height:100%; min-height:400px; background-position:center center; background-size:cover; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; background-color:#242E4D }
		ARTICLE.campaign.cover .entry-title,
		ARTICLE.campaign.cover .entry-txt		{ color:#FFF }
		ARTICLE.campaign.cover .shader			{ display:block; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background-color: rgba(46, 47, 112, 0.8); pointer-events:auto }
		ARTICLE.campaign.cover .f-upload		{ padding:20px; background-color:rgba(36,46,77,0.6) }
		ARTICLE.campaign.cover .f-upload INPUT[type="submit"]	{ border-color:#F5DEB3; color:#F5DEB3 }
		ARTICLE.campaign.cover.static			{ position:fixed; background-position:center center!important }
		ARTICLE.campaign .entry-txt .postcard	{ padding:0 }
	
	
	ARTICLE.service							{ overflow:hidden }
		ARTICLE.service > .wrap					{ max-width:960px }
		ARTICLE.service .entry-title			{ display:block; margin-top:60px; font-size:1.5em; font-weight:300; line-height:1.25; text-align:center; color:#ad8b5b }
		ARTICLE.service .entry-txt P			{ margin-top:40px; font-size:1.25em; font-weight:300 }
		ARTICLE.service .subarea				{ margin-top:40px }
		ARTICLE.service UL.sharer				{ margin:40px auto 0 auto }
		ARTICLE.service .subarea:nth-of-type(2n) .group	{ left:auto; right:30px }
		
	ARTICLE.mitzu							{ overflow:hidden }
		ARTICLE.mitzu > .wrap					{ max-width:1420px }
		ARTICLE.mitzu .entry-title				{ display:block; margin-top:40px; font-size:2em; font-weight:300; line-height:1.25; text-align:center; color:#ad8b5b }
		ARTICLE.mitzu .entry-txt H4			 	{ color:#ad8b5b }
		ARTICLE.mitzu .grid,
		ARTICLE.mitzu .block					{ margin-top:20px; font-size:1.25em; font-weight:300; text-align:center }
		ARTICLE.mitzu .grid						{ display:block }
		ARTICLE.mitzu .grid IMG					{ width:auto; max-width:100%; height:auto }
		ARTICLE.mitzu .grid P					{ text-align:center }
		ARTICLE.mitzu .grid > .grid__col		{ width:100% }
		ARTICLE.mitzu .grid > .grid__col--box	{ padding:20px; vertical-align:middle }
		ARTICLE.mitzu .grid:nth-of-type(2n) 	{ flex-direction: row; margin-bottom:20px }
		
		
	ARTICLE.snackattack							{ overflow:hidden }
		ARTICLE.snackattack > .wrap					{ max-width:80% }
		ARTICLE.snackattack .grid					{ display:block; margin-top:20px; font-size:1.25em; font-weight:300; text-align:center }
		ARTICLE.snackattack .grid IMG				{ width:auto; max-width:100%; height:auto }
		ARTICLE.snackattack .grid P					{ text-align:center }
		ARTICLE.snackattack .grid > .grid__col		{ width:100% }
		ARTICLE.snackattack .grid > .grid__col--box	{ padding:20px; vertical-align:middle }
		ARTICLE.snackattack .shape-logo				{ width:100% }
		ARTICLE.snackattack .head					{ font-size:3.2em; font-weight:700; text-transform:uppercase; line-height:1.1 }
		ARTICLE.snackattack .head SPAN				{ font-size:80%; text-transform:none }
		ARTICLE.snackattack .social					{ margin-top:50px; margin-bottom:50px }
		ARTICLE.snackattack .social DD A:hover svg.ic			{ fill:#ef8425 }
		ARTICLE.snackattack .btn					{ margin-top:40px; padding:8px 30px; font-weight:700; color:#000; background-color:#ef8425; border:4px solid #b35431; border-radius:10px }
		ARTICLE.snackattack .btn:hover				{ background-color:#e37d23 }
		ARTICLE.snackattack .map					{ margin-top:40px }
		ARTICLE.snackattack .map P					{ padding-bottom:6px; font-size:1.2em; font-weight:700 }
		ARTICLE.snackattack .map svg.ic				{ margin-right:20px; width:42px; height:54px; fill:#26416c }
		ARTICLE.snackattack .map .link				{ color:#000; text-decoration:underline }
		ARTICLE.snackattack .map .link:hover		{ text-decoration:none }
		ARTICLE.snackattack .map .link SPAN			{ display:inline-block; line-height:1.0 }
		
	ARTICLE.mitzumenu .entry-title			{ display:none; text-align:center }
	
	ARTICLE.events							{ overflow:hidden }
		ARTICLE.events .wrap					{ max-width:90% }
		.sEvDescr P								{ padding:40px 0; font-size:1.5em; font-weight:200; text-align:center; color:#39b4c4 }
		.sEvHeadline							{ background-color:#39b4c4 }
		.sEvHeadline P							{ padding:30px 0; font-size:3em; font-weight:700; line-height: 1.2; text-align:center; color:#FFF }
		.sEvMenu								{ overflow:hidden; }
		.sEvMenu .evmenu-box					{ float:right; display:inline-block; margin:50px 0; padding:15px 30px 30px 30px; border-radius:20px; background:rgba(57,180,196,0.9) }
		.sEvMenu .evmenu-title					{ padding:20px 0; font-size:2.5em; line-height:1; color:#FFF }
		.sEvMenu .evmenu-list					{ }
		.sEvMenu .evmenu-list DT				{ font-size:1.8em; line-height:1.1; color:#FFF }
		.sEvMenu .evmenu-list DD				{ padding-top:10px; font-size:1.5em; line-height:1.1; color:#FFF }
		.sEvFood								{ overflow:hidden }
		.sEvFood .cols							{ width:100%; margin:50px 0 }
		.sEvFood .cols .col--right				{ text-align:center }
		.sEvFood .evfood-title					{ font-size:5em; font-weight:bold; line-height:1.2; white-space: nowrap; color:#39b4c4 }
		.sEvFood .evfood-descr					{ font-size:1.5em; color:#39b4c4 }
		.sEvFood .btn-food						{ font-size:1.8em }
		.sEvFood .evfood-actions .btn-action2:nth-of-type(2)	{ margin-top:10px }
		.sEvTable								{ background-color:#39b4c4 }
		.sEvTable .cols							{ width:100%; margin-top:50px }
		.sEvTable .cols .col--left				{ text-align:center }
		.sEvTable .cols .col--right				{ margin-top:40px; text-align:center }
		.sEvTable .evtable-title				{ font-size:4.5em; font-weight:bold; line-height:1.0; color:#FFF }
		.sEvTable .evtable-plate				{ position:relative; width:100%; height:280px; background-position:center center; background-size:contain; background-repeat:no-repeat; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s }
		.sEvTable .evtable-list					{ padding-top:40px; transform: rotate(-370deg); }
		.sEvTable .evtable-list	DD				{ font-size:1.2em; color:#FFF }
		.sEvLocations .wrap						{ text-align:center }
		.sEvLocations .evlocations-title		{ margin-top:30px; font-size:4em; font-weight:bold; line-height:1.2; color:#39b4c4 }
		.sEvLocations .btn-locations			{ margin:30px 0; font-size:1.8em }
		.sEvContent								{ padding-top:20px; padding-bottom:20px }
		.sEvCols								{  }
		.sEvCols .grid							{ display:block}
		.sEvCols .grid > .grid__col--thumb		{ width:100% }
		.sEvCols .grid > .grid__col--box		{ width:100%; padding:40px 40px; vertical-align:middle; text-align:center }
		.sEvCols .grid:nth-of-type(1n) > .grid__col--box	{ background-color:#f2f2f2; color:#4a484f }		
		.sEvCols .grid:nth-of-type(2n) > .grid__col--box 	{ background-color:#39b4c4; color:#FFF }
		.sEvCols .evcols-cover					{ width:100%; min-height:320px; height:100%; background-size: cover;background-position:center center; background-size:cover; background-repeat:no-repeat; background-color:#39b4c4 }
		.sEvCols .evcols-title					{ font-size:2.5em; font-weight:700; line-height:1.2 }
		.sEvCols .evcols-list					{ font-size:1.25em }
		.sEvCols .evcols-list DT				{ margin-top:20px }
		.sEvChristmans .evmenu-box				{ margin:60px auto 30px auto; text-align:center }
		.sEvChristmans .evmenu-box IMG			{ width:100% }
		.sContactMsg P							{ margin:100px auto; font-size:1.5em; text-align:center; color:#39b4c4 }
		
		
	
	/* PLUGINS */
	
	/* Stonehenge*/
		.stonehenge 							{ position: relative; width: 100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; transition: all 0.2s; transform: scale(1); will-change: transform; user-select: none; cursor: pointer; text-align: center; scroll-behavior: auto; -ms-overflow-style: none; scrollbar-width: none; }
		.stonehenge::-webkit-scrollbar 			{ display: none; }
		.stonehenge.is-grabbed 					{ cursor: grabbing; transform: scale(1.02) }
		.stonehenge > * 						{ display: inline-block; white-space: normal; text-align: left; vertical-align: middle; }
		.stonehenge.is-valigned-top > * 		{ vertical-align: top }
		.stonehenge.is-valigned-middle > * 		{ vertical-align: middle }
		.stonehenge.is-valigned-bottom > * 		{ vertical-align: bottom }
		.stonehenge.zigzag 						{ padding: 2rem 0 }
		.stonehenge.zigzag > * 					{ position: relative }
		.stonehenge.zigzag > *:nth-child(odd) 	{ top: -1.5rem }
		.stonehenge.zigzag > *:nth-child(even) 	{ bottom: -1.5rem }
		.stonehenge > DIV						{ max-width:280px }
		.stonehenge > DIV >IMG					{ width: auto; max-width: 100%; height: auto }
		
		.flipper 								{ width: 100% }
		.flipper INPUT 							{ display:none }
		.carousel 								{ display: flex; margin:40px 0; align-items: center; justify-content: center; position: relative; min-height:280px; perspective: 1000px }
		.carousel .item 						{ position: absolute; top: 0; box-sizing: border-box; text-align: center; transition: transform 0.4s; box-shadow: 0 0 10px rgba(0,0,0,0.3); user-select: none; cursor: pointer }
		.carousel .item IMG 					{ max-width:180px }
		#t-1:checked ~ .carousel label[for="t-2"],
		#t-2:checked ~ .carousel label[for="t-3"],
		#t-3:checked ~ .carousel label[for="t-1"] 	{ transform: translate3d(140px, 0, -200px) rotateY(-15deg); z-index: 3; opacity:0.5 }
		#t-2:checked ~ .carousel label[for="t-1"],
		#t-3:checked ~ .carousel label[for="t-2"],
		#t-1:checked ~ .carousel label[for="t-3"] 	{ transform: translate3d(-140px, 0, -200px) rotateY(15deg); z-index: 3; opacity:0.5 }
		#t-1:checked ~ .carousel label[for="t-1"],
		#t-2:checked ~ .carousel label[for="t-2"],
		#t-3:checked ~ .carousel label[for="t-3"] 	{ z-index: 4 }

	/* Lazy Load XT */
	/*.lazy-hidden { background: #eee url('assets/images/preloader.gif') 50% 50% no-repeat }*/
	/*.lazy-loaded { transition:opacity 0.3s; -webkit-transition:opacity 0.3s; -moz-transition:opacity 0.3s; -ms-transition:opacity 0.3s; -o-transition:opacity 0.3s; opacity:1 }*/
	
	/* Magnific Popup CSS */
	.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
	.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
	.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
	.mfp-align-top .mfp-container:before { display: none; }
	.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
	.mfp-ajax-cur { cursor: progress; }
	.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
	.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
	.mfp-auto-cursor .mfp-content { cursor: auto; }
	.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
	.mfp-loading.mfp-figure { display: none; }
	.mfp-hide { display: none !important; }
	.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
	.mfp-preloader a { color: #cccccc; }
	.mfp-preloader a:hover { color: white; }
	.mfp-s-ready .mfp-preloader { display: none; }
	.mfp-s-error .mfp-content { display: none; }
	button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
	button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}
	.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
	.mfp-close:active { top: 1px; }
	.mfp-close-btn-in .mfp-close { color: #333333; }
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
	.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
	.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.mfp-arrow:active { margin-top: -54px; }
	.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
	.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
	.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
	.mfp-arrow-left { left: 0; }
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
	.mfp-arrow-right { right: 0; }
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
	.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
	.mfp-iframe-holder .mfp-close { top: -40px; }
	.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
	.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
	/* Main image in popup */
	img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
	/* The shadow behind the image */
	.mfp-figure { line-height: 0; }
	.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
	.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
	.mfp-figure figure { margin: 0; }
	.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
	.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
	.mfp-image-holder .mfp-content { max-width: 100%; }
	.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
	 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0 }
	 .mfp-img-mobile img.mfp-img { padding: 0 }
	 .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0 }
	 .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px }
	 .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
	 .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0 }
	 .mfp-img-mobile .mfp-counter { right: 5px; top: 3px }
	 .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
	}
	 @media all and (max-width: 900px) {
	 .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75) }
	 .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0 }
	 .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	 .mfp-container { padding-left: 6px; padding-right: 6px }
	}
	.mfp-ie7 .mfp-img { padding: 0; }
	.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
	.mfp-ie7 .mfp-container { padding: 0; }
	.mfp-ie7 .mfp-content { padding-top: 44px; }
	.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }
	
	/* Page slide */
	#pageslide { /* These styles MUST be included. Do not change. */ overflow-y:auto; display:none; position:fixed; top:0; z-index:999999; min-width:160px; height:100%; padding:40px 20px 40px 20px; background-color:#242E4D; background-color:rgba(36,46,77,0.8); color:#FFF; box-shadow:0 0 10px -6px rgba(0, 0, 0, 1); -webkit-box-shadow:0 0 10px -6px rgba(0, 0, 0, 1); -moz-box-shadow:0 0 10px -6px rgba(0, 0, 0, 1) }
		#pageslide #access		{ position:relative; top:auto; left:auto; margin:0; background:none; padding-bottom:20px }
		#pageslide DIV.nav-lang					{ position:relative; top:auto ;left:auto }
		#pageslide DIV.nav-lang > A				{ padding:10px 0 }
		#pageslide .sf-menu						{ text-align:left }
		#pageslide .sf-menu > .menu-item		{ display:block }
		#pageslide .sf-menu > .menu-item > A	{ padding:10px }
		#pageslide .sf-menu UL				{ display:block; position:relative }
		#pageslide .sf-vertical UL			{ top:auto; left:auto }
		#pageslide .close-menu 				{ position:absolute; top:-30px; right:0; z-index:999; fill:#FFF }
		#pageslide .close-menu svg.ic 		{ width:18px; height:18px }
		#pageslide .close-menu:hover		{ fill:#BD8E67 }
		
	/*** SHAPES ***/
	svg.ic 							{ width:1.5rem; height:1.5rem; vertical-align:middle }
	
/****************************************/
/***** RESPONSIVE      ******************/
/****************************************/
@media only screen and (min-width:480px){
	#brand .bcard								{ top:0 }
	.logo-primary .shape-logo					{ position:absolute; top:46% }
	ARTICLE.base .entry-txt P					{ padding-top:40px }
	ARTICLE.base .entry-txt	.cols				{ margin-top:40px }
	.align-left									{ float:left }
	.align-right								{ float:right }
	.no-content, .no-results					{ font-size:1em }
	.area .leads .lead 							{ padding:40px 10px 20px 10px; width:50% }
	.area .lead.poster							{ width:50% }
	.sEvTable .evtable-title					{ font-size:6em }
	.sEvTable .evtable-list	DD					{ font-size:1.9em }
	.sEvTable .evtable-plate					{ height:450px }
	.sEvTable .evtable-list						{ padding-top:72px }
	.sEvTable .cols .col--right					{ margin-top:70px }
	.sEvFood .evfood-title						{ font-size:8em }
	.sEvFood .evfood-actions					{ margin-top:20px }
	.sEvFood .evfood-actions .btn-action2:nth-of-type(2)	{ margin-top:0 }
	.carousel 									{ min-height:310px }
	.carousel .item IMG 						{ max-width:200px }
	}
	
@media only screen and (min-width:680px){
	.area,
	ARTICLE.campaign.cover,
	ARTICLE.catering,
	ARTICLE.location							{ padding-bottom:60px }
	.area .col,
	ARTICLE.base .entry-txt	.col				{ display:table-cell; vertical-align:top }	
	.area .cols.two .col,
	ARTICLE.base .entry-txt	.cols.two .col		{ width:50% }
	.area .name									{ margin-top:60px }
	.area .btn									{ margin-top:30px }
	.area .excerpt								{ width:80% }
	.area .content								{ width:80%; margin-top:40px }
	.area.s-type3 .actions						{ padding-bottom:60px }
	.area .leads .lead 							{ width:33.3% }
	.lead.poster .logo > IMG					{ max-width:180px }
	.gl-film,
	.gl-montage			{ margin-top:40px }
	.s-contact .col:nth-of-type(1),
	ARTICLE.base .entry-txt	.col:nth-of-type(1)		{ padding-right:40px }
	.s-contact .postcard,
	ARTICLE.campaign .f-upload,
	.f-feedback						{ padding: 0 30px 40px 30px }
	.s-contact .postcard > .title,
	.f-feedback  > .title			{ margin-top:40px }
	.s-contact .msg					{ margin-top:30px; text-align:left }
	.s-contact .bcard				{ text-align:left }
	.s-contact .info				{ margin-top:100px }
	.f-main .actions				{ margin-top:20px }
	DL.social DT		{ display:inline-block; *diplay:inline; *zoom:1; width:auto; vertical-align:middle }
	ARTICLE.location .entry-intro > .descr	{ margin-top:60px; width:80% }
	ARTICLE.location .entry-txt				{ margin-top:60px }
	.food-menu .emphasize			{ width:80% }
	ARTICLE.catering .food-menu		{ margin-top:60px }
	.pub							{ margin-top:40px }
	#brand .events-title-box					{ top:65% }
	.sEvDescr P									{ padding:80px 0; font-size:2em }
	.sEvMenu .evmenu-box						{ margin:100px 0 }
	.sEvMenu .evmenu-title						{ font-size:4em }
	.sEvMenu .evmenu-list DT					{ font-size:2em }
	.sEvMenu .evmenu-list DD					{ padding-top:16px; font-size:1.75em }
	.sEvTable .evtable-title					{ font-size:8em }
	.sEvLocations .evlocations-title			{ font-size:5em }
	.stonehenge > DIV							{ max-width:500px }
	.sEvFood .evfood-title						{ font-size:10em }
	.sEvFood .evfood-descr						{ font-size:1.75em }
	.sEvContent									{ padding-top:50px; padding-bottom:50px }
	.carousel 									{ min-height:400px }
	.carousel .item IMG 						{ max-width:260px }
	#t-1:checked ~ .carousel label[for="t-2"],
	#t-2:checked ~ .carousel label[for="t-3"],
	#t-3:checked ~ .carousel label[for="t-1"] 	{ transform: translate3d(170px, 0, -200px) rotateY(-15deg) }
	#t-2:checked ~ .carousel label[for="t-1"],
	#t-3:checked ~ .carousel label[for="t-2"],
	#t-1:checked ~ .carousel label[for="t-3"] 	{ transform: translate3d(-170px, 0, -200px) rotateY(15deg) }
	ARTICLE.location .apppath						{ margin:60px auto }
	
	.sEvCols .grid							{ display:flex }
	.sEvCols .grid:nth-of-type(1n) 			{ flex-direction:row-reverse }
	.sEvCols .grid:nth-of-type(2n) 			{ flex-direction:row }
	.sContactMsg P							{ margin:160px auto }
	}
	
@media only screen and (min-width:860px){ 
	.spacer										{ margin-top:60px }				
	
	#brand .bcard LI							{ font-size:1.25em; line-height:1.6 }
	#brand .flex-bar							{ padding:0; text-align:center }
	ARTICLE.single.cols .col					{ display:table-cell; vertical-align:top }
	.video-popup > A							{ padding:180px }
	.s-contact .col:nth-of-type(1)				{ padding-right:80px }
	.lead.poster .logo > IMG					{ max-width:210px }
	.area .lead.poster							{ width:33.3% }
	.brand-mitzu > .brand-mitzu__logo			{ padding:40px 40px 0 40px }
	.mitzu-menu									{ max-width:780px; margin:40px auto 40px auto; padding:20px 70px 70px 70px; /*border:2px solid #000;*/ box-shadow:0 0 0 2px #000 inset, 0 0 0 4px #FFF inset, 0 0 0 6px #000 inset }
	
	ARTICLE.mitzu .entry-title				{ display:block; margin-top:60px; font-size:2.5em; font-weight:300; line-height:1.25; text-align:center; color:#ad8b5b }
	ARTICLE.mitzu .grid,
	ARTICLE.mitzu .block					{ margin-top:40px; font-size:1.5em; font-weight:300; text-align:center }
	ARTICLE.mitzu .grid						{ display:flex }
	ARTICLE.mitzu .grid IMG					{ width:auto; max-width:100%; height:auto }
	ARTICLE.mitzu .grid P					{ text-align:center }
	ARTICLE.mitzu .grid > .grid__col		{ width:50% }
	ARTICLE.mitzu .grid > .grid__col--box	{ padding:40px; vertical-align:middle }
	ARTICLE.mitzu .grid:nth-of-type(1n) 	{ flex-direction: row-reverse; }
	ARTICLE.mitzu .grid:nth-of-type(2n) 	{ flex-direction: row; margin-bottom:60px }
	
	ARTICLE.snackattack .grid					{ display:flex; margin-top:40px; font-size:1.5em; font-weight:300; text-align:center }
	ARTICLE.snackattack .grid IMG				{ width:auto; max-width:100%; height:auto }
	ARTICLE.snackattack .grid P					{ text-align:center }
	ARTICLE.snackattack .grid > .grid__col		{ width:50% }
	ARTICLE.snackattack .grid > .grid__col--box	{ padding:40px; vertical-align:middle }
	
	.f-feedback								{ margin-bottom:60px }
	.wpcf7-form .row-head					{ min-width:120px }
	
	#brand .events-title					{ font-size:4em }
	#brand .btn-events 						{ margin-top:14px; font-size:2em }
	.sEvLocations .btn-locations			{ font-size:2em }
	.sEvTable .cols							{ margin-top:100px }
	.sEvChristmans .evmenu-box				{ margin:140px auto 70px auto; text-align:center }
	.sEvChristmans .evmenu-box IMG			{ width:80% }
	}
	
@media only screen and (min-width:1024px){ 
	.area .lead.poster							{ width:25% }
	.sEvTable .evtable-title					{ font-size:8em }
	.sEvTable .cols--flex						{ display:flex; flex-flow:wrap }
	.sEvTable .cols .col						{ width:50% }
	.sEvTable .cols .col--left					{ text-align:left }
	.sEvCols .grid > .grid__col--thumb			{ width:70% }
	.sEvCols .grid > .grid__col--box			{ width:30%; padding:100px 60px }
	}
@media only screen and (min-width:1280px){ 
	.lead.poster .box							{ height:600px }
	.sEvTable .cols .col--left					{ width:60% }
	.sEvTable .cols .col--right					{ width:40% }
	.sEvTable .evtable-title					{ font-size:9em }
	.sEvFood .cols								{ margin:100px 0 }
	.sEvFood .cols .col							{ width:50% }
	.sEvFood .cols--flex						{ display:flex; flex-flow:wrap; align-items: center }
	.sEvFood .cols .col--left					{ padding-right:40px }
	.carousel 									{ margin:40px 0 }
	.sEvChristmans .evmenu-box IMG				{ width:70% }
	}
	
@media only screen and (min-width:1440px){ 
	.area .lead.poster							{ width:20% }
	ARTICLE.events .wrap						{ max-width:80% }
	.sEvTable .cols .col--left					{ width:50% }
	.sEvTable .evtable-title					{ font-size:10em }
	}
	
/*@media only screen and (min-width:1920px){ 
	#access										{ display:block }
	#brand .btn-menu							{ display:none }
	}*/	
	
@media print {
	  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important } 
	  a, a:visited { text-decoration: underline }
	  a[href]:after { content: " (" attr(href) ")" }
	  abbr[title]:after { content: " (" attr(title) ")" }
	  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "" } 
	  pre, blockquote { border: 1px solid #999; page-break-inside: avoid }
	  thead { display: table-header-group } 
	  tr, img { page-break-inside: avoid }
	  img { max-width: 100% !important; }
	  @page { margin: 0.5cm }
	  p, h2, h3 { orphans: 3; widows: 3 }
	  h2, h3 { page-break-after: avoid }
}
/****************************************/
/***** OVERWRITE     ******************/
/****************************************/
	.s-insta,
	.s-locations		{ padding-bottom:0 }
	
/****************************************/
/***** DESKTOP      ******************/
/****************************************/
.desktop.home .cinematic-cover					{ background-attachment:fixed }
/****************************************/
/***** MOBILE      ******************/
/****************************************/
.mobile DL.social DT,
.mobile #scrollToTop						{ display:none }
.mobile .lead.poster:hover					{ background-position:center center }
.mobile .gl-film .topnav A.leftnav SPAN, 
.mobile .gl-film .topnav A.rightnav SPAN	{ transition: all 0s }
