/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ---------------------------------------------------------
   1. Embedded icomoon fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded icomoon fonts styles
---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?lt2d6w");
	src: url("fonts/icomoon.eot?lt2d6w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lt2d6w") format("truetype"), url("fonts/icomoon.woff?lt2d6w") format("woff"), url("fonts/icomoon.svg?lt2d6w#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
	content: "\e805";
}

.icon-triangle:before {
	content: "\e806";
}

.icon-twitter:before {
	content: "\e807";
}

.icon-down-arrows:before {
	content: "\e808";
}

.icon-email:before {
	content: "\e809";
}

.icon-facebook:before {
	content: "\e80a";
}

.icon-facebook-02:before {
	content: "\e800";
}

.icon-instagram:before {
	content: "\e803";
}

.icon-twitter-02:before {
	content: "\e804";
}

.icon-exclamation:before {
	content: "\f06a";
}

.icon-arrow-up:before {
	content: "\f077";
}

#nav ul,
.footer-wrap .social-networks,
.awards,
.hours .time-wrap,
.menu .btn-holder,
.music-list,
.menu-content .price-list,
.menu-list,
.events-holder .events,
#breadcrumbs ul,
#content .social-networks,
ol.listing,
ul.listing {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
.footer-wrap:after,
.footer-wrap .social-wrap:after,
.awards:after,
.music .title-wrap:after,
.music-list .description:after,
.featured .box:after,
.menu-content .title-wrap:after,
.contact-form .input-wrap:after,
#content .block-frame:after {
	content: "";
	display: block;
	clear: both;
}

#nav a,
.btn,
.footer-wrap .tel,
.footer-wrap .social-networks a,
.awards .logo-wrap a,
.copyright a,
.banner .btn-wrap .icon-down-arrows,
.welcome .content-wrap .logo-wrap a,
.music h3 a,
.nav a,
.back-top a,
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form input[type="url"],
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form .error-message {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#nav ul,
.footer-wrap .social-networks,
.footer-wrap .social-wrap,
.awards,
.hours .time-wrap,
.nav,
.menu-content .price-list,
.menu-list,
#breadcrumbs ul,
#content .social-networks {
	font-size: 0;
	line-height: 0;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   2. General reset
---------------------------------------------------------*/

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
* set default text color
* set default font size, line height and font family
* set default background
*/

body {
	margin: 0;
	height: 100%;
	color: #25323c;
	background: #fff;
	font: 18px/1.666667 "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

.gm-style img {
	max-width: none;
}

/* global heading style */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 15px;
}

/* set styles for default page links */

a {
	color: #ae0000;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

/* set default styles in all browsers */

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #e1e1e1;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #aeaeae;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* home page header style */

.home #header {
	background: transparent;
}

.home #header.fixed-position {
	background: #000;
}

/* header style */

#header {
	background: #000;
	padding: 20px 0 18px;
	position: absolute;
	min-width: 320px;
	z-index: 9999;
	right: 0;
	right: 0;
	left: 0;
	top: 0;
}

#header.fixed-position {
	position: fixed;
}

/* page logo styles */

.logo {
	margin: 0 auto 14px;
	width: 250px;
}

.logo img {
	display: block;
}

/* main nav style */

#nav ul {
	text-transform: uppercase;
	text-align: center;
	margin: 0 -1px 0 -2px;
}

#nav li {
	font: 700 18px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 2px solid #464646;
	letter-spacing: 4px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 -1px;
}

#nav li.active a {
	color: #a00;
}

#nav a {
	color: #fff;
	display: block;
	padding: 4px 4px 4px;
	text-decoration: none;
}

#nav a:hover {
	color: #a00;
}

/* sidebar style */

#sidebar {
	display: none;
	text-align: center;
}

#sidebar h2 {
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

#sidebar h3 {
	font-size: 22px;
	letter-spacing: 4px;
	line-height: 1.3;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#sidebar .description {
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px;
}

#sidebar .description .h3 {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.3;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
}

#sidebar .title {
	padding: 13px;
	margin-bottom: 24px;
	border-bottom: 4px solid #e1e1e1;
}

#sidebar .date {
	letter-spacing: 3px;
	display: block;
	margin-bottom: 5px;
	padding: 0 10px;
}

#sidebar .description {
	margin-bottom: 27px;
}

/* sidebar content box style */

.box-wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border: 4px solid #e1e1e1;
}

.box-wrap .btn-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 40px;
}

.box-wrap .btn-wrap:before,
.box-wrap .btn-wrap:after {
	background: url("images/icon02.png") no-repeat 50% 50%;
	position: absolute;
	content: "";
	width: 33px;
	height: 24px;
	top: 50%;
}

.box-wrap .btn-wrap:before {
	left: 3px;
	margin-right: 7px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.box-wrap .btn-wrap:after {
	right: 3px;
	margin-left: 7px;
	-webkit-transform: translatey(-50%) rotate(180deg);
	-ms-transform: translatey(-50%) rotate(180deg);
	transform: translatey(-50%) rotate(180deg);
}

.box-wrap .img-wrap {
	margin-bottom: 24px;
}

.box-wrap .btn {
	min-width: 0;
	padding: 8px 8px;
	letter-spacing: 2px;
	font: 17px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/* ---------------------------------------------------------
   3. Сommon site styles
---------------------------------------------------------*/

/* main container styles */

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
}

.holder {
	max-width: 1060px;
	padding: 0 20px;
	margin: 0 auto;
}

/* global button style */

.btn {
	font: 700 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	min-width: 145px;
	border-radius: 3px;
	background: #e1e1e1;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 9px 10px;
	color: #000;
}

.btn:hover {
	background: #c6c6c6;
}

#main {
	text-align: center;
}

/* footer style */

#footer {
	height: 1%;
	width: 100%;
	overflow: hidden;
	color: #6f6f6f;
	background: #000;
	text-align: center;
	position: relative;
	z-index: 777;
	display: table-footer-group;
	font: 300 17px/20px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .btn {
	background: #474747;
	letter-spacing: 2px;
	padding: 9px 15px;
	font-family: "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .btn:hover {
	background: #6a6a6a;
}

.f1 {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	z-index: 777;
	background: #000;
}

/* footer logo style */

.footer-logo {
	margin: -23px 0 43px;
	position: relative;
}

.footer-holder {
	margin-bottom: 41px;
}

/* footer item wrap style */

.footer-wrap .address {
	margin-bottom: 40px;
}

.footer-wrap address {
	font-style: normal;
	display: block;
	margin-bottom: 7px;
}

.footer-wrap .tel {
	color: #6f6f6f;
	text-decoration: none;
}

.footer-wrap .tel:hover {
	color: #fff;
}

.footer-wrap .social-networks {
	margin-bottom: 33px;
}

.footer-wrap .social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 1;
	margin: 0 14px 3px;
}

.footer-wrap .social-networks a {
	display: block;
	text-decoration: none;
	color: #6f6f6f;
}

.footer-wrap .social-networks a:hover {
	color: #fff;
}

.footer-wrap .btn-wrap {
	margin-bottom: 28px;
}

/* awards block style */

.awards {
	position: relative;
	overflow: hidden;
	padding-top: 35px;
	margin-bottom: 28px;
}

.awards:after,
.awards:before {
	border: 1px solid #a5a5a5;
	border-width: 0 1px;
	position: absolute;
	background: #666;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
}

.awards:before {
	top: 0;
}

.awards:after {
	top: auto;
	bottom: 0;
}

.awards li {
	display: table;
	width: 100%;
	margin-bottom: 42px;
	font-size: 17px;
	line-height: 27px;
}

.awards li + li {
	display: none;
}

.awards .logo-wrap {
	display: table-footer-group;
}

.awards .logo-wrap img {
	max-width: 108px;
}

.awards .logo-wrap a:hover {
	opacity: .7;
}

.awards .description {
	margin-bottom: 15px;
}

.awards .description em {
	display: block;
}

/* copyright block style */

.copyright {
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}

.copyright .link {
	display: block;
	padding-top: 6px;
}

.copyright a {
	color: #6f6f6f;
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
}

/* ---------------------------------------------------------
   4. Сustom form styles
---------------------------------------------------------*/

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 45px;
	border: 2px solid #e1e1e1;
	border-radius: 3px;
	text-transform: capitalize;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-drop-active.jcf-select {
	border-radius: 3px 3px 0 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	color: #cdcdcd;
	padding: 10px 56px 10px 10px;
	font: 400 18px/22px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 56px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	left: 0;
	top: 50%;
	right: 0;
	color: #cdcdcd;
	position: absolute;
	content: "\e806";
	speak: none;
	line-height: 1;
	margin-top: -5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font: 13px/1 "icomoon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
	border: 2px solid #e1e1e1;
	border-radius: 3px;
}

