@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.2.0/css/all.css";
/* Bootstrap */
/*
@font-face {
	font-family: 'Maison Neue';
	src: url('../fonts/MaisonNeue-Bold.eot');
	src: local('☺'), url('../fonts/MaisonNeue-Bold.woff') format('woff'), url('../fonts/MaisonNeue-Bold.ttf') format('truetype'), url('../fonts/MaisonNeue-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Maison Neue';
	src: url('../fonts/MaisonNeue-Book.eot');
	src: local('☺'), url('../fonts/MaisonNeue-Book.woff') format('woff'), url('../fonts/MaisonNeue-Book.ttf') format('truetype'), url('../fonts/MaisonNeue-Book.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Maison Neue Mono';
	src: url('../fonts/MaisonNeue-Mono.eot');
	src: local('☺'), url('../fonts/MaisonNeue-Mono.woff') format('woff'), url('../fonts/MaisonNeue-Mono.ttf') format('truetype'), url('../fonts/MaisonNeue-Mono.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/maison-neue/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/maison-neue/MaisonNeue-Book.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/maison-neue/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/maison-neue/MaisonNeue-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Maison Neue Mono";
  src: url("../fonts/maison-neue/MaisonNeue-Mono.woff2") format("woff2"), url("../fonts/maison-neue/MaisonNeue-Mono.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/*
div { font-family:"Maison Neue Bold", Helvetica, Arial, Sans-Serif, sans-serif; font-weight:bold; font-style:normal; }
div { font-family:"Maison Neue Mono", Helvetica, Arial, Sans-Serif, sans-serif; font-weight:300; font-style:normal; }	
*/
/* @font-family-sans-serif:  "Maison Neue Bold","Helvetica Neue", Helvetica, Arial, sans-serif; */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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 {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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 {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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 {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .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 .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 .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
.button-vox-default,
.button-vox-purple,
.button-vox-white,
.button-vox-black {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #dcb760;
  border-color: #d7ae4b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #d3a436;
  border-color: #bc9029;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #dcb760;
  border-color: #d7ae4b;
}
.btn-primary .badge {
  color: #dcb760;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #dcb760;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #c4972b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  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 {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.2s ease-in-out;
  -moz-transition: opacity 0.15s linear 0.2s ease-in-out;
  -ms-transition: opacity 0.15s linear 0.2s ease-in-out;
  -o-transition: opacity 0.15s linear 0.2s ease-in-out;
  transition: opacity 0.15s linear 0.2s ease-in-out;
}
.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;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease 0.2s ease-in-out;
  -moz-transition: height 0.35s ease 0.2s ease-in-out;
  -ms-transition: height 0.35s ease 0.2s ease-in-out;
  -o-transition: height 0.35s ease 0.2s ease-in-out;
  transition: height 0.35s ease 0.2s ease-in-out;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.page-row:before,
.page-row:after,
.page-row-no-height:before,
.page-row-no-height:after,
.two-column .well-row:before,
.two-column .well-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.container:after,
.dl-horizontal dd:after,
.page-row:after,
.page-row-no-height:after,
.two-column .well-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
}
@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;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .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: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Animate CSS */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Font Awsome */
/* Photoswipe */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/* Styles for the collage layout */
.gallery-collage {
  padding-top: 35px;
  padding-bottom: 35px;
}
.gallery-collage:before,
.gallery-collage:after {
  content: " ";
  display: table;
}
.gallery-collage:after {
  clear: both;
}
.gallery-collage:before,
.gallery-collage:after {
  content: " ";
  display: table;
}
.gallery-collage:after {
  clear: both;
}
.gallery-collage figcaption {
  display: none;
}
.gallery-collage figure {
  float: left;
}
.gallery-collage .item-image {
  width: 100%;
  cursor: url(../img/cursor-expand.png), auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.gallery-collage .item-image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-collage .item-figure-big {
  width: 50%;
}
.gallery-collage .item-figure-small {
  width: 25%;
}
.item-figure-button {
  float: right;
  margin-top: -10px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.item-figure-button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__bg {
  background: #301943;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 24px;
  color: #CCC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/* VOX Hotel */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1460px) {
  .container {
    width: 1430px;
  }
}
@media (min-width: 1460px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .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;
  }
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1459px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1460px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1460px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1460px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1460px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1460px) {
  .hidden-xl {
    display: none !important;
  }
}
.ui-datepicker {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-style: normal;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 260px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-left: 1px;
  display: none;
  z-index: 9!important;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table th,
.ui-datepicker table td {
  width: 14.28%;
  text-align: center;
  font-size: 14px;
}
.ui-datepicker table th {
  font-size: 13px;
  color: #000;
  padding: 5px;
}
.ui-datepicker table td a {
  display: block;
  padding: 5px;
  color: #472c66!important;
  border: 1px solid #fff;
}
.ui-datepicker table td a.ui-state-hover {
  color: #472c66!important;
  border: 1px solid #472c66;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.ui-datepicker table td a.ui-state-active {
  color: #fff!important;
  border: 1px solid #472c66;
  background: #472c66;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.ui-datepicker table td.ui-state-disabled a {
  color: #ccc!important;
  cursor: default;
  border: 1px solid #fff;
}
.ui-datepicker-header {
  padding: 17px 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.ui-datepicker-header {
  padding: 17px 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #472c66;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 10px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #472c66;
  border: 1px solid #472c66;
}
.ui-datepicker-prev {
  left: 10px;
  background-image: url(../img/icon-prev.svg);
}
.ui-datepicker-next {
  right: 10px;
  background-image: url(../img/icon-next.svg);
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.grid > * {
  flex: 1 0 15rem;
  margin: 1.5rem;
}
.grid--no-gutter {
  margin: 0;
}
.grid--no-gutter > * {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Maison Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 200%;
  }
}
p {
  margin: 0 0 10px;
  color: #e6e6e6;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #dcb760;
}
a.text-primary:hover {
  color: #d3a436;
}
.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: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #dcb760;
}
a.bg-primary:hover {
  background-color: #d3a436;
}
.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 {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  /*
	height: 100%;
	width: 100%;
*/
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Maison Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fefefe;
  background-color: #301943;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
p {
  color: #cccccc;
}
a {
  color: #dcb760;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c4972b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.page-header {
  border-bottom: 1px solid #5d4c6c;
  padding: 0px 0;
  margin: 0 0 28px;
}
.page-header h1,
.page-header h2,
.page-header .h1,
.page-header .h2 {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 22px;
  color: #fefffe;
  font-weight: 400;
  display: block;
  padding-bottom: 0;
}
img {
  vertical-align: middle;
}
.splash {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .splash {
    height: 100%;
  }
}
body#jobs p {
  color: #cccccc;
}
.logo-jobs {
  margin: 60px auto 30px;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  max-width: 220px;
}
@media (min-width: 768px) {
  .logo-jobs {
    margin: 60px auto 60px;
  }
}
.jobs-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .jobs-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .jobs-content {
    margin-left: 16.66666667%;
  }
}
.job-list {
  list-style: none;
  margin: 30px 0 60px 0;
  padding: 0;
  border-top: 1px solid #5d4c6c;
}
.job-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #5d4c6c;
}
.job-list li a {
  display: block;
  padding: 8px;
  font-size: 20px;
  color: #dbb85e;
  font-family: "Maison Neue", Helvetica, Arial, sans-serif;
}
.job-list li a:hover {
  text-decoration: none;
  color: #c2a250;
}
.job-item {
  background-color: #220d34;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .job-item {
    padding: 30px;
  }
}
.job-item h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .job-item h2 {
    word-break: break-word;
  }
}
.job-item a {
  color: #dbb85e;
}
@media (max-width: 767px) {
  .job-item a {
    word-break: break-all;
  }
}
.job-item a:hover {
  text-decoration: none;
  color: #c2a250;
}
.map-wrapper {
  border-top: 1px solid #5e4c6c;
  height: auto;
  width: 100%;
  background-color: #220e33;
}
@media (min-width: 992px) {
  .map-wrapper {
    /*
		height: 50%;
		min-height: 540px;
*/
    width: 100%;
    background-color: #220e33;
  }
}
#map {
  width: 100%;
}
@media (min-width: 992px) {
  #map {
    /*
		height: 100%;
		min-height: 540px;
*/
    width: 100%;
  }
}
@media (min-width: 992px) {
  .map-70 {
    width: 70%!important;
    float: left;
  }
}
.map-footer {
  height: 250px;
}
.map-info {
  padding: 30px;
}
@media (min-width: 768px) {
  .map-info {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .map-info {
    float: right;
    width: 30%;
  }
}
.map-info h2:first-child {
  margin-top: 0;
}
.map-info h2 {
  font-size: 16px;
}
.map-info p {
  color: #d9d9d9;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}
.gm-style-iw {
  width: 300px;
  text-align: center;
}
.gm-style-iw h2 {
  font-family: "Maison Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #301943;
}
.gm-style-iw h4 {
  color: #301943;
}
.gm-style-iw p {
  font-family: "Maison Neue", Helvetica, Arial, sans-serif;
  color: #737373;
}
body {
  padding-top: 50px;
  /*
	.opacity(0);
	.animateCSS("fadeIn",1s,0.2s,1);
*/
}
.ghost-cash-free {
  position: fixed;
  z-index: 11;
  top: 15px;
  right: 15px;
}
.ghost-cash-free img {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.ghost-cash-free img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-right {
  top: 80px;
  right: 15px;
  z-index: 10;
  position: fixed;
}
@media (min-width: 768px) {
  .top-right {
    right: 20px;
  }
}
.top-right a {
  outline: none;
}
.top-right a:active,
.top-right a:focus {
  color: inherit;
}
.ani-fadeInRight {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 0.8s ease;
  -moz-transition: border 0.8s ease;
  -ms-transition: border 0.8s ease;
  -o-transition: border 0.8s ease;
  transition: border 0.8s ease;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInRightBig";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInRightBig";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInRightBig";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInRightBig";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 1s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInRightBig";
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #e6e6e6;
}
.ani-fadeInRight i {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 20px;
  line-height: 35px;
}
.ani-fadeInRight i.fa-envelope {
  font-size: 17px;
}
.ani-fadeInRight:hover {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #e6e6e6;
}
.ani-fadeInRight:hover i {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #e6e6e6;
}
/*
.wf-loading body {
    visibility: hidden;
}
*/
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
/*
.no-flexbox {
	.logo-bg	{ 
				background-image: none;
				background-color: @body-bg;
	}
}
*/
.page-row {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 500px;
}
.page-row-no-height {
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutter > [class*='block-image-text-'] {
  padding-right: 0;
  padding-left: 0;
}
.page-content {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .page-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .page-content {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .page-content {
    margin-left: 16.66666667%;
  }
}
.page-content h1 {
  line-height: 1.2em;
}
.page-content strong {
  color: #fff;
}
.page-content-blocks {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-content-blocks img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .page-content-blocks {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.page-content-blocks h1 {
  line-height: 1.2em;
}
.page-content-blocks strong {
  color: #fff;
}
.page-content-blocks:last-child {
  margin-bottom: 0;
}
.page-content-full {
  margin-top: 60px;
  margin-bottom: 60px;
}
.top-left {
  top: 20px;
  left: 15px;
  position: fixed;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-left {
    left: 20px;
  }
}
.back-button {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: border 0.8s ease;
  -moz-transition: border 0.8s ease;
  -ms-transition: border 0.8s ease;
  -o-transition: border 0.8s ease;
  transition: border 0.8s ease;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInLeftBig";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInLeftBig";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInLeftBig";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInLeftBig";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 1s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInLeftBig";
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  width: 65px;
  height: 35px;
  text-align: center;
  color: #e6e6e6;
}
.back-button i {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 20px;
  line-height: 35px;
}
.back-button i span {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-style: normal;
  font-size: 11px;
  float: right;
  padding-left: 5px;
}
.back-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #e6e6e6;
}
.back-button:hover i {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #e6e6e6;
}
.food-intros {
  margin-top: 30px;
  padding-bottom: 0px;
}
.food-intros .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .food-intros .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .food-intros .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .food-intros .col {
    margin-bottom: 0;
  }
}
.food-intros .col h3 {
  margin-top: 0;
}
.food-intros .col .col-body {
  background-color: rgba(34, 14, 51, 0.6);
  padding: 30px;
  min-height: 173px;
}
.food-intros .col:nth-child(1) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.food-intros .col:nth-child(2) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.7s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.7s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.food-intros .col:nth-child(3) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.9s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.9s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.food-intros .col:nth-child(4) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 1.1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 1.1s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 1.1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.restaurant-menu-navigation {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .restaurant-menu-navigation {
    margin: 60px 0 0 0;
  }
}
.restaurant-menu-navigation li {
  display: inline-block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0px solid #fff;
  margin-right: -4px;
}
@media (min-width: 768px) {
  .restaurant-menu-navigation li {
    margin-right: 25px;
    border-right: 1px solid #fff;
  }
}
.restaurant-menu-navigation li:last-child {
  border-right: 1px solid #fff;
}
.restaurant-menu-navigation li a {
  display: inline-block;
  padding: 8px;
  text-transform: uppercase;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .restaurant-menu-navigation li a {
    padding: 12px;
    letter-spacing: 1px;
  }
}
.restaurant-menu-navigation li.current_page_item a {
  background-color: #fff;
  color: #301943;
}
.restaurant-menu-wrapper {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .restaurant-menu-wrapper {
    margin-bottom: 35px;
  }
}
.restaurant-menu-wrapper h1,
.restaurant-menu-wrapper h2,
.restaurant-menu-wrapper h3,
.restaurant-menu-wrapper h4,
.restaurant-menu-wrapper p {
  color: #301943;
}
.restaurant-menu-wrapper h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #301943;
}
.highlight-text-frame {
  padding: 20px;
  border: 1px solid #301943;
  margin-top: 30px;
  margin-bottom: 30px;
}
.highlight-text-frame h3:first-child {
  margin-top: 0;
}
.highlight-text-frame h3 {
  border-bottom: none;
}
.highlight-text-frame p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.highlight-text-frame strong {
  margin-top: 25px;
  display: block;
}
.light-text {
  color: rgba(48, 25, 67, 0.5);
}
body.page-template-vox-restaurant-menu .light-text {
  color: rgba(0, 0, 0, 0.5);
}
.story {
  margin-top: 60px;
  /* 	background-color: #220e33; */
  background: #220e33 url(../img/vox-pattern-white-15.png) center 10px;
  padding-top: 60px;
  padding-bottom: 45px;
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.story .story-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .story .story-text {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .story .story-text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .story .story-text {
    margin-left: 16.66666667%;
  }
}
.story .story-text h2 {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInDown";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInDown";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInDown";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 1.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInDown";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 1.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInDown";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.story .story-text p {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #d9d9d9;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 1s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 1s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .story .story-text p {
    line-height: 30px;
    font-size: 20px;
  }
}
.top-navigation {
  position: fixed;
  background-color: #220e33;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.top-navigation ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  float: left;
}
.top-navigation ul li {
  display: inline;
  margin-left: 10px;
  color: #80728c;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .top-navigation ul li {
    margin-left: 30px;
    font-size: inherit;
  }
}
.top-navigation ul li a {
  display: inline-block;
  line-height: 60px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  color: #80728c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.top-navigation ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.top-navigation ul li a.is-active {
  color: #fff;
}
.top-navigation ul li.current-menu-item a {
  color: #fff;
}
.top-navigation ul .button-vox-navigation {
  line-height: 60px;
}
.top-navigation ul .button-vox-navigation a {
  font-size: 14px;
  color: #fff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 20px;
  background-color: #3e2e4d;
  display: inline-block;
  padding: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .top-navigation ul .button-vox-navigation a {
    font-size: 10px;
  }
}
.top-navigation ul .button-vox-navigation a:hover {
  background-color: #fff;
  color: #80728c;
}
.top-navigation ul .button-vox-navigation button {
  font-size: 14px;
  color: #fff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 20px;
  border: none;
  text-transform: uppercase;
  background-color: #3e2e4d;
  display: inline-block;
  padding: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .top-navigation ul .button-vox-navigation button {
    font-size: 10px;
  }
}
.top-navigation ul .button-vox-navigation button:hover {
  background-color: #fff;
  color: #80728c;
}
.top-navigation .logo-wrapper {
  margin: 0;
  padding: 0;
  float: left;
  width: 95px;
  height: 60px;
  -webkit-transition: width 0.35s ease-in-out;
  -moz-transition: width 0.35s ease-in-out;
  -ms-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}
.top-navigation .logo-wrapper.logo-hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-navigation .logo-wrapper.logo-hidden {
    width: 95px;
  }
}
.top-navigation .vox-logo--small {
  display: inline-block;
  height: 20px;
  width: 65px;
  margin-left: 20px;
  margin-top: 20px;
  /* 		margin: 0 auto; */
  /*
		@media (min-width: @screen-sm-min) {
			position: static;
		}
*/
}
.top-navigation .top-navigation-right {
  float: right;
  margin-right: 20px;
  /*
        a {
            color:#fff;
            text-decoration: none;
        }
*/
}
#book-a-table-modal .modal-dialog {
  width: auto;
  max-width: 500px;
}
.nav-collapse.closed {
  display: none;
}
.nav-collapse.opened {
  width: 100%;
  top: 0px;
  display: block;
  clear: both;
  float: none;
  z-index: 2;
  position: relative;
}
.nav-collapse.opened li {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  display: block;
  background-color: #220e33;
  border-top: 1px solid #403946;
}
.nav-collapse.opened li a {
  color: #fff;
  display: block;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-collapse.opened li.menu-item-language a {
  display: inline;
}
.nav-toggle {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  overflow: hidden;
  width: 25px;
  height: 22px;
  background: url("../img/menu.svg") no-repeat center;
  text-indent: -9999px;
}
.no-svg .nav-toggle {
  background: url("../img/menu.png") no-repeat center;
}
.nav-toggle.active {
  background-image: url("../img/menu-close.svg");
}
.no-svg .nav-toggle.active {
  background-image: url("../img/menu-close.png");
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
  .nav-collapse.closed {
    display: block;
  }
}
ul.footer-nav {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
ul.footer-nav li {
  list-style: none;
}
.navigation--top {
  border-top: 1px solid #402d50;
  position: absolute;
  /*
	z-index: 10;
	left: 0;
	bottom: 0;
*/
  /* 	height: 50px; */
  width: 100%;
  background-color: #220e33;
  /* 	text-align: center; */
  z-index: 10;
}
.navigation--top ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation--top ul li {
  display: inline;
  margin-right: 30px;
}
.navigation--top ul li a {
  display: inline-block;
  line-height: 50px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  color: #80728c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.navigation--top ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.navigation--top .vox-logo--small {
  display: inline-block;
  height: 0px;
  width: auto;
  /* 		margin: 0 auto; */
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .navigation--top .vox-logo--small {
    position: static;
  }
}
.navigation--top .container {
  margin-top: 0;
  padding-top: 0;
}
.navigation--top .social-nav {
  position: static;
  float: right;
}
@media (min-width: 768px) {
  .navigation--top .social-nav {
    position: static;
  }
}
.navigation--top .social-nav a {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
  display: inline-block;
  border: none;
  line-height: 50px;
}
.navigation--top .social-nav a:hover {
  border: none;
}
.navigation--top.stuck {
  position: fixed;
  border-bottom: 1px solid #402d50;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 10;
  margin-top: 0;
  /* 	padding-top: 15px; */
}
.navigation--top.stuck .vox-logo--small {
  height: 17px;
  width: auto;
  margin-right: 20px;
}
.sticky-wrapper {
  height: 0!important;
}
.vox-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #220e33;
  /*   border: 1px solid #180a24; */
  border-radius: 4px;
  /*   .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); */
}
.vox-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.vox-well h2:first-child {
  margin-top: 0;
}
.vox-well h2 {
  font-size: 16px;
}
.vox-well p {
  color: #d9d9d9;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}
.vox-well-lg {
  padding: 24px;
  border-radius: 6px;
}
.vox-well-sm {
  padding: 9px;
  border-radius: 3px;
}
.modal-dialog {
  max-width: 500px;
}
.modal-header {
  border-bottom: none;
  position: relative;
}
.modal-header .vox-white-logo img {
  margin: 30px auto 0px;
}
.modal-header button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-content {
  background-color: #301943;
}
.modal-body {
  padding: 30px;
}
.modal-body .input-text {
  margin-bottom: 15px;
}
.modal-body input[type=submit] {
  margin-top: 5px;
}
label {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  cursor: default;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  padding-bottom: 7px;
  position: relative;
  white-space: nowrap;
}
.calender-icon {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  background: #ffffff url(../img/cal.png) no-repeat 100% 50% !important;
}
@media (min-width: 768px) {
  #booking-form #Arrival,
  #booking-form #Departure {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #booking-form #Arrival,
  #booking-form #Departure {
    margin-bottom: 0px;
  }
}
.button-vox-default {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 30px;
}
.button-vox-default:hover,
.button-vox-default:focus,
.button-vox-default:active,
.button-vox-default.active,
.open > .dropdown-toggle.button-vox-default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.button-vox-default:active,
.button-vox-default.active,
.open > .dropdown-toggle.button-vox-default {
  background-image: none;
}
.button-vox-default.disabled,
.button-vox-default[disabled],
fieldset[disabled] .button-vox-default,
.button-vox-default.disabled:hover,
.button-vox-default[disabled]:hover,
fieldset[disabled] .button-vox-default:hover,
.button-vox-default.disabled:focus,
.button-vox-default[disabled]:focus,
fieldset[disabled] .button-vox-default:focus,
.button-vox-default.disabled:active,
.button-vox-default[disabled]:active,
fieldset[disabled] .button-vox-default:active,
.button-vox-default.disabled.active,
.button-vox-default[disabled].active,
fieldset[disabled] .button-vox-default.active {
  background-color: transparent;
  border-color: #ffffff;
}
.button-vox-default .badge {
  color: transparent;
  background-color: #ffffff;
}
.button-vox-default:hover {
  background-color: #fff;
  color: #301943;
}
.button-vox-default:focus {
  outline: none;
}
.input-group .button-vox-default {
  line-height: 20px;
}
.button-full {
  display: block;
  width: 100%;
}
.button-vox-purple {
  color: #ffffff;
  background-color: #301943;
  border-color: #301943;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 30px;
}
.button-vox-purple:hover,
.button-vox-purple:focus,
.button-vox-purple:active,
.button-vox-purple.active,
.open > .dropdown-toggle.button-vox-purple {
  color: #ffffff;
  background-color: #150b1e;
  border-color: #100816;
}
.button-vox-purple:active,
.button-vox-purple.active,
.open > .dropdown-toggle.button-vox-purple {
  background-image: none;
}
.button-vox-purple.disabled,
.button-vox-purple[disabled],
fieldset[disabled] .button-vox-purple,
.button-vox-purple.disabled:hover,
.button-vox-purple[disabled]:hover,
fieldset[disabled] .button-vox-purple:hover,
.button-vox-purple.disabled:focus,
.button-vox-purple[disabled]:focus,
fieldset[disabled] .button-vox-purple:focus,
.button-vox-purple.disabled:active,
.button-vox-purple[disabled]:active,
fieldset[disabled] .button-vox-purple:active,
.button-vox-purple.disabled.active,
.button-vox-purple[disabled].active,
fieldset[disabled] .button-vox-purple.active {
  background-color: #301943;
  border-color: #301943;
}
.button-vox-purple .badge {
  color: #301943;
  background-color: #ffffff;
}
.button-vox-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 30px;
}
.button-vox-white:hover,
.button-vox-white:focus,
.button-vox-white:active,
.button-vox-white.active,
.open > .dropdown-toggle.button-vox-white {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.button-vox-white:active,
.button-vox-white.active,
.open > .dropdown-toggle.button-vox-white {
  background-image: none;
}
.button-vox-white.disabled,
.button-vox-white[disabled],
fieldset[disabled] .button-vox-white,
.button-vox-white.disabled:hover,
.button-vox-white[disabled]:hover,
fieldset[disabled] .button-vox-white:hover,
.button-vox-white.disabled:focus,
.button-vox-white[disabled]:focus,
fieldset[disabled] .button-vox-white:focus,
.button-vox-white.disabled:active,
.button-vox-white[disabled]:active,
fieldset[disabled] .button-vox-white:active,
.button-vox-white.disabled.active,
.button-vox-white[disabled].active,
fieldset[disabled] .button-vox-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-vox-white .badge {
  color: #ffffff;
  background-color: #000000;
}
.button-vox-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 30px;
}
.button-vox-black:hover,
.button-vox-black:focus,
.button-vox-black:active,
.button-vox-black.active,
.open > .dropdown-toggle.button-vox-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.button-vox-black:active,
.button-vox-black.active,
.open > .dropdown-toggle.button-vox-black {
  background-image: none;
}
.button-vox-black.disabled,
.button-vox-black[disabled],
fieldset[disabled] .button-vox-black,
.button-vox-black.disabled:hover,
.button-vox-black[disabled]:hover,
fieldset[disabled] .button-vox-black:hover,
.button-vox-black.disabled:focus,
.button-vox-black[disabled]:focus,
fieldset[disabled] .button-vox-black:focus,
.button-vox-black.disabled:active,
.button-vox-black[disabled]:active,
fieldset[disabled] .button-vox-black:active,
.button-vox-black.disabled.active,
.button-vox-black[disabled].active,
fieldset[disabled] .button-vox-black.active {
  background-color: #000000;
  border-color: #000000;
}
.button-vox-black .badge {
  color: #000000;
  background-color: #ffffff;
}
.button-vox-purple:hover {
  background-color: #fff;
  color: #301943;
}
.button-vox-purple:focus {
  outline: none;
}
.input-group .button-vox-purple {
  line-height: 20px;
}
.page-block-hero {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 715px;
  /* Fallback */
  height: 75vh;
  max-height: 300px;
}
@media (min-width: 768px) {
  .page-block-hero {
    max-height: 715px;
  }
}
.page-block-hero-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}
.page-block-hero--full {
  height: 715px;
  /* Fallback */
  height: 100vh;
}
.page-block-hero-content {
  position: absolute;
  top: 50%;
  left: 13%;
  right: 13%;
  transform: translateY(-50%);
  text-align: center;
}
.hero-cover {
  width: 100%;
  height: 60%;
  position: relative;
  background: url("../img/_ph_hero_bg.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  .hero-cover {
    height: 100%;
  }
}
.hero-cover .align-middle {
  height: 100%;
  width: 100%;
  display: table-cell;
  text-align: center;
  /* 		@media (min-width: @screen-sm-min) { */
  vertical-align: middle;
  /* 		} */
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 2s;
  -ms-animation-delay: 1.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 2s;
  -o-animation-delay: 1.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.hero-cover .align-middle .vox-logo {
  width: 400px;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin: -150px auto;
}
.hero-cover .align-middle .hotel-tag {
  margin-top: 0px;
  width: 100px;
}
@media (min-width: 768px) {
  .hero-cover .align-middle .hotel-tag {
    margin-top: 180px;
    width: auto;
  }
}
.hero-cover .hi-book-a-room {
  position: absolute;
  left: 0;
  bottom: 180px;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInDown";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInDown";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 4s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInDown";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 4s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInDown";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 4s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInDown";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.hero-cover .hi-book-a-room p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hero-cover .hi-book-a-room i {
  font-size: 16px;
}
.hero-cover .search-rooms {
  /*
		.opacity(0);
		.animateCSS("fadeInUp",1s,1s,1);
*/
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  background-color: #220e33;
}
.hero-cover .search-rooms .row {
  padding-top: 30px;
  padding-bottom: 40px;
}
.search-rooms {
  margin-bottom: 30px;
}
.search-rooms .form-control {
  border: none;
  font-size: 16px;
  padding: 0 15px;
  height: 42px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .search-rooms .form-control {
    margin-bottom: 0;
  }
}
.search-rooms .input-grey-bg {
  background: #939598;
}
.search-rooms .input-grey-bg:focus {
  background: #fff;
}
.search-rooms button {
  text-transform: uppercase;
  margin-top: 26px;
  height: 42px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 		text-align: left; */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.search-rooms button i {
  /*
float:right;
			line-height: 21px;
*/
}
.search-rooms button:hover {
  background-color: #fff;
  color: #301943;
}
.special-offers {
  /* 	padding-top: 50px; */
  padding-bottom: 30px;
  padding-top: 30px;
}
.special-offers .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .special-offers .item {
    float: left;
    width: 50%;
  }
}
.special-offers .item h2 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -87.5px;
  margin-top: -52px;
  width: 175px;
  color: #fff;
  background-color: #301943;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 22px;
}
.special-offers .item a {
  position: relative;
  z-index: 1;
  display: block;
}
.special-offers .item a:hover h2 {
  color: #301943;
  background-color: #fff;
}
.special-offers .item img {
  width: 100%;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .special-offers .item img {
    margin-bottom: 0px;
  }
}
.special-offers .button-vox-default {
  margin-top: 30px;
}
.block-full-width-image {
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeIn";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeIn";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeIn";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeIn";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeIn";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 350px;
  min-height: 350px;
}
.block-full-width-image iframe {
  height: 300px;
}
@media (min-width: 768px) {
  .block-full-width-image {
    margin-top: 10px;
    margin-bottom: 35px;
    min-height: 650px;
  }
  .block-full-width-image iframe {
    height: 500px;
  }
}
.block-full-width-image h1 {
  text-transform: uppercase;
}
.block-full-width-image a .block-image-text-w-frame {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: transparent;
}
.block-full-width-image a .block-image-text-w-frame h2,
.block-full-width-image a .block-image-text-w-frame p {
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -ms-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
  transition: color 0.8s ease;
  color: #fff;
}
.block-full-width-image a:hover .block-image-text-w-frame {
  background-color: rgba(48, 25, 67, 0.5);
  border-color: #301943;
  /*
	h2,p {
		color:#301943;
	}
*/
}
.page-blocks .block-full-width-image:last-of-type {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-blocks .block-full-width-image:last-of-type {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
.block-column-w-background {
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.block-column-w-text {
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-blocks .block-full-width-image:last-of-type {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-blocks .block-full-width-image:last-of-type {
    margin-top: 70px;
  }
}
.block-image-overlay {
  -webkit-transition: background-color 0.8s ease;
  -moz-transition: background-color 0.8s ease;
  -ms-transition: background-color 0.8s ease;
  -o-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 25, 67, 0.6);
  z-index: 1;
}
body.page-template-vox-restaurant .block-image-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.block-image-text-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .block-image-text-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.restaurant-hero .block-image-text-wrapper {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .restaurant-hero .block-image-text-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .restaurant-hero {
    height: auto;
  }
}
.block-image-text-w-frame {
  /*
	.opacity(0);
	.animateCSS("fadeIn",1s,1s,1);
*/
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 30px;
  max-width: 80%;
}
@media (min-width: 768px) {
  .block-image-text-w-frame {
    padding: 50px;
    max-width: 800px;
  }
}
.block-image-text-w-frame h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .block-image-text-w-frame h2 {
    font-size: 30px;
  }
}
.block-image-text-w-frame p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  color: #fff;
  font-size: 15px;
}
.block-image-text-w-frame p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-image-text {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 50px 50px 50px 50px;
}
.block-image-text h2 {
  font-weight: 700;
  margin-top: 0;
  font-size: 24px;
}
.block-image-text p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  color: #fff;
  font-size: 15px;
}
.block-image-text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
a .block-image-text h2 {
  color: #fff;
}
a:hover .block-column-w-background .block-image-overlay {
  background-color: rgba(48, 25, 67, 0.8);
}
body.page-template-vox-restaurant .block-image-text-1col .block-image-text h2 {
  font-weight: normal;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 30px;
}
body.page-template-vox-restaurant .block-image-text-1col .block-image-text a {
  background-color: #000;
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 10px 15px 9px 15px;
  text-transform: uppercase;
  color: #cccccc;
  margin-top: 25px;
  display: inline-block;
}
.block-image-text-button {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
a.block-image-text-button:hover {
  background-color: #fff;
  color: #301943;
}
.block-image-text-no-frame {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.block-image-text-no-frame h2 {
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 2px;
}
.block-image-text-no-frame p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  color: #fff;
  font-size: 15px;
}
.block-image-text-no-frame p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-image-text-1col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block-image-text-1col {
    height: 600px;
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .block-image-text-1col {
    float: left;
    width: 100%;
  }
}
.block-image-text-2col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 300px;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .block-image-text-2col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .block-image-text-2col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block-image-text-2col {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.block-image-text-3col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 300px;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .block-image-text-3col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .block-image-text-3col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .block-image-text-3col {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.block-image-text-1col .block-column-w-background h2,
.block-image-text-2col .block-column-w-background h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.block-image-text-1col .block-image-text {
  padding: 10%;
}
@media (min-width: 992px) {
  .block-image-text-1col .block-image-text {
    padding: 0 15% 0 15%;
  }
}
.block-image-text-2col .block-image-text-content {
  padding: 50px;
}
.block-image-text-3col .block-image-text-content {
  padding: 50px;
}
.no-gutter .block-image-text-1col {
  height: 400px;
  min-height: 400px;
}
.no-gutter .block-image-text-2col {
  height: 400px;
  min-height: 400px;
}
.no-gutter .block-image-text-3col {
  height: 400px;
  min-height: 400px;
}
.block_two_cols_w_image .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .block_two_cols_w_image .col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .block_two_cols_w_image .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block_two_cols_w_image .col {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.block_two_cols_w_image .col-frame {
  border: 1px solid #fff;
}
.block_two_cols_w_image .col-text {
  padding: 30px 30px 30px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .block_two_cols_w_image .col-text {
    padding: 50px 70px 50px 70px;
  }
}
.block_two_cols_w_image .col-text h2 {
  margin-top: 0;
  font-size: 20px;
}
.block_two_cols_w_image .col-text p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
.block_featured_content {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block_featured_content .order-image-text .col-image {
    order: 1;
  }
  .block_featured_content .order-image-text .col-text {
    order: 2;
  }
  .block_featured_content .order-text-image .col-image {
    order: 2;
  }
  .block_featured_content .order-text-image .col-text {
    order: 1;
  }
}
.block_featured_content .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.block_featured_content .grid > * {
  flex: 1 0 5em;
  margin: 0;
}
.block_featured_content .col-image {
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .block_featured_content .col-image {
    flex-basis: 50%;
  }
}
.block_featured_content .col-text {
  background-color: #220e33;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .block_featured_content .col-text {
    flex-basis: 50%;
  }
}
.block_featured_content .col-text .pre-header {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #C4C4C4;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.block_featured_content .col-text div {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .block_featured_content .col-text div {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.block_featured_content .col-text .button-vox-default {
  margin-top: 35px;
}
.block_featured_content .col-text p {
  font-size: 16px;
  line-height: 25px;
  color: #C4C4C4;
}
body.page-template-vox-restaurant .block_two_cols_w_image .col-frame {
  background-color: #fff;
  border: 0px solid #fff;
}
body.page-template-vox-restaurant .block_two_cols_w_image .col-text {
  padding: 30px 30px 30px 30px;
}
@media (min-width: 768px) {
  body.page-template-vox-restaurant .block_two_cols_w_image .col-text {
    padding: 50px 70px 50px 70px;
  }
}
body.page-template-vox-restaurant .block_two_cols_w_image .col-text h2 {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  margin-top: 0;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
body.page-template-vox-restaurant .block_two_cols_w_image .col-text p {
  color: #000;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
body.page-template-vox-restaurant .block_two_cols_w_image .col-text a {
  color: #000;
  border-bottom: 1px solid #000;
}
.page-content.block_text .text-intro p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.page-content.block_text .text-intro + p {
  margin-top: 50px;
}
.block_collage {
  clear: both;
  border: 2px solid #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block_collage:before,
.block_collage:after {
  content: " ";
  display: table;
}
.block_collage:after {
  clear: both;
}
.block_collage:before,
.block_collage:after {
  content: " ";
  display: table;
}
.block_collage:after {
  clear: both;
}
.block_collage .vox-feed-grid-item {
  float: left;
  background-color: #301943;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.block_collage .vox-feed-grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.block_collage .vox-feed-grid-item a .h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.block_collage .vox-feed-grid-item .h2 {
  letter-spacing: 1.2px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .block_collage .vox-feed-grid-item .h2 {
    font-size: 16px;
    font-size: 1.4vw;
  }
}
.block_collage .vox-feed-grid-item-overlay {
  background-color: rgba(34, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: background-color ease-in-out 0.25s;
}
.block_collage .vox-feed-grid-item--large {
  width: 100%;
  padding-top: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .block_collage .vox-feed-grid-item--large {
    width: 50%;
    padding-top: 35%;
  }
}
.block_collage .vox-feed-grid-item--large:nth-child(odd) {
  float: right;
}
.block_collage .vox-feed-grid-item--small {
  width: calc(50%);
  padding-top: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .block_collage .vox-feed-grid-item--small {
    width: 25%;
    padding-top: 25%;
  }
}
.block_collage .vox-feed-grid-item:hover .vox-feed-grid-item-overlay {
  background-color: rgba(34, 14, 51, 0.65);
}
.two-column {
  padding-top: 50px;
  padding-bottom: 50px;
}
.two-column:before,
.two-column:after {
  content: " ";
  display: table;
}
.two-column:after {
  clear: both;
}
.two-column:before,
.two-column:after {
  content: " ";
  display: table;
}
.two-column:after {
  clear: both;
}
.two-column .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .two-column .column {
    float: left;
    width: 50%;
  }
}
.two-column .vox-well {
  margin-top: 30px;
}
.two-column .well-row {
  margin-left: -15px;
  margin-right: -15px;
}
.image-collage:before,
.image-collage:after {
  content: " ";
  display: table;
}
.image-collage:after {
  clear: both;
}
.image-collage:before,
.image-collage:after {
  content: " ";
  display: table;
}
.image-collage:after {
  clear: both;
}
.image-collage .big-item {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .image-collage .big-item {
    width: 50%;
  }
}
.image-collage .small-item {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .image-collage .small-item {
    width: 25%;
  }
}
.image-collage img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.special-notification {
  position: absolute;
  top: -3px;
  left: 30px;
}
.special-notification i {
  font-size: 40px;
  float: left;
  margin-right: 10px;
}
.special-notification a {
  line-height: 43px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 11px;
}
.vox-white-logo {
  text-align: center;
}
.vox-white-logo img {
  width: 190px;
  margin: 65px auto 11px;
}
@media (min-width: 768px) {
  .vox-white-logo img {
    width: 282px;
    margin: 99px auto 32px;
  }
}
.logo-mask {
  /* *** For Firefox use mask *** */
  /* *** Note that we use an ID selector here #logo_mask  *** */
  /* *** which is the same as the ID we defined in the SVG mask *** */
  /* 			mask: url("img/masks/logo.svg#logo_mask"); */
  /* *** For webkit use -webkit-mask-image *** */
  -webkit-mask-image: url("../img/vox-without-hotel.svg");
  width: 160px;
  height: 76px;
  -webkit-mask-size: 160px 76px;
}
@media (min-width: 768px) {
  .logo-mask {
    width: 411px;
    height: 127px;
    -webkit-mask-size: 411px 127px;
  }
}
.oil {
  /*
	position: absolute;
	top:50%;
	left: 50%;
*/
  display: block;
  width: 160px;
  height: 76px;
  margin: 0px auto 0 auto;
  background: url(../img/oil-regular.jpg);
  /* 	margin: -150px 0 0 -205px; */
  animation: animatedBackground 24s linear infinite;
  -ms-animation: animatedBackground 24s linear infinite;
  -moz-animation: animatedBackground 24s linear infinite;
  -webkit-animation: animatedBackground 24s linear infinite;
}
@media (min-width: 768px) {
  .oil {
    width: 411px;
    height: 127px;
    margin: -150px auto;
  }
}
#faq-list {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5e4c6c;
}
#faq-list .panel {
  border-top: 1px solid #5e4c6c;
  padding: 10px;
}
#faq-list .panel h4 a {
  font-size: 16px;
  color: #e6e6e6;
  display: block;
}
#faq-list .panel h4 a:hover,
#faq-list .panel h4 a:focus {
  color: #fff;
  text-decoration: none;
}
#faq-list .panel .panel-body {
  padding-bottom: 10px;
  font-size: 13px;
  color: #e6e6e6;
  line-height: 19px;
}
#faq-list .panel.active {
  background-color: #402a4f;
}
#faq-list .panel.active h4 a {
  color: #ffffff;
}
.intro-cols {
  /*
	margin-bottom: -35px;
	margin-top: -35px;
*/
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .intro-cols {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.intro-cols .col {
  border: 1px solid #5d4c6c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .intro-cols .col {
    margin-bottom: 0;
  }
}
.intro-cols .col h3 {
  margin-top: 0;
}
.intro-cols .col .col-body {
  background-color: rgba(48, 25, 67, 0.6);
  padding: 30px;
  min-height: 190px;
}
.intro-cols .col:nth-child(1) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.intro-cols .col:nth-child(2) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.7s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.7s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.intro-cols .col:nth-child(3) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: "fadeInUp";
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation: "fadeInUp";
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation: "fadeInUp";
  -ms-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0.9s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation: "fadeInUp";
  -o-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: 0.9s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation: "fadeInUp";
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.package-item {
  background-color: #220e33;
  padding: 28px;
  margin-bottom: 30px;
}
.package-item .package-col-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .package-item .package-col-image {
    float: left;
    width: 50%;
  }
}
.package-item .package-col-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .package-item .package-col-image img {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.package-item .package-col-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .package-item .package-col-text {
    float: left;
    width: 50%;
  }
}
.package-item .package-col-text h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.package-item .package-col-text p {
  -webkit-font-smoothing: antialiased;
}
.package-item .package-col-text .media {
  margin-top: 20px;
  margin-bottom: 20px;
}
.package-item .package-col-text .media .pull-left {
  margin-right: 15px;
}
.package-item .package-col-text .media img {
  max-width: 70px;
}
.package-item .package-col-text .media h4 {
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #220E33;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #e6e6e6;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer h3,
.footer .h3 {
  font-size: 1.2rem;
  color: #fff;
}
.footer div h3:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .footer div.column {
    flex-basis: calc(92%);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer div.logo-column {
    flex-basis: calc(58px);
  }
}
@media (min-width: 768px) {
  .footer div.about-column {
    flex-basis: calc(29%);
  }
}
.footer label {
  color: #ccc;
  font-size: 10px;
  text-transform: none;
}
.sub-footer {
  background-color: #220E33;
  padding: 30px 30px 20px 30px;
  text-align: center;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}
@media (min-width: 768px) {
  .sub-footer {
    padding: 30px 30px 30px 30px;
  }
}
.sub-footer .social-icons {
  display: block;
  margin-top: 20px;
}
.sub-footer .social-icons a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #e6e6e6;
  margin-left: 5px;
  margin-right: 5px;
}
.sub-footer .social-icons a i {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 20px;
  line-height: 35px;
}
.sub-footer .social-icons a i.fa-envelope {
  font-size: 17px;
}
.vox-feed {
  clear: both;
  border: 2px solid #fff;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.vox-feed:before,
.vox-feed:after {
  content: " ";
  display: table;
}
.vox-feed:after {
  clear: both;
}
.vox-feed:before,
.vox-feed:after {
  content: " ";
  display: table;
}
.vox-feed:after {
  clear: both;
}
.vox-feed-grid-item {
  float: left;
  background-color: #301943;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.vox-feed-grid-item a h2,
.vox-feed-grid-item .pre-header {
  color: #fff;
}
.vox-feed-grid-item h2 {
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 992px) {
  .vox-feed-grid-item h2 {
    font-size: 16px;
    font-size: 2vw;
  }
}
.vox-feed-grid-item-overlay {
  background-color: rgba(34, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: background-color ease-in-out 0.25s;
}
.bg-pattern {
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
}
.vox-feed-grid-item--large {
  width: 100%;
  padding-top: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .vox-feed-grid-item--large {
    width: 50%;
    padding-top: 35%;
  }
}
.vox-feed-grid-item--large .vox-feed-grid-item-content {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  max-height: 70%;
  /*
        h2 {
            font-size: 25px;
            text-transform: none;
            @media (min-width: @screen-lg-min) {
                font-size: 25px;
                font-size: 3.5vw;
            }            
        }
*/
}
@media (min-width: 992px) {
  .vox-feed-grid-item--large .vox-feed-grid-item-content {
    max-width: 950px;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .vox-feed-grid-item--large .vox-feed-grid-item-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.vox-feed-grid-item--large .vox-feed-grid-item-content .block-image-text-w-frame {
  max-width: 100%;
  margin: 0 auto;
}
.vox-feed-grid-item--large .vox-feed-grid-item-content .block-image-text-w-frame h2 {
  font-size: 25px;
  text-transform: none;
}
@media (min-width: 992px) {
  .vox-feed-grid-item--large .vox-feed-grid-item-content .block-image-text-w-frame h2 {
    font-size: 25px;
    font-size: 3.5vw;
  }
}
.vox-feed-grid-item--large .vox-feed-grid-item-content .block-image-text-w-frame p {
  font-family: 'Maison Neue';
  color: #E8E8E8;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .vox-feed-grid-item--large .vox-feed-grid-item-content .block-image-text-w-frame p {
    font-size: 18px;
  }
}
.vox-feed-grid-item--large:hover .vox-feed-grid-item-overlay {
  background-color: rgba(34, 14, 51, 0.65);
}
.vox-feed-grid-item--large.variant:nth-child(1),
.vox-feed-grid-item--large.variant:nth-child(3) {
  float: left;
}
.vox-feed-grid-item--large.variant:nth-child(2) {
  float: right;
}
.vox-feed-grid-item--large:nth-child(even):not(.variant) {
  float: right;
}
.vox-feed-grid-item--large.variant-half-height {
  padding-top: 25%;
}
@media (min-width: 992px) {
  .vox-feed-grid-item--large.variant-half-height {
    padding-top: 17.5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .vox-feed-grid-item--large.variant-half-height + .vox-feed-grid-item--large {
    padding-top: 42.5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .vox-feed-grid-item--large.variant-half-height + .vox-feed-grid-item--large + .vox-feed-grid-item--large {
    padding-top: 55%;
  }
}
.vox-feed-grid-item--small {
  width: calc(50%);
  padding-top: 50%;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .vox-feed-grid-item--small {
    width: 25%;
    padding-top: 25%;
  }
}
.vox-feed-grid-item-arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  z-index: 9;
  bottom: 0;
  right: 0;
  line-height: 43px;
  text-align: center;
  font-size: 2rem;
  transition: all ease-in-out 0.25s;
}
@media (min-width: 768px) {
  .vox-feed-grid-item-arrow {
    width: 60px;
    height: 60px;
    line-height: 63px;
    font-size: 3rem;
  }
}
.vox-feed-grid-item-arrow:hover {
  background-color: #fff;
  color: #301943;
}
.vox-feed-grid-item-icon {
  position: absolute;
  z-index: 6;
  left: 20px;
  bottom: 5px;
  font-size: 30px;
}
.vox-feed-grid-item-icon a {
  color: #C4C4C4;
}
.vox-feed-grid-item-cta {
  position: absolute;
  z-index: 6;
  left: 20px;
  bottom: 20px;
}
.vox-feed-grid-item-content {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}
@media (min-width: 1200px) {
  .vox-feed-grid-item-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.vox-feed-grid-item-content .pre-header {
  display: none;
  margin-bottom: 46px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
@media (min-width: 768px) {
  .vox-feed-grid-item-content .pre-header {
    display: block;
  }
}
.vox-feed-grid-item-content p {
  font-family: 'Maison Neue';
  color: #E8E8E8;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .vox-feed-grid-item-content p {
    font-size: 18px;
  }
}
.vox-feed-grid-item--no-image .block-image-text-w-frame {
  border: none;
  padding: 0;
  text-align: left;
}
.vox-feed-grid-item--no-image .vox-feed-grid-item-content .block-image-text-w-frame h2 {
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 992px) {
  .vox-feed-grid-item--no-image .vox-feed-grid-item-content .block-image-text-w-frame h2 {
    font-size: 16px;
    font-size: 2vw;
  }
}
.tripadvisor-grade {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.vox-feed-grid-item-content-intro {
  font-size: 18px;
  display: none;
}
@media (min-width: 992px) {
  .vox-feed-grid-item-content-intro {
    display: block;
  }
}
.vox-feed-grid-item-content-link {
  color: #dcb760;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.vox-feed-grid-item-content-link:hover {
  color: #c4972b;
}
.hotel-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hotel-header h1 {
  font-size: 25px;
  max-width: 930px;
}
@media (min-width: 768px) {
  .hotel-header {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .hotel-header h1 {
    font-size: 64px;
    max-width: 930px;
  }
}
.hotel-intro {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #5d4c6c;
}
@media (min-width: 768px) {
  .hotel-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.hotel-intro p {
  max-width: 930px;
  font-size: 12px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
@media (min-width: 768px) {
  .hotel-intro p {
    max-width: 930px;
    font-size: 20px;
  }
}
.hotel-room-images {
  overflow: hidden;
}
.hotel-room-image-big {
  float: left;
  position: relative;
  width: 100%;
  background-color: #efefef;
  padding-top: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hotel-room-image-big {
    width: 50%;
    padding-top: 50%;
  }
}
.hotel-room-image-big h3 {
  font-size: 30px;
}
.hotel-room-image-small {
  float: left;
  position: relative;
  width: 50%;
  padding-top: 50%;
  background-color: #efefef;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hotel-room-image-small {
    width: 25%;
    padding-top: 25%;
  }
}
.hotel-room-image-small h3 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .hotel-room-image-small h3 {
    font-size: 20px;
  }
}
.hotel-room-image-big,
.hotel-room-image-small {
  background-size: cover;
  background-position: center center;
}
.hotel-room-image-big figcaption,
.hotel-room-image-small figcaption {
  height: 0px;
}
.hotel-room-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 14, 51, 0.6);
  transition: background-color ease-in-out 0.25s;
}
.hotel-room-image-link h3 {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 10%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .hotel-room-image-link h3 {
    padding: 30px 60px 25px 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.hotel-room-image-link h3 span {
  font-size: 12px;
  display: none;
  margin-top: 5px;
}
.hotel-room-image-link:hover {
  background-color: rgba(34, 14, 51, 0.75);
}
.hotel-room-image-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  text-align: center;
  width: 100%;
}
.hotel-room-descriptions {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 70px;
  padding-top: 70px;
  border-bottom: 1px solid #5d4c6c;
}
.hotel-room-includes {
  padding-top: 70px;
  padding-bottom: 100px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  text-align: center;
}
.hotel-room-includes h2 {
  font-size: 16px;
  text-align: center;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
}
.hotel-room-includes p {
  font-size: 14px;
}
.hotel-room-includes-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hotel-room-includes-item img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px auto;
}
.hotel-offers {
  padding-bottom: 70px;
}
.pswp__caption__center {
  text-align: center;
  font-size: 16px;
}
.Guides-places-intro {
  max-width: 750px;
  margin: 6rem auto;
  font-size: 18px;
  text-align: center;
}
.Guides-places-intro p {
  color: #fff;
  line-height: 3rem;
}
.Guides-places-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Guides-places-list li {
  padding-left: 40px;
  background-image: url('/wp-content/themes/voxhotel/img/dot_place.svg');
  background-repeat: no-repeat;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.Guides-places-list h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 2px 0 5px 0;
}
.Guides-places-list p {
  font-size: 18px;
}
.Guides-places-timeline {
  width: 100%;
  margin: 2rem 0 2rem 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.Guides-places-timeline li {
  clear: both;
  padding-bottom: 3rem;
  width: 50%;
  /*
        background-image: url('/wp-content/themes/voxhotel/img/dot_place.svg');
        background-repeat: no-repeat;
*/
}
.Guides-places-timeline li h3 {
  font-size: 18px;
  margin: 2px 0 5px 0;
}
.Guides-places-timeline li p {
  font-size: 18px;
}
.Guides-places-timeline li:nth-child(odd) {
  float: right;
  padding-left: 40px;
  position: relative;
  border-left: 2px solid #fff;
  left: -1px;
}
.Guides-places-timeline li:nth-child(odd) h3:before {
  content: "";
  background-image: url('/wp-content/themes/voxhotel/img/dot_place.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -11px;
}
.Guides-places-timeline li:nth-child(even) {
  text-align: right;
  float: left;
  padding-right: 40px;
  position: relative;
  border-right: 2px solid #fff;
  right: -1px;
}
.Guides-places-timeline li:nth-child(even) h3:before {
  content: "";
  background-image: url('/wp-content/themes/voxhotel/img/dot_place.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -11px;
}
.Guides-places-timeline-start {
  text-align: center;
  margin-bottom: 4rem;
}
.Guides-places-timeline-end {
  text-align: center;
  font-size: 22px;
  margin-bottom: 6rem;
  position: relative;
}
.Guides-places-timeline-end :before {
  content: "";
  background-image: url('/wp-content/themes/voxhotel/img/dot_place.svg');
  width: 20px;
  height: 20px;
  display: block;
  margin: -30px auto 2rem auto;
}
.newsletter-slide-in {
  position: fixed;
  bottom: 25px;
  left: 30px;
  right: 30px;
  min-height: 100px;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 4px;
  z-index: 1001;
  animation-delay: 2s;
}
@media (min-width: 768px) {
  .newsletter-slide-in {
    width: 300px;
    left: 25px;
  }
}
.newsletter-slide-in-content {
  padding: 5px 15px 5px 15px;
  clear: both;
}
.newsletter-slide-in-content button.btn {
  background: #301943;
  color: #fff;
  border: none;
  position: static;
}
.newsletter-slide-in-content button.btn:hover {
  color: #fff;
  background-color: #220e33;
  position: static;
}
.newsletter-slide-in-content p {
  color: #6e6e6e;
  font-size: 12px;
}
.newsletter-slide-in-content input.input-text,
.newsletter-slide-in-content button {
  font-size: 12px;
  height: 34px;
  padding: 6px 12px 3px 12px;
}
.newsletter-slide-in-content input:focus {
  outline: none;
  border-color: #220e33;
  box-shadow: none;
}
.newsletter-slide-in-content label {
  color: #6e6e6e;
  font-size: 10px;
  text-transform: none;
}
.newsletter-slide-in-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  clear: both;
}
.newsletter-slide-in-header h2 {
  color: #301943;
  margin: 5px 0 0 0;
  font-size: 1.2rem;
}
:root {
  --transition-duration: 0.5s;
  --gap-mobile: 20px;
  --gap-desktop: 40px;
  --header-height: 60px;
  --header-height-mobile: 30px;
}
.events {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-desktop);
  margin: 0;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .events {
    gap: var(--gap-mobile);
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .events .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 651px) {
  .events .hide-on-desktop {
    display: none;
  }
}
.events .event-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--gap-desktop);
  background-color: #220E33;
  border-radius: 0;
  border: 3px solid #fff;
  overflow: hidden;
  padding: 0;
  transition: all var(--transition-duration) ease;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 650px) {
  .events .event-item {
    gap: var(--gap-mobile);
    flex-direction: column;
  }
}
.events .event-item:hover {
  border-color: #dcb760;
  text-decoration: none;
}
.events .event-item:hover .event-read-more {
  border-color: #dcb760;
}
.events .event-item:hover .event-read-more svg path {
  fill: #dcb760;
}
.events .event-item.no-events {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--gap-mobile);
  cursor: default;
}
.events .event-item.no-events:hover {
  border-color: #fff;
}
.events .event-item.no-events h3 {
  margin: 0;
  padding: var(--gap-mobile);
}
.events .event-item .event-item a {
  color: inherit;
  text-decoration: none;
}
.events .event-item .event-date {
  text-transform: uppercase;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  margin-bottom: 5px;
  color: #dcb760;
}
.events .event-item .event-col-image img {
  aspect-ratio: 1.77777778;
  border-radius: 0;
  object-fit: cover;
  max-width: 320px;
  width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  .events .event-item .event-col-image img {
    max-width: 250px;
  }
}
@media (max-width: 650px) {
  .events .event-item .event-col-image img {
    max-width: 100%;
    min-width: 100%;
  }
}
.events .event-item .event-col-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--gap-mobile) 0;
  padding-right: var(--gap-mobile);
}
@media (max-width: 850px) {
  .events .event-item .event-col-text {
    padding: var(--gap-mobile) 0;
    padding-right: var(--gap-mobile);
  }
}
@media (max-width: 650px) {
  .events .event-item .event-col-text {
    padding: 0 var(--gap-mobile);
    padding-bottom: var(--gap-mobile);
    margin-bottom: var(--gap-mobile);
  }
  .events .event-item .event-col-text .event-excerpt {
    margin-bottom: var(--gap-mobile);
  }
}
.events .event-item .event-col-text h3 {
  margin-top: 0;
}
.events .event-item .event-excerpt {
  color: #ccc;
}
.events .event-item .event-footer {
  padding-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: auto;
  gap: 20px;
}
.events .event-item .event-read-more {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  outline: none;
  border-radius: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transition: all var(--transition-duration) ease;
  text-align: center;
}
.events .event-item .event-read-more svg path {
  fill: #fff;
  transition: all var(--transition-duration) ease;
}
.events:last-of-type {
  margin-bottom: 80px;
}
.single-event {
  margin-bottom: var(--header-height);
}
@media (max-width: 650px) {
  .single-event {
    margin-bottom: var(--header-height-mobile);
  }
}
.single-event .container {
  margin-top: var(--header-height);
}
@media (max-width: 650px) {
  .single-event .container {
    margin-top: var(--header-height-mobile);
  }
}
.single-event .single-event-hero {
  background-color: #220e33;
  background-size: cover;
  background-position: center;
  height: 100vh;
  max-height: 500px;
  padding: var(--header-height) 0;
  margin-bottom: var(--header-height);
  overflow: hidden;
}
@media (max-width: 1260px) {
  .single-event .single-event-hero {
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 650px) {
  .single-event .single-event-hero {
    padding: var(--header-height-mobile) 0;
    margin-bottom: var(--header-height-mobile);
  }
}
.single-event .single-event-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 var(--gap-desktop);
}
@media (max-width: 1260px) {
  .single-event .single-event-hero-inner {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.single-event .single-event-title {
  margin: 0;
  margin-bottom: var(--gap-mobile);
}
.single-event .single-event-hero-image {
  aspect-ratio: 1.78125;
  max-width: 570px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 650px) {
  .single-event .single-event-hero-image {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.single-event .single-event-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1260px) {
  .single-event .single-event-hero-image img {
    max-height: 100%;
  }
}
.single-event .single-event-hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap-mobile);
  text-align: center;
}
@media (max-width: 650px) {
  .single-event .single-event-hero-content {
    padding: 0 var(--gap-mobile);
  }
}
.single-event .single-event-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-event .single-event-meta:first-of-type {
  border-bottom: 1px solid #fff;
  padding-bottom: var(--gap-mobile);
}
.single-event .single-event-actions {
  width: 100%;
  margin-top: var(--gap-mobile);
}
.single-event .single-event-actions .btn {
  width: 100%;
  background-color: #7E738A;
  border: none;
  color: #fff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease;
}
.single-event .single-event-actions .btn:hover {
  background-color: #fff;
  color: #7E738A;
}
.single-event .single-event-meta-row {
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: 1;
}
.single-event .single-event-meta-row .single-event-meta-row--label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.single-event .single-event-meta-row svg {
  width: 18px;
  height: 18px;
}
.single-event .single-event-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-mobile);
  max-width: 690px;
  margin: 0 auto;
}
.single-event .single-event-content p {
  color: #ccc;
}
.single-event .single-event-content ul,
.single-event .single-event-content ol {
  color: #ccc;
  list-style: none;
  padding: 0;
}
.single-event .single-event-content li {
  position: relative;
  margin-right: 10px;
}
.single-event .single-event-content li:before {
  content: "•";
  margin-right: 10px;
}
.single-event-past {
  opacity: 0.2;
}
.offers {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 20px 0;
  justify-content: center;
  max-width: 1430px;
}
@media (min-width: 768px) {
  .offers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .offers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .offers {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.offers .offer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #220E33;
  padding: 0;
  flex: 1;
  border-radius: 0;
  border: 3px solid #fff;
  overflow: hidden;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .offers .offer-item {
    max-width: 100%;
  }
}
.offers .offer-item .offer-item a {
  color: inherit;
  text-decoration: none;
}
.offers .offer-item h2 a {
  color: #fff;
}
.offers .offer-item .offer-col-image img {
  border-radius: 0;
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.offers .offer-item .offer-col-text {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.offers .offer-item .offer-footer {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.offers .offer-item .offer-read-more {
  margin-top: 20px;
  font-weight: bold;
  color: #dcb760;
  border-bottom: 3px solid #dcb760;
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 10px;
}
.offers .offer-item .offer-booking-url {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 20px;
  color: #fff;
  background-color: #3e2e4d;
  display: inline-block;
  padding: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.offers .offer-item .offer-booking-url:hover {
  background-color: #fff;
  color: #80728c;
}
.offers:last-of-type {
  margin-bottom: 80px;
}
.single-offer {
  margin-bottom: 60px;
}
.single-offer.single-offer-guesthouse {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-offer.single-offer-guesthouse {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.single-offer.single-offer-guesthouse .guest-house-wrapper {
  display: flex;
  justify-content: center;
}
.single-offer.single-offer-guesthouse .guest-house-wrapper .guest-house-wrapper-inner {
  position: relative;
  z-index: 1000;
  width: 500px;
}
.single-offer .single-offer-hero {
  background-size: cover;
  background-position: center;
  height: 50vh;
  max-height: 765px;
  margin-bottom: 60px;
}
.single-offer .single-offer-title {
  margin-bottom: 20px;
}
.single-offer .offer-booking-url {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #3e2e4d;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 20px;
  background-color: #fff;
  display: inline-block;
  padding: 0;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
@media (min-width: 992px) {
  .single-offer .offer-booking-url {
    margin-top: 0;
  }
}
.single-offer .offer-booking-url:hover {
  background-color: #fff;
  color: #80728c;
}
.single-offer .guest-house-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .single-offer .guest-house-wrapper {
    margin-top: 0;
  }
}
body.page-template-vox-restaurant,
body.page-template-vox-restaurant-menu {
  background-color: #000;
}
body.page-template-vox-restaurant .newsletter-lunch-signup-shortcode .button-vox-default,
body.page-template-vox-restaurant-menu .newsletter-lunch-signup-shortcode .button-vox-default {
  background-color: #000;
  color: #fff;
}
body.page-template-vox-restaurant .top-navigation,
body.page-template-vox-restaurant-menu .top-navigation {
  background-color: #151515;
}
body.page-template-vox-restaurant .top-navigation ul li a,
body.page-template-vox-restaurant-menu .top-navigation ul li a {
  color: #6D6D6D;
}
body.page-template-vox-restaurant .top-navigation .top-navigation-right li a,
body.page-template-vox-restaurant-menu .top-navigation .top-navigation-right li a {
  color: #fff;
}
.vox-restaurant-hero-logo {
  width: auto;
  height: 96px;
}
@media (min-width: 768px) {
  .vox-restaurant-hero-logo {
    width: auto;
    height: 168px;
  }
}
body.page-template-vox-restaurant .footer,
body.page-template-vox-restaurant .sub-footer,
body.page-template-vox-restaurant-menu .footer {
  border-color: #292929;
  background-color: #000;
}
body.page-template-vox-restaurant .footer a,
body.page-template-vox-restaurant .sub-footer a,
body.page-template-vox-restaurant-menu .footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 3px;
}
body.page-template-vox-restaurant .footer a:hover,
body.page-template-vox-restaurant .sub-footer a:hover,
body.page-template-vox-restaurant-menu .footer a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
body.page-template-vox-restaurant .page-blocks,
body.page-template-vox-restaurant-menu .page-blocks {
  background-color: #000;
  position: relative;
  /*
	margin-left: 60px;
	margin-right: 60px;
*/
}
.vox-restaurant-pattern-left {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-position: 0 0;
  background-repeat: repeat;
  background: url("../img/vox-rest-pattern_jm.jpg") fixed;
}
@media (min-width: 768px) {
  .vox-restaurant-pattern-left {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .vox-restaurant-pattern-left {
    width: 60px;
  }
}
.vox-restaurant-pattern-right {
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  background: url("../img/vox-rest-pattern_jm.jpg") fixed 0 0;
}
@media (min-width: 768px) {
  .vox-restaurant-pattern-right {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .vox-restaurant-pattern-right {
    width: 60px;
  }
}
body.page-template-vox-restaurant-menu .vox-restaurant-pattern-left,
body.page-template-vox-restaurant-menu .vox-restaurant-pattern-right {
  position: fixed;
}
.vox-restaurant-welcome {
  padding-top: 15px;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 768px) {
  .vox-restaurant-welcome {
    padding-top: 60px;
  }
}
.vox-restaurant-welcome:before,
.vox-restaurant-welcome:after {
  content: " ";
  display: table;
}
.vox-restaurant-welcome:after {
  clear: both;
}
.vox-restaurant-welcome:before,
.vox-restaurant-welcome:after {
  content: " ";
  display: table;
}
.vox-restaurant-welcome:after {
  clear: both;
}
@keyframes animatedBackgroundLogoRestaurant {
  from {
    background-position: 25% 0;
  }
  to {
    background-position: 25% 100%;
  }
}
.vox-restaurant-logo-animated {
  -webkit-mask-size: 200px 96px;
  -webkit-mask-image: url("../img/vox-restaurant-logo.svg");
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 96px;
  background: url(../img/vox-restaurant-pattern-white.gif);
  animation: animatedBackgroundLogoRestaurant 35s linear infinite;
}
@media (min-width: 768px) {
  .vox-restaurant-logo-animated {
    -webkit-mask-size: 350px 168px;
    width: 350px;
    height: 168px;
  }
}
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h2 {
  margin-bottom: 15px;
}
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h2,
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h3,
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h4 {
  font-weight: normal;
}
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h2,
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h3,
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper h4,
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  color: #000;
}
body.page-template-vox-restaurant-menu .restaurant-menu-wrapper .col-sm-8 a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.booking-overlay--close {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: 12px 15px 10px 15px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.booking-overlay--close:hover {
  background-color: #000;
  color: #fff;
}
.top-navigation a.btn-go-back:hover {
  color: #fff;
}
.btn-go-back:before {
  margin-top: -1px;
  margin-right: 3px;
  float: left;
  content: "❮";
}
.restaurant-hero-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .restaurant-hero-text {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .restaurant-hero-text {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  .restaurant-hero-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.restaurant-hero-text a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.restaurant-hero-text a:hover {
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.restaurant-hero-text a:visited.btn-book-a-table {
  color: #000;
}
.restaurant-hero-text a.btn-book-a-table:visited {
  color: #000;
}
.restaurant-hero-booking {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .restaurant-hero-booking {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .restaurant-hero-booking {
    float: left;
    width: 41.66666667%;
  }
}
.restaurant-hero-booking iframe {
  display: none;
}
@media (min-width: 768px) {
  .restaurant-hero-booking iframe {
    display: block;
    min-height: 512px;
  }
}
.booking-bg-pattern {
  width: 100%;
  background: url("../img/vox-restaurant-pattern.gif");
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 30px;
}
.booking-overlay-wrapper {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .booking-overlay-wrapper {
    display: block;
  }
}
.btn-book-a-table {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  border: 1px solid #fff;
  margin-top: 15px;
  background-color: #fff;
  color: #000!important;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .btn-book-a-table {
    display: none;
  }
}
/*
.btn-book-a-table:hover {
	color: #000;
	text-decoration: underline;
}
*/
.booking-overlay {
  position: absolute;
  width: 100%;
  height: 512px;
  background: url("../img/vox-restaurant-pattern.gif");
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 30px;
}
.booking-overlay-content {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  /*
	a {
		color: #ccc;
		border-bottom: 1px solid #ccc;
	}
*/
}
.booking-overlay-content h2 {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.booking-overlay-content p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 22px;
  text-align: center;
  color: #000;
}
.restaurant-hero-text-frame {
  border: 1px solid #fff;
  padding: 25px;
  margin-right: 0px;
  background-color: #000;
  height: 100%;
}
@media (min-width: 992px) {
  .restaurant-hero-text-frame {
    padding: 50px;
    margin-right: 30px;
  }
}
.restaurant-hero-text-col-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .restaurant-hero-text-col-left {
    float: left;
    width: 50%;
  }
}
.restaurant-hero-text-col-left h1 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 992px) {
  .restaurant-hero-text-col-left h1 {
    text-align: left;
    font-size: 30px;
  }
}
.restaurant-hero-text-col-left p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 992px) {
  .restaurant-hero-text-col-left p {
    text-align: left;
  }
}
h1.vox-restaurant-header {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 992px) {
  h1.vox-restaurant-header {
    text-align: left;
    font-size: 30px;
  }
}
.restaurant-hero-text-col-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .restaurant-hero-text-col-right {
    float: left;
    width: 50%;
  }
}
.restaurant-hero-text-col-right strong a {
  color: #fff;
}
.restaurant-hero-text-col-right p {
  text-align: center;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
.restaurant-hero-text-col-right strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
@font-face {
  font-family: 'leafy';
  src: url('../fonts/leafy-extended.ttf');
}
.page-template-vox-restaurant-mezze,
.page-template-vox-restaurant-menu-mezze {
  background-image: url('../img/mezze_bg.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.page-template-vox-restaurant-mezze .top-navigation,
.page-template-vox-restaurant-menu-mezze .top-navigation {
  background: transparent;
}
.page-template-vox-restaurant-mezze .top-navigation ul li.button-vox-navigation a,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li.button-vox-navigation a,
.page-template-vox-restaurant-mezze .top-navigation ul li.button-vox-navigation button,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li.button-vox-navigation button {
  background: #ebe7d9;
  color: #222222;
}
.page-template-vox-restaurant-mezze .top-navigation ul li.button-vox-navigation a:hover,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li.button-vox-navigation a:hover,
.page-template-vox-restaurant-mezze .top-navigation ul li.button-vox-navigation button:hover,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li.button-vox-navigation button:hover {
  background: white;
}
.page-template-vox-restaurant-mezze .top-navigation ul li a,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li a {
  color: #222222;
}
.page-template-vox-restaurant-mezze .top-navigation ul li a.is-active,
.page-template-vox-restaurant-menu-mezze .top-navigation ul li a.is-active {
  opacity: 0.6;
}
.page-template-vox-restaurant-mezze .mezze-button,
.page-template-vox-restaurant-menu-mezze .mezze-button {
  background: transparent;
  border: none;
  color: #222222 !important;
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 1.6em;
  padding: 25px 34px;
  text-transform: uppercase;
  position: relative;
}
.page-template-vox-restaurant-mezze .mezze-button:before,
.page-template-vox-restaurant-menu-mezze .mezze-button:before {
  content: " ";
  background-image: url('../img/mezze_icons/bubblenarrow.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-template-vox-restaurant-mezze .mezze-logo,
.page-template-vox-restaurant-menu-mezze .mezze-logo {
  background: #ebe7d9;
  background-image: url('../img/mezze_icons/moonstars.svg'), linear-gradient(#577fa9 0%, #ebe7d9 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 16px;
}
.page-template-vox-restaurant-mezze .mezze-logo a,
.page-template-vox-restaurant-menu-mezze .mezze-logo a {
  display: block;
  margin: auto;
  max-width: 400px;
}
.page-template-vox-restaurant-mezze .mezze-logo img,
.page-template-vox-restaurant-menu-mezze .mezze-logo img {
  padding: 8vh 30px;
  width: 100%;
}
.page-template-vox-restaurant-mezze .restaurant-menu-wrapper p,
.page-template-vox-restaurant-menu-mezze .restaurant-menu-wrapper p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
.page-template-vox-restaurant-mezze .booking-col,
.page-template-vox-restaurant-menu-mezze .booking-col {
  text-align: center;
}
.page-template-vox-restaurant-mezze .booking-col .mezze-mascot img,
.page-template-vox-restaurant-menu-mezze .booking-col .mezze-mascot img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
@media (min-width: 1460px) {
  .page-template-vox-restaurant-mezze .booking-col .mezze-mascot img,
  .page-template-vox-restaurant-menu-mezze .booking-col .mezze-mascot img {
    position: relative;
    left: -60px;
  }
}
.page-template-vox-restaurant-mezze .footer,
.page-template-vox-restaurant-menu-mezze .footer {
  background-color: #ebe7d9;
}
.page-template-vox-restaurant-mezze .footer p,
.page-template-vox-restaurant-menu-mezze .footer p,
.page-template-vox-restaurant-mezze .footer h3,
.page-template-vox-restaurant-menu-mezze .footer h3 {
  color: #222222;
}
.page-template-vox-restaurant-mezze .footer a,
.page-template-vox-restaurant-menu-mezze .footer a {
  color: #f08525;
}
.page-template-vox-restaurant-mezze .footer:after,
.page-template-vox-restaurant-menu-mezze .footer:after {
  display: block;
  content: " ";
  background-image: url('../img/mezze_icons/camel.svg');
  height: 220px;
  width: 220px;
  background-size: contain;
  margin: auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-template-vox-restaurant-mezze .footer,
  .page-template-vox-restaurant-menu-mezze .footer {
    position: relative;
  }
  .page-template-vox-restaurant-mezze .footer:after,
  .page-template-vox-restaurant-menu-mezze .footer:after {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.page-template-vox-restaurant-mezze .sub-footer,
.page-template-vox-restaurant-menu-mezze .sub-footer {
  background: #ebe7d9;
}
.page-template-vox-restaurant-mezze .sub-footer p,
.page-template-vox-restaurant-menu-mezze .sub-footer p {
  color: #222222;
}
.page-template-vox-restaurant-mezze .sub-footer a,
.page-template-vox-restaurant-menu-mezze .sub-footer a {
  color: #f08525;
}
.page-template-vox-restaurant-mezze .bg-mezze,
.page-template-vox-restaurant-menu-mezze .bg-mezze {
  background-color: #ebe7d9;
}
.page-template-vox-restaurant-mezze .restaurant-menu-navigation li,
.page-template-vox-restaurant-menu-mezze .restaurant-menu-navigation li {
  border: none;
}
.page-template-vox-restaurant-mezze .restaurant-menu-navigation li a,
.page-template-vox-restaurant-menu-mezze .restaurant-menu-navigation li a {
  background: white;
  color: #222222;
}
.page-template-vox-restaurant-mezze .restaurant-menu-navigation li.current_page_item a,
.page-template-vox-restaurant-menu-mezze .restaurant-menu-navigation li.current_page_item a {
  background: #ebe7d9;
  color: #222222;
}
.page-template-vox-restaurant-mezze h1,
.page-template-vox-restaurant-menu-mezze h1 {
  font-family: 'leafy', serif;
  font-size: 3em;
  letter-spacing: 0.01em;
  margin-top: 0;
}
.page-template-vox-restaurant-mezze h2,
.page-template-vox-restaurant-menu-mezze h2 {
  margin-top: 0;
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 2.4em;
}
.page-template-vox-restaurant-mezze h3,
.page-template-vox-restaurant-menu-mezze h3 {
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 2.2em;
}
.page-template-vox-restaurant-mezze .mezze-wrapper,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper {
  color: #222222;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  margin-top: 6px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper p,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper p {
  color: #222222;
  margin-bottom: 20px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper p strong,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper p strong {
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 1.6em;
}
.page-template-vox-restaurant-mezze .mezze-wrapper a,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper a {
  color: #f08525;
  border-color: #f08525;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .row,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .row {
  margin: 0;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero {
  text-align: center;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .bg-img,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .bg-img {
  flex-direction: column;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebe7d9;
  background-image: url('../img/mezze_icons/moonstars.svg'), linear-gradient(#577fa9 0%, #ebe7d9 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-hero-logo,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-hero-logo {
  width: 65%;
  max-width: 400px;
  margin-bottom: 6vh;
  margin-top: 10vh;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  padding: 0 20px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content p,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content p {
  font-size: 16px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .intro,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .intro {
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 1.5em;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .mezze-button,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .mezze-button {
  margin: 40px auto 10px;
  font-size: 32px;
  padding: 14px 40px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot {
  width: 200px;
  margin-bottom: -35px;
  margin-right: -35px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col {
  text-align: left;
  padding: 0;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col p,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col p {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col strong,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col .mezze-welcome-text,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col .mezze-welcome-text {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  background-image: url('../img/mezze_icons/starssmall.svg');
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col .mezze-button,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col .mezze-button {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  align-self: center;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col.restaurant-hero-booking,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col.restaurant-hero-booking {
  position: relative;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-restaurant-welcome-col.restaurant-hero-booking:after,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-restaurant-welcome-col.restaurant-hero-booking:after {
  content: " ";
  position: absolute;
  background-image: url('../img/mezze_icons/footprint.svg');
  background-repeat: no-repeat;
  height: 70%;
  width: 45%;
  top: 0;
  right: 0;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'leafy', serif;
  letter-spacing: 0.01em;
  font-size: 1.6em;
  padding: 30px;
  background: #ebe7d9;
  background-image: url('../img/mezze_icons/starssmall.svg');
  position: relative;
  padding-top: 180px;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text > *,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text > * {
  max-width: 660px;
  margin: auto;
  text-align: center;
}
.page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before,
.page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before {
  content: " ";
  position: absolute;
  background-image: url('../img/mezze_icons/hipbird.svg');
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  background-size: contain;
  top: 0;
  left: -6px;
}
@media (min-width: 768px) {
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero {
    position: relative;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot {
    width: 200px;
    margin: 0;
    position: absolute;
    bottom: -35px;
    right: 10px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .mezze-button,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze-block-hero-content .mezze-button {
    margin-bottom: 70px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome {
    padding-top: 20px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box {
    display: flex;
    justify-content: space-between;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box:before,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box:before {
    display: none;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box:after,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box:after {
    display: none;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col {
    width: 350px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col .mezze-welcome-text,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col .mezze-welcome-text {
    padding: 30px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text {
    padding: 80px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before {
    width: 170px;
    top: 10px;
  }
}
@media (min-width: 992px) {
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero {
    position: relative;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-block-hero .mezze_mascot {
    width: 230px;
    margin-bottom: 0;
    position: absolute;
    bottom: -35px;
    right: 6%;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .vox-restaurant-welcome .restaurant-hero-box .mezze-restaurant-welcome-col {
    width: 49%;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text {
    padding: 90px;
  }
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .page-template-vox-restaurant-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before,
  .page-template-vox-restaurant-menu-mezze .mezze-wrapper .mezze-blocks .page-content.block_text:before {
    width: 340px;
    top: 30px;
  }
}
.hero-with-video {
  position: relative;
  width: 100%;
  height: calc(85svh);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .hero-with-video {
    height: calc(95svh);
  }
}
.hero-with-video::after {
  content: "";
  background-color: rgba(34, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color ease-in-out 0.25s;
}
.hero-with-video + div {
  margin-top: 0;
}
.hero-with-video__video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-with-video .video-poster {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-with-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 3;
}
.hero-with-video__content .shortcode.boxed {
  padding: 10px;
  background-color: #301943;
}
.hero-with-video__content.shortcode-placement-right .content {
  order: 1;
}
.hero-with-video__content.shortcode-placement-right .shortcode {
  order: 2;
}
@media (max-width: 1024px) {
  .hero-with-video__content.shortcode-placement-right .content {
    order: 2;
    text-align: center;
  }
  .hero-with-video__content.shortcode-placement-right .shortcode {
    order: 1;
    text-align: center;
  }
}
.hero-with-video__content.shortcode-placement-left .content {
  order: 2;
}
.hero-with-video__content.shortcode-placement-left .shortcode {
  order: 1;
}
@media (max-width: 1024px) {
  .hero-with-video__content.shortcode-placement-left .content {
    order: 2;
    text-align: center;
  }
  .hero-with-video__content.shortcode-placement-left .shortcode {
    order: 1;
    text-align: center;
  }
}
.hero-with-video__content .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-with-video__content .shortcode {
    margin-top: 3rem;
  }
}
@media (max-width: 1024px) {
  .hero-with-video__content .shortcode #NCB-datepicker-app > div {
    margin: 0 auto !important;
  }
}
.hero-with-video__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-with-video__content-inner {
    padding: 3rem 0;
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .hero-with-video__content h1,
  .hero-with-video__content h1 {
    font-size: 7.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .hero-with-video__content h1,
  .hero-with-video__content h1 {
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.newsletter-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
}
.newsletter-modal.is-open {
  display: block;
  visibility: visible;
}
.newsletter-modal.is-open .newsletter-modal-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1001;
}
.newsletter-modal .newsletter-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.newsletter-modal .newsletter-modal-content {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1001;
  margin: 0 auto;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner {
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #301943;
  padding: 40px;
  border-radius: 0;
  border: 2px solid white;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner label {
  display: block;
  color: #ccc;
  font-size: 10px;
  text-transform: none;
  white-space: normal;
  line-height: 1.2;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner .input-group {
  width: 100%;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner .input-group:last-child {
  margin-top: 20px;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner .newsletter-modal-content-inner-close {
  position: absolute;
  top: 2px;
  right: 0;
  padding: 0;
  cursor: pointer;
  background-color: #301943;
  border: none;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner .newsletter-modal-content-inner-close .newsletter-modal-content-inner-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px;
  margin: 0;
}
.newsletter-modal .newsletter-modal-content .newsletter-modal-content-inner .newsletter-modal-content-inner-close .newsletter-modal-content-inner-close-button .newsletter-modal-content-inner-close-button-icon {
  display: block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-image: url("../img/menu-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.past-event-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.past-event-modal.is-open {
  display: block;
  visibility: visible;
}
.past-event-modal.is-open .past-event-modal-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1001;
}
.past-event-modal .past-event-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #200E33;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.past-event-modal .past-event-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1001;
  margin: 0 auto;
}
.past-event-modal .past-event-modal-content .past-event-modal-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 653px;
  width: 100%;
  background-color: #301943;
  padding: 40px;
  border-radius: 0;
  border: 1px solid white;
  text-align: center;
  gap: 20px;
}
.past-event-modal .past-event-modal-content .past-event-modal-content-inner h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.past-event-modal .past-event-modal-content .past-event-modal-content-inner .btn {
  background-color: #7E738A;
  border: none;
  color: #fff;
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  text-transform: uppercase;
  transition: all var(--transition-duration) ease;
}
.past-event-modal .past-event-modal-content .past-event-modal-content-inner .btn:hover {
  background-color: #fff;
  color: #7E738A;
}
.munu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  overflow: hidden;
}
.munu-modal.is-open {
  display: block;
  visibility: visible;
}
.munu-modal.is-open .munu-modal-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
}
.munu-modal .munu-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #200E33;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.munu-modal .munu-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2000;
  margin: 0 auto;
  padding: 20px;
}
.munu-modal .munu-modal-content .munu-modal-content-inner {
  overflow-y: auto;
  max-height: 100%;
}
.vox-grid-container {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  /* Adjusted for different row heights */
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  border-top: none;
}
@media (min-width: 1200px) {
  .vox-grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    /* Adjusted for different row heights */
  }
}
.vox-grid-item {
  background-color: #301943;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: span 2;
  min-height: 382px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  margin-bottom: -3px;
}
@media (min-width: 992px) {
  .vox-grid-item {
    grid-column: span 1;
  }
}
.vox-grid-item a {
  text-decoration: none;
  color: white;
}
.vox-grid-item.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 382px;
}
@media (min-width: 992px) {
  .vox-grid-item.large {
    min-height: 567px;
  }
}
.vox-grid-item.large .vox-grid-item-content h2 {
  font-size: 25px;
  text-transform: none;
}
@media (min-width: 992px) {
  .vox-grid-item.large .vox-grid-item-content h2 {
    font-size: 25px;
    font-size: 3.5vw;
  }
}
.vox-grid-item.large .vox-grid-item-content p {
  font-family: 'Maison Neue';
  color: #E8E8E8;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .vox-grid-item.large .vox-grid-item-content p {
    font-size: 18px;
  }
}
.vox-grid-item.large.first {
  grid-row: span 1;
  min-height: 382px;
}
.vox-grid-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 6;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .vox-grid-item-content {
    padding: 0 50px;
  }
}
.vox-grid-item-content-inner {
  padding: 30px;
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 6;
  padding: 15px;
  max-width: 800px;
}
@media (min-width: 992px) {
  .vox-grid-item-content-inner {
    padding: 50px;
  }
}
.vox-grid-item.no-image .vox-grid-item-content h2 {
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 992px) {
  .vox-grid-item.no-image .vox-grid-item-content h2 {
    font-size: 16px;
    font-size: 2vw;
  }
}
.vox-grid-item.no-image .vox-grid-item-content .vox-grid-item-content-inner {
  border: none;
}
.vox-grid-item-overlay {
  background-color: rgba(34, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: background-color ease-in-out 0.25s;
}
.vox-grid-item-icon {
  position: absolute;
  z-index: 6;
  left: 20px;
  bottom: 5px;
  font-size: 30px;
}
.vox-grid-item-icon a {
  color: #C4C4C4;
}
.vox-grid-item-arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  z-index: 9;
  bottom: 0;
  right: 0;
  line-height: 43px;
  text-align: center;
  font-size: 2rem;
  transition: all ease-in-out 0.25s;
}
@media (min-width: 768px) {
  .vox-grid-item-arrow {
    width: 60px;
    height: 60px;
    line-height: 63px;
    font-size: 3rem;
  }
}
.vox-grid-item-arrow:hover {
  background-color: #fff;
  color: #301943;
}
.guesthouse-wrapper {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .revinate-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.revinate-form .input-group {
  margin-bottom: 10px;
}
.revinate-form .input-group:last-child {
  margin-bottom: 0;
}
.revinate-form .checkbox-wrapper {
  display: flex;
  align-items: center;
}
.revinate-form .checkbox-wrapper input[type="checkbox"] {
  margin-top: 0;
  margin-right: 10px;
  display: inline-block;
}
.revinate-form .checkbox-wrapper input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
}
@media (max-width: 768px) {
  .revinate-form .checkbox-wrapper input[type="checkbox"] + label {
    white-space: normal;
    font-size: 12px;
  }
}
.page-content .revinate-form {
  font-family: "Maison Neue Mono", Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #e6e6e6;
  background-color: #220E33;
  padding: 24px 24px 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  margin: 40px auto;
  border: 2px solid #fff;
  border-radius: 0;
}
.page-content .revinate-form .input-group {
  width: 100%;
  margin-bottom: 10px;
}
.page-content .revinate-form .input-group label {
  color: #ccc;
  font-size: 10px;
  line-height: 1.4;
  text-transform: none;
  white-space: normal !important;
}
