/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-regular.css" rel="stylesheet" />
*/

@font-face {
    font-family: 'SSSocialRegular';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/ss-social-regular.eot');
    src: url('../fonts/ss-social-regular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/ss-social-regular.woff') format('woff'),
        url('../fonts/ss-social-regular.ttf') format('truetype'),
        url('../fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */

html:hover [class^='ss-'] {
    -ms-zoom: 1;
}

.ss-icon,
.ss-icon.ss-social-regular,
[class^='ss-']:before,
[class*=' ss-']:before,
[class^='ss-'].ss-social-regular:before,
[class*=' ss-'].ss-social-regular:before,
[class^='ss-'].right:after,
[class*=' ss-'].right:after,
[class^='ss-'].ss-social-regular.right:after,
[class*=' ss-'].ss-social-regular.right:after {
    font-family: 'SSSocialRegular';
    font-weight: normal;
    font-style: normal;

    white-space: nowrap; /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    text-decoration: none;

    text-rendering: optimizeLegibility;
    -ms-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^='ss-'].right:before,
[class*=' ss-'].right:before {
    display: none;

    content: '';
}

.ss-facebook:before,
.ss-facebook.right:after {
    content: '';
}

.ss-twitter:before,
.ss-twitter.right:after {
    content: '';
}

.ss-googleplus:before,
.ss-googleplus.right:after {
    content: '';
}

.ss-appdotnet:before,
.ss-appdotnet.right:after {
    content: '';
}

.ss-ello:before,
.ss-ello.right:after {
    content: '';
}

.ss-aboutme:before,
.ss-aboutme.right:after {
    content: '';
}

.ss-vk:before,
.ss-vk.right:after {
    content: '';
}

.ss-weibo:before,
.ss-weibo.right:after {
    content: '';
}

.ss-linkedin:before,
.ss-linkedin.right:after {
    content: '';
}

.ss-zerply:before,
.ss-zerply.right:after {
    content: '';
}

.ss-xing:before,
.ss-xing.right:after {
    content: '';
}

.ss-reddit:before,
.ss-reddit.right:after {
    content: '';
}

.ss-steam:before,
.ss-steam.right:after {
    content: '';
}

.ss-tumblr:before,
.ss-tumblr.right:after {
    content: '';
}

.ss-wordpress:before,
.ss-wordpress.right:after {
    content: '';
}

.ss-blogger:before,
.ss-blogger.right:after {
    content: '';
}

.ss-quora:before,
.ss-quora.right:after {
    content: '';
}

.ss-youtube:before,
.ss-youtube.right:after {
    content: '';
}

.ss-vimeo:before,
.ss-vimeo.right:after {
    content: '';
}

.ss-vine:before,
.ss-vine.right:after {
    content: '';
}

.ss-letterboxd:before,
.ss-letterboxd.right:after {
    content: '';
}

.ss-flickr:before,
.ss-flickr.right:after {
    content: '';
}

.ss-instagram:before,
.ss-instagram.right:after {
    content: '';
}

.ss-vscogrid:before,
.ss-vscogrid.right:after {
    content: '';
}

.ss-fivehundredpx:before,
.ss-fivehundredpx.right:after {
    content: '';
}

.ss-feedly:before,
.ss-feedly.right:after {
    content: '';
}

.ss-pinterest:before,
.ss-pinterest.right:after {
    content: '';
}

.ss-dropbox:before,
.ss-dropbox.right:after {
    content: '';
}

.ss-pinboard:before,
.ss-pinboard.right:after {
    content: '';
}

.ss-delicious:before,
.ss-delicious.right:after {
    content: '';
}

.ss-dribbble:before,
.ss-dribbble.right:after {
    content: '';
}

.ss-behance:before,
.ss-behance.right:after {
    content: '';
}

.ss-github:before,
.ss-github.right:after {
    content: '';
}

.ss-bitbucket:before,
.ss-bitbucket.right:after {
    content: '';
}

.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
    content: '';
}

.ss-stackexchange:before,
.ss-stackexchange.right:after {
    content: '';
}

.ss-codepen:before,
.ss-codepen.right:after {
    content: '';
}

.ss-jsfiddle:before,
.ss-jsfiddle.right:after {
    content: '';
}

.ss-paypal:before,
.ss-paypal.right:after {
    content: '';
}

.ss-shopify:before,
.ss-shopify.right:after {
    content: '';
}

.ss-kickstarter:before,
.ss-kickstarter.right:after {
    content: '';
}

.ss-etsy:before,
.ss-etsy.right:after {
    content: '';
}

.ss-foursquare:before,
.ss-foursquare.right:after {
    content: '';
}

.ss-swarm:before,
.ss-swarm.right:after {
    content: '';
}

.ss-yelp:before,
.ss-yelp.right:after {
    content: '';
}

.ss-skype:before,
.ss-skype.right:after {
    content: '';
}

.ss-whatsapp:before,
.ss-whatsapp.right:after {
    content: '';
}

.ss-rdio:before,
.ss-rdio.right:after {
    content: '';
}

.ss-spotify:before,
.ss-spotify.right:after {
    content: '';
}

.ss-lastfm:before,
.ss-lastfm.right:after {
    content: '';
}

.ss-soundcloud:before,
.ss-soundcloud.right:after {
    content: '';
}

.ss-appstore:before,
.ss-appstore.right:after {
    content: '';
}

.ss-googleplay:before,
.ss-googleplay.right:after {
    content: '';
}

.ss-appleinc:before,
.ss-appleinc.right:after {
    content: '';
}

.ss-microsoft:before,
.ss-microsoft.right:after {
    content: '';
}

.ss-windows:before,
.ss-windows.right:after {
    content: '';
}

.ss-android:before,
.ss-android.right:after {
    content: '';
}

.ss-blackberry:before,
.ss-blackberry.right:after {
    content: '';
}

.ss-link:before,
.ss-link.right:after {
    content: '🔗';
}

.ss-phone:before,
.ss-phone.right:after {
    content: '📞';
}

.ss-mail:before,
.ss-mail.right:after {
    content: '✉';
}

.ss-like:before,
.ss-like.right:after {
    content: '👍';
}

.ss-rss:before,
.ss-rss.right:after {
    content: '';
}

.ss-share:before,
.ss-share.right:after {
    content: '';
}

/* Legacy */

.ss-fivehundredpx:before,
.ss-fivehundredpx.right:after {
    content: '';
}

.ss-octocat:before,
.ss-octocat.right:after {
    content: '';
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-circle.css" rel="stylesheet" />
*/

@font-face {
    font-family: 'SSSocialCircle';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/ss-social-circle.eot');
    src: url('../fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ss-social-circle.woff') format('woff'),
        url('../fonts/ss-social-circle.ttf') format('truetype'),
        url('../fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */

html:hover [class^='ss-'] {
    -ms-zoom: 1;
}

.ss-icon,
.ss-icon.ss-social-circle,
[class^='ss-']:before,
[class*=' ss-']:before,
[class^='ss-'].ss-social-circle:before,
[class*=' ss-'].ss-social-circle:before,
[class^='ss-'].right:after,
[class*=' ss-'].right:after,
[class^='ss-'].ss-social-circle.right:after,
[class*=' ss-'].ss-social-circle.right:after {
    font-family: 'SSSocialCircle';
    font-weight: normal;
    font-style: normal;

    white-space: nowrap; /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    text-decoration: none;

    text-rendering: optimizeLegibility;
    -ms-font-feature-settings: 'liga' 1;
    -o-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^='ss-'].right:before,
[class*=' ss-'].right:before {
    display: none;

    content: '';
}

.ss-facebook:before,
.ss-facebook.right:after {
    content: '';
}

.ss-twitter:before,
.ss-twitter.right:after {
    content: '';
}

.ss-googleplus:before,
.ss-googleplus.right:after {
    content: '';
}

.ss-appdotnet:before,
.ss-appdotnet.right:after {
    content: '';
}

.ss-ello:before,
.ss-ello.right:after {
    content: '';
}

.ss-aboutme:before,
.ss-aboutme.right:after {
    content: '';
}

.ss-vk:before,
.ss-vk.right:after {
    content: '';
}

.ss-weibo:before,
.ss-weibo.right:after {
    content: '';
}

.ss-linkedin:before,
.ss-linkedin.right:after {
    content: '';
}

.ss-zerply:before,
.ss-zerply.right:after {
    content: '';
}

.ss-xing:before,
.ss-xing.right:after {
    content: '';
}

.ss-reddit:before,
.ss-reddit.right:after {
    content: '';
}

.ss-steam:before,
.ss-steam.right:after {
    content: '';
}

.ss-tumblr:before,
.ss-tumblr.right:after {
    content: '';
}

.ss-wordpress:before,
.ss-wordpress.right:after {
    content: '';
}

.ss-blogger:before,
.ss-blogger.right:after {
    content: '';
}

.ss-quora:before,
.ss-quora.right:after {
    content: '';
}

.ss-youtube:before,
.ss-youtube.right:after {
    content: '';
}

.ss-vimeo:before,
.ss-vimeo.right:after {
    content: '';
}

.ss-vine:before,
.ss-vine.right:after {
    content: '';
}

.ss-letterboxd:before,
.ss-letterboxd.right:after {
    content: '';
}

.ss-flickr:before,
.ss-flickr.right:after {
    content: '';
}

.ss-instagram:before,
.ss-instagram.right:after {
    content: '';
}

.ss-vscogrid:before,
.ss-vscogrid.right:after {
    content: '';
}

.ss-fivehundredpx:before,
.ss-fivehundredpx.right:after {
    content: '';
}

.ss-feedly:before,
.ss-feedly.right:after {
    content: '';
}

.ss-pinterest:before,
.ss-pinterest.right:after {
    content: '';
}

.ss-dropbox:before,
.ss-dropbox.right:after {
    content: '';
}

.ss-pinboard:before,
.ss-pinboard.right:after {
    content: '';
}

.ss-delicious:before,
.ss-delicious.right:after {
    content: '';
}

.ss-dribbble:before,
.ss-dribbble.right:after {
    content: '';
}

.ss-behance:before,
.ss-behance.right:after {
    content: '';
}

.ss-github:before,
.ss-github.right:after {
    content: '';
}

.ss-bitbucket:before,
.ss-bitbucket.right:after {
    content: '';
}

.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
    content: '';
}

.ss-stackexchange:before,
.ss-stackexchange.right:after {
    content: '';
}

.ss-codepen:before,
.ss-codepen.right:after {
    content: '';
}

.ss-jsfiddle:before,
.ss-jsfiddle.right:after {
    content: '';
}

.ss-paypal:before,
.ss-paypal.right:after {
    content: '';
}

.ss-shopify:before,
.ss-shopify.right:after {
    content: '';
}

.ss-kickstarter:before,
.ss-kickstarter.right:after {
    content: '';
}

.ss-etsy:before,
.ss-etsy.right:after {
    content: '';
}

.ss-foursquare:before,
.ss-foursquare.right:after {
    content: '';
}

.ss-swarm:before,
.ss-swarm.right:after {
    content: '';
}

.ss-yelp:before,
.ss-yelp.right:after {
    content: '';
}

.ss-skype:before,
.ss-skype.right:after {
    content: '';
}

.ss-whatsapp:before,
.ss-whatsapp.right:after {
    content: '';
}

.ss-rdio:before,
.ss-rdio.right:after {
    content: '';
}

.ss-spotify:before,
.ss-spotify.right:after {
    content: '';
}

.ss-lastfm:before,
.ss-lastfm.right:after {
    content: '';
}

.ss-soundcloud:before,
.ss-soundcloud.right:after {
    content: '';
}

.ss-appstore:before,
.ss-appstore.right:after {
    content: '';
}

.ss-googleplay:before,
.ss-googleplay.right:after {
    content: '';
}

.ss-appleinc:before,
.ss-appleinc.right:after {
    content: '';
}

.ss-microsoft:before,
.ss-microsoft.right:after {
    content: '';
}

.ss-windows:before,
.ss-windows.right:after {
    content: '';
}

.ss-android:before,
.ss-android.right:after {
    content: '';
}

.ss-blackberry:before,
.ss-blackberry.right:after {
    content: '';
}

.ss-link:before,
.ss-link.right:after {
    content: '🔗';
}

.ss-phone:before,
.ss-phone.right:after {
    content: '📞';
}

.ss-mail:before,
.ss-mail.right:after {
    content: '✉';
}

.ss-like:before,
.ss-like.right:after {
    content: '👍';
}

.ss-rss:before,
.ss-rss.right:after {
    content: '';
}

.ss-share:before,
.ss-share.right:after {
    content: '';
}

/* Legacy */

.ss-fivehundredpx:before,
.ss-fivehundredpx.right:after {
    content: '';
}

.ss-octocat:before,
.ss-octocat.right:after {
    content: '';
}

@font-face {
    font-family: 'HelveticaNeueRoman';

    src: url('../fonts/HelveticaNeueRoman.eot');
    src: url('../fonts/HelveticaNeueRoman.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRoman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRoman.woff') format('woff'),
        url('../fonts/HelveticaNeueRoman.ttf') format('truetype'),
        url('../fonts/HelveticaNeueRoman.svg#HelveticaNeueRoman') format('svg');
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.js body.js-hide {
    visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;

    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;

    margin: 0.67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;

    margin: 0;

    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;

    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;

    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Buenard', Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.77;

    color: #363636;
    background-color: #f1f0e2;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;

    color: #253037;
}

a:hover,
a:focus {
    text-decoration: underline;

    color: #060809;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;

    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    line-height: 1.77;

    display: inline-block;

    max-width: 100%;
    height: auto;
    padding: 4px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #f1f0e2;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 31px;
    margin-bottom: 31px;

    border: 0;
    border-top: 1px solid white;
}

.sr-only {
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

[role='button'] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;

    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;

    color: #adadad;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 31px;
    margin-bottom: 15.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 15.5px;
}

.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;

    margin-bottom: 31px;
}

small,
.small {
    font-size: 88%;
}

mark,
.mark {
    padding: 0.2em;

    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #adadad;
}

.text-primary {
    color: #253037;
}

a.text-primary:hover {
    color: #101519;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #ab0634;
}

a.text-danger:hover {
    color: #7a0425;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #253037;
}

a.bg-primary:hover {
    background-color: #101519;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    margin: 62px 0 31px;
    padding-bottom: 14.5px;

    border-bottom: 1px solid white;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 15.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;

    list-style: none;
}

.list-inline {
    margin-left: -5px;
    padding-left: 0;

    list-style: none;
}

.list-inline > li {
    display: inline-block;

    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 31px;
}

dt,
dd {
    line-height: 1.77;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;

    content: ' ';
}

.dl-horizontal dd:after {
    clear: both;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;

    border-bottom: 1px dotted #adadad;
}

.initialism {
    font-size: 90%;
}

blockquote {
    font-size: 22.5px;

    margin: 0 0 31px;
    padding: 15.5px 31px;

    border-left: 5px solid white;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    font-size: 80%;
    line-height: 1.77;

    display: block;

    color: #adadad;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;

    text-align: right;

    border-right: 5px solid white;
    border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.77;

    margin-bottom: 31px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container:before,
.container:after {
    display: table;

    content: ' ';
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid:before,
.container-fluid:after {
    display: table;

    content: ' ';
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;

    content: ' ';
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;

    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend {
    font-size: 27px;
    line-height: inherit;

    display: block;

    width: 100%;
    margin-bottom: 31px;
    padding: 0;

    color: #7f7f7f;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;

    max-width: 100%;
    margin-bottom: 5px;
}

input[type='search'] {
    box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
    line-height: normal;

    margin: 4px 0 0;
    margin-top: 1px \9;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    display: block;

    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    font-size: 18px;
    line-height: 1.77;

    display: block;

    padding-top: 7px;

    color: #8b8b8b;
}

.form-control {
    font-size: 18px;
    line-height: 1.77;

    display: block;

    width: 100%;
    height: 45px;
    padding: 6px 12px;

    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    color: #8b8b8b;
    border: 1px solid #a8a8a8;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
    border-color: #7f7f7f;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(127, 127, 127, 0.6);
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.form-control:-ms-input-placeholder {
    color: #7f7f7f;
}

.form-control::-webkit-input-placeholder {
    color: #7f7f7f;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    background-color: white;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: false;
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 20px;
}

.radio,
.checkbox {
    position: relative;

    display: block;

    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    font-weight: normal;

    min-height: 31px;
    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: absolute;

    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding-left: 20px;

    cursor: pointer;
    vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
    cursor: false;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: false;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: false;
}

.form-control-static {
    min-height: 49px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    font-size: 16px;
    line-height: 1.5;

    height: 36px;
    padding: 5px 10px;

    border-radius: 3px;
}

select.input-sm {
    line-height: 36px;

    height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    font-size: 16px;
    line-height: 1.5;

    height: 36px;
    padding: 5px 10px;

    border-radius: 3px;
}

.form-group-sm select.form-control {
    line-height: 36px;

    height: 36px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    font-size: 16px;
    line-height: 1.5;

    height: 36px;
    min-height: 47px;
    padding: 5px 10px;
}

.input-lg {
    font-size: 21px;
    line-height: 1.3333333;

    height: 49px;
    padding: 10px 16px;

    border-radius: 6px;
}

select.input-lg {
    line-height: 49px;

    height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    font-size: 21px;
    line-height: 1.3333333;

    height: 49px;
    padding: 10px 16px;

    border-radius: 6px;
}

.form-group-lg select.form-control {
    line-height: 49px;

    height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    font-size: 21px;
    line-height: 1.3333333;

    height: 49px;
    min-height: 52px;
    padding: 10px 16px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 56.25px;
}

.form-control-feedback {
    line-height: 45px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: block;

    width: 45px;
    height: 45px;

    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    line-height: 49px;

    width: 49px;
    height: 49px;
}

.input-sm + .form-control-feedback {
    line-height: 36px;

    width: 36px;
    height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ab0634;
}

.has-error .form-control,
.has-error .jcf-select {
    border-color: #ab0634;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #7a0425;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7205c;
}

.has-error .input-group-addon {
    color: #ab0634;
    border-color: #ab0634;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #ab0634;
}

.has-feedback label ~ .form-control-feedback {
    top: 36px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;

    margin-top: 5px;
    margin-bottom: 10px;

    color: #767676;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 38px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;

    content: ' ';
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

.btn {
    font-family: HelveticaNeueRoman, 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;

    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 -2px rgba(0, 0, 0, 0.2);

    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;

    color: #efede1;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;

    opacity: 0.65;
    box-shadow: none;

    filter: alpha(opacity=65);
}

.btn-default {
    color: #efede1;
    border-color: #ccc;
    background-color: #ab0634;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #efede1;
    border-color: #adadad;
    background-color: #7a0425;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    border-color: #ccc;
    background-color: #ab0634;
}

.btn-default .badge {
    color: #ab0634;
    background-color: #efede1;
}

.btn-primary {
    color: #fff;
    border-color: #1b2328;
    background-color: #253037;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #020303;
    background-color: #101519;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    border-color: #1b2328;
    background-color: #253037;
}

.btn-primary .badge {
    color: #253037;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    border-color: #008b41;
    background-color: #00a44d;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    border-color: #004d24;
    background-color: #007135;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    border-color: #008b41;
    background-color: #00a44d;
}

.btn-success .badge {
    color: #00a44d;
    background-color: #fff;
}

.btn-info {
    color: #ab0634;
    border-color: #e9e7d1;
    background-color: #f1f0e2;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #ab0634;
    border-color: #d5d2a8;
    background-color: #e0dec0;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    border-color: #e9e7d1;
    background-color: #f1f0e2;
}

.btn-info .badge {
    color: #f1f0e2;
    background-color: #ab0634;
}

.btn-warning {
    color: #fff;
    border-color: #977334;
    background-color: #aa823a;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    border-color: #695124;
    background-color: #84652d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    border-color: #977334;
    background-color: #aa823a;
}

.btn-warning .badge {
    color: #aa823a;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    border-color: #92052d;
    background-color: #ab0634;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    border-color: #57031b;
    background-color: #7a0425;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    border-color: #92052d;
    background-color: #ab0634;
}

.btn-danger .badge {
    color: #ab0634;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;

    color: #253037;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline;

    color: #060809;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    text-decoration: none;

    color: #adadad;
}

.btn-lg {
    font-size: 21px;
    line-height: 1.3333333;

    padding: 10px 16px;

    border-radius: 6px;
}

.btn-sm {
    font-size: 16px;
    line-height: 1.5;

    padding: 5px 10px;

    border-radius: 3px;
}

.btn-xs {
    font-size: 16px;
    line-height: 1.5;

    padding: 1px 5px;

    border-radius: 3px;
}

.btn-block {
    display: block;

    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;

    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 2px;

    vertical-align: middle;

    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    font-size: 18px;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;

    list-style: none;

    text-align: left;

    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;

    height: 1px;
    margin: 14.5px 0;

    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    font-weight: normal;
    line-height: 1.77;

    display: block;
    clear: both;

    padding: 3px 20px;

    white-space: nowrap;

    color: #7f7f7f;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;

    color: #727272;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;

    color: #fff;
    outline: 0;
    background-color: #253037;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #adadad;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    cursor: false;
    text-decoration: none;

    background-color: transparent;
    background-image: none;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 16px;
    line-height: 1.77;

    display: block;

    padding: 3px 20px;

    white-space: nowrap;

    color: #adadad;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';

    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;

    margin-bottom: 2px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}

.nav:before,
.nav:after {
    display: table;

    content: ' ';
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;

    display: block;
}

.nav > li > a {
    position: relative;

    display: block;

    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;

    /*outline: none;*/
}

.nav > li.disabled > a {
    color: #adadad;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    cursor: false;
    text-decoration: none;

    color: #adadad;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #253037;
    background-color: white;
}

.nav .nav-divider {
    overflow: hidden;

    height: 1px;
    margin: 14.5px 0;

    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;

    margin-bottom: -1px;
}

.nav-tabs > li > a {
    line-height: 1.77;

    margin-right: 2px;

    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
    border-color: white white #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;

    color: #8b8b8b;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #f1f0e2;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #253037;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;

    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;

    border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;

    min-height: 120px;
    margin-bottom: 31px;

    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    display: table;

    content: ' ';
}

.navbar:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;

    content: ' ';
}

.navbar-header:after {
    clear: both;
}

.navbar-collapse {
    overflow-x: visible;

    padding-right: 15px;
    padding-left: 15px;

    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;

    content: ' ';
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;

    border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar-fixed-top {
    top: 0;

    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;

    margin-bottom: 0;

    border-width: 1px 0 0;
}

.navbar-brand {
    font-size: 21px;
    line-height: 31px;

    float: left;

    height: 120px;
    padding: 24px 15px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

.navbar-toggle {
    position: relative;

    float: right;

    margin-top: 43px;
    margin-right: 15px;
    margin-bottom: 43px;
    padding: 9px 10px;

    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;

    width: 22px;
    height: 2px;

    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-nav {
    margin: 12px -15px;
}

.navbar-nav > li > a {
    line-height: 31px;

    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-form {
    margin-top: 37.5px;
    margin-right: -15px;
    margin-bottom: 37.5px;
    margin-left: -15px;
    padding: 10px 15px;

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
}

.navbar-btn.btn-sm {
    margin-top: 42px;
    margin-bottom: 42px;
}

.navbar-btn.btn-xs {
    margin-top: 49px;
    margin-bottom: 49px;
}

.navbar-text {
    margin-top: 44.5px;
    margin-bottom: 44.5px;
}

.navbar-default {
    border-color: #e9eaeb;
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #253037;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #101519;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #253037;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e9eaeb;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #f1f1f1;
}

.navbar-default .navbar-link {
    color: #253037;
}

.navbar-default .navbar-link:hover {
    color: #060809;
}

.navbar-default .btn-link {
    color: #253037;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #060809;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    border-color: #090909;
    background-color: #222;
}

.navbar-inverse .navbar-brand {
    color: lightgray;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: lightgray;
}

.navbar-inverse .navbar-nav > li > a {
    color: lightgray;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-link {
    color: lightgray;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: lightgray;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;

    display: block;

    margin-bottom: -1px;
    padding: 10px 15px;

    border: 1px solid #ddd;
    background-color: #fff;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;

    color: #555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: false;

    color: #adadad;
    background-color: white;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #adadad;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;

    color: #fff;
    border-color: #253037;
    background-color: #253037;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #7f99a9;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    border-color: #3c763d;
    background-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    border-color: #31708f;
    background-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    border-color: #8a6d3b;
    background-color: #8a6d3b;
}

.list-group-item-danger {
    color: #ab0634;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #ab0634;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #ab0634;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    border-color: #ab0634;
    background-color: #ab0634;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    line-height: 1.3;

    margin-bottom: 0;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;

    overflow: hidden;

    width: 100%;
}

.carousel-inner > .item {
    position: relative;

    display: none;

    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;

    display: block;

    max-width: 100%;
    height: auto;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;

    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    font-size: 20px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 15%;

    text-align: center;

    opacity: 0.5;
    color: #fff;
    text-shadow: none;

    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#80000000',
            endColorstr='#00000000',
            GradientType=1
        );
}

.carousel-control.right {
    right: 0;
    left: auto;

    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#00000000',
            endColorstr='#80000000',
            GradientType=1
        );
}

.carousel-control:hover,
.carousel-control:focus {
    text-decoration: none;

    opacity: 0.9;
    color: #fff;
    outline: 0;

    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    z-index: 5;
    top: 50%;

    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;

    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;

    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
    line-height: 1;

    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;

    width: 60%;
    margin-left: -30%;
    padding-left: 0;

    list-style: none;

    text-align: center;
}

.carousel-indicators li {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 1px;

    cursor: pointer;
    text-indent: -999px;

    border: 1px solid none;
    border-radius: 10px;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;

    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;

    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    color: #fff;
    text-shadow: none;
}

.carousel-caption .btn {
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
    display: table;

    content: ' ';
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;

    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

.btn {
    font-family: 'Buenard', Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 23px;

    padding: 6px 24px;

    letter-spacing: 0.05em;

    border: none;
    box-shadow: none;
}

.animation-slide {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);

    opacity: 0;
}

.animation-slide.animated {
    -webkit-transition: opacity 0.75s linear, -webkit-transform 0.75s;
    transition: opacity 0.75s linear, -webkit-transform 0.75s;
    transition: transform 0.75s, opacity 0.75s linear;
    transition: transform 0.75s, opacity 0.75s linear, -webkit-transform 0.75s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    opacity: 1;
}

.animation-slide.site-footer {
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.homepage-touts-tile .homepage-touts-text > * {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.homepage-touts-tile:hover .homepage-touts-text > * {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow {
    position: relative;
    height: 676px;
}

.slideshow .slide {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-position: center;
    background-size: cover;
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow .slide-content {
    font-size: 21px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 600px;

    -webkit-transform: translate(-50%, -48%);
    -moz-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
    -o-transform: translate(-50%, -48%);
    text-align: center;

    color: #f1f0e2;
}

.slideshow .slide-content-primary {
    position: absolute;
    z-index: 10;
}

.slideshow .slide-content h2 {
    font-size: 48px;

    margin: 0 0 15px;

    letter-spacing: 0.05em;
}

.slideshow .slide-content p {
    margin-bottom: 15px;

    letter-spacing: 0.01em;
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
    visibility: hidden;
}

.slideshow .btn-prev,
.slideshow .btn-next,
.owl-prev,
.owl-next {
    position: absolute;
    z-index: 3;
    top: 50%;

    overflow: hidden;

    margin-top: -15px;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-indent: -100px;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover,
.owl-prev:hover,
.owl-next:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow .btn-prev,
.owl-prev {
    left: 21px;

    width: 18px;
    height: 30px;

    background-image: url(../images/sprite.png);
    background-position: -73px 0;
}

.slideshow .btn-next,
.owl-next {
    right: 21px;

    width: 18px;
    height: 30px;

    background-image: url(../images/sprite.png);
    background-position: -55px 0;
}

/* custom select styles */

.jcf-select {
    position: relative;

    display: inline-block;

    width: 100%;
    height: 45px;

    text-align: left;
    vertical-align: top;

    border: 1px solid #a8a8a8;
    background: #fff;
}

.jcf-select select {
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text {
    font-family: HelveticaNeueRoman, 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 43px;

    display: block;
    overflow: hidden;

    margin: 0 45px 0 12px;

    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #7f7f7f;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 26px;

    text-align: center;

    background: none;
}

.jcf-select .jcf-select-opener:before {
    position: absolute;
    top: 22px;
    right: 11px;

    width: 9px;
    height: 5px;

    content: '';

    background-image: url(../images/sprite.png);
    background-position: -55px -47px;
}

body > .jcf-select-drop {
    position: absolute;
    z-index: 9999;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    font-family: HelveticaNeueRoman, 'Montserrat', sans-serif;

    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-drop-flipped {
    top: auto;
    bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #a8a8a8;
}

/* multiple select styles */

.jcf-list-box {
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid #b8c3c9;
}

/* select options styles */

.jcf-list {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    background: #fff;
}

.jcf-list .jcf-list-content {
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.jcf-list ul li {
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 5px 9px;

    cursor: default;

    color: #656565;
}

.jcf-list .jcf-disabled {
    color: #aaa !important;
    background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #000;
    background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption {
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;

    margin: 0;
    padding: 0;

    list-style: none;

    text-decoration: none;

    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: table;

    border-collapse: collapse;

    content: '';
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    overflow: hidden;

    text-indent: -99999px;

    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;

    cursor: default;
}

.ui-datepicker {
    display: none;

    width: 17em;
    padding: 0.2em 0.2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;

    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;

    width: 1.8em;
    height: 1.8em;

    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    margin-top: -8px;
    margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;

    margin: 0 2.3em;

    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;

    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    font-size: 0.9em;

    width: 100%;
    margin: 0 0 0.4em;

    border-collapse: collapse;
}

.ui-datepicker th {
    font-weight: bold;

    padding: 0.7em 0.3em;

    text-align: center;

    border: 0;
}

.ui-datepicker td {
    line-height: 25px;

    padding: 1px;

    border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;

    padding: 0.2em;

    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;

    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    overflow: visible;

    width: auto;
    margin: 0.5em 0.2em 0.4em;
    padding: 0.2em 0.6em 0.3em 0.6em;

    cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    font-size: 0;

    clear: both;

    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    right: auto;
    left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    right: auto;
    left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-menu {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;

    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;

    min-height: 0;
    margin: 0;
    padding: 3px 1em 3px 0.4em;

    list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');

    cursor: pointer;
}

.ui-menu .ui-menu-divider {
    font-size: 0;
    line-height: 0;

    height: 0;
    margin: 5px 0;

    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;

    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    right: 0;
    left: auto;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    font-weight: bold;

    color: #333;
    border: 1px solid #ddd;
    background: transparent;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;

    color: #f1f0e2;
    border: 1px solid #f1f0e2;
    background: #ab0634;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    text-decoration: none;

    color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    font-weight: normal;

    color: #2b2b2b;
    border: none;
    background: transparent;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    text-decoration: none;

    color: #2b2b2b;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    font-weight: normal;

    color: #fff;
    border: 1px solid #003eff;
    background: #007fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    text-decoration: none;

    color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #363636;
    border: 1px solid #f1f0e2;
    background: #f1f0e2;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    color: #5f3f3f;
    border: 1px solid #f1a899;
    background: #fddfdf;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    font-weight: normal;

    opacity: 0.7;

    filter: Alpha(Opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    background-image: none;

    filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-widget-header .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-state-default .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-state-active .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-state-highlight .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png');
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    opacity: 0.3;
    background: #aaa;

    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;

    opacity: 0.3;
    border-radius: 8px;
    background: #666;

    filter: Alpha(Opacity=30);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    margin: 0;
    padding: 0;

    vertical-align: top;

    border: 0;
    outline: none;
}

.fancybox-wrap {
    position: absolute;
    z-index: 8020;
    top: 0;
    left: 0;
}

.fancybox-skin {
    position: relative;

    padding: 27px;

    color: #444;
    background: rgba(0, 0, 0, 0.5);
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;

    background: #fff;
}

.fancybox-inner img {
    width: 100%;
    max-width: 100%;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 15px;

    white-space: nowrap;

    color: #444;
}

.fancybox-image,
.fancybox-iframe {
    display: block;

    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    z-index: 8060;
    top: 50%;
    left: 50%;

    margin-top: -22px;
    margin-left: -22px;

    cursor: pointer;

    opacity: 0.8;
    background-position: 0 -108px;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;

    background: url('../images/fancybox/fancybox_loading.gif') center center
        no-repeat;
}

.fancybox-close {
    position: absolute;
    z-index: 8040;
    top: -16px;
    right: -16px;

    width: 36px;
    height: 36px;

    cursor: pointer;
}

.fancybox-nav {
    position: absolute;
    z-index: 8040;
    top: 0;

    width: 40%;
    height: 100%;

    cursor: pointer;
    text-decoration: none;

    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */

    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    z-index: 8040;
    top: 50%;

    visibility: hidden;

    width: 36px;
    height: 34px;
    margin-top: -18px;

    cursor: pointer;
}

.fancybox-prev span {
    left: 10px;

    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;

    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;

    visibility: hidden;
    overflow: visible !important;

    max-width: 99999px;
    max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;

    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    z-index: 8010;
    top: 0;
    left: 0;

    display: none;
    overflow: hidden;

    background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;

    position: relative;
    z-index: 8050;

    visibility: hidden;

    text-shadow: none;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    z-index: 8050;
    right: 50%;
    bottom: 0;

    margin-bottom: -35px;

    text-align: center;
}

.fancybox-title-float-wrap .child {
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-right: -100%;
    padding: 2px 20px;

    white-space: nowrap;

    color: #fff;
    border-radius: 15px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px #222;
}

.fancybox-title-outside-wrap {
    position: relative;

    margin-top: 10px;

    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 10px;

    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

.information-banner {
    position: relative;
    z-index: 0;

    height: 676px;

    background-position: center;
    background-size: cover;
}

.information-banner-fade:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    filter: alpha(opacity=55);
    opacity: 0.55;
    z-index: -1;
}

.information-banner-content {
    font-size: 21px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 600px;

    -webkit-transform: translate(-50%, -48%);
    -moz-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
    -o-transform: translate(-50%, -48%);
    text-align: center;

    color: #f1f0e2;
}

.information-banner-content h2 {
    font-size: 48px;
    font-weight: bold;

    margin: 0 0 15px;

    letter-spacing: 0.05em;
}

.information-banner-content p {
    margin-bottom: 20px;

    letter-spacing: 0.03em;
}

.reservation-block .form-control::-webkit-input-placeholder {
    color: #f1f0e2;
}

.reservation-block .form-control:-moz-placeholder {
    color: #f1f0e2;
}

.reservation-block .form-control::-moz-placeholder {
    color: #f1f0e2;
}

.reservation-block .form-control:-ms-input-placeholder {
    color: #f1f0e2;
}

input,
button,
select,
textarea,
.form-control {
    font-family: HelveticaNeueRoman, 'Montserrat', sans-serif;
    font-size: 16px;
}

.form-control {
    color: #7f7f7f;
}

.form-control:focus {
    border-color: #a8a8a8;
    box-shadow: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/* custom radio styles */

.jcf-radio {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin: 0 3px 0 0;

    cursor: default;
    vertical-align: top;

    border: 1px solid #c0c0bb;
    border-radius: 50%;
    background: #fff;
}

.jcf-radio span {
    position: absolute;
    top: 5px;
    left: 5px;

    display: none;

    width: 12px;
    height: 12px;

    border-radius: 50%;
    background: #6c6c6c;
}

.jcf-radio input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    border: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #c0c0bb !important;
}

.radio-label {
    font-size: 21px;
    line-height: 24px;

    height: 24px;
}

.text-block {
    padding: 98px 0 76px;

    text-align: center;
}

.text-block h2 {
    font-weight: normal;

    margin-bottom: 12px;
}

.text-block p {
    line-height: 46px;

    margin-bottom: 35px;
}

.text-block .container {
    max-width: 966px;
}

.reservation-block {
    padding: 54px 0 47px;

    background: #ab0634;
}

.reservation-block .close-btn {
    position: absolute;
    top: 0;
    right: 15px;

    width: 25px;
    height: 25px;
    overflow: hidden;

    background-image: url(../images/sprite.png);
    background-position: -30px 0;
    background-color: transparent;

    border: none;

    text-indent: -99em;
}

.reservation-block-container {
    position: relative;

    max-width: 1586px;
    margin: 0 auto;
    padding: 0 15px;

    color: #f1f0e2;
}

.reservation-block-container h4 {
    max-width: 334px;
    margin: 0;
    padding-bottom: 9px;

    letter-spacing: 0.05em;
    text-transform: uppercase;

    border-bottom: 1px solid #f1f0e2;
}

.reservation-block-container .row {
    margin: 0 0 0 -2%;
}

.reservation-block-container label {
    font-size: 18px;
    line-height: 20px;

    display: block;

    margin: 18px 0 16px;

    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-block-item {
    position: relative;

    width: 18%;
    margin-left: 2%;
}

.reservation-block-item .jcf-select-drop .jcf-disabled {
    background-color: transparent !important;
}

.reservation-block .jcf-select .jcf-select-text {
    color: #f1f0e2;
}

.reservation-block .form-control {
    height: 52px;
    padding-left: 28px;

    color: #f1f0e2;
    border-color: #f1f0e2;
    background: transparent;
}

.reservation-block .jcf-select {
    display: block;

    min-width: auto;
    height: 52px;

    border-color: #f1f0e2;
    background: transparent;
}

.reservation-block .jcf-select .jcf-select-opener {
    width: 45px;

    background: transparent;
}

.reservation-block .jcf-select .jcf-select-opener:before {
    position: absolute;
    top: 21px;
    right: 19px;

    width: 15px;
    height: 8px;

    content: '';

    background-image: url(../images/sprite.png);
    background-position: -73px -47px;
}

.reservation-block .jcf-select .jcf-select-text {
    line-height: 50px;

    margin-left: 28px;
}

.reservation-block .jcf-list {
    background: #ab0634;
}

.reservation-block .jcf-list .jcf-option {
    padding-right: 20px;
    padding-left: 28px;

    color: #f1f0e2;
}

.reservation-block .jcf-list .jcf-option.jcf-hover {
    background: #363636;
}

.reservation-block .jcf-select-drop .jcf-select-drop-content {
    border-color: #f1f0e2;
}

.reservation-block .jcf-select-time-select:before {
    position: absolute;
    top: 13px;
    left: 18px;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/sprite.png);
    background-position: -24px -30px;
}

.reservation-block .jcf-select-time-select .jcf-select-text {
    margin-left: 57px;
}

.reservation-block .date-select:before {
    position: absolute;
    bottom: 15px;
    left: 16px;

    width: 24px;
    height: 25px;

    content: '';

    background-image: url(../images/sprite.png);
    background-position: 0 -30px;
}

.reservation-block .date-select .form-control {
    padding-left: 57px;
}

.reservation-block .btn-info {
    line-height: 40px;

    display: block;

    width: 100%;
    margin-top: 54px;
}

.site-header.active .btn-mobile {
    display: none;
}

.dishes-list .image {
    height: 244px;

    background-position: center;
    background-size: cover;
}

.dishes-list-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.dishes-list .dish-wrap {
    width: 100%;
    margin-bottom: 39px;
    padding: 4px 4px 20px;
    background: #fdfcf5;
}

.dishes-list .dish-info {
    position: relative;

    padding: 12px 0 0 42px;
}

.dishes-list .dish-info.dish-info-variants {
    padding-left: 0;
}

.dish-info-variants-item {
    padding-top: 15.5px;
    position: relative;
}

.dish-info-variants-item .input-holder {
    width: 50px;
}

.dish-info-variants-item .jcf-select .jcf-select-text {
    margin-left: 7px;
    margin-right: 20px;
    text-align: center;
}

.dish-info-variants-item .jcf-select .jcf-select-opener:before {
    top: 18px;
    right: 7px;
}

.dish-info.dish-info-variants .dish-info-variants-item > p {
    position: absolute;
    top: 25px;
    left: 0;
    margin-left: 63px;
}

@media (max-width: 768px) {
    .dish-info-variants-item .jcf-select .jcf-select-opener:before {
        top: 15px;
    }

    .dish-info.dish-info-variants .dish-info-variants-item > p {
        top: 22px;
    }
}

.dishes-list .dish-info h4 {
    margin-bottom: 3px;

    letter-spacing: 0.05em;
}

.dishes-list .dish-info p {
    font-size: 16px;
    line-height: 21px;

    margin: 0;
}

.dishes-list .dish-number {
    font-size: 16px;
    line-height: 16px;

    position: absolute;
    top: 12px;
    left: 1px;

    width: 28px;
    height: 24px;
    padding: 1px;

    text-align: center;
}

.form-message {
    display: none;
    margin: 0 0 15.5px;
    margin-top: -20px;
}

@media screen and (min-width: 768px) {
    .form-message {
        margin: -20px 0 35px;
    }
}

.form-message.form-message-error {
    color: #ab0634;
}

.information-form {
    max-width: 793px;
    margin: 0 auto;
    padding: 24px 15px 77px;

    text-align: center;
}

.information-form .form-row + .form-row {
    margin-top: 21px;
}

.information-form .form-row .input-holder {
    float: left;
    width: 48%;
    /* bugfix: 03.02.16
        - fixes body animated overflow on parent elements
          with .jsf-hidden as a child
    */
    position: relative;
}

.information-form .form-row .input-holder + .input-holder {
    margin-left: 4%;
}

.information-form .form-row .input-holder.full-width {
    width: 100%;
}

.information-form .form-row:after {
    display: table;
    clear: both;

    content: '';
}

.information-form .form-row.radio-wrap {
    margin-top: -17px;
    margin-bottom: 33px;
}

.information-form h2 {
    margin-bottom: 42px;
}

.information-form p {
    letter-spacing: 0.01em;
}

.information-form .separator-line {
    height: 1px;
    margin: 36px 0 32px;

    background: #a8a8a8;
}

.information-form .radio-label {
    margin-bottom: 0;
}

.information-form .radio-label + .radio-label {
    margin-left: 30px;
}

.information-form .calendar-container,
.information-form .time-container {
    position: relative;
}

.information-form .calendar-container:before,
.information-form .time-container:before {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 12px;

    content: '';
}

.information-form .calendar-container .form-control {
    padding-left: 38px;
}

.information-form .calendar-container:before {
    width: 16px;
    height: 16px;

    background-image: url(../images/sprite.png);
    background-position: -21px -55px;
}

.information-form .time-container .jcf-select .jcf-select-text {
    margin-left: 38px;
}

.information-form .time-container:before {
    width: 16px;
    height: 16px;

    background-image: url(../images/sprite.png);
    background-position: -37px -55px;
}

.information-form .hidden-block {
    display: none;

    margin-top: 21px;
}

.information-form .number-input,
.information-form .file-input {
    text-align: left;
}

.information-form input[type='file'] {
    line-height: 1.1em;
}

.information-form .number-input .form-control {
    display: inline-block;

    width: 40px;
    padding: 6px;

    text-align: center;
}

.information-form .number-input label,
.information-form .file-input label {
    font-size: 21px;

    margin-left: 5px;

    letter-spacing: 0.02em;
}

.information-form .file-input label {
    margin-left: 0;
}

.information-form .form-footer {
    margin-top: 37px;
}

.information-form .form-footer .btn {
    min-width: 200px;
}

.location-hero {
    position: relative;
}

.location-hero-wrapper {
    position: relative;
}

.location-hero-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;

    width: 388px;
    max-width: 100%;
    padding: 45px 30px 30px 22px;
    border: 4px solid #363636;

    color: #363636;
    background: #f1f0e2;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.location-hero-alert h4 {
    padding-bottom: 18px;

    letter-spacing: 0.05em;

    border-bottom: 1px solid #363636;
}

.location-hero-alert p {
    line-height: 26px;
}

.location-hero-alert img {
    max-width: 100%;
    height: auto;
}

.location-hero-wrapper .location-hero-alert a {
    position: relative;

    margin: 0 10px;

    text-decoration: underline;

    color: #363636 !important;
}

.location-hero-alert a + a:before {
    position: absolute;
    top: 7px;
    left: -10px;

    width: 1px;
    height: 15px;

    content: '';

    background: #363636;
}

.location-hero-alert a:hover {
    text-decoration: none;
}

.location-hero-wrapper .location-hero-alert .close-pop {
    position: absolute;
    top: 17px;
    right: 19px;

    width: 21px;
    height: 21px;
    margin: 0;

    background-image: url(../images/sprite.png);
    background-position: 0px -55px;
}

.location-hero-alert .alert-links {
    margin-top: 37px;
}

/* per contact location theme colors */
.contact .theme-red {
    color: #ab0634;
}
.contact .theme-gold {
    color: #aa823a;
}
.contact .theme-blue {
    color: #00548b;
}

/* per venue theme colors */
.venues-item.theme-red .btn:not(.btn-info) {
    background-color: #ab0634;
}
.venues-item.theme-red .btn:not(.btn-info):hover {
    background-color: #7a0425;
}
.venues-item.theme-red .venues-item-content a {
    color: #ab0634;
}

.venues-item.theme-gold .btn:not(.btn-info) {
    background-color: #aa823a;
}
.venues-item.theme-gold .btn:not(.btn-info):hover {
    background-color: #7f612b;
}
.venues-item.theme-gold .venues-item-content a {
    color: #aa823a;
}

.venues-item.theme-gray .btn:not(.btn-info) {
    background-color: #6d6e71;
}
.venues-item.theme-gray .btn:not(.btn-info):hover {
    background-color: #535353;
}
.venues-item.theme-gray .venues-item-content a {
    color: #6d6e71;
}

.venues-item.theme-blue .btn:not(.btn-info) {
    background-color: #00548b;
}
.venues-item.theme-blue .btn:not(.btn-info):hover {
    background-color: #00416c;
}
.venues-item.theme-blue .venues-item-content a {
    color: #00548b;
}

/* per location theme colors */
.locations-theme-red .site-header .submenu {
    background-color: #ab0634;
}
.locations-theme-red .location-hero-alert {
    border-color: #ab0634;
}
.locations-theme-red .content-wrapper p a {
    color: #ab0634;
}
.locations-theme-red .location-about p a {
    color: #ab0634;
}
.locations-theme-red .location-menu .tabset .active {
    background: #ab0634;
}
.locations-theme-red .location-menu .container {
    border-color: #ab0634;
}
.locations-theme-red .location-menu .location-menu-divider {
    border-bottom-color: #ab0634;
}
.locations-theme-red .location-menu .location-menu-text-section p {
    color: #ab0634;
}
.locations-theme-red .location-menu .location-menu-text-section hr,
.locations-theme-red .location-menu-section + .location-menu-section,
.locations-theme-red
    .location-menu-layout-2colcond
    > div:nth-child(3)
    > div:first-child {
    border-top-color: #ab0634;
}
.locations-theme-red .location-menu h3 {
    color: #ab0634;
}
.locations-theme-red .location-menu h3 + p {
    color: #ab0634;
}
.locations-theme-red .btn:not(.btn-info) {
    background-color: #ab0634;
}
.locations-theme-red .btn:not(.btn-info):hover {
    background-color: #7a0425;
}

.locations-theme-gray .site-header .submenu {
    background-color: #6d6e71;
}
.locations-theme-gray .location-hero-alert {
    border-color: #6d6e71;
}
.locations-theme-gray .content-wrapper p a {
    color: #6d6e71;
}
.locations-theme-gray .location-about p a {
    color: #6d6e71;
}
.locations-theme-gray .location-menu .tabset .active {
    background: #6d6e71;
}
.locations-theme-gray .location-menu .container {
    border-color: #6d6e71;
}
.locations-theme-gray .location-menu .location-menu-divider {
    border-bottom-color: #6d6e71;
}
.locations-theme-gray .location-menu .location-menu-text-section p {
    color: #6d6e71;
}
.locations-theme-gray .location-menu .location-menu-text-section hr,
.locations-theme-gray .location-menu-section + .location-menu-section,
.locations-theme-gray
    .location-menu-layout-2colcond
    > div:nth-child(3)
    > div:first-child {
    border-top-color: #6d6e71;
}
.locations-theme-gray .location-menu h3 {
    color: #6d6e71;
}
.locations-theme-gray .location-menu h3 + p {
    color: #6d6e71;
}
.locations-theme-gray .btn:not(.btn-info) {
    background-color: #6d6e71;
}
.locations-theme-gray .btn:not(.btn-info):hover {
    background-color: #535353;
}

.locations-theme-gold .site-header .submenu {
    background-color: #aa823a;
}
.locations-theme-gold .location-hero-alert {
    border-color: #aa823a;
}
.locations-theme-gold .content-wrapper p a {
    color: #aa823a;
}
.locations-theme-gold .location-about p a {
    color: #aa823a;
}
.locations-theme-gold .location-menu .tabset .active {
    background: #aa823a;
}
.locations-theme-gold .location-menu .container {
    border-color: #aa823a;
}
.locations-theme-gold .location-menu .location-menu-divider {
    border-bottom-color: #aa823a;
}
.locations-theme-gold .location-menu .location-menu-text-section p {
    color: #aa823a;
}
.locations-theme-gold .location-menu .location-menu-text-section hr,
.locations-theme-gold .location-menu-section + .location-menu-section,
.locations-theme-gold
    .location-menu-layout-2colcond
    > div:nth-child(3)
    > div:first-child {
    border-top-color: #aa823a;
}
.locations-theme-gold .location-menu h3 {
    color: #aa823a;
}
.locations-theme-gold .location-menu h3 + p {
    color: #aa823a;
}
.locations-theme-gold .btn:not(.btn-info) {
    background-color: #aa823a;
}
.locations-theme-gold .btn:not(.btn-info):hover {
    background-color: #7f612b;
}

.locations-theme-blue .site-header .submenu {
    background-color: #00548b;
}
.locations-theme-blue .location-hero-alert {
    border-color: #00548b;
}
.locations-theme-blue .content-wrapper p a {
    color: #00548b;
}
.locations-theme-blue .location-about p a {
    color: #00548b;
}
.locations-theme-blue .location-menu .tabset .active {
    background: #00548b;
}
.locations-theme-blue .location-menu .container {
    border-color: #00548b;
}
.locations-theme-blue .location-menu .location-menu-divider {
    border-bottom-color: #00548b;
}
.locations-theme-blue .location-menu .location-menu-text-section p {
    color: #00548b;
}
.locations-theme-blue .location-menu .location-menu-text-section hr,
.locations-theme-blue .location-menu-section + .location-menu-section,
.locations-theme-blue
    .location-menu-layout-2colcond
    > div:nth-child(3)
    > div:first-child {
    border-top-color: #00548b;
}
.locations-theme-blue .location-menu h3 {
    color: #00548b;
}
.locations-theme-blue .location-menu h3 + p {
    color: #00548b;
}
.locations-theme-blue .btn:not(.btn-info) {
    background-color: #00548b;
}
.locations-theme-blue .btn:not(.btn-info):hover {
    background-color: #00416c;
}

.locations-theme-red .site-header .submenu a,
.locations-theme-gold .site-header .submenu a,
.locations-theme-gray .site-header .submenu a,
.locations-theme-blue .site-header .submenu a {
    color: #efede1;
}

.locations-theme-red .site-header .submenu li:after,
.locations-theme-gold .site-header .submenu li:after,
.locations-theme-gray .site-header .submenu li:after,
.locations-theme-blue .site-header .submenu li:after {
    background-color: #efede1;
}

@media screen and (min-width: 1101px) {
    .locations-theme-red .site-header .location-drop-list {
        background: #ab0634;
    }
    .locations-theme-red .site-header .locations-dropdown:hover .drop-opener {
        background: #ab0634;
    }
    .locations-theme-red .site-header .locations-dropdown .active.drop-opener {
        background: #ab0634;
    }

    .locations-theme-gold .site-header .location-drop-list {
        background: #aa823a;
    }
    .locations-theme-gold .site-header .locations-dropdown:hover .drop-opener {
        background: #aa823a;
    }
    .locations-theme-gold .site-header .locations-dropdown .active.drop-opener {
        background: #aa823a;
    }

    .locations-theme-gray .site-header .location-drop-list {
        background: #6d6e71;
    }
    .locations-theme-gray .site-header .locations-dropdown:hover .drop-opener {
        background: #6d6e71;
    }
    .locations-theme-gray .site-header .locations-dropdown .active.drop-opener {
        background: #6d6e71;
    }

    .locations-theme-blue .site-header .location-drop-list {
        background: #00548b;
    }
    .locations-theme-blue .site-header .locations-dropdown:hover .drop-opener {
        background: #00548b;
    }
    .locations-theme-blue .site-header .locations-dropdown .active.drop-opener {
        background: #00548b;
    }
}

.location-about {
    text-align: center;
    padding: 25px 15px;
    background-color: #e9e9df;
    background-image: url('../images/bgpattern-2.jpg');
}

.location-details {
    text-align: center;
    padding: 35px 15px 45px;
    margin: 0 auto;
}

.location-details-gmap {
    height: 400px;
}

.location-details-text p {
    margin-bottom: 0;
}

.location-details-text p + h2 {
    margin-top: 35px;
}

.location-details-text p:last-of-type {
    margin-bottom: 35px;
}

.location-details .location-details-text a.map-link {
    color: #253037;
    text-decoration: none;
}

.location-about .text-block {
    margin: 0 auto;
    padding: 0;
}

.locations-page .location-about h1,
.locations-page .location-menu h2,
.locations-page .information-banner-content h2 {
    font-size: 40px;
}

.location-parties-form .form-message {
    margin-top: 15.5px;
}

.location-about p,
.location-parties-form p,
.event-venue-form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15.5px;
}

.location-parties-form p:last-of-type,
.event-venue-form p:last-of-type {
    margin-bottom: 35px;
}

.locations-page .location-menu h2 {
    font-size: 40px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.locations-page .location-menu h2 span {
    background-color: #efede1;
    padding: 0 60px;
}

.locations-page .location-menu h3,
.locations-page .location-menu h3 + p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.locations-page .location-menu h3 + p {
    margin-top: -18px;
    line-height: 1.1;
    text-transform: none;
}

.location-menu-single .row > div {
    padding-left: 30px;
    padding-right: 30px;
}

/* adds top border to menu footer row. if the mobi-alternate is every turned back on,
all references to nth-child(3) need to be changed to nth-child(4) */
.location-menu-section + .location-menu-section,
.location-menu-layout-2colcond > div:nth-child(3) > div:first-child {
    padding-top: 35px;
    border-top: 1px solid #363636;
}

.location-menu-layout-basic {
    max-width: 500px;
    margin: 0 auto;
}

.location-menu-layout-2colcond {
    max-width: 500px;
    margin: 0 auto;
}

.location-menu-col-mobile {
    display: none;
}

/* mobi-alternate:
 .location-menu-layout-2colcond > div:not(.location-menu-col-mobile):not(:nth-child(4)) {
    display: none;
}
*/

@media (min-width: 768px) {
    .location-menu-layout-2colcond {
        max-width: 700px;
    }

    /* mobi-alternate:
        .location-menu-col-mobile {
            display: none;
        }

        .location-menu-layout-2colcond > div:not(.location-menu-col-mobile):not(:nth-child(4)) {
            display: block;
        }
    */
}

.locations-page .location-menu-single {
    padding-bottom: 35px;
}

.locations-page .location-menu-section {
    padding-bottom: 15.5px;
}

.locations-page .location-menu-text-section:after {
    content: '';
    display: block;
    margin-bottom: 20px;
}

.locations-page .location-menu-text-section p {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
}

.locations-page .location-menu-item {
    margin-bottom: 20px;
}

.locations-page .location-menu-item h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 2px;
}

.locations-page .location-menu-item p {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
}

.locations-page .location-menu-item-price {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
}

.locations-page .location-menu-item-price span {
    font-size: 16px;
    margin-left: 8px;
    text-transform: lowercase;
}

/* specificity */
.information-form.location-parties-form,
.information-form.event-venue-form {
    padding-top: 35px;
    padding-bottom: 35px;
}

.locations-page .location-parties-form h3,
.locations-page .event-venue-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.kitchen-table-page {
    background-image: url('../images/bgpattern-bricks.jpg');
}

.kitchen-table-page .location-about {
    background: none;
}

.kitchen-table-page .information-banner.information-banner-dim:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.kitchen-table-faq {
    margin-bottom: 30px;
}

.kitchen-table-faq:first-of-type {
    margin-top: 23px;
}

.kitchen-table-page .kitchen-table-faq h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.kitchen-table-page .kitchen-table-faq h3:before {
    content: 'Q: ';
}

.kitchen-table-faq p {
    line-height: 26px;
    margin-bottom: 15.5px;
}

.kitchen-table-faq p:first-of-type:before {
    content: 'A: ';
}

@media (min-width: 768px) {
    .locations-page .location-about h1,
    .locations-page .location-menu h2,
    .locations-page .information-banner-content h2 {
        font-size: 48px;
    }

    .location-about {
        padding-top: 53px;
        padding-bottom: 90px;
    }

    .location-faqs {
        padding-top: 53px;
    }

    .location-details {
        text-align: left;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .location-about .text-block,
    .location-details {
        width: 750px;
    }

    .location-parties-form .form-message {
        margin-top: 0;
    }

    .location-about p,
    .location-parties-form p,
    .event-venue-form p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .locations-page .location-parties-form h3,
    .locations-page .event-venue-form h3 {
        font-size: 30px;
    }

    .kitchen-table-faq:first-of-type {
        margin-top: 43px;
    }

    .phone-link {
        pointer-events: none;
    }
}

@media (min-width: 1300px) {
    .location-about .text-block,
    .location-details {
        width: 1040px;
    }
}

.homepage-touts .row {
    margin: 0 0 0 -1px;
}

.homepage-touts-tile {
    position: relative;
    z-index: 0;

    height: 340px;
    margin-top: 1px;

    border-left: 1px solid #f1f0e2;
    background-position: center;
    background-size: cover;
}

.homepage-touts-tile:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.backgroundblendmode .homepage-touts-tile {
    background-blend-mode: multiply;
}

.backgroundblendmode .homepage-touts-tile:before {
    display: none;
}

.homepage-touts-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    min-width: 90%;

    -webkit-transform: translate(-50%, -48%);
    -moz-transform: translate(-50%, -48%);
    -ms-transform: translate(-50%, -48%);
    -o-transform: translate(-50%, -48%);
    text-align: center;

    color: #f1f0e2;
}

.homepage-touts-text h2 {
    font-size: 48px;
    font-weight: bold;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-header .navbar-default {
    margin: 0;

    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;

    border: none;
    background: center bottom #f1f0e2 no-repeat;
}

.site-header .navbar-brand {
    padding: 20px 0;
}

.site-header .navbar > .container .navbar-brand {
    margin: 0;
}

.site-header .navbar-right {
    margin: 44px 0 0;
}

.site-header .locations-dropdown {
    position: relative;
    z-index: 1;
}

.site-header .locations-dropdown:hover .drop-opener {
    color: #efede1;
    background: #363636;
}

.site-header .locations-dropdown .active.drop-opener {
    color: #efede1;
    background: #aa823a;
}

.site-header .locations-dropdown:hover .location-drop-list {
    display: block;
}

.site-header .location-drop-list {
    font-size: 13px;
    /*font-size: 15px;*/
    position: absolute;
    top: 100%;
    margin: 0 3px;
    display: none;
    white-space: nowrap;
    text-transform: uppercase;
    background: #363636;
}

.site-header .location-drop-list a {
    display: block;

    padding: 5px 15px;

    color: #efede1;
}

.nav-container,
.footer-container,
.reservation-block-container {
    max-width: 1200px;
}

@media (min-width: 769px) {
    .footer-container {
        margin-top: 19px;
        margin-bottom: 11px;
    }
}

.site-header .nav > li > span,
.site-header .nav > li > a {
    font-size: 13px;
    font-weight: normal;
    /*font-size: 17px;*/
    /*font-weight: bold;*/
    line-height: 28px;

    display: block;

    height: 29px;
    margin: 4px 5px 0;
    padding: 0 8px;

    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-header .nav > li > a:hover,
.site-header .nav > li > a.active,
.site-header .active .drop-opener,
.site-header .locations-dropdown-active .drop-opener {
    color: #f1f0e2;
    background: #363636;
}

.site-header .nav > li > .btn {
    line-height: 35px;

    height: 35px;
    margin: 0;
    padding: 0 24px;

    color: #efede1;
}

.site-header .btn-mobile {
    font-size: 36px;
    line-height: 80px;

    display: block;
}

.site-header .navbar-toggle {
    margin-top: 37px;
    margin-bottom: 0;

    border: none;
}

.site-header .navbar-toggle .icon-bar {
    display: none;

    width: 42px;

    background: #000;
}

.site-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 12px;
}

.site-header .navbar-toggle:before {
    display: block;

    width: 30px;
    height: 30px;

    content: '';

    background-image: url(../images/sprite.png);
    background-position: 0 0;
}

.site-header .navbar-toggle:hover,
.site-header .navbar-toggle:focus {
    background-color: transparent;
}

.site-header .navbar-toggle.collapsed .icon-bar {
    display: block;
}

.site-header .navbar-toggle.collapsed:before {
    display: none;
}

.site-header .navbar-collapse {
    border: none;
}

.site-header .mobile-socials {
    line-height: 38px;

    margin-top: 12px;
    margin-bottom: 25px;

    text-align: center;
}

.site-header .mobile-socials li {
    font-size: 38px;

    display: inline-block;
}

.site-header .mobile-socials li + li {
    margin-left: 30px;
}

.site-header .mobile-socials a:hover {
    text-decoration: none;

    opacity: 0.5;
}

.site-header .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.site-header .submenu {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;

    position: absolute;
    z-index: 0;
    top: 100%;
    right: 0;
    left: 0;

    padding: 12px 0;

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    background: #f1f0e2;
}

.site-header .submenu.submenu--darken {
    background: #d4d2c1;
}

.site-header .submenu ul {
    margin: 0;
}

.site-header .submenu li {
    position: relative;

    /*margin: 0 10px;*/
    padding: 0 7px;
}

.site-header .submenu .submenu-wordmark {
    margin-right: 35px;
}
.site-header .submenu .submenu-wordmark img {
    margin-top: -2px;
}
.site-header .submenu .submenu-wordmark h1 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.site-header .submenu .submenu-wordmark h1 img {
    display: block;
}

.site-header .submenu li.active a {
    /*color: #f1f0e2;
    background: #363636;*/
}

.site-header .submenu li:after {
    position: absolute;
    top: 5px;
    /*left: -1px;*/
    right: -1px;

    width: 1px;
    height: 12px;

    content: '';

    background: #363636;
}

.site-header .submenu .submenu-wordmark:after,
.site-header .submenu li:last-of-type:after {
    display: none;
}

.site-header .submenu li a {
    padding: 5px 10px;
}

.site-header .schedule-link {
    position: static !important;
}

.site-header .schedule-block {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    padding: 10px 5px;

    text-align: center;

    color: #f1f0e2;
    background: #aa823a;
}

.site-header .schedule-block span {
    display: inline-block;

    margin: 0 10px;
}

.site-header .schedule-block a {
    color: #f1f0e2;
}

.content-wrapper {
    padding-top: 120px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
    font-weight: normal;

    margin-top: 0;

    text-transform: uppercase;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3 {
    letter-spacing: 0.05em;
}

.content-wrapper .text-block a,
.content-wrapper p a {
    color: #ab0634;
}

.content-wrapper h2 + h3 {
    margin-top: 43px;
}

.content-wrapper h3 {
    margin-bottom: 8px;
}

.content-wrapper textarea.form-control {
    height: 122px;
}

.separator-line {
    height: 1px;
}

.has-submenu .content-wrapper {
    padding-top: 164px;
}

.js-tab-hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;

    display: block !important;
}

.site-footer {
    font-size: 15px;
    line-height: 15px;

    height: 54px;
    padding-top: 19px;

    background: #202020;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}
body {
    padding-bottom: 90px;
}

@media (min-width: 769px) {
    .site-footer {
        padding-top: 0;
    }
    .add-height {
        height: 90px;
    }
}

@media screen and (max-width: 768px) {
    .site-footer {
        position: static;
    }
    body {
        padding-bottom: 0;
    }
}

.site-footer a {
    color: #e9e4d3;
}

.footer-nav a {
    position: relative;

    margin: 0 11px;

    letter-spacing: 0.05em;
}

.footer-nav a:first-child {
    margin-left: 0;
}

.footer-nav a + a:before {
    position: absolute;
    top: 4px;
    left: -11px;

    width: 2px;
    height: 13px;

    content: '';

    background: #e9e4d3;
}

.social-icons-footer {
    margin: -16px 5px 0 0;
}

.social-icons-footer li {
    font-size: 25px;
    line-height: 25px;

    float: left;
}

.social-icons-footer li + li {
    margin-left: 18px;
}

.social-icons-footer a:hover {
    text-decoration: none;

    opacity: 0.7;
}

.text-intro-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding: 48px 0 24px;

    text-align: center;
}

.text-intro-wrapper h1 {
    margin-bottom: 15px;
}

.text-intro-wrapper p {
    font-size: 21px;
    line-height: 30px;

    letter-spacing: 0.01em;
}

/* venue listings */
.venues-item {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}

.venues-item-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.venues-item-img:after {
    content: '';
    display: block;
    padding-top: 60%;
}

.venues-item-content {
    max-width: 550px;
    text-align: left;
    padding: 0 30px;
    margin: 0 auto 52px;
}

.venues-item-content ul {
    padding-left: 22px;
}

.venues-item-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15.5px;
}

/* venue page */
.venue-carousel-item {
    width: 100%;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.venue-details {
    background-color: #e9e9df;
    padding: 39px 0 24px;
}

.venue-details-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.venue-details-item-last {
    margin-bottom: 0;
}

.venue-details-content {
    margin-bottom: 30px;
}

.venue-details-item ul {
    text-align: left;
    padding-left: 22px;
}

.venue-details .container {
    max-width: 950px;
}

.venue-details-item .btn {
    margin-bottom: 15.5px;
}

.venue-details-thumb-btn {
    display: block;
    width: 100%;
}

.venue-details-thumb-btn img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .venues-listing,
    .venue-details {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .venues-listing {
        padding-bottom: 76px;
    }
    .information-form.event-venue-form {
        padding-bottom: 91px;
    }
}

.press-filter-container,
.staff-filter-container {
    margin: 0 0 39px;
}

.press-filter-container .input-holder,
.staff-filter-container .input-holder {
    width: 66.6666666667%;
    padding: 0 15px;
    margin: 0 auto;
}

.press-block:last-child {
    margin-bottom: 77px;
}

.press-block h2 {
    text-align: center;
    margin-bottom: 39px;
    padding: 15.5px 15px 0;
}

.press-block-tile {
    z-index: 0;
}

.press-block-tile:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: -ms-flex-wrap;
    flex-wrap: wrap;
}

.row-equal-height > * {
    float: none !important;
}

.press-block-tile-alt {
    display: block;
    float: none !important;

    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.press-block-tile-alt:hover {
    text-decoration: none;
}

.press-block-tile-alt h3,
.press-block-tile-alt .date,
.press-block-tile-alt .new-source {
    padding: 0;
}

.press-block-tile-alt-imgcontainer {
    position: relative;
    z-index: 0;
    /*height: 250px;*/
    padding: 15px;
    margin-top: 1px;
    margin-bottom: 15.5px;
    overflow: hidden;
    background-color: #ffffff;
}

.press-block-tile-alt-imgcontainer:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.press-block-tile-alt-img {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 0;

    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
    .press-filter-container .input-holder,
    .staff-filter-container .input-holder {
        width: 50%;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .press-filter-container .input-holder,
    .staff-filter-container .input-holder {
        width: 25%;
    }
}

.press-block .row,
.bio-block .row {
    margin: 0 0 0 -1px;
}

/* dims bio photo */
.bio-block-tile:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54, 54, 54, 0.6);
}

.press-block-tile,
.bio-block-tile {
    display: block;

    height: 340px;
    margin-top: 1px;

    border-left: 1px solid #f1f0e2;
    background-position: center;
    background-size: cover;
}

.press-block-tile:hover .press-block-text > *,
.press-block-tile-alt:hover .press-block-tile-alt-img,
.bio-block-tile:hover .bio-block-text > * {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.press-block-text,
.bio-block-text {
    line-height: 33px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 75%;

    -webkit-transform: translate(-50%, -44%);
    -moz-transform: translate(-50%, -44%);
    -ms-transform: translate(-50%, -44%);
    -o-transform: translate(-50%, -44%);
    text-align: center;
    letter-spacing: 0.01em;

    color: #f1f0e2;
}

.press-block-text h3,
.bio-block-text h3 {
    font-size: 24px;
    font-weight: bold;
    margin: -1px 0 4px;
}

.press-block-tile-alt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: -1px 0 4px;
}

.press-block-text .new-source,
.press-block-tile-alt .new-source,
.bio-block-text .bio-block-position {
    font-size: 21px;
}

.press-block-text > *,
.bio-block-text > * {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* ajax: bio details lightbox */
.bio-details {
    max-width: 768px;
    text-align: center;
    background-color: #f1f0e2;
    padding: 30px 15px;
}

.bio-details h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -1px 0 4px;
}

.bio-details h4 {
    font-size: 21px;
    font-weight: normal;
    line-height: 33px;
    margin: 0 0 31px;
}

.bio-details p {
    font-size: 16px;
    line-height: 21px;
}

.catering-page .text-block {
    padding-top: 71px;
}

.catering-page .text-block .container {
    max-width: 1040px;
}

.catering-page .text-block p {
    line-height: 32px;
}

.catering-page .text-block h3 {
    font-weight: bold;

    letter-spacing: 0;
}

.catering-page .start-your-order .text-block {
    padding: 56px 0 22px;
}

.catering-page .start-your-order .text-block h2 {
    margin-bottom: 19px;
}

.location-page .slideshow {
    height: 837px;
}

.location-page .information-form {
    padding-top: 71px;
    padding-bottom: 77px;
}

.careers-page .information-form {
    padding-bottom: 77px;
}

/*.careers-page .information-form h2*/
.location-page .information-form h2 {
    margin-top: 52px;
}

.location-menu {
    padding: 83px 0;
    text-align: center;
}

.location-menu .container {
    border: 2px solid;
}

.location-menu h1 {
    margin-bottom: 50px;

    text-align: center;
}

.location-menu .tabset {
    font-size: 15px;
    font-weight: bold;

    display: inline-block;

    text-transform: uppercase;
}

.location-menu .tabset li {
    position: relative;

    padding: 0 7px;
}

.location-menu .tabset li + li:before {
    position: absolute;
    top: 8px;
    left: -1px;

    width: 1px;
    height: 12px;

    content: '';

    background: #363636;
}

.location-menu .tabset a {
    line-height: 29px;

    display: block;

    height: 29px;
    padding: 0 8px;

    letter-spacing: 0.05em;
}

.location-menu .tabset .active {
    color: #fff;
    background: #aa823a;
}

.location-menu .tab-content {
    /*max-width: 606px;*/
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
}
/*
.location-menu .menu-row:after
{
    display: table;
    clear: both;

    content: '';
}

.location-menu .menu-full-width
{
    clear: both;

    padding-top: 68px;

    text-align: center;
}

.location-menu .menu-full-width .menu-item
{
    padding-right: 0;
}

.location-menu .menu-full-width .menu-item strong
{
    display: inline;
}

.location-menu .menu-full-width .menu-item .price
{
    position: static;

    margin-left: 20px;
}

.location-menu .menu-column
{
    float: left;

    width: 40%;
}

.location-menu .menu-column + .menu-column
{
    margin-left: 20%;
}

.location-menu .menu-item
{
    line-height: 19px;

    position: relative;

    padding-right: 30px;
}

.location-menu .menu-item strong
{
    display: block;

    text-transform: uppercase;
}

.location-menu .menu-item .price
{
    position: absolute;
    top: -3px;
    right: 0;
}

.location-menu .menu-item + .menu-item
{
    margin-top: 27px;
}

.location-menu .menu-item.heading-item + .menu-item
{
    margin-top: 16px;
}

.location-menu .menu-item.heading-item + .heading-item
{
    margin-top: 20px;
}
*/

/* blog / gift cards */
.fixed-bg-image {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog,
.corporate,
.giftcards,
.contact {
    background-color: rgb(54, 54, 54);
    background-color: rgba(54, 54, 54, 0.98);
    margin: 0 auto 52px;
    padding: 15px;
}

@media (max-width: 768px) {
    .giftcards .wrap-button-text {
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }
}

.blog h1,
.corporate-heading,
.giftcards h1,
.contact h1,
.blog-nav-btn {
    color: #ffffff;
}

.blog-post-title > a:hover,
.blog-nav-btn:hover,
.contact a {
    color: #ab0634;
}

.contact .map-link {
    color: #253037;
    text-decoration: none;
}

.blog-post-date,
.blog-post-thumb-btn {
    display: block;
}

.blog-post,
.blog-post p,
.corporate-content,
.corporate-content p + p,
.giftcards-inner,
.giftcards .btn-block,
.contact-inner,
.contact-inner p,
.contact-inner ul {
    margin: 0 0 15.5px;
}

.blog-post-date,
.blog-post header {
    margin-bottom: 21px;
}

.blog h1,
.corporate-heading,
.giftcards h1,
.contact h1 {
    text-align: center;
}

.blog-post,
.corporate-content,
.giftcards-inner,
.contact-inner {
    background-color: #f1f0e2;
}

.blog-post,
.corporate-content,
.contact-inner {
    padding: 34px 15px;
}

h1.blog-post-title {
    font-size: 30px;
    text-align: left;
    color: #363636;
}

.blog-post-date {
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}

.blog-post-thumb {
    width: 100%;
    height: auto;
}

.blog-post p,
.contact-inner p,
.contact-inner h4,
.contact-inner ul {
    font-size: 16px;
    line-height: 21px;
}

.blog-nav {
    overflow: hidden;
}

.corporate-heading,
.corporate h3 {
    font-weight: bold;
}

.corporate p {
    margin-bottom: 52px;
}

.corporate ul {
    text-align: left;
}

.corporate li {
    margin-bottom: 15.5px;
}

.corporate-content-inner {
    text-align: center;
}

.corporate-register-form,
.corporate-signin-form {
    padding-left: 0;
    padding-right: 0;
}

.giftcards-btns {
    padding: 0 15px;
    margin-bottom: 19px;
}

.giftcards-inner {
    min-height: 60vh;
    padding: 34px 0 45px;
}

.giftcards-inner .text-intro-wrapper {
    padding: 0 15px 34px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact h3 {
    font-size: 22px;
}

.contact h4 {
    font-weight: bold;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .blog,
    .corporate,
    .giftcards,
    .contact {
        width: 768px;
        margin-bottom: 184px;
    }

    .corporate-content-inner {
        padding-left: 65px;
        padding-right: 65px;
    }

    .corporate-register-form,
    .corporate-signin-form {
        padding-left: 94px;
        padding-right: 94px;
    }
}

@media screen and (max-width: 768px) {
    .contact h2 {
        font-size: 24px;
    }

    .contact h3 {
        font-size: 18px;
    }

    .contact-inner {
        text-align: center;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'],
    input[type='time'],
    input[type='datetime-local'],
    input[type='month'] {
        line-height: 45px;
    }

    input[type='date'].input-sm,
    .input-group-sm input[type='date'],
    input[type='time'].input-sm,
    .input-group-sm input[type='time'],
    input[type='datetime-local'].input-sm,
    .input-group-sm input[type='datetime-local'],
    input[type='month'].input-sm,
    .input-group-sm input[type='month'] {
        line-height: 36px;
    }

    input[type='date'].input-lg,
    .input-group-lg input[type='date'],
    input[type='time'].input-lg,
    .input-group-lg input[type='time'],
    input[type='datetime-local'].input-lg,
    .input-group-lg input[type='datetime-local'],
    input[type='month'].input-lg,
    .input-group-lg input[type='month'] {
        line-height: 49px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;

        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    .lead {
        font-size: 27px;
    }

    .container {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .form-inline .form-group {
        display: inline-block;

        margin-bottom: 0;

        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;

        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;

        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;

        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;

        text-align: right;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }

    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;

        width: 1%;
    }

    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }

    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f1f0e2;
    }

    .navbar-form .form-group {
        display: inline-block;

        margin-bottom: 0;

        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;

        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;

        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        position: relative;

        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;

        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;

        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .site-header .nav > li > span,
    .site-header .nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 970px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1101px) and (max-width: 1299px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1101px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;

        width: 160px;

        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;

        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;

        height: auto !important;
        padding-bottom: 0;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;

        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .navbar-form {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;

        border: 0;
        box-shadow: none;
    }

    .navbar-text {
        float: left;

        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;

        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }

    .site-header .location-drop-list {
        left: 3px;
        /*right: 3px;*/
        margin: 0;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1230px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .site-header .location-drop-list {
        left: 5px;
        /*right: 5px;*/
    }
}

@media (max-width: 1300px) {
    .site-header .container {
        width: 100%;
    }

    .site-header .nav > li > .btn {
        padding: 0 14px;
    }

    .site-header .nav > li > span,
    .site-header .nav > li > a {
        margin: 4px 3px 0;
        padding: 0 6px;
    }

    .site-footer .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .reservation-block {
        display: none;
    }

    .reservation-block .reservation-block-container .reservation-block-item {
        position: relative;

        width: 48%;
        margin-left: 2%;
    }

    .reservation-block
        .reservation-block-container
        .reservation-block-item.btn-block {
        float: none !important;
        clear: both;

        margin: 0 auto;
        padding-top: 1px;
    }
}

@media (max-width: 1170px) {
    .homepage-touts-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 1100px) {
    .navbar-nav .open .dropdown-menu {
        position: static;

        float: none;

        width: auto;
        margin-top: 0;

        border: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 31px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #253037;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #060809;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #f1f1f1;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: lightgray;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .slideshow {
        height: 420px;
    }

    .slideshow.mobile-small {
        height: 450px;
    }

    .information-banner {
        height: 450px;
    }

    .homepage-touts-tile {
        height: 250px;
    }

    .site-header .navbar-default {
        background-image: none;
    }

    .site-header .navbar-default > .container {
        background: center top #ffffff no-repeat;
    }

    .site-header .navbar-fixed-top {
        position: relative;
    }

    .site-header .submenu {
        position: static;
    }

    .site-header .navbar-header {
        max-width: 560px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .site-header .navbar-brand {
        height: 114px;
        padding: 17px 0 17px 20px;
    }

    .site-header .navbar-collapse .btn-open-reservation {
        display: none;
    }

    .site-header .navbar-right {
        margin: 15px 0 0;
    }

    .site-header .nav > li > span,
    .site-header .nav > li > a {
        font-size: 24px;
        line-height: 40px;

        height: auto;

        text-align: center;
    }

    .site-header .nav > li + li {
        margin-top: 22px;
    }

    .site-header .locations-dropdown:hover {
        color: #363636;
        background-color: transparent;
    }

    .site-header .location-drop-list {
        position: static;

        text-align: center;

        background-color: transparent;
    }

    .site-header .location-drop-list a {
        font-size: 30px;
        line-height: 50px;

        color: #363636;
    }

    .has-submenu .content-wrapper {
        padding-top: 0;
    }

    .content-wrapper {
        padding-top: 0;
    }

    .press-block-tile {
        line-height: 250px;

        height: 250px;

        text-align: center;
    }

    .press-block-tile-alt-imgcontainer {
        /*height: 250px;*/
    }

    .catering-page .start-your-order .text-block {
        padding: 30px 15px 22px;
    }

    .catering-page .start-your-order .text-block h2 {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .btn {
        font-size: 14px;
        line-height: 20px;

        padding: 4px 18px;
    }

    .slideshow {
        line-height: 390px;

        height: 390px;

        text-align: center;
    }

    .slideshow .slide-content {
        position: static;

        display: inline-block;

        width: auto;
        max-width: 75%;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        vertical-align: middle;
    }

    .slideshow .slide-content-primary {
        width: 75%;
        position: absolute;
        -webkit-transform: translate(-50%, -48%);
        -moz-transform: translate(-50%, -48%);
        -ms-transform: translate(-50%, -48%);
        -o-transform: translate(-50%, -48%);
    }

    .slideshow .slide-content h1 {
        margin: 0 0 15px;
    }

    .slideshow .slide-content h2 {
        font-size: 30px;
    }

    .slideshow .slide-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .slideshow .btn-next,
    .slideshow .btn-prev,
    .owl-prev,
    .owl-next {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .slideshow .btn-next:hover,
    .slideshow .btn-prev:hover .owl-prev:hover,
    .owl-next:hover {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .slideshow .btn-prev,
    .owl-prev {
        left: 10px;
    }

    .slideshow .btn-next,
    .owl-next {
        right: 10px;
    }

    .slideshow.mobile-small {
        line-height: 195px;

        height: 195px;
    }

    .jcf-select {
        height: 38px;
    }

    .jcf-select .jcf-select-text {
        font-size: 14px;
        line-height: 36px;
    }

    .jcf-select .jcf-select-opener:before {
        top: 16px;
    }

    .jcf-list {
        font-size: 14px;
        line-height: 20px;
    }

    .information-banner {
        line-height: 380px;

        height: 380px;

        text-align: center;
    }

    .information-banner-content {
        position: static;

        display: inline-block;

        width: auto;
        max-width: 75%;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        vertical-align: middle;
    }

    .information-banner-content h2 {
        font-size: 30px;
    }

    .information-banner-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .form-control {
        font-size: 14px;

        height: 38px;
    }

    .text-block {
        padding: 35px 0;
    }

    .text-block p {
        font-size: 16px;
        line-height: 26px;

        margin-bottom: 10px;
    }

    .reservation-block {
        padding: 20px 0 30px;
    }

    .reservation-block h4 {
        font-size: 18px;
    }

    .reservation-block .form-control,
    .reservation-block .jcf-select {
        height: 38px;
    }

    .reservation-block .form-control {
        padding-left: 16px;
    }

    .reservation-block .jcf-select .jcf-select-text {
        line-height: 38px;

        margin-left: 16px;
    }

    .reservation-block .jcf-select .jcf-select-opener:before {
        top: 15px;
    }

    .reservation-block .reservation-block-container label {
        font-size: 14px;

        margin: 15px 0 10px;
    }

    .reservation-block .reservation-block-container .reservation-block-item {
        float: none !important;

        width: auto;
    }

    .reservation-block
        .reservation-block-container
        .reservation-block-item.btn-block {
        margin-left: 2%;
    }

    .reservation-block .btn-info {
        line-height: 34px;

        margin-top: 25px;
    }

    .reservation-block .close-btn {
        top: -5px;

        width: 16px;
        height: 15px;

        background-image: url(../images/sprite.png);
        background-position: -53px -55px;
    }

    .reservation-block .date-select:before {
        bottom: 11px;

        width: 16px;
        height: 17px;

        background-image: url(../images/sprite.png);
        background-position: -55px -30px;
    }

    .reservation-block .date-select .form-control {
        padding-left: 43px;
    }

    .reservation-block .jcf-select-time-select:before {
        top: 11px;
        left: 14px;

        width: 17px;
        height: 17px;

        background-image: url(../images/sprite.png);
        background-position: -73px -30px;
    }

    .reservation-block .jcf-select-time-select .jcf-select-text {
        margin-left: 43px;
    }

    .dishes-list .image {
        height: 160px;
    }

    .dishes-list .dish-wrap {
        margin-bottom: 15px;
    }

    .dishes-list .dish-info p {
        font-size: 15px;
    }

    .information-form {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .information-form h2 {
        margin-bottom: 20px;
    }

    .information-form .separator-line {
        margin: 25px 0;
    }

    .information-form .form-row + .form-row {
        margin: 18px 0 0;
    }

    .information-form .form-row .input-holder {
        float: none;

        width: auto;
    }

    .information-form .form-row .input-holder + .input-holder {
        margin: 18px 0 0;
    }

    .information-form .form-row.radio-wrap {
        margin-top: 0;
    }

    .information-form .number-input label,
    .information-form .file-input label {
        font-size: 18px;
    }

    .information-form .calendar-container,
    .information-form .time-container {
        position: relative;
    }

    .information-form .calendar-container:before,
    .information-form .time-container:before {
        top: 11px;
    }

    .information-form .form-footer {
        margin-top: 25px;
    }

    .location-hero {
        font-size: 16px;
    }

    .location-hero-alert {
        padding: 15px;
    }

    .location-hero-alert h4 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .location-hero-alert p {
        font-size: 16px;
        line-height: 22px;
    }

    .location-hero-alert .alert-links {
        margin-top: 15px;
    }

    .homepage-touts-tile {
        line-height: 187px;

        height: 187px;

        text-align: center;
    }

    .homepage-touts-tile.col-xs-12 .homepage-touts-text h2 {
        font-size: 30px;
    }

    .homepage-touts-text {
        /*position: static;*/

        /*display: inline-block;*/

        /*width: auto;*/
        min-width: 90%;

        /* -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
        vertical-align: middle;*/
    }

    .homepage-touts-text h2 {
        font-size: 19px;
    }

    .homepage-touts-text p {
        font-size: 14px;
    }

    .site-header .navbar-default > .container {
        background-position: center -65px;
    }

    .site-header .navbar-header {
        max-width: 291px;
    }

    .site-header .btn-mobile {
        font-size: 19px;
        line-height: 58px;
    }

    .site-header .navbar-brand {
        width: 95px;
        height: 55px;
        padding: 6px 0 0;
    }

    .site-header .navbar-brand img {
        width: 100%;
    }

    .site-header .nav > li > span,
    .site-header .nav > li > a {
        font-size: 19px;
        line-height: 24px;
    }

    .site-header .navbar-toggle {
        margin-top: 8px;
        margin-right: 0;
        padding-right: 0;
    }

    .site-header .navbar-toggle:before {
        width: 21px;
        height: 21px;

        background-image: url(../images/sprite.png);
        background-position: 0 -55px;
    }

    .site-header .navbar-toggle .icon-bar {
        width: 27px;
        height: 1px;
    }

    .site-header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 9px;
    }

    .site-header .navbar-right {
        margin-top: 24px;
    }

    .site-header .mobile-socials {
        line-height: 26px;

        margin-top: 5px;
        margin-bottom: 20px;
    }

    .site-header .mobile-socials li {
        font-size: 26px;
    }

    .site-header .mobile-socials li + li {
        margin-left: 12px;
    }

    .site-header .submenu {
        font-size: 12px;

        padding: 8px;
    }

    .site-header .submenu .submenu-wordmark {
        width: 100%;
        margin-right: 0;
    }

    .site-header .submenu li + li:after {
        top: 4px;
    }

    .site-header .schedule-block {
        font-size: 14px;
        line-height: 24px;
    }

    .site-header .location-drop-list a {
        font-size: 16px;
        line-height: 20px;
    }

    .content-wrapper {
        padding-top: 0;
    }

    .content-wrapper h1 {
        font-size: 40px;
    }

    .content-wrapper h2 {
        font-size: 24px;
    }

    .content-wrapper h3 {
        font-size: 20px;
    }

    .content-wrapper h4 {
        font-size: 18px;
    }

    .content-wrapper textarea.form-control {
        height: 85px;
    }

    .content-wrapper h2 + h3 {
        margin-top: 23px;
    }

    .site-footer {
        font-size: 15px;

        height: auto;
        margin-top: 2px;
        padding-top: 22px;
        /*        padding-bottom: 10px;*/
    }

    .footer-nav {
        text-align: center;
    }

    .footer-nav a {
        line-height: 40px;

        display: inline-block;

        margin: 0 10px;

        white-space: nowrap;
    }

    .footer-nav a + a:before {
        top: 14px;
        left: -11px;

        width: 1px;
        height: 12px;
    }

    .social-icons-footer {
        float: none !important;

        margin-bottom: 10px;

        text-align: center;
    }

    .social-icons-footer li {
        font-size: 25px;
        line-height: 25px;

        display: inline-block;
        float: none;

        letter-spacing: 0.5px;
    }

    .social-icons-footer li + li {
        margin-left: 14px;
    }

    .press-block-tile,
    .bio-block-tile {
        line-height: 200px;

        height: 200px;
        margin-top: 2px;

        text-align: center;
    }

    .press-block-tile-alt-imgcontainer {
        /*height: 200px;*/
    }

    /* more plausible crop of bio photos */
    .bio-block-tile {
        line-height: 250px;
        height: 250px;
    }

    .press-block-text,
    .bio-block-text {
        font-size: 16px;
        width: auto;
        min-width: 85%;

        /* removed: 03.02.16;
        position: static;
        display: inline-block;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
        vertical-align: middle;
        */
    }

    .press-block-text h3,
    .press-block-tile-alt h3,
    .bio-block-text h3 {
        font-size: 20px;

        margin-top: 4px;
    }

    .press-block-text .new-source,
    .press-block-tile-alt .new-source,
    .bio-block-text .bio-block-position {
        font-size: 18px;
    }

    .text-intro-wrapper {
        padding: 20px 0 10px;
    }

    .text-intro-wrapper h1 {
        font-size: 30px;

        margin-bottom: 10px;
    }

    .text-intro-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .catering-page .text-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .catering-page .text-block p {
        line-height: 24px;
    }

    .catering-page .start-your-order .text-block {
        padding: 20px 15px 10px;
    }

    .catering-page .start-your-order .text-block h2 {
        margin-bottom: 10px;
    }

    .location-page .slideshow {
        height: 510px;
    }

    .location-menu {
        padding: 40px 0;
    }

    .location-menu h1 {
        margin-bottom: 25px;
    }

    /*.location-menu .tab-content
    {
        padding-top: 25px;
    }*/

    .locations-page .location-menu h2 {
        margin-top: -25px;
    }

    /*.location-menu .menu-full-width
    {
        padding-top: 45px;
    }*/

    .location-page .slideshow {
        height: 300px;
    }

    .location-page .information-form,
    .careers-page .information-form {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    /*.careers-page .information-form h2*/
    .location-page .information-form h2 {
        margin-top: 25px;
    }

    .location-page .information-form p,
    .careers-page .information-form p {
        letter-spacing: 0.4px;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    /*
    .location-menu .tab-content
    {
        padding-top: 20px;
    }

    .location-menu .menu-column
    {
        float: none;

        width: auto;
    }

    .location-menu .menu-column + .menu-column
    {
        margin: 27px 0 0 0;
    }

    .location-menu .menu-full-width
    {
        padding-top: 27px;

        text-align: left;
    }

    .location-menu .menu-full-width .menu-item strong
    {
        display: block;
    }

    .location-menu .menu-full-width .menu-item .price
    {
        position: absolute;
    }*/

    .location-page .slideshow {
        height: 300px;
    }

    .location-page .information-form,
    .careers-page .information-form {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    /*.careers-page .information-form h2*/
    .location-page .information-form h2 {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .location-page .information-form p {
        letter-spacing: 0.4px;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#newsletter-modal {
    display: none;
    color: #363636;
    background-color: #f1f0e2;
    max-width: 768px;
    padding-left: 30px;
    padding-right: 30px;
}

#newsletter-modal h2 {
    text-transform: uppercase;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    #newsletter-modal h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* store elements */
.store .back-btn {
    display: inline-block;
    margin-bottom: 15.5px;
    color: #ab0634;
    text-decoration: underline;
}

.store hr {
    border-top-color: #363636;
}

/* store submenu sizing */
.submenu.store-submenu {
    text-align: right;
    background-color: transparent;
}

.store-submenu-inner {
    max-width: 291px;
    margin: 0 auto;
}

.cart-icon {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .store-submenu-inner {
        max-width: 560px;
    }

    .cart-icon {
        margin-right: 35px;
    }
}

@media (min-width: 1100px) {
    .store-submenu-inner {
        max-width: 1200px;
    }

    .cart-icon {
        margin-right: 15px;
    }
}

/* store product page */
.store {
    padding-top: 20px;
    padding-bottom: 76px;
}

.store h1 {
    text-align: center;
}

.store.product p {
    margin-bottom: 35px;
}

.store.product .price,
#added-to-cart .modal .price {
    display: block;
    margin-bottom: 15.5px;
}

.store.product .feature-image-wrap .feature-image {
    height: 470px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.store.product .feature-image-wrap .image-option {
    height: 145px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

/* store product modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#added-to-cart {
    display: none;
    position: fixed;
    top: 0;
    z-index: 2000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#added-to-cart .modal {
    display: block;
    background: #ffffff;
    padding: 25px;
    width: 100%;
    height: auto;
    max-width: 440px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#added-to-cart .modal .x.remove {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: #d5d5e1;
    font-size: 48px;
    line-height: 26px;
    font-weight: bold;
    z-index: 1;
    cursor: pointer;
}

#added-to-cart .modal div.img {
    background-size: cover;
    background-position: center center;
    height: 240px;
    margin-bottom: 20px;
}

#added-to-cart .modal .btn {
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    margin-bottom: 15.5px;
}

/* store cart btn (submenu) */
.cart-icon {
    font-size: 13px;
    display: inline-block;
}

.cart-icon a {
    border: none;
    color: #ffffff;
    background: #231f20;
    border-radius: 3px;
    display: block;
    line-height: 2.25em;
}

.cart-icon a svg {
    margin: 0 10px -9px;
    height: 23px;
    width: 14px;
}

.cart-icon a svg path {
    fill: #ffffff;
}

.cart-icon a span {
    display: inline-block;
    font-family: Raleway;
    font-weight: 200;
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px;
    border-left: solid 1px #ffffff;
}

@media (min-width: 768px) {
    .store.product {
        padding-top: 48px;
    }

    #added-to-cart .modal {
        max-width: 550px;
    }
}

/* store cart  */
.store.cart .cart-titles {
    padding-top: 36px;
    margin-bottom: -12px;
}

.store.cart .cart-titles + .row hr {
    margin-top: 8px;
}

.store.cart .row.item {
    padding: 15px 0;
}

.store.cart .row.item a {
    color: #ab0634;
    text-decoration: underline;
}

.store .cart-details.checkout {
    margin-top: 35px;
}

/* store product listing  */
.product-block {
    padding-bottom: 77px;
}

.product-block-tile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.product-block-tile:hover {
    text-decoration: none;
}

.product-block-tile-img {
    position: relative;
    z-index: 0;
    margin-bottom: 15.5px;
    background-color: #ffffff;
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-block-tile h3 {
    font-size: 20px;
    font-weight: bold;
    margin: -1px 0 4px;
    padding: 0;
}

.product-block-tile .price {
    font-size: 21px;
    padding: 0;
}

.bold-item-names h4 {
    font-weight: bold;
}

#powered-by-bento {
    text-align: center;
    background: #000000;
    color: #e9e4d3;
    height: 36px;
    line-height: 36px;
    letter-spacing: 0.75px;
}

@media (min-width: 769px) {
    .hide-powered {
        visiblity: hidden;
    }
}

@media (max-width: 768px) {
    #powered-by-bento p {
        margin-bottom: 0;
    }
}

.clear {
    clear: both;
}