/* select options styles */

.jcf-list {
	font: 400 18px/22px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
	border: 2px solid #e1e1e1;
	border-width: 1px 2px 2px;
	border-radius: 0 0 3px 3px;
	text-transform: capitalize;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: normal;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e1e1e1;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

/* home page style */

/* banner style */

.banner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner.win-height {
	max-height: 1022px !important;
}

.banner .image-frame {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: fixed;
	max-height: 1022px !important;
}

.banner .btn-wrap {
	position: absolute;
	text-align: center;
	bottom: 52px;
	left: 0;
	right: 0;
}

.banner .btn-wrap .icon-down-arrows {
	color: #fff;
	font-size: 49px;
	line-height: 1;
}

.banner .btn-wrap a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.banner .btn-wrap a:hover .icon-down-arrows {
	color: #ae0000;
}

.section {
	position: relative;
	z-index: 9;
}

/* welcome block style */

.welcome {
	display: none;
	color: #fff;
	position: relative;
	padding: 96px 0;
	font-size: 26px;
	line-height: 50px;
	min-height: 866px;
}

.welcome h1 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 41px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.welcome h1 span {
	text-transform: none;
	font-family: "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 0;
}

.welcome .content-wrap {
	font-size: 22px;
	line-height: 1.3;
	padding-top: 15px;
	text-align: left;
	border-top: 1px solid #fff;
	margin-right: 1px;
}

.welcome .content-wrap .text-wrap {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.welcome .content-wrap .logo-wrap {
	display: inline-block;
	vertical-align: top;
}

.welcome .content-wrap .logo-wrap a:hover {
	opacity: .7;
}

.welcome .content-wrap p {
	margin-bottom: 20px;
}

.welcome p {
	margin-bottom: 44px;
}

.section-wrap {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.section-wrap:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .6)), color-stop(1%, rgba(0, 0, 0, .6)), color-stop(17%, transparent), color-stop(84%, transparent), color-stop(99%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .6)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 1%, transparent 17%, transparent 84%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 1%, transparent 17%, transparent 84%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
}

.section-wrap .btn-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 40px 28px;
}

.section-wrap .btn-wrap:before,
.section-wrap .btn-wrap:after {
	background: url("images/icon03.png") no-repeat 50% 50%;
	position: absolute;
	content: "";
	width: 33px;
	height: 24px;
	top: 50%;
}

.section-wrap .btn-wrap:before {
	right: 100%;
	margin-right: 7px;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.section-wrap .btn-wrap:after {
	left: 100%;
	margin-left: 7px;
	-webkit-transform: translatey(-50%) rotate(180deg);
	-ms-transform: translatey(-50%) rotate(180deg);
	transform: translatey(-50%) rotate(180deg);
}

.section-wrap .btn {
	font-family: "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	background: #474747;
	min-width: 176px;
	letter-spacing: 4px;
}

.section-wrap .btn:hover {
	background: #6a6a6a;
}

/* hours and locations block style */

.hours {
	background: #252525;
	padding: 32px 10px 43px;
	position: relative;
	color: #cdcdcd;
}

.hours:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .5)), color-stop(1%, rgba(0, 0, 0, .5)), color-stop(17%, transparent), color-stop(83%, transparent), color-stop(100%, rgba(0, 0, 0, .5)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 1%, transparent 17%, transparent 83%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 1%, transparent 17%, transparent 83%, rgba(0, 0, 0, .5) 100%);
}

.hours .hours-block {
	position: relative;
}

.hours .hours-wrap {
	font-style: italic;
}

.hours h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 13px;
	letter-spacing: 4px;
	line-height: 1.2;
	text-transform: uppercase;
	font-style: normal;
}


.hours .time-wrap li {
	font-size: 18px;
	line-height: 30px;
}

.hours .time-wrap li + li {
	position: relative;
}

.hours p {
	margin-bottom: 0px;
}

.hours address span {
	display: block;
}

.hours .happy-hours {
	display: block;
}

/* menu block style */

.menu {
	background: #fff;
	padding: 60px 0 6px;
	text-align: left;
	font-size: 20px;
	line-height: 35px;
}

.menu .block-content {
	padding: 56px 43px 81px;
}

.menu .content-wrap {
	min-height: 481px;
	position: relative;
	margin: 0 -4px 55px;
}

.menu .content-wrap:after,
.menu .content-wrap:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url("images/icon08.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 1px;
	left: -1px;
}

.menu .content-wrap:after {
	right: -1px;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 2px;
}

.menu .content-wrap.content-wrap-2 .block-content {
	padding: 56px 43px 46px 53px;
}

.menu .content-wrap.content-wrap-2 .img-wrap {
	float: right;
	margin: 0 0 0 27px;
}

.menu h2 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 14px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.menu .img-wrap {
	float: left;
	margin-right: 27px;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
	background: #fff;
	border: 1px solid #dcddde;
	position: relative;
	z-index: 9;
}

.menu .img {
	overflow: hidden;
	border-radius: 50%;
	width: 265px;
	height: 323px;
}

.menu .description {
	overflow: hidden;
	padding-top: 10px;
	font-size: 18px;
}

.menu .btn {
	background: #e1e1e1;
	letter-spacing: 2px;
	font: 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 13px 14px 13px 17px;
}

.menu .btn:hover {
	background: #cacaca;
}

.menu .btn-holder li + li {
	padding-top: 20px;
}

.menu .btn-holder .btn {
	min-width: 0;
}

.menu p {
	margin-bottom: 24px;
}

.menu .frame {
	position: relative;
}

.menu .frame:after,
.menu .frame:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: url("images/icon08.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	bottom: 1px;
	left: -1px;
}

.menu .frame:after {
	right: -1px;
	bottom: 0;
	left: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu .content-frame {
	position: relative;
}

.menu .content-frame:after,
.menu .content-frame:before {
	background: url("images/icon09-small.png") repeat-x 53.1% 50%;
	position: absolute;
	content: "";
	left: 26px;
	right: 26px;
	height: 24px;
	top: 0;
}

.menu .content-frame:after {
	bottom: 0;
	top: auto;
	left: 26px;
	right: 26px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu .block-content {
	position: relative;
	display: table;
	width: 100%;
}

.menu .block-content:after,
.menu .block-content:before {
	background: url("images/icon10-small.png") repeat-y 50% 56.4%;
	position: absolute;
	content: "";
	left: 0;
	top: 28px;
	bottom: 27px;
	width: 25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu .block-content:after {
	right: 0;
	top: 26px;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/* music section style */

.music-section .video-wrap {
	display: none;
}

.music-section .video-wrap video {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	min-height: 100%;
	display: block;
	height: auto;
	width: 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
}

/* music block style */

.music {
	color: #fff;
	padding-top: 57px;
	margin-bottom: 112px;
	position: relative;
	z-index: 1;
}

.music .music-wrap {
	border: 4px solid #464646;
}

.music h2 {
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.music h3 {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 1.3;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.music h3 a {
	text-decoration: none;
	color: #fff;
}

.music h3 a:hover {
	opacity: .7;
}

.music .title {
	padding: 13px 10px;
	margin-bottom: 17px;
	border-bottom: 4px solid #464646;
}

.music .date {
	letter-spacing: 3px;
	display: block;
	margin-bottom: 4px;
}

.music .text-frame {
	margin-bottom: 15px;
	font-style: italic;
}

.music .text-frame p {
	margin-bottom: 0;
}

.music .button .btn {
	background: #e1e1e1;
}

.music .button .btn:hover {
	background: #cacaca;
}

/* music list style */

.music-list li {
	border-bottom: 4px solid #464646;
	margin-bottom: 15px;
	position: relative;
}

.music-list .description {
	margin-bottom: 16px;
}

.music-list .content {
	font-style: italic;
}

/* special event style */

.special-event {
	color: #fff;
	margin-bottom: 102px;
	position: relative;
}

.special-event:before {
	content: "";
	top: -80px;
	left: 0;
	right: -500px;
	display: none;
	bottom: -500px;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .6)), color-stop(27%, transparent), color-stop(67%, transparent), color-stop(99%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .6)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, transparent 27%, transparent 67%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, transparent 27%, transparent 67%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
}

.special-event .event {
	border: 4px solid #464646;
	position: relative;
}

.special-event .event:after,
.special-event .event:before {
	left: 0;
	right: 0;
	content: "";
	width: 262px;
	height: 54px;
	margin: 0 auto;
	position: absolute;
	background: url("images/icon04.png") no-repeat 50% 50%;
}

.special-event .event:before {
	top: -50px;
}

.special-event .event:after {
	bottom: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.special-event .description {
	padding: 0 10px;
}

.special-event .title {
	padding: 13px 10px;
	margin-bottom: 19px;
	border-bottom: 4px solid #464646;
}

.special-event .date {
	letter-spacing: 3px;
	display: block;
	margin-bottom: 4px;
	text-transform:uppercase;
}

.special-event h2 {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.special-event h3 {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 1.3;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.special-event .content {
	padding: 0 5px;
	margin-bottom: 25px;
	font-style: italic;
}

.special-event .btn-wrap {
	margin-bottom: 32px;
	margin: 0 38px;
}

.special-event .event-frame {
	padding-bottom: 33px;
}

/* menu page style */

.jcf-select-nav-select.jcf-select {
	border: none;
}

.jcf-select-nav-select .jcf-select-text {
	color: #252525;
	border: 2px solid #e1e1e1;
	border-radius: 3px;
}

.jcf-select-nav-select .jcf-option {
	color: #252525;
}

.jcf-select-nav-select .jcf-list-content .jcf-option-opt-default {
	display: none;
}

/* menu page subnav style */

.nav {
	position: absolute;
	padding: 30px 20px 0;
	background: #fff;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	font-size: inherit;
	line-height: inherit;
}

.nav ul {
	display: none;
}

.nav li {
	font: 700 18px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 4px;
}

.nav a {
	color: #252525;
	text-decoration: none;
	padding: 16px 22px 14px;
    display: block;
}

.nav a:hover {
	color: #a00;
}

.nav a.active {
    background: #e1e1e1;
}

/* menu content wrap style */

.menu-holder {
	padding-top: 276px;
	margin-bottom: 82px;
}

/* featured block style */

/* featured box style */

.featured {
	border: 4px solid #e1e1e1;
	margin-bottom: 96px;
	position: relative;
	padding: 6px;
}

.featured:after,
.featured:before {
	left: 0;
	right: 0;
	content: "";
	width: 262px;
	height: 54px;
	margin: 0 auto;
	position: absolute;
	background: url("images/icon01.png") no-repeat 50% 50%;
}

.featured:before {
	top: -50px;
}

.featured:after {
	bottom: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.featured .box {
	padding: 30px 10px 13px;
	border: 4px solid #e1e1e1;
}

.featured .h2 {
	text-transform: uppercase;
	font: 20px/1.2 "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 3px;
	margin-bottom: 4px;
	display: block;
}

.featured h1 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 6px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.featured .num {
	letter-spacing: 2px;
	font: 25px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.featured .img-wrap {
	display: none;
}

.featured p {
	margin-bottom: 7px;
}

/* munu content style */

.menu-content {
	text-align: left;
	margin-bottom: 72px;
}

.menu-content .title-wrap {
	border: 1px solid #e1e1e1;
	border-width: 1px 0;
	margin-bottom: 36px;
	padding: 12px 0 14px;
}

.menu-content h2 {
	font: 26px/32px "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 0;
	letter-spacing: 7px;
	text-transform: uppercase;
}

.menu-content h3 {
	font: 900 22px/30px "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

.menu-content .price-list {
	padding-top: 9px;
	font-style: italic;
}

.menu-content .price-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
}

.menu-content .price-list li + li {
	position: relative;
	padding-left: 30px;
}

.menu-content .price-list li + li:before {
	top: 9px;
	width: 1px;
	left: 15px;
	content: "";
	height: 15px;
	background: #000;
	position: absolute;
}

.menu-content .price-list li.first {
	padding-left: 0;
}

.menu-content .price-list li.first:before {
	display: none;
}

/* menu list style */

.menu-list li {
	color: #252525;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}

.menu-image {
	max-height: 150px;
	margin-bottom: 10px;
}

.menu-list p {
	margin-bottom: 6px;
}

.menu-list .num {
	font: 20px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
}

.back-to-top {
	margin-top: -29px;
}

/* back to top link style */

.back-top {
	border: 1px solid #e1e1e1;
	text-align: left;
	border-width: 1px 0;
	margin-bottom: 36px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.back-top a {
	padding: 11px 60px 11px 2px;
	position: relative;
	display: block;
	color: #252525;
	font: 700 18px/1.2 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
}

.back-top a:hover {
	color: #ae0000;
}

.back-top .icon {
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	position: absolute;
	font-size: 18px;
	line-height: 1;
	right: 23px;
	top: 50%;
}

/* events block style */

.events-holder {
	color: #fff;
	overflow: hidden;
	padding-top: 143px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.events-holder:before {
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	bottom: 0;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .6)), color-stop(1%, rgba(0, 0, 0, .6)), color-stop(17%, transparent), color-stop(84%, transparent), color-stop(99%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .6)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 1%, transparent 17%, transparent 84%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 1%, transparent 17%, transparent 84%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
}

.events-holder:after {
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	height: 500px;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .9)), color-stop(55%, transparent), color-stop(87%, transparent), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0%, transparent 55%, transparent 87%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, transparent 55%, transparent 87%, transparent 100%);
}

.events-holder .title-wrap {
	margin: 0 1px 89px 2px;
	text-align: center;
	max-width: 590px;
	position: relative;
}

.events-holder .title-wrap:after,
.events-holder .title-wrap:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url("images/icon12.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
}

.events-holder .title-wrap:after {
	left: auto;
	right: 1px;
	top: 2px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.events-holder .title-wrap .frame {
	position: relative;
}

.events-holder .title-wrap .frame:after,
.events-holder .title-wrap .frame:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: url("images/icon12.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	bottom: 2px;
	left: 1px;
}

.events-holder .title-wrap .frame:after {
	bottom: 0;
	left: auto;
	right: -1px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.events-holder .title-wrap .title-frame {
	position: relative;
}

.events-holder .title-wrap .title-frame:after,
.events-holder .title-wrap .title-frame:before {
	background: url("images/icon13-small.png") repeat-x 50% 50%;
	position: absolute;
	content: "";
	left: 26px;
	right: 24px;
	height: 24px;
	top: 0;
}

.events-holder .title-wrap .title-frame:after {
	bottom: 0;
	top: auto;
	left: 25px;
	right: 26px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.events-holder .title-wrap .title-content {
	position: relative;
}

.events-holder .title-wrap .title-content:after,
.events-holder .title-wrap .title-content:before {
	background: url("images/icon11.png") repeat-y 50% 9%;
	position: absolute;
	content: "";
	left: 0;
	top: 26px;
	bottom: 24px;
	width: 25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.events-holder .title-wrap .title-content:after {
	right: 0;
	top: 24px;
	bottom: 26px;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.events-holder .title {
	white-space: nowrap;
	text-align: center;
	padding: 41px 40px 38px;
	min-height: 152px;
}

.events-holder .title:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 69px;
}

.events-holder .title > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.events-holder h1 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.events-holder .event-wrap {
	padding: 6px;
	border: 4px solid #464646;
	margin-bottom: 125px;
	position: relative;
	background: rgba(36, 37, 36, .6);
}

.events-holder .event-wrap:after,
.events-holder .event-wrap:before {
	left: 0;
	right: 0;
	content: "";
	width: 262px;
	height: 54px;
	margin: 0 auto;
	position: absolute;
	background: url("images/icon04.png") no-repeat 50% 50%;
}

.events-holder .event-wrap:before {
	top: -50px;
}

.events-holder .event-wrap:after {
	bottom: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.events-holder .events {
	border: 4px solid #464646;
}

.events-holder .events li {
	padding: 36px 12px 40px 17px;
}

.events-holder .events li + li {
	border-top: 4px solid #464646;
}

.events-holder .date {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 1.2;
	display: block;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.events-holder h2 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 6px;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.events-holder .btn {
	background: #474747;
	text-align: center;
	letter-spacing: 3px;
	min-width: 131px;
	padding: 13px 10px;
}

.events-holder .btn:hover {
	background: #6a6a6a;
}

.events-holder p {
	margin-bottom: 35px;
}

/* contact page style */

.contact-holder {
	padding-top: 172px;
	font-size: 22px;
	line-height: 1.2;
	color: #252525;
	text-align: left;
	margin-bottom: 70px;
	max-width: 833px;
}

.contact-holder h1 {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 7px;
	margin-bottom: 31px;
	text-transform: uppercase;
}

/* contact form style */

.contact-form {
	display: table;
	width: 100%;
}

.contact-form label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-form .input {
	min-height: 106px;
}

.contact-form input[type=password],
.contact-form input[type=email],
.contact-form input[type="url"],
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form textarea {
	border: 2px solid #e1e1e1;
	font: 400 18px/22px "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 8px;
	color: #252525;
	display: block;
	height: 45px;
	width: 100%;
}

.contact-form input[type=password]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form input[type="url"]::-webkit-input-placeholder,
.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=tel]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #cdcdcd;
}

.contact-form input[type=password]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form input[type="url"]::-moz-placeholder,
.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=tel]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #cdcdcd;
}

.contact-form input[type=password]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form input[type="url"]:-moz-placeholder,
.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=tel]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #cdcdcd;
}

.contact-form input[type=password]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form input[type="url"]:-ms-input-placeholder,
.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=tel]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #cdcdcd;
}

.contact-form input[type=password].placeholder,
.contact-form input[type=email].placeholder,
.contact-form input[type="url"].placeholder,
.contact-form input[type=text].placeholder,
.contact-form input[type=tel].placeholder,
.contact-form textarea.placeholder {
	color: #cdcdcd;
}

.contact-form textarea {
	min-height: 300px;
	width: 100% !important;
	margin-bottom: 40px;
	height: 447px;
}

.contact-form .error input[type=password],
.contact-form .error input[type=email],
.contact-form .error input[type=text],
.contact-form .error input[type=tel],
.contact-form .error textarea {
	border-color: #e00;
}

.contact-form .error .error-message {
	visibility: visible;
	display: block;
	opacity: 1;
}

.contact-form .error-message {
	font: 400 14px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #e00;
	visibility: hidden;
	opacity: 0;
	margin-top: -2px;
}

.contact-form .error-message .icon {
	font-size: 17px;
	line-height: 1;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.contact-form .error-message em {
	display: inline-block;
	vertical-align: middle;
}

.contact-form .input-frame {
	margin-bottom: 43px;
}

.contact-form .note {
	border-top: 1px solid #cdcdcd;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	padding-top: 22px;
	margin-bottom: 31px;
}

.contact-form input[type=submit] {
	margin: 0;
	border: none;
	color: #000;
	min-width: 145px;
	border-radius: 3px;
	display: inline-block;
	padding: 13px;
	white-space: normal;
	vertical-align: top;
	background: #e1e1e1;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 700 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-form input[type=submit]:hover {
	background: #c6c6c6;
}

/* music page style */

.music-holder {
	padding-top: 100px;
	text-align: left;
}

.music-holder .music {
	position: relative;
	overflow: hidden;
	margin-bottom: 96px;
	padding-top: 42px;
	height: auto;
	z-index: 1;
}

.music-holder .music:before {
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	bottom: -300px;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .45)), color-stop(20%, transparent), color-stop(54%, transparent), color-stop(80%, transparent), color-stop(100%, rgba(0, 0, 0, .45)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .45) 0%, transparent 20%, transparent 54%, transparent 80%, rgba(0, 0, 0, .45) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .45) 0%, transparent 20%, transparent 54%, transparent 80%, rgba(0, 0, 0, .45) 100%);
}

.music-holder .music:after {
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	bottom: -300px;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .4)), color-stop(1%, rgba(0, 0, 0, .4)), color-stop(20%, transparent), color-stop(54%, transparent), color-stop(80%, transparent), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 1%, transparent 20%, transparent 54%, transparent 80%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 1%, transparent 20%, transparent 54%, transparent 80%, transparent 100%);
}

.music-holder .title-wrap {
	text-align: center;
	max-width: 590px;
	position: relative;
	margin: 0 0 47px;
}

.music-holder .title-wrap:after,
.music-holder .title-wrap:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url("images/icon12.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 2px;
	left: 1px;
}

.music-holder .title-wrap:after {
	right: 1px;
	bottom: 0;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.music-holder .title-wrap .frame {
	position: relative;
}

.music-holder .title-wrap .frame:after,
.music-holder .title-wrap .frame:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: url("images/icon12.png") no-repeat;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	bottom: 1px;
	left: 1px;
}

.music-holder .title-wrap .frame:after {
	right: 1px;
	bottom: 1px;
	left: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.music-holder .title-wrap .title-frame {
	position: relative;
}

.music-holder .title-wrap .title-frame:after,
.music-holder .title-wrap .title-frame:before {
	background: url("images/icon13-small.png") repeat-x 51.7% 0;
	position: absolute;
	content: "";
	left: 24px;
	right: 26px;
	height: 24px;
	top: 0;
}

.music-holder .title-wrap .title-frame:after {
	bottom: 0;
	top: auto;
	left: 26px;
	right: 24px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.music-holder .title-wrap .title-content {
	position: relative;
}

.music-holder .title-wrap .title-content:after,
.music-holder .title-wrap .title-content:before {
	background: url("images/icon11.png") repeat-y 0 53%;
	position: absolute;
	content: "";
	left: 0;
	top: 26px;
	bottom: 25px;
	width: 25px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.music-holder .title-wrap .title-content:after {
	right: 0;
	top: 25px;
	left: auto;
	bottom: 25px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.music-holder .title-wrap .title {
	white-space: nowrap;
	text-align: center;
	padding: 37px 40px;
	min-height: 128px;
	margin: 0;
	border: none;
}

.music-holder .title-wrap .title:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 128px;
}

.music-holder .title-wrap .title > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.music-holder .title-wrap h2 {
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 36px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.music-holder .title-wrap p {
	margin-bottom: 0;
}

.music-holder h1 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.music-holder .music-list {
	margin-bottom: 99px;
}

.music-holder .music-list li {
	border: none;
	position: relative;
	margin-bottom: 37px;
	overflow: hidden;
}

.music-holder .music-list li:after {
	border: 2px solid #dfdfdf;
	border-width: 0 2px;
	position: absolute;
	background: #a3a4a3;
	content: "";
	height: 2px;
	right: 0;
	left: 0;
	bottom: 0;
}

.music-holder .music-list li:before {
	display: none;
}

.music-holder .date {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 4px;
	margin-bottom: 9px;
}

.music-holder .heading {
	font-style: normal;
}

.music-holder .description {
	margin-bottom: 39px;
}

.music-holder h3 {
	margin-bottom: 12px;
}

/* banner style */

.banner-wrap {
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 589px;
}

/*.banner-wrap:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: .7;
	z-index: 9;
	position: absolute;
	background: #620000;
}*/

.banner-wrap .video-wrap {
	top: 0;
	left: -310px;
	right: -310px;
	bottom: 0;
	z-index: 3;
	position: absolute;
}

.banner-wrap .video-wrap video {
	position: relative;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 3;
}

.banner-wrap .content-wrap {
	z-index: 10;
	padding: 6px;
	position: relative;
	border: 4px solid #000;
}

.banner-wrap .box-frame {
	white-space: nowrap;
	text-align: center;
	min-height: 589px;
	position: relative;
	z-index: 999;
}

.banner-wrap .box-frame:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 589px;
}

.banner-wrap .box-frame > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner-wrap .box-frame:after {
	height: 589px;
}

.banner-wrap .box {
	text-align: center;
	background: rgba(36, 37, 36, .7);
	border: 4px solid #000;
	padding: 33px 20px 14px;
}

.banner-wrap h1 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 15px;
	letter-spacing: 9px;
	text-transform: uppercase;
}

.banner-wrap h1 em {
	text-transform: none;
	font-family: "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: 0;
}

/* booking block style */

.booking {
	padding: 6px;
	background: #fff;
	position: relative;
	border: 4px solid #e1e1e1;
	margin-bottom: 100px;
}

.booking:after,
.booking:before {
	left: 0;
	right: 0;
	content: "";
	width: 262px;
	height: 54px;
	margin: 0 auto;
	position: absolute;
	background: url("images/icon01.png") no-repeat 50% 50%;
}

.booking:before {
	top: -50px;
}

.booking:after {
	bottom: -50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.booking h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.booking .box {
	text-align: center;
	border: 4px solid #e1e1e1;
	padding: 26px 20px;
	min-height: 260px;
}

.booking .btn {
	min-width: 185px;
	padding: 13px 10px;
	letter-spacing: 2px;
}

.booking .description {
	margin-bottom: 5px;
}

/* base page style */

/* breadcrumbs style */

#breadcrumbs {
	margin-bottom: 15px;
}

#breadcrumbs li {
	font: 16px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #6f6f6f;
	padding-right: 16px;
	margin-bottom: 8px;
}

#breadcrumbs li:after {
	top: -1px;
	right: 5px;
	content: "/";
	text-align: center;
	position: absolute;
}

#breadcrumbs li:last-child {
	padding: 0;
}

#breadcrumbs li:last-child:after {
	display: none;
}

#breadcrumbs li a {
	text-decoration: none;
	color: #000;
}

#breadcrumbs li a:hover {
	color: #ae0000;
}

/* content holder style */

.main-content {
	text-align: left;
	padding-top: 149px;
	color: #252525;
	margin-bottom: 96px;
}

/* content section style */

#content h1 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 27px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

#content h2 {
	color: #a00;
	font: 22px/32px "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 20px;
}

#content h3 {
	color: #252525;
	margin-bottom: 4px;
	font: 24px/36px "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content h4 {
	color: #252525;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#content .caption {
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
	margin-bottom: 19px;
}

#content .img-holder {
	margin-bottom: 5px;
	height: 260px;
}

#content .img-holder img {
	width: 100%;
	height: auto;
}

#content .content-wrap {
	margin-bottom: 28px;
}

#content .content-wrap .img-wrap {
	margin-bottom: 21px;
}

#content .content-wrap p {
	margin-bottom: 12px;
}

#content .quote {
	font-size: 22px;
	margin: 0 0 33px;
	line-height: 32px;
	border: 4px solid #e1e1e1;
	padding: 14px 20px 12px 42px;
	color: #a00;
}

#content .quote q {
	display: block;
	margin-bottom: 5px;
	position: relative;
}

#content .quote q:before {
	color: #e1e1e1;
	position: absolute;
	font-size: 76px;
	line-height: 1;
	content: "“";
	left: -36px;
	top: -1px;
}

#content .social-networks {
	margin-top: -12px;
}

#content .social-networks li {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 1;
	margin: 0 4px 4px 0;
	overflow: hidden;
}

#content .social-networks a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	width: 35px;
	height: 35px;
	color: #fff;
}

#content .social-networks a.facebook {
	background: #305891;
	text-align: right;
}

#content .social-networks a.facebook span {
	margin-bottom: -6px;
}

#content .social-networks a.twitter {
	background: #2ba9d2;
	font-size: 25px;
}

#content .social-networks a.email {
	background: #738a8d;
	font-size: 23px;
}

#content .social-networks a.plus {
	background: #f9694c;
	font-size: 20px;
}

#content .social-networks a:hover {
	opacity: .8;
}

#content .social-networks span {
	display: block;
}

#content .block-frame {
	margin-bottom: 15px;
}

/* order list style */

ol.listing {
	height: 1%;
	overflow: hidden;
	counter-reset: item;
	padding-right: 5px;
}

ol.listing li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
}

ol.listing li:before {
	top: 0;
	left: 0;
	color: #aa000a;
	position: absolute;
	font-weight: 700;
	content: counters(item, ".") " ";
	counter-increment: item;
}

/* unorder list style */

ul.listing {
	overflow: hidden;
	height: 1%;
	padding-right: 5px;
}

ul.listing li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
}

ul.listing li:before {
	top: 12px;
	left: 3px;
	width: 5px;
	height: 5px;
	content: "";
	background: #aa000a;
	position: absolute;
	border-radius: 5px;
}

@media (min-width: 321px) {
	.events-holder .title-wrap {
		margin: 0 auto 89px;
	}

	.events-holder .title-wrap:after,
	.events-holder .title-wrap:before {
		left: 2px;
	}

	.events-holder .title-wrap:after {
		right: 2px;
		left: auto;
	}

	.events-holder .title-wrap .frame:after,
	.events-holder .title-wrap .frame:before {
		left: 2px;
	}

	.events-holder .title-wrap .frame:after {
		right: 2px;
		left: auto;
	}

	.music-holder .title-wrap {
		margin: 0 auto 47px;
	}
}

@media (min-width: 400px) {
	.footer-wrap .social-networks {
		display: inline-block;
		vertical-align: middle;
		max-width: 50%;
		padding-top: 6px;
	}

	.footer-wrap .social-networks li {
		font-size: 24px;
		line-height: 1;
	}

	.footer-wrap .btn-wrap {
		display: inline-block;
		vertical-align: middle;
		max-width: 50%;
		padding-right: 10px;
	}

	.awards {
		text-align: left;
		margin: 0 -10px 20px;
	}

	.awards li {
		padding: 0 10px;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.awards li + li {
		display: inline-block;
		vertical-align: top;
	}

	.awards .logo-wrap {
		white-space: nowrap;
		text-align: center;
		margin-bottom: 10px;
		display: block;
		height: 70px;
		text-align: left;
	}

	.awards .logo-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 0;
		min-height: 70px;
	}

	.awards .logo-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
		max-width: 99%;
	}

	.awards .description em {
		display: inline;
	}
}

@media (min-width: 480px) {
	.awards .logo-wrap img {
		max-width: 100%;
	}

	.banner-wrap .video-wrap {
		left: -280px;
		right: -280px;
	}

	#content .img-holder {
		height: 360px;
	}
}

@media (min-width: 600px) {
	#content .block-frame .description {
		overflow: hidden;
	}
}

@media (min-width: 601px) {
	.menu-list {
		margin: 0 -20px;
	}

	.menu-list li {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		width: 50%;
	}

	#content .block-frame .img-wrap {
		float: left;
		max-width: 42%;
		margin: 0 25px 26px 0;
		padding-top: 6px;
	}
}

@media (min-width: 650px) and (max-width: 767px) {
	.home #header .logo {
		padding-top: 1px;
		float: left;
		width: 240px;
		margin: 0;
	}

	.home #header #nav {
		margin-right: -4px;
		float: right;
		width: 55%;
	}

	.home #header #nav ul {
		margin: 0;
		text-align: right;
	}

	.home #header #nav li {
		border: none;
		width: auto;
		margin: 0;
	}

	.home #header #nav li + li {
		margin-left: 24px;
	}
}

@media (min-width: 701px) {
	.featured .box {
		padding: 0;
		display: table;
		width: 100%;
	}

	.featured .img-wrap {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}

	.featured .description {
		display: table-cell;
		vertical-align: top;
		padding: 22px 18px 21px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 24px 0 27px;
	}

	.logo {
		padding-top: 2px;
		float: left;
		width: 296px;
		margin: 0;
	}

	#nav {
		padding-top: 1px;
		margin-right: -4px;
		float: right;
		width: 55%;
	}

	#nav ul {
		margin: 0;
		text-align: right;
	}

	#nav li {
		letter-spacing: 5px;
		font-size: 20px;
		border: none;
		width: auto;
		margin: 0;
	}

	#nav li + li {
		margin-left: 30px;
	}

	#nav a {
		padding: 0;
	}

	.holder {
		padding: 0 30px;
	}

	.hidden-desktop {
		display: none !important;
	}

	#footer .btn {
		font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-weight: 700;
		padding: 13px 19px;
	}

	.footer-logo {
		margin: -28px 0 51px;
	}

	.footer-holder {
		margin-bottom: 55px;
	}

	.footer-wrap .address {
		padding-top: 3px;
		float: left;
		width: 37%;
		text-align: left;
	}

	.footer-wrap address {
		margin-bottom: 13px;
	}

	.footer-wrap .social-networks {
		width: 50%;
		padding: 6px 0 0 11px;
	}

	.footer-wrap .social-networks li {
		font-size: 26px;
	}

	.footer-wrap .btn-wrap {
		width: 50%;
	}

	.footer-wrap .social-wrap {
		float: right;
		width: 57%;
		text-align: left;
	}

	.awards {
		padding-top: 42px;
		margin: 0 -20px 17px;
	}

	.awards:after,
	.awards:before {
		border: none;
		height: 1px;
		left: 10px;
		right: 10px;
	}

	.awards:before {
		top: 11px;
	}

	.awards li {
		width: 25%;
		padding: 0 20px;
		margin-bottom: 24px;
	}

	.awards .logo-wrap {
		margin-bottom: 12px;
	}

	.copyright .link {
		display: inline;
		position: relative;
		padding: 0 0 0 24px;
	}

	.copyright .link:before {
		background: #6f6f6f;
		position: absolute;
		content: "";
		height: 13px;
		width: 1px;
		left: 9px;
		top: 4px;
	}

	.welcome {
		display: block;
	}

	.welcome .content-wrap .logo-wrap {
		padding: 5px 0 0 11px;
	}

	.section-wrap:before {
		display: none;
	}

	.section-wrap .btn {
		font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.hours {
		background: none;
		padding: 80px 0 80px;
		font-size: 22px;
		line-height: 36px;
		position: relative;
		overflow: hidden;
	}

	.hours:before {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .6)), color-stop(27%, transparent), color-stop(67%, transparent), color-stop(99%, rgba(0, 0, 0, .6)), color-stop(100%, rgba(0, 0, 0, .6)));
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, transparent 27%, transparent 67%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, transparent 27%, transparent 67%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
	}

	.hours:after {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .35)), color-stop(20%, transparent), color-stop(67%, transparent), color-stop(99%, transparent), color-stop(100%, transparent));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, transparent 20%, transparent 67%, transparent 99%, transparent 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, transparent 20%, transparent 67%, transparent 99%, transparent 100%);
	}

	.hours .hour-frame {
		background: rgba(36, 37, 36, .6);
		border: 3px solid #050708;
		position: relative;
		min-height: 399px;
		z-index: 1;
		padding: 9px;
		margin: 0 3px;
	}

	.hours .hour-frame:after,
	.hours .hour-frame:before {
		position: absolute;
		content: "";
		width: 36px;
		height: 37px;
		top: 9px;
		left: 8px;
		background: url("images/icon05-small.png") no-repeat;
	}

	.hours .hour-frame:after {
		right: 9px;
		top: 9px;
		left: auto;
		background: url("images/icon17-small.png") no-repeat;
	}

	.hours .hours-block:after,
	.hours .hours-block:before {
		position: absolute;
		content: "";
		width: 36px;
		height: 34px;
		bottom: 0;
		left: 0;
		background: url("images/icon15-small.png") no-repeat;
	}

	.hours .hours-block:after {
		right: 0;
		left: auto;
		width: 35px;
		height: 34px;
		bottom: 0;
		background: url("images/icon16-small.png") no-repeat;
	}

	.hours .frame:after,
	.hours .frame:before {
		bottom: 30px;
		left: 0;
		top: 36px;
		width: 32px;
		content: "";
		position: absolute;
		background: url("images/icon07-small.png") repeat-y 50% 58.4%;
	}

	.hours .frame:before {
		bottom: 34px;
		left: auto;
		right: 0;
		top: 32px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.hours .hours-wrap {
		min-height: 377px;
		padding: 70px 55px;
		position: relative;
	}

	.hours .hours-wrap:after,
	.hours .hours-wrap:before {
		top: 0;
		left: 34px;
		height: 33px;
		right: 34px;
		content: "";
		position: absolute;
		background: url("images/icon06-small.png") repeat-x 50.1% 50%;
	}

	.hours .hours-wrap:before {
		top: auto;
		bottom: 0;
		left: 34px;
		right: 34px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.hours h2 {
		font-size: 26px;
		line-height: 1.3;
		color: #ae0000;
		letter-spacing: 9px;
		margin-bottom: 25px;
	}

	.hours .time-wrap li {
		display: inline-block;
		vertical-align: top;
		font-size: 22px;
		line-height: 36px;
	}

	.hours .time-wrap li + li {
		padding-left: 35px;
	}

	.hours .time-wrap li + li:before {
		top: 0;
		left: 8px;
		width: 20px;
		content: "/";
		position: absolute;
		text-align: center;
	}

	.hours address {
		font-style: normal;
	}

	.hours address span {
		display: inline;
	}

	.hours .happy-hours {
		display: inline;
	}

	.hours .location {
		padding: 15px 14px 14px;
		font: 19px/1.3 "le-havre", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		text-transform: uppercase;
		border: 4px solid #000;
		margin: 0 17px 0 21px;
		letter-spacing: 8px;
		color: #646464;
	}

	.music-section {
		position: relative;
		height: 986px;
		overflow: hidden;
	}

	/*.music-section:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		opacity: .7;
		position: absolute;
		background: #620000;
	}*/

	.music-section .video-wrap {
		display: block;
		position: relative;
	}

	.music-section .video-wrap {
		top: 0;
		bottom: 0;
		left: -280px;
		right: -280px;
		position: absolute;
	}

	.music {
		padding-top: 73px;
		margin-bottom: 0;
		z-index: 9;
	}

	.music .music-wrap {
		border: none;
		max-height: 900px;
		overflow-y: auto;
		overflow-y: hidden;
	}

	.music h2 {
		font-size: 26px;
		line-height: 1.2;
		letter-spacing: 9px;
	}

	.music h3 {
		font-size: 26px;
		line-height: 1.3;
		letter-spacing: 9px;
		margin: 0;
	}

	.music .title {
		border: none;
		padding: 0;
	}

	.music .date {
		letter-spacing: 4px;
		margin-bottom: 10px;
	}

	.music .text-frame {
		margin-bottom: 0;
	}

	.music .title-wrap {
		margin-bottom: 76px;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
	}

	.music .upcoming-music {
		font-size: 22px;
		line-height: 35px;
		text-align: left;
		float: left;
		width: 49%;
	}

	.music .upcoming-music p {
		margin-bottom: 0;
	}

	.music .button {
		float: right;
		max-width: 49%;
		padding: 59px 0 0;
	}

	.music .button .btn {
		font: 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		letter-spacing: 2px;
		padding: 13px 16px;
	}

	.music-list {
		text-align: left;
	}

	.music-list li {
		border: none;
		font-size: 0;
		line-height: 0;
		margin-bottom: 44px;
	}

	.music-list li:before {
		border: 1px solid #e6dbdb;
		border-width: 0 1px;
		background: #b59999;
		position: absolute;
		content: "";
		height: 2px;
		top: 100%;
		right: 0;
		left: 0;
	}

	.music-list .date {
		padding-right: 10px;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 1.3;
		width: 37.7%;
		text-transform:uppercase;
	}

	.music-list .description {
		font-size: 22px;
		line-height: 1.2;
		font-style: normal;
		display: inline-block;
		vertical-align: top;
		width: 60%;
		margin: -8px 0 27px;
	}

	.music-list .description p {
		margin-bottom: 0;
	}

	.music-list .heading {
		margin-bottom: 13px;
	}

	.special-event {
		padding: 121px 46px 108px 42px;
		overflow: hidden;
		margin-bottom: 0;
		font-size: 22px;
		line-height: 35px;
	}

	.special-event:before {
		display: block;
	}

	.special-event:after {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		position: absolute;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .35)), color-stop(20%, transparent), color-stop(67%, transparent), color-stop(99%, transparent), color-stop(100%, transparent));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0%, transparent 20%, transparent 67%, transparent 99%, transparent 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, transparent 20%, transparent 67%, transparent 99%, transparent 100%);
	}

	.special-event .event {
		padding: 6px;
		background: rgba(36, 37, 36, .6);
	}

	.special-event .event:after,
	.special-event .event:before {
		left: auto;
		right: auto;
		top: 50%;
	}

	.special-event .event:before {
		left: -154px;
		top: 50%;
		margin-top: -26px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.special-event .event:after {
		right: -154px;
		margin-top: -26px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.special-event .title {
		margin-bottom: 34px;
		padding: 14px 10px 12px;
	}

	.special-event h2 {
		font-family: "goudy-old-style", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.special-event h3 {
		font-size: 26px;
		letter-spacing: 10px;
	}

	.special-event .content {
		margin-bottom: 27px;
	}

	.special-event .btn-wrap:after {
		margin-left: 13px;
	}

	.special-event .btn-wrap:before {
		margin-right: 13px;
	}

	.special-event .event-frame {
		border: 4px solid #464646;
		padding-bottom: 41px;
	}

	.special-event .btn {
		font-weight: 700;
		letter-spacing: 2px;
		padding: 13px 16px;
	}

	.jcf-select-nav-select {
		display: none !important;
	}

	.nav {
		padding: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.nav ul {
		text-align: right;
		display: block;
		max-width: 1060px;
		padding: 0 3px 0 20px;
		margin: 0 auto;
	}

	.menu-holder {
		padding-top: 209px;
		margin-bottom: 87px;
	}

	.featured-wrap {
		padding: 0 33px;
	}

	.featured {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 81px;
	}

	.featured:before {
		top: 50%;
		bottom: 50%;
		left: -154px;
		right: auto;
		margin-top: -27px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.featured:after {
		top: 50%;
		left: auto;
		right: -154px;
		margin-top: -27px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.featured .h2 {
		letter-spacing: 4px;
		margin-bottom: 5px;
	}

	.featured .num {
		letter-spacing: 6px;
	}

	.featured .img-wrap {
		padding: 29px 18px 21px;
	}

	.featured .description {
		padding: 29px 18px 21px;
		display: table-cell;
		vertical-align: top;
		line-height: 32px;
		font-size: 19px;
		max-width: 702px;
	}

	.featured p {
		margin-bottom: 10px;
	}

	.menu-content {
		margin-bottom: 49px;
	}

	.menu-content .title-wrap {
		padding: 14px 0;
		margin-bottom: 44px;
	}

	.menu-content h2 {
		letter-spacing: 10px;
	}

	.menu-content h3 {
		margin-bottom: 6px;
	}

	.menu-content .title {
		float: left;
		max-width: 215px;
		margin: 0 10px 0 0;
	}

	.menu-content .price-list {
		padding-top: 0;
		overflow: hidden;
		padding-right: 4px;
		text-align: right;
	}

	.menu-content .price-list li + li {
		padding-left: 42px;
	}

	.menu-content .price-list li + li:before {
		height: 17px;
		left: 23px;
		top: 6px;
	}

	.events-holder {
		padding-top: 175px;
	}

	.events-holder:before {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .55)), color-stop(28%, transparent), color-stop(68%, transparent), color-stop(99%, rgba(0, 0, 0, .55)), color-stop(100%, rgba(0, 0, 0, .55)));
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, .55) 0%, transparent 28%, transparent 68%, rgba(0, 0, 0, .55) 99%, rgba(0, 0, 0, .55) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, .55) 0%, transparent 28%, transparent 68%, rgba(0, 0, 0, .55) 99%, rgba(0, 0, 0, .55) 100%);
	}

	.events-holder:after {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .9)), color-stop(37%, transparent), color-stop(68%, transparent), color-stop(100%, transparent));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0%, transparent 37%, transparent 68%, transparent 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, transparent 37%, transparent 68%, transparent 100%);
	}

	.events-holder .title-wrap {
		margin: 0 auto 135px;
	}

	.events-holder .title-wrap:after,
	.events-holder .title-wrap:before {
		top: 1px;
		left: 3px;
	}

	.events-holder .title-wrap:after {
		right: 1px;
		top: 1px;
		left: auto;
	}

	.events-holder .title-wrap .frame:after,
	.events-holder .title-wrap .frame:before {
		bottom: 1px;
		left: 1px;
	}

	.events-holder .title-wrap .frame:after {
		bottom: 1px;
		right: 2px;
		left: auto;
	}

	.events-holder .title-wrap .title-frame:after,
	.events-holder .title-wrap .title-frame:before {
		background: url("images/icon13.png") repeat-x 67.9% 50%;
	}

	.events-holder .title-wrap .title-content:after,
	.events-holder .title-wrap .title-content:before {
		background: url("images/icon11.png") repeat-y 50% 6.7%;
	}

	.events-holder .title {
		margin: 0 auto 135px;
		min-height: 151px;
	}

	.events-holder h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.events-holder h1 {
		letter-spacing: 8px;
	}

	.events-holder .event-wrap {
		margin-bottom: 161px;
	}

	.events-holder .events li {
		padding: 56px 28px 62px;
	}

	.events-holder .date {
		margin-bottom: 15px;
	}

	.events-holder .description {
		font-size: 22px;
		line-height: 36px;
	}

	.events-holder h2 {
		font-size: 26px;
		line-height: 42px;
		letter-spacing: 8px;
		margin: 0 0 15px 3px;
	}

	.contact-holder {
		padding-top: 171px;
		margin-bottom: 150px;
	}

	.contact-holder h1 {
		font-size: 25px;
		letter-spacing: 8px;
		margin-bottom: 38px;
	}

	.contact-form .input {
		float: left;
		width: 300px;
		margin-right: 30px;
	}

	.contact-form textarea {
		height: 367px;
	}

	.contact-form .error-message {
		padding-top: 1px;
	}

	.contact-form .input-frame {
		margin-bottom: 33px;
	}

	.contact-form .note {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 51px;
	}

	.music-holder {
		padding-top: 74px;
	}

	.music-holder .music {
		padding-top: 100px;
		margin-bottom: 100px;
	}

	.music-holder .music:before {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNDgiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, .48)), color-stop(1%, rgba(0, 0, 0, .48)), color-stop(20%, transparent), color-stop(54%, transparent), color-stop(80%, transparent), color-stop(100%, rgba(0, 0, 0, .48)));
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .48) 1%, transparent 20%, transparent 54%, transparent 80%, rgba(0, 0, 0, .48) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .48) 1%, transparent 20%, transparent 54%, transparent 80%, rgba(0, 0, 0, .48) 100%);
	}

	.music-holder .title-wrap {
		margin: 0 auto 101px;
	}

	.music-holder .title-wrap:after,
	.music-holder .title-wrap:before {
		left: 1px;
	}

	.music-holder .title-wrap:after {
		right: 1px;
		left: auto;
	}

	.music-holder .title-wrap .title-frame:after,
	.music-holder .title-wrap .title-frame:before {
		background: url("images/icon13.png") repeat-x 59% 0;
	}

	.music-holder .title-wrap .title {
		min-height: 151px;
		font-size: 22px;
		line-height: 1.3;
	}

	.music-holder .title-wrap h2 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 8px;
		margin-bottom: 12px;
	}

	.music-holder h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.music-holder h1 {
		letter-spacing: 8px;
	}

	.music-holder .music-list li {
		margin-bottom: 44px;
	}

	.music-holder .music-list li:after {
		display: block;
	}

	.music-holder .description {
		margin-bottom: 29px;
	}

	.banner-wrap {
		height: 615px;
	}

	.banner-wrap .video-wrap {
		left: -150px;
		right: -150px;
	}

	.banner-wrap .box-frame {
		min-height: 615px;
	}

	.banner-wrap .box-frame:after {
		height: 615px;
	}

	.banner-wrap .box {
		padding: 42px 20px 31px;
		font-size: 22px;
		line-height: 36px;
	}

	.banner-wrap h1 {
		margin-bottom: 25px;
	}

	.booking {
		margin: 0 auto 120px;
		max-width: 615px;
	}

	.booking:after,
	.booking:before {
		left: auto;
		right: auto;
		top: 50%;
	}

	.booking:before {
		left: -154px;
		top: 50%;
		margin-top: -26px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.booking:after {
		right: -154px;
		margin-top: -26px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.booking h2 {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 24px;
	}

	.booking .box {
		padding: 34px 20px;
		font-size: 22px;
		line-height: 30px;
	}

	.booking p {
		margin-bottom: 30px;
	}

	.booking .btn-wrap {
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0 50px;
	}

	.booking .btn-wrap:before,
	.booking .btn-wrap:after {
		background: url("images/icon14.png") no-repeat 50% 50%;
		position: absolute;
		content: "";
		width: 39px;
		height: 28px;
		top: 50%;
	}

	.booking .btn-wrap:before {
		left: 0;
		margin-right: 7px;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		transform: translatey(-50%);
	}

	.booking .btn-wrap:after {
		right: 0;
		margin-left: 7px;
		-webkit-transform: translatey(-50%) rotate(180deg);
		-ms-transform: translatey(-50%) rotate(180deg);
		transform: translatey(-50%) rotate(180deg);
	}

	#breadcrumbs {
		margin-bottom: 19px;
	}

	#breadcrumbs li {
		font-size: 17px;
		padding-right: 18px;
	}

	#breadcrumbs li:after {
		top: 0;
		right: 7px;
	}

	.main-content {
		padding-top: 173px;
		line-height: 28px;
		margin-bottom: 76px;
	}

	#content h1 {
		font-size: 34px;
		line-height: 44px;
		margin: 0 5px 24px 0;
	}

	#content h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 21px;
	}

	#content h3 {
		font-size: 26px;
		line-height: 1;
		letter-spacing: 3px;
		word-spacing: -2px;
		margin-bottom: 9px;
	}

	#content h4 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 9px;
	}

	#content .caption {
		margin-bottom: 21px;
	}

	#content .img-holder {
		margin-bottom: 7px;
		height: 407px;
	}

	#content .content-wrap {
		margin-bottom: 15px;
	}

	#content .content-wrap p {
		margin-bottom: 18px;
	}

	#content .quote {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 39px;
		padding: 13px 20px 11px 54px;
	}

	#content .social-networks {
		margin-top: 0;
		padding-top: 13px;
	}

	#content .block-frame {
		margin-top: -6px;
	}

	ol.listing li {
		padding-left: 18px;
	}

	ul.listing li {
		padding-left: 21px;
	}

	ul.listing li:before {
		top: 11px;
		left: 4px;
	}
}

@media (min-width: 800px) {
	#sidebar {
		padding: 156px 0 0 30px;
		max-width: 314px;
		display: block;
		float: right;
		width: 33.4%;
	}

	#content {
		float: left;
		width: 66.6%;
	}

	#content h1 {
		letter-spacing: 5px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding-bottom: 30px;
	}

	#sidebar h2 {
		letter-spacing: 4px;
	}

	.box-wrap .btn-wrap:before {
		left: 0;
	}

	.box-wrap .btn-wrap:after {
		right: 0;
	}

	.box-wrap .btn {
		font-size: 20px;
		min-width: 176px;
		letter-spacing: 3px;
		padding: 9px 10px;
	}

	.footer-logo {
		margin: -25px 57px 50px -4px;
		float: left;
	}

	.footer-holder {
		overflow: hidden;
		padding-top: 40px;
	}

	.footer-wrap .social-networks {
		padding-left: 0;
		padding-top: 7px;
	}

	.footer-wrap .social-networks li {
		margin: 0 30px 5px 0;
	}

	.footer-wrap .btn-wrap {
		width: 47.6%;
	}

	.footer-wrap .social-wrap {
		width: 61%;
	}

	.awards {
		margin: 0 -30px 17px;
	}

	.awards li {
		padding: 0 30px;
	}

	.banner .btn-wrap {
		bottom: 59px;
	}

	.welcome {
		padding: 127px  0;
		min-height: 861px;
	}

	.welcome .content-wrap {
		margin: 0 20px;
		padding-top: 19px;
		text-align: center;
	}

	.welcome .content-wrap .logo-wrap {
		padding-left: 17px;
	}

	.welcome .welcome-wrap {
		margin: 0 auto;
		max-width: 806px;
	}

	.hours {
		padding: 130px 0 152px;
	}

	.hours .hour-frame {
		margin: 0 1px;
	}

	.hours .hour-frame:after,
	.hours .hour-frame:before {
		width: 50px;
		height: 44px;
		background: url("images/icon05.png") no-repeat;
	}

	.hours .hour-frame:after {
		left: auto;
		background: url("images/icon17.png") no-repeat;
	}

	.hours .hours-block:after,
	.hours .hours-block:before {
		width: 50px;
		height: 44px;
		bottom: -4px;
		left: -1px;
		background: url("images/icon15.png") no-repeat;
	}

	.hours .hours-block:after {
		right: -1px;
		left: auto;
		bottom: -4px;
		width: 50px;
		height: 44px;
		background: url("images/icon16.png") no-repeat;
	}

	.hours .frame:after,
	.hours .frame:before {
		top: 42px;
		left: -8px;
		bottom: 40px;
		width: 59px;
		background: url("images/icon07.png") repeat-y 50% 59.3%;
	}

	.hours .frame:before {
		bottom: 38px;
		right: -7px;
		top: 43px;
		left: auto;
	}

	.hours .hours-wrap {
		min-height: 416px;
		padding: 81px 100px 75px;
	}

	.hours .hours-wrap:after,
	.hours .hours-wrap:before {
		left: 46px;
		height: 39px;
		right: 46px;
		background: url("images/icon06.png") repeat-x 53.7% 50%;
	}

	.hours .hours-wrap:before {
		left: 46px;
		right: 47px;
	}

	.hours .location {
		padding: 15px 25px 14px 14px;
		letter-spacing: 8px;
		margin: 0 auto;
		max-width: 530px;
	}

	.menu {
		padding: 168px 0 87px;
	}

	.menu .block-content {
		padding-right: 63px;
		padding: 59px 63px 64px 43px;
	}

	.menu .content-wrap {
		margin: 0 -3px;
		margin: 0 0 100px auto;
		max-width: 880px;
		min-height: 387px;
	}

	.menu .content-wrap:after,
	.menu .content-wrap:before {
		left: 3px;
	}

	.menu .content-wrap:after {
		top: 0;
		right: 2px;
		left: auto;
	}

	.menu .content-wrap.content-wrap-2 {
		margin: 0 auto 100px 0;
	}

	.menu .content-wrap.content-wrap-2 .block-content {
		padding: 54px 43px 52px 104px;
	}

	.menu .content-wrap.content-wrap-2 .img-wrap {
		margin: -100px -146px -120px 20px;
	}

	.menu .content-wrap.content-wrap-2 .description {
		padding-top: 17px;
	}

	.menu .img-wrap {
		margin: -107px 35px -120px -146px;
		padding: 13px 14px;
	}

	.menu .img {
		width: 371px;
		height: 455px;
	}

	.menu .description {
		padding-top: 9px;
		font-size: 20px;
	}

	.menu .btn-holder {
		font-size: 0;
		line-height: 0;
	}

	.menu .btn-holder li {
		display: inline-block;
		vertical-align: top;
		max-width: 50%;
		margin-bottom: 5px;
	}

	.menu .btn-holder li + li {
		margin-left: 20px;
		padding: 0;
	}

	.menu p {
		margin-bottom: 19px;
	}

	.menu .frame:after,
	.menu .frame:before {
		left: 1px;
	}

	.menu .frame:after {
		left: auto;
		right: 3px;
	}

	.menu .content-frame:after,
	.menu .content-frame:before {
		background: url("images/icon09.png") repeat-x 50% 50%;
	}

	.menu .block-content:after,
	.menu .block-content:before {
		background: url("images/icon10.png") repeat-y 50% 50.1%;
	}

	.music-section .video-wrap {
		left: -150px;
		right: -150px;
	}

	.music {
		padding-top: 114px;
	}

	.music .title-wrap {
		margin-bottom: 117px;
	}

	.music-list .date {
		width: 26.5%;
	}

	.music-list .description {
		width: 73.5%;
		margin-bottom: 23px;
	}

	.music-list .heading {
		float: left;
		width: 68%;
		padding-right: 10px;
	}

	.music-list .content {
		padding-top: 8px;
		float: right;
		width: 32%;
	}

	.special-event {
		font-size: 20px;
		line-height: 38px;
		padding-bottom: 166px;
	}

	.special-event:before {
		right: 0;
	}

	.special-event .description {
		padding: 0 50px;
	}

	.special-event .content {
		margin-bottom: 34px;
	}

	.special-event .btn-wrap:after {
		margin-left: 12px;
	}

	.special-event .btn-wrap:before {
		margin-right: 12px;
	}

	.special-event .event-frame {
		padding-bottom: 38px;
	}

	.menu-holder {
		padding-top: 231px;
		margin-bottom: 78px;
	}

	.featured {
		margin-bottom: 65px;
	}

	.featured .h2 {
		margin-bottom: 6px;
	}

	.featured h1 {
		margin-bottom: 3px;
	}

	.featured.has-drop-down .description {
		max-width: none !important;
	}

	.featured .description {
		font-size: 20px;
		line-height: 36px;
		padding: 30px;
	}

	.featured p {
		margin-bottom: 5px;
	}

	.menu-content .price-list li.first:before {
		display: block;
	}

	.menu-list {
		margin: 0 0 58px;
	}

	.menu-list li {
		padding: 0 75px 0 0;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
	}

	.events-holder .event-wrap {
		margin-bottom: 172px;
	}

	.events-holder .events li {
		padding: 56px 28px 50px 49px;
	}

	.events-holder .date {
		padding-top: 20px;
		float: left;
		width: 28.4%;
	}

	.events-holder .description {
		overflow: hidden;
		padding: 6px 0 0 7px;
	}

	.contact-holder {
		padding-top: 195px;
		margin-bottom: 149px;
	}

	.music-holder .title-wrap {
		margin-bottom: 76px;
	}

	.music-holder .music-list {
		margin-bottom: 121px;
	}

	.music-holder .description {
		margin-bottom: 12px;
	}

	.banner-wrap {
		height: 790px;
	}

	.banner-wrap .box-frame {
		max-width: 892px;
		min-height: 790px;
		margin: 0 auto;
	}

	.banner-wrap .box-frame:after {
		height: 790px;
	}

	.banner-wrap .box {
		padding-bottom: 36px;
	}

	.banner-wrap h1 {
		margin-bottom: 23px;
	}

	.booking-wrap {
		padding: 0 20px;
	}

	.booking {
		max-width: none;
	}

	.booking .box {
		padding: 34px 80px 42px;
	}

	.booking p {
		margin-bottom: 34px;
	}

	.main-content {
		padding-top: 200px;
		margin-bottom: 95px;
	}

	#content h1 {
		letter-spacing: 6px;
	}

	#content h2 {
		margin-bottom: 24px;
	}

	#content .quote {
		margin-right: 11px;
	}

	#content .block-frame .img-wrap {
		max-width: 44.5%;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1060px) {
	.menu .content-wrap.content-wrap-2 .img-wrap {
		margin-right: -156px;
	}

	.menu .img-wrap {
		margin-left: -160px;
	}

	.banner-wrap .video-wrap {
		left: 0;
		right: 0;
	}
}

@media (min-width: 1121px) {
	.featured-wrap {
		padding: 0;
	}
}

@media (min-width: 1330px) {
	.music-section .video-wrap {
		left: 0;
		right: 0;
	}
}

@media (max-width: 1023px) and (orientation: portrait) {
	.banner.win-height {
		height: 868px !important;
	}

	.banner .image-frame {
		height: 868px !important;
	}
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}

	.hidden-phone {
		display: none !important;
	}

	.banner.win-height {
		height: 524px !important;
	}

	.banner .image-frame {
		height: 624px !important;
	}
}

@media (max-width: 599px) {
	.banner.win-height {
		height: 424px !important;
	}

	.banner .image-frame {
		height: 524px !important;
	}
}

@media (max-width: 479px) {
	.hidden-xs-phone {
		display: none !important;
	}

	.banner.win-height {
		height: 242px !important;
	}

	.banner .image-frame {
		height: 442px !important;
	}
}

