@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e8b33c4cfc323e2674af)
 * Config saved to config.json and https://gist.github.com/e8b33c4cfc323e2674af
 */ /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, menu, nav, section, summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  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 {
  -webkit-box-sizing: content-box;
  -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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, 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: #777;
}

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: 24px;
}

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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 #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.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;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.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-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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: 45px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .modal-footer: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;
}

.affix {
  position: fixed;
}

@-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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*Hadrout custom CSS Reset*/
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

input, textarea, select, button {
  outline: none;
}

[type=submit], [type=button] {
  cursor: pointer;
}

/*end Hadrout custom CSS Reset*/
.block-center {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.block-center.wide {
  max-width: 1680px;
}
.block-center:after {
  content: "";
  display: block;
  clear: both;
}
.block-center.flex-block {
  display: flex;
}
.block-center.flex-block.fb-aic {
  align-items: center;
}
.block-center.flex-block .col {
  flex: 1 0 0;
  padding: 0 30px;
}
@media (max-width: 850px) {
  .block-center.flex-block {
    display: block;
  }
  .block-center.flex-block .col {
    padding: 0 5%;
  }
}

.media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.media-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.content-block {
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0;
  padding: 20px 0 10px;
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 970px) {
  #header {
    position: relative;
    background: rgb(0, 0, 0);
  }
}
#header.no-slider {
  position: relative;
  background: rgb(0, 0, 0);
}
#header .logo {
  width: 240px;
  text-align: center;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 850px) {
  #header .logo {
    display: block;
    width: 100%;
  }
}
#header .logo img {
  max-width: 100%;
}
#header .logo #city_name {
  font-family: "Lora", serif;
  font-size: 21px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#header menu {
  font-family: "Lora", serif;
  font-size: 0;
  width: calc(50% - 120px);
  text-align: justify;
  text-justify: newspaper;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 850px) {
  #header menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0);
  }
  #header menu.open {
    display: block;
  }
}
@media (max-width: 850px) {
  #header menu.menu-1 {
    top: 143px;
  }
  #header menu.menu-1.city_name_true {
    top: 178px;
  }
}
#header menu.menu-1 li:first-child a {
  color: #811313;
}
@media (max-width: 850px) {
  #header menu.menu-2 {
    top: 263px;
  }
  #header menu.menu-2.city_name_true {
    top: 298px;
  }
}
#header menu li {
  font-size: 21px;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 1150px) {
  #header menu li {
    font-size: 16px;
  }
}
@media (max-width: 930px) {
  #header menu li {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  #header menu li {
    display: block;
    text-align: center;
  }
}
#header menu li:last-child {
  visibility: hidden;
  width: 100%;
  height: 0;
}
@media (max-width: 850px) {
  #header menu li:last-child {
    display: none;
  }
}
#header menu li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 850px) {
  #header menu li a {
    line-height: 30px;
  }
}
#header menu li a:hover {
  color: #811313;
}
#header menu li a.active {
  color: #811313;
}
#header .menu-button {
  display: none;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 850px) {
  #header .menu-button {
    display: block;
  }
}
#header .menu-button span {
  display: block;
  width: 50px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

#content {
  /*--- .top-slider ---*/
}
#content .top-slider {
  background: #000;
}
#content .top-slider .carousel_control.left {
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  width: 33px;
  height: 50px;
  margin-top: -25px;
  background: url("../images/top-slider-nav.png") left center no-repeat;
}
@media (max-width: 767px) {
  #content .top-slider .carousel_control.left {
    left: 10px;
  }
}
@media (max-width: 430px) {
  #content .top-slider .carousel_control.left {
    display: none;
  }
}
#content .top-slider .carousel_control.right {
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  width: 33px;
  height: 50px;
  margin-top: -25px;
  background: url("../images/top-slider-nav.png") right center no-repeat;
}
@media (max-width: 767px) {
  #content .top-slider .carousel_control.right {
    right: 10px;
  }
}
@media (max-width: 430px) {
  #content .top-slider .carousel_control.right {
    display: none;
  }
}
#content .top-slider .carousel-inner .item {
  min-height: 250px;
}
#content .top-slider .carousel-inner .item .img-block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#content .top-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .top-slider .slider-content:before {
  content: "";
  display: block;
  width: 111px;
  height: 15px;
  margin: 0 auto 30px;
  background: url("../images/slider-content-before.png");
}
@media (max-width: 767px) {
  #content .top-slider .slider-content:before {
    display: none;
  }
}
#content .top-slider .slider-content .text-1 {
  font-family: "Lora", serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1150px) {
  #content .top-slider .slider-content .text-1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #content .top-slider .slider-content .text-1 {
    font-size: 18px;
  }
}
#content .top-slider .slider-content .text-2 {
  font-family: "Great Vibes", cursive;
  font-size: 100px;
  color: #fff;
}
@media (max-width: 1150px) {
  #content .top-slider .slider-content .text-2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #content .top-slider .slider-content .text-2 {
    font-size: 50px;
  }
}
#content .top-slider .slider-content .more {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #811313;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .top-slider .slider-content .more[href]:hover {
  background-color: #811313;
}
#content .top-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  cursor: pointer;
  border: 1px solid transparent;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .top-slider .carousel-indicators li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .top-slider .carousel-indicators li.active {
  border-color: #fff;
  background: none;
}
#content .top-slider .carousel-indicators li.active:after {
  opacity: 0;
}
#content .bottom-slider .carousel_control.left {
  display: block;
  position: absolute;
  top: 50%;
  left: 80px;
  width: 33px;
  height: 50px;
  margin-top: -25px;
  background: url("../images/top-slider-nav.png") left center no-repeat;
}
@media (max-width: 767px) {
  #content .bottom-slider .carousel_control.left {
    left: 10px;
  }
}
@media (max-width: 430px) {
  #content .bottom-slider .carousel_control.left {
    display: none;
  }
}
#content .bottom-slider .carousel_control.right {
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  width: 33px;
  height: 50px;
  margin-top: -25px;
  background: url("../images/top-slider-nav.png") right center no-repeat;
}
@media (max-width: 767px) {
  #content .bottom-slider .carousel_control.right {
    right: 10px;
  }
}
@media (max-width: 430px) {
  #content .bottom-slider .carousel_control.right {
    display: none;
  }
}
#content .bottom-slider .carousel-inner .item {
  min-height: 300px;
}
#content .bottom-slider .carousel-inner .item .img-block {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#content .bottom-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .bottom-slider .slider-content img {
  max-width: 100%;
}
@media (max-width: 1480px) {
  #content .bottom-slider .slider-content img {
    max-width: 150px;
  }
}
#content .bottom-slider .slider-content .text-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1480px) {
  #content .bottom-slider .slider-content .text-1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #content .bottom-slider .slider-content .text-1 {
    font-size: 18px;
  }
}
#content .bottom-slider .slider-content .text-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1480px) {
  #content .bottom-slider .slider-content .text-2 {
    font-size: 20px;
  }
}
#content .bottom-slider .slider-content .more {
  max-width: 300px;
  margin: 0 auto;
  border: 2px solid #b7a89a;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
}
#content .bottom-slider .slider-content .more:hover {
  background: #b7a89a;
  color: #242424;
}
#content .bottom-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  cursor: pointer;
  border: 1px solid transparent;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .bottom-slider .carousel-indicators li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .bottom-slider .carousel-indicators li.active {
  border-color: #fff;
  background: none;
}
#content .bottom-slider .carousel-indicators li.active:after {
  opacity: 0;
}
#content .text-block {
  padding: 30px 0;
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
#content .text-block:after {
  content: "";
  display: block;
  clear: both;
}
#content .text-block p {
  font-size: 22px;
}
#content .more {
  display: block;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .location-links {
  overflow: hidden;
  background: #000;
}
#content .location-links .item {
  float: left;
  width: 33.3333333333%;
}
@media (max-width: 1000px) {
  #content .location-links .item {
    float: none;
    width: 100%;
  }
}
#content .location-links .item:nth-child(1) {
  background: url("../images/location-links-1.jpg") center center;
  background-size: cover;
}
#content .location-links .item:nth-child(2) {
  background: url("../images/location-links-2.jpg") center center;
  background-size: cover;
}
#content .location-links .item:nth-child(3) {
  background: url("../images/location-links-3.jpg") center center;
  background-size: cover;
}
#content .location-links .item .inside-block {
  display: block;
  padding: 50px;
  text-align: center;
  text-decoration: none;
  background: rgba(129, 19, 19, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1150px) {
  #content .location-links .item .inside-block {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block {
    background: rgba(129, 19, 19, 0.8);
  }
}
@media (max-width: 500px) {
  #content .location-links .item .inside-block {
    padding: 10px;
  }
}
#content .location-links .item .inside-block .visit {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363636;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block .visit {
    color: #b7a89a;
  }
}
#content .location-links .item .inside-block .visit:before {
  content: " - ";
}
#content .location-links .item .inside-block .visit:after {
  content: " - ";
}
#content .location-links .item .inside-block .title {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  color: #fff;
}
#content .location-links .item .inside-block .tivoli img {
  max-width: 100%;
}
#content .location-links .item .inside-block .cigar-icon {
  width: 120px;
  height: 30px;
  margin: 0 auto 40px;
  background: url("../images/cigar-icon.png") top center;
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block .cigar-icon {
    background-position: bottom center;
  }
}
#content .location-links .item .inside-block p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 26px;
  color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#content .location-links .item .inside-block .more {
  margin: 30px auto;
  background: #363636;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block .more {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#content .location-links .item .inside-block .mustache {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1000px) {
  #content .location-links .item .inside-block .mustache {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#content .location-links .item .inside-block:hover {
  background: rgba(129, 19, 19, 0.8);
}
#content .location-links .item .inside-block:hover .visit {
  color: #b7a89a;
}
#content .location-links .item .inside-block:hover .cigar-icon {
  background-position: bottom center;
}
#content .location-links .item .inside-block:hover p,
#content .location-links .item .inside-block:hover .more,
#content .location-links .item .inside-block:hover .mustache {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#content .personal-block {
  padding: 30px 0 50px;
  background: url("../images/personal-block.jpg");
  background-size: cover;
}
#content .personal-block .img-block {
  float: left;
  max-width: 442px;
  max-height: 443px;
  margin-right: 25px;
  padding: 46px 42px 17px 20px;
  background: url("../images/personal-block-mask.png");
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  #content .personal-block .img-block {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 490px) {
  #content .personal-block .img-block {
    padding: 0;
    background: none;
  }
}
#content .personal-block .img-block img {
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#content .personal-block .content-block {
  padding-top: 30px;
}
#content .personal-block .content-block .name {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #838385;
}
#content .personal-block .content-block .job {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}
#content .personal-block .content-block p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #b6b5b5;
}
#content .personal-block .content-block .more {
  background: #651717;
}
#content .personal-block .content-block .more:hover {
  color: #651717;
  background: #fff;
}
#content .personal-block .content-block .contact-manager {
  font-family: "Lora", serif;
  font-size: 25px;
  font-weight: 700;
  margin-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#content .personal-block .content-block .contact-manager:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 35px;
  font-weight: 400;
  margin-right: 10px;
}
#content .personal-block.min-20-cigars {
  background: #242424;
}
#content .personal-block.detail {
  background: #811313;
}
#content .personal-block.detail .content-block .name,
#content .personal-block.detail .content-block .job {
  color: #fff;
}
#content .personal-block.detail .content-block .job-2 {
  font-family: "Great Vibes", cursive;
  font-size: 70px;
  text-transform: none;
  color: #fff;
}
@media (max-width: 767px) {
  #content .personal-block.detail .content-block .job-2 {
    font-size: 30px;
  }
}
#content .bottom-links {
  padding: 50px 0;
}
#content .bottom-links .item {
  float: left;
  width: 33.3333333333%;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #content .bottom-links .item {
    width: 100%;
    padding: 10px 0;
  }
}
#content .bottom-links .item .icon {
  font-size: 0;
  height: 78px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .bottom-links .item .icon:before {
  content: "";
  width: 0;
  height: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .bottom-links .item .icon img {
  max-width: 100%;
}
#content .bottom-links .item .title {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3a332f;
}
#content .bottom-links .item p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #727272;
}
#content .bottom-links .item a {
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #c54c4c;
}
#content .bottom-links .item a:hover {
  text-decoration: none;
}
#content .reviews-block {
  padding: 60px 0 40px;
  background: #8f1b1b;
}
#content .reviews-block #reviews:before {
  content: "";
  display: block;
  position: absolute;
  top: -104px;
  left: 0;
  width: 110px;
  height: 97px;
  background: url("../images/reviews-block.png");
}
#content .reviews-block p {
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
#content .reviews-block .name {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff;
}
#content .reviews-block .name span {
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
#content .reviews-block .carousel-indicators {
  position: static;
  width: 100%;
  margin: 25px 0 0;
  text-align: left;
}
#content .accolades-page {
  padding: 50px 0;
  background: #242424;
}
#content .accolades-page.alt {
  padding: 114px 0;
}
#content .accolades-page .back-block a {
  color: #fff;
}
#content .accolades-page .accolades-content {
  float: left;
  width: calc(100% - 330px);
}
#content .accolades-page .accolades-content.accolades-detail {
  float: none;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #content .accolades-page .accolades-content {
    float: none;
    width: 100%;
  }
}
#content .accolades-page .accolades-content .accolades-list {
  /*--- .accolades-list ---*/
}
#content .accolades-page .accolades-content .accolades-list .item {
  margin-bottom: 50px;
  background: #fff;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
#content .accolades-page .accolades-content .accolades-list .item .img-block {
  display: block;
}
#content .accolades-page .accolades-content .accolades-list .item .img-block img {
  width: 100%;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block {
  padding: 30px 25px;
  text-align: center;
}
@media (max-width: 950px) {
  #content .accolades-page .accolades-content .accolades-list .item .content-block {
    padding: 15px 10px;
  }
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .title {
  display: block;
  font-family: "Lora", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #811313;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  #content .accolades-page .accolades-content .accolades-list .item .content-block .title {
    font-size: 25px;
  }
}
#content .accolades-page .accolades-content .accolades-list .item .content-block a.title:hover {
  color: #363636;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .date {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: italic;
  margin: 15px 0;
  color: #242424;
}
@media (max-width: 767px) {
  #content .accolades-page .accolades-content .accolades-list .item .content-block .date {
    font-size: 16px;
  }
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .date:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: url("../images/accolades-date.png") center center no-repeat;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block p {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #232323;
}
@media (max-width: 767px) {
  #content .accolades-page .accolades-content .accolades-list .item .content-block p {
    font-size: 14px;
  }
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .more {
  margin: 20px auto;
  background: #811313;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .more:hover {
  background: #363636;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block span {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  color: #4e4e4e;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a {
  font-size: 20px;
  line-height: 37px;
  width: 37px;
  height: 37px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-facebook {
  background: #43609c;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-facebook:before {
  content: "\f09a";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-facebook:hover {
  color: #43609c;
  border-color: #43609c;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-twitter {
  background: #55acee;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-twitter:before {
  content: "\f099";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-twitter:hover {
  color: #55acee;
  border-color: #55acee;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-instagram {
  background: #3b749f;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-instagram:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-instagram:hover {
  color: #3b749f;
  border-color: #3b749f;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-google-plus {
  background: #dd4b39;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-google-plus:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-google-plus:hover {
  color: #dd4b39;
  border-color: #dd4b39;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-pinterest {
  background: #cb2027;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-pinterest:before {
  content: "\f231";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-pinterest:hover {
  color: #cb2027;
  border-color: #cb2027;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-linkedin {
  background: #0775b7;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-linkedin:before {
  content: "\f0e1";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-linkedin:hover {
  color: #0775b7;
  border-color: #0775b7;
  background: #fff;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-mail {
  background: #274152;
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-mail:before {
  content: "\f0e0";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .accolades-list .item .content-block .common-share-block a.hr-mail:hover {
  color: #274152;
  border-color: #274152;
  background: #fff;
}
#content .accolades-page .accolades-content .pagination {
  text-align: center;
}
#content .accolades-page .accolades-content .pagination a {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #353739;
  background-color: rgb(87, 94, 99);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#FF575E63", endColorstr="#FF3E4347");
  background-image: -owg-linear-gradient(top, rgb(87, 94, 99) 0%, rgb(62, 67, 71) 100%);
  background-image: -webkit-linear-gradient(top, rgb(87, 94, 99) 0%, rgb(62, 67, 71) 100%);
  background-image: -moz-linear-gradient(top, rgb(87, 94, 99) 0%, rgb(62, 67, 71) 100%);
  background-image: -o-linear-gradient(top, rgb(87, 94, 99) 0%, rgb(62, 67, 71) 100%);
  background-image: linear-gradient(top, rgb(87, 94, 99) 0%, rgb(62, 67, 71) 100%);
}
#content .accolades-page .accolades-content .pagination a.prev:after {
  content: "\f104";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .pagination a.next:after {
  content: "\f105";
  font-family: "FontAwesome";
}
#content .accolades-page .accolades-content .pagination a:hover {
  opacity: 0.8;
}
#content .accolades-page .accolades-content .pagination a.active {
  opacity: 1;
  border-color: #8f1b1b;
  background: #8f1b1b;
}
#content .accolades-page .accolades-asaid {
  float: right;
  width: 300px;
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  #content .accolades-page .accolades-asaid {
    width: 100%;
    margin: 15px 0 0;
  }
}
#content .accolades-page .accolades-asaid .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-bottom: 50px;
  text-align: center;
}
#content .accolades-page .accolades-asaid .item:before {
  content: "";
  display: block;
  width: 111px;
  height: 15px;
  margin: 0 auto 15px;
  background: url("../images/slider-content-before.png");
}
#content .accolades-page .accolades-asaid .item p {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  color: #fff;
}
#content .accolades-page .accolades-asaid .item .name {
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  margin: 15px 0 0;
  color: #b02121;
}
#content .accolades-page .accolades-asaid .item .job {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #585858;
}
#content .looking-buy {
  padding: 60px 10px 40px;
  text-align: center;
  background: #8f1b1b;
}
#content .looking-buy .content-block {
  overflow: visible;
  position: relative;
  font-family: "Lora", serif;
  font-size: 35px;
  margin: 0 20px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 780px) {
  #content .looking-buy .content-block {
    font-size: 25px;
    margin: 0;
  }
}
@media (max-width: 560px) {
  #content .looking-buy .content-block {
    font-size: 20px;
  }
}
#content .looking-buy .content-block span {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 65px;
  text-transform: none;
}
@media (max-width: 780px) {
  #content .looking-buy .content-block span {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  #content .looking-buy .content-block span {
    font-size: 30px;
  }
}
#content .looking-buy .content-block:before {
  content: "";
  display: block;
  position: absolute;
  top: -104px;
  left: 0;
  width: 110px;
  height: 97px;
  background: url("../images/reviews-block.png");
}
#content .looking-buy .shop-now-btn {
  font-family: "Lora", serif;
  font-size: 31px;
  line-height: 88px;
  width: 100%;
  max-width: 353px;
  height: 90px;
  margin: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #e7e7e7;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 780px) {
  #content .looking-buy .shop-now-btn {
    line-height: 38px;
    height: 40px;
    margin: 0;
  }
}
#content .looking-buy .shop-now-btn:hover {
  color: #8f1b1b;
  background: #e7e7e7;
}
#content .events-list-city {
  overflow: hidden;
  padding: 50px 10px 100px;
  background: #000;
}
@media (max-width: 940px) {
  #content .events-list-city {
    padding: 20px 10px;
  }
}
#content .events-list-city p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 940px) {
  #content .events-list-city p {
    margin-bottom: 20px;
  }
}
#content .events-list-city .item {
  float: left;
  width: 33.3333333333%;
}
@media (max-width: 940px) {
  #content .events-list-city .item {
    width: 100%;
    margin: 20px 0;
  }
}
#content .events-list-city .item a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 376px;
  height: 376px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1170px) {
  #content .events-list-city .item a {
    width: 300px;
    height: 300px;
  }
}
#content .events-list-city .item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #811313;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .events-list-city .item a .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .events-list-city .item a .cont span {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#content .events-list-city .item a .cont .city {
  font-family: "Great Vibes", cursive;
  font-size: 60px;
  color: #fff;
}
#content .events-list-city .item a .cont .phone {
  font-family: "Lora", serif;
  font-size: 21px;
  font-weight: 700;
  margin-top: 15px;
  color: #fff;
}
#content .events-list-city .item a .cont .more {
  margin: 10px auto 0;
  background: #811313;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .events-list-city .item a:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .events-list-city .item a:hover .more {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .event-inquiry {
  padding: 30px 0;
  background: #ccc;
}
#content .event-inquiry .block-center {
  max-width: 580px;
}
#content .event-inquiry .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  margin-bottom: 40px;
  text-align: center;
  color: #811313;
}
#content .event-inquiry .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("../images/event-inquiry-title.png") center center no-repeat;
}
#content .event-inquiry span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  color: #5a5a5a;
}
#content .event-inquiry [type=text],
#content .event-inquiry [type=email] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#content .event-inquiry select {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff url("../images/select-arrow.png") center right 10px no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}
#content .event-inquiry select::-ms-expand {
  display: none;
}
#content .event-inquiry .secured {
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (max-width: 767px) {
  #content .event-inquiry .secured {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
}
#content .event-inquiry label {
  position: relative;
  margin: 0 20px 20px 0;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .event-inquiry label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#content .event-inquiry label .radio-custom {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #656565;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .event-inquiry label input[type=radio]:checked + .radio-custom {
  background: url("../images/radio-custom.png") center center no-repeat;
}
#content .event-inquiry label span {
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .event-inquiry textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#content .event-inquiry p {
  font-size: 15px;
  font-style: italic;
  color: #711515;
}
#content .event-inquiry button[type=submit] {
  display: block;
  position: relative;
  width: 240px;
  height: 54px;
  margin: 20px auto 0;
  border: 2px solid #811313;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .event-inquiry button[type=submit] span {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #811313;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#content .event-inquiry button[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/check52.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .event-inquiry button[type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/clock119.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .event-inquiry button[type=submit]:hover {
  background: #811313;
}
#content .event-inquiry button[type=submit]:hover span {
  color: #ccc;
}
#content .event-inquiry button[type=submit].send {
  background: #811313;
}
#content .event-inquiry button[type=submit].send span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .event-inquiry button[type=submit].send:after {
  animation-name: rotateSend;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes rotateSend {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content .event-inquiry button[type=submit].success {
  background: #811313;
}
#content .event-inquiry button[type=submit].success span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .event-inquiry button[type=submit].success:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .event-inquiry button[type=submit].success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .event-inquiry .success-message {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  text-align: center;
  color: #811313;
}
#content .membership {
  overflow: hidden;
  padding: 30px 10px;
  background: #000;
}
#content .membership .back-block a {
  color: #fff;
}
#content .membership .membership-list:after {
  content: "";
  display: block;
  clear: both;
}
#content .membership .membership-list .item {
  float: left;
  width: 33.3333333333%;
  padding: 0 25px;
}
@media (max-width: 1300px) {
  #content .membership .membership-list .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  #content .membership .membership-list .item {
    width: 100%;
    padding: 0 0 10px;
  }
}
#content .membership .membership-list .item .inside-block {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#content .membership .membership-list .item .inside-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
#content .membership .membership-list .item .inside-block .content-block {
  position: relative;
  padding: 30px;
  text-align: center;
  background: rgba(26, 26, 26, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1100px) {
  #content .membership .membership-list .item .inside-block .content-block {
    padding: 10px;
  }
}
#content .membership .membership-list .item .inside-block .content-block .become {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1000px) {
  #content .membership .membership-list .item .inside-block .content-block .become {
    font-size: 15px;
  }
}
#content .membership .membership-list .item .inside-block .content-block .become:before {
  content: " - ";
}
#content .membership .membership-list .item .inside-block .content-block .become:after {
  content: " - ";
}
#content .membership .membership-list .item .inside-block .content-block .name {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  color: #fff;
}
@media (max-width: 1000px) {
  #content .membership .membership-list .item .inside-block .content-block .name {
    font-size: 35px;
  }
}
#content .membership .membership-list .item .inside-block .content-block img {
  max-width: 100%;
}
#content .membership .membership-list .item .inside-block .content-block .more-block {
  position: relative;
  margin: 0 0 20px;
}
#content .membership .membership-list .item .inside-block .content-block .more-block .membership-list-vip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .membership .membership-list .item .inside-block .content-block .more-block .more {
  margin: 10px auto 0;
  background: #212121;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .membership .membership-list .item .inside-block .content-block:hover {
  background: rgba(119, 0, 0, 0.6);
}
#content .membership .membership-list .item .inside-block .content-block:hover .more-block .membership-list-vip {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .membership .membership-list .item .inside-block .content-block:hover .more-block .more {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .membership-text {
  padding: 30px 0;
  text-align: center;
  background: #811313;
}
#content .membership-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin-bottom: 15px;
  background: url("../images/event-inquiry-title-2.png") center center no-repeat;
}
#content .membership-text p,
#content .membership-text ul {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  #content .membership-text p,
  #content .membership-text ul {
    font-size: 16px;
  }
}
#content .membership-text p a,
#content .membership-text ul a {
  color: #fff;
  text-decoration: underline;
}
#content .membership-text p a:hover,
#content .membership-text ul a:hover {
  text-decoration: none;
}
#content .membership-text ul {
  text-align: left;
}
#content .membership-text h4 {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  #content .membership-text h4 {
    font-size: 20px;
  }
}
#content .gallery-info {
  padding: 20px 0;
  text-align: center;
}
#content .gallery-info .location-title {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  color: #3a332f;
}
#content .gallery-info .title {
  font-family: "Lora", serif;
  font-size: 46px;
  font-weight: 700;
  color: #3a332f;
}
#content .gallery-info .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 31px;
  margin: 10px 0;
  background: url("../images/gallery-info-title.png") center center no-repeat;
}
#content .gallery-info p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #727272;
}
#content .gallery-info .gallery-filter {
  font-size: 0;
}
#content .gallery-info .gallery-filter a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  width: 180px;
  height: 40px;
  margin: 0 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #242424;
  border: 2px solid #811313;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .gallery-info .gallery-filter a:hover, #content .gallery-info .gallery-filter a.active {
  color: #fff;
  background: #811313;
}
#content #gallery {
  margin-bottom: 30px;
}
#content #gallery div {
  float: left;
  width: 25%;
}
#content .stay-on-top {
  padding: 30px 10px;
  text-align: center;
  background: #811313;
}
#content .stay-on-top .stay-text {
  font-size: 24px;
  margin: 0 10px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 450px) {
  #content .stay-on-top .stay-text {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
#content .stay-on-top .stay-text span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 57px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  #content .stay-on-top .stay-text span {
    font-size: 30px;
  }
}
#content .stay-on-top .stay-form {
  overflow: hidden;
  margin: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 450px) {
  #content .stay-on-top .stay-form {
    margin: 0;
  }
}
#content .stay-on-top .stay-form [type=text],
#content .stay-on-top .stay-form [type=email] {
  float: left;
  font-size: 24px;
  width: 290px;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
@media (max-width: 450px) {
  #content .stay-on-top .stay-form [type=text],
  #content .stay-on-top .stay-form [type=email] {
    font-size: 16px;
    width: 200px;
  }
}
#content .stay-on-top .stay-form [type=submit] {
  float: left;
  position: relative;
  width: 90px;
  height: 60px;
  border: 1px solid #fff;
  background: #4b4b4b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 450px) {
  #content .stay-on-top .stay-form [type=submit] {
    width: 70px;
  }
}
#content .stay-on-top .stay-form [type=submit] img {
  height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .stay-on-top .stay-form [type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/check52.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .stay-on-top .stay-form [type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/clock119.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .stay-on-top .stay-form [type=submit]:hover {
  background: #811313;
}
#content .stay-on-top .stay-form [type=submit]:hover img {
  color: #ccc;
}
#content .stay-on-top .stay-form [type=submit].send {
  background: #811313;
}
#content .stay-on-top .stay-form [type=submit].send img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .stay-on-top .stay-form [type=submit].send:after {
  animation-name: rotateSend;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes rotateSend {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content .stay-on-top .stay-form [type=submit].success {
  background: #811313;
}
#content .stay-on-top .stay-form [type=submit].success img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .stay-on-top .stay-form [type=submit].success:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .stay-on-top .stay-form [type=submit].success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .stay-on-top .success-message {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
#content .membership-application {
  padding: 30px 0;
  background: #242424;
}
#content .membership-application .back-block a {
  color: #fff;
}
#content .membership-application .membership-application-text {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
#content .membership-application .membership-application-text:after {
  content: "";
  display: block;
  clear: both;
}
#content .membership-application .membership-application-text .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  color: #fff;
}
#content .membership-application .membership-application-text .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin: 0 0 10px;
  background: url("../images/event-inquiry-title-2.png") center center no-repeat;
}
#content .membership-application .membership-application-text p {
  font-size: 20px;
  font-weight: 600;
  color: #b6b5b5;
}
@media (max-width: 767px) {
  #content .membership-application .membership-application-text p {
    font-size: 15px;
  }
}
#content .membership-application .membership-application-text ul {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  list-style-image: url("../images/list-style-1.png");
  text-align: left;
  color: #b6b5b5;
}
@media (max-width: 767px) {
  #content .membership-application .membership-application-text ul {
    font-size: 15px;
  }
}
#content .membership-application .membership-application-text ul li {
  margin: 0 0 10px;
}
#content .membership-application .membership-application-text span {
  display: block;
  overflow: hidden;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  #content .membership-application .membership-application-text span {
    font-size: 17px;
  }
}
#content .membership-application .membership-application-text [type=text],
#content .membership-application .membership-application-text [type=email] {
  font-size: 30px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #636363;
  background: #636363;
}
#content .membership-application .membership-application-text [type=text]:-ms-input-placeholder,
#content .membership-application .membership-application-text [type=email]:-ms-input-placeholder {
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #fff;
}
#content .membership-application .membership-application-text [type=text]:-moz-placeholder,
#content .membership-application .membership-application-text [type=email]:-moz-placeholder {
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #fff;
}
#content .membership-application .membership-application-text [type=text]::-moz-placeholder,
#content .membership-application .membership-application-text [type=email]::-moz-placeholder {
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #fff;
}
#content .membership-application .membership-application-text [type=text]::-webkit-input-placeholder,
#content .membership-application .membership-application-text [type=email]::-webkit-input-placeholder {
  font-family: "Great Vibes", cursive;
  text-align: center;
  color: #fff;
}
#content .membership-application .membership-application-text .checkbox-block {
  display: block;
  position: relative;
  margin: 40px 0 30px;
}
#content .membership-application .membership-application-text .checkbox-block [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .membership-application .membership-application-text .checkbox-block .checkbox-custom {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  border: 2px solid #656565;
}
#content .membership-application .membership-application-text .checkbox-block [type=checkbox]:checked + .checkbox-custom {
  background: url("../images/checkbox-custom.png") center center no-repeat;
}
#content .membership-application .membership-application-text .apply-now {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 54px;
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #b6b5b5;
  border: 6px solid #811313;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  #content .membership-application .membership-application-text .apply-now {
    font-size: 17px;
  }
}
#content .membership-application .membership-application-text .apply-now:hover {
  background: #811313;
}
#content .what-is-lacasa-membership {
  overflow: hidden;
  padding: 3rem 0;
  background: #811313;
}
#content .what-is-lacasa-membership img {
  float: left;
  max-width: 100%;
}
@media (max-width: 1100px) {
  #content .what-is-lacasa-membership img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #content .what-is-lacasa-membership img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto 15px;
  }
}
#content .what-is-lacasa-membership h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #content .what-is-lacasa-membership .content-block {
    padding: 10px;
  }
}
#content .what-is-lacasa-membership .content-block a:not(.more) {
  color: #040404;
}
#content .what-is-lacasa-membership .content-block a:not(.more):hover {
  color: #fff;
}
#content .what-is-lacasa-membership .content-block .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  text-align: center;
  margin-bottom: 30px;
  color: #040404;
}
@media (max-width: 767px) {
  #content .what-is-lacasa-membership .content-block .title {
    font-size: 30px;
  }
}
#content .what-is-lacasa-membership .content-block .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin: 0 0 10px;
  background: url("../images/event-inquiry-title-2.png") center center no-repeat;
}
#content .what-is-lacasa-membership .content-block p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  #content .what-is-lacasa-membership .content-block p {
    font-size: 14px;
  }
}
#content .what-is-lacasa-membership .content-block .more {
  margin: 50px auto 0;
  background: #651717;
}
#content .what-is-lacasa-membership .content-block .more:hover {
  background: #242424;
}
#content .what-is-lacasa-membership .content-block .follow-block {
  margin-top: 60px;
  text-align: center;
}
#content .what-is-lacasa-membership .content-block .follow-block span {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-weight: 900;
  margin-right: 20px;
  text-transform: uppercase;
  color: #bbb;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a {
  font-size: 20px;
  line-height: 47px;
  width: 53px;
  height: 53px;
  text-decoration: none;
  color: #ad9a9a;
  border: 3px solid #ad9a9a;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-facebook:before {
  content: "\f09a";
  font-family: "FontAwesome";
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-facebook:hover {
  color: #811313;
  background: #ad9a9a;
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-twitter:before {
  content: "\f099";
  font-family: "FontAwesome";
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-twitter:hover {
  color: #811313;
  background: #ad9a9a;
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-instagram:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
#content .what-is-lacasa-membership .content-block .follow-block .common-share-block a.hr-instagram:hover {
  color: #811313;
  background: #ad9a9a;
}
#content .location-contact {
  padding: 25px 10px;
  text-align: center;
  background: #811313;
}
#content .location-contact .address {
  font-size: 29px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 1100px) {
  #content .location-contact .address {
    display: block;
  }
}
#content .location-contact .address span {
  vertical-align: middle;
  font-family: "Great Vibes", cursive;
  font-size: 40px;
}
#content .location-contact .phone {
  font-size: 29px;
  margin-left: 60px;
  text-decoration: none;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 1100px) {
  #content .location-contact .phone {
    display: block;
    margin: 0;
  }
}
#content .location-contact .phone:before {
  content: "\f095";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#content #map {
  width: 100%;
  height: 350px;
}
#content .location-info {
  background: #242424;
}
#content .location-info .item {
  float: left;
  width: 33.3333333333%;
  padding: 40px;
  text-align: center;
  border-right: 1px solid #838385;
}
@media (max-width: 1100px) {
  #content .location-info .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #content .location-info .item {
    float: none;
    width: 100%;
    padding: 20px 0;
    border: none;
  }
}
#content .location-info .item:last-child {
  border-right: none;
}
#content .location-info .item .icon-block {
  height: 59px;
}
#content .location-info .item .icon-block:before {
  content: "";
  width: 0;
  height: 59px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .location-info .item .icon-block img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .location-info .item .title {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 15px;
  text-transform: uppercase;
  color: #fff;
}
#content .location-info .item .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background: url("../images/accolades-date.png") center center no-repeat;
}
#content .location-info .item .schedule {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
#content .location-info .item .schedule p {
  margin: 0;
}
#content .location-info .item .schedule b,
#content .location-info .item .schedule strong {
  font-weight: 900;
}
#content .location-info .item p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}
#content .location-info .item .sing-up {
  overflow: hidden;
  background: #4b4b4b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content .location-info .item .sing-up .success-message {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
#content .location-info .item .sing-up [type=text],
#content .location-info .item .sing-up [type=email] {
  float: left;
  width: 80%;
  height: 40px;
  padding: 0 10px;
  border: none;
  background: none;
  color: #fff;
}
#content .location-info .item .sing-up [type=submit] {
  position: relative;
  width: 20%;
  height: 40px;
  border: none;
  background: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#content .location-info .item .sing-up [type=submit] .fa {
  color: #b02121;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .location-info .item .sing-up [type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/check52.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .location-info .item .sing-up [type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/clock119.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .location-info .item .sing-up [type=submit]:hover {
  background: #811313;
}
#content .location-info .item .sing-up [type=submit]:hover .fa {
  color: #ccc;
}
#content .location-info .item .sing-up [type=submit].send {
  background: #811313;
}
#content .location-info .item .sing-up [type=submit].send .fa {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .location-info .item .sing-up [type=submit].send:after {
  animation-name: rotateSend;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes rotateSend {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content .location-info .item .sing-up [type=submit].success {
  background: #811313;
}
#content .location-info .item .sing-up [type=submit].success .fa {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .location-info .item .sing-up [type=submit].success:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .location-info .item .sing-up [type=submit].success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .contacu-us-block {
  padding: 30px 0;
  text-align: center;
}
#content .contacu-us-block .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  margin-bottom: 20px;
  text-align: center;
  color: #811313;
}
#content .contacu-us-block .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("../images/event-inquiry-title.png") center center no-repeat;
}
#content .contacu-us-block p {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #811313;
}
#content .contacu-us-block .city-select {
  padding: 20px 10px 10px;
  background: #811313;
}
#content .contacu-us-block .city-select .radio-block {
  position: relative;
  margin: 0 25px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .contacu-us-block .city-select .radio-block [type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .contacu-us-block .city-select .radio-block .radio-custom {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 850px) {
  #content .contacu-us-block .city-select .radio-block .radio-custom {
    width: 35px;
    height: 35px;
  }
}
#content .contacu-us-block .city-select .radio-block [type=radio]:checked + .radio-custom {
  background: url("../images/checkbox-custom.png") center center no-repeat;
}
#content .contacu-us-block .city-select .radio-block span {
  font-family: "Lora", serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .contacu-us-block .contacu-us-form {
  margin: 25px 0;
}
#content .contacu-us-block .contacu-us-form .block-center {
  max-width: 630px;
}
#content .contacu-us-block .contacu-us-form span {
  display: block;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #5a5a5a;
}
#content .contacu-us-block .contacu-us-form [type=text],
#content .contacu-us-block .contacu-us-form [type=email] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#content .contacu-us-block .contacu-us-form textarea {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  background: #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#content .contacu-us-block .contacu-us-form button[type=submit] {
  display: block;
  position: relative;
  width: 270px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #811313;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .contacu-us-block .contacu-us-form button[type=submit] span {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  color: #811313;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#content .contacu-us-block .contacu-us-form button[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/check52.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .contacu-us-block .contacu-us-form button[type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/clock119.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .contacu-us-block .contacu-us-form button[type=submit]:hover {
  background: #811313;
}
#content .contacu-us-block .contacu-us-form button[type=submit]:hover span {
  color: #fff;
}
#content .contacu-us-block .contacu-us-form button[type=submit].send {
  background: #811313;
}
#content .contacu-us-block .contacu-us-form button[type=submit].send span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .contacu-us-block .contacu-us-form button[type=submit].send:after {
  animation-name: rotateSend;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes rotateSend {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content .contacu-us-block .contacu-us-form button[type=submit].success {
  background: #811313;
}
#content .contacu-us-block .contacu-us-form button[type=submit].success span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .contacu-us-block .contacu-us-form button[type=submit].success:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .contacu-us-block .contacu-us-form button[type=submit].success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .contacu-us-block .success-message {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  text-align: center;
  color: #811313;
}
#content .min-20-cigars-blocks {
  overflow: hidden;
  background: #000;
}
#content .min-20-cigars-blocks .item {
  display: block;
  float: left;
  position: relative;
  width: 33.3333333333%;
  background: #811313;
}
@media (max-width: 700px) {
  #content .min-20-cigars-blocks .item {
    width: 100%;
  }
}
#content .min-20-cigars-blocks .item img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .min-20-cigars-blocks .item .content {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  #content .min-20-cigars-blocks .item .content {
    top: 50%;
  }
}
#content .min-20-cigars-blocks .item .content .t1 {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e7e7e7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1000px) {
  #content .min-20-cigars-blocks .item .content .t1 {
    font-size: 16px;
  }
}
#content .min-20-cigars-blocks .item .content .t1:before {
  content: " - ";
}
#content .min-20-cigars-blocks .item .content .t1:after {
  content: " - ";
}
#content .min-20-cigars-blocks .item .content .t2 {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1000px) {
  #content .min-20-cigars-blocks .item .content .t2 {
    font-size: 40px;
  }
}
#content .min-20-cigars-blocks .item .content .t3 {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1000px) {
  #content .min-20-cigars-blocks .item .content .t3 {
    font-size: 20px;
  }
}
#content .min-20-cigars-blocks .item .content .more {
  margin: 15px auto 0;
  border: 2px solid #811313;
}
#content .min-20-cigars-blocks .item:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#content .social-page {
  overflow: hidden;
  background: #242424;
}
#content .social-page .item {
  margin: 50px 0;
  padding: 20px 0 40px;
  background: #811313;
}
#content .social-page .item .city-name {
  float: left;
  width: 366px;
  height: 366px;
  margin-right: 40px;
  padding: 170px 0 0 97px;
  text-align: center;
  background: url("../images/social-page-city-name.png");
}
@media (max-width: 767px) {
  #content .social-page .item .city-name {
    display: none;
  }
}
#content .social-page .item .city-name span {
  font-family: "Lora", serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #811313;
}
#content .social-page .item .city-name .city {
  font-family: "Great Vibes", cursive;
  font-size: 55px;
  color: #fff;
}
#content .social-page .item .content-block {
  padding-top: 30px;
  text-align: center;
}
#content .social-page .item .content-block .title {
  font-family: "Lora", serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #0c0c0c;
}
@media (max-width: 767px) {
  #content .social-page .item .content-block .title {
    font-size: 25px;
  }
}
#content .social-page .item .content-block .social-links {
  margin: 40px -15px;
}
#content .social-page .item .content-block .social-links:after {
  content: "";
  display: block;
  clear: both;
}
#content .social-page .item .content-block .social-links a {
  display: block;
  float: left;
  font-family: "Lora", serif;
  font-size: 19px;
  line-height: 1;
  width: 33.3333333333%;
  padding: 0 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#content .social-page .item .content-block .social-links a:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1180px) {
  #content .social-page .item .content-block .social-links a {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#content .social-page .item .content-block .social-links a span {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 52px;
  line-height: 1;
  text-transform: none;
}
@media (max-width: 1180px) {
  #content .social-page .item .content-block .social-links a span {
    font-size: 30px;
  }
}
#content .social-page .item .content-block .social-links a:before {
  content: "";
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 72px;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  text-align: center;
  color: #811313;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#content .social-page .item .content-block .social-links a.fb:before {
  content: "\f09a";
  background: #3a5897;
}
#content .social-page .item .content-block .social-links a.tw:before {
  content: "\f099";
  background: #49c9f2;
}
#content .social-page .item .content-block .social-links a.inst:before {
  content: "\f16d";
  background: #3b749f;
}
#content .social-page .item .content-block .social-page-bottom {
  overflow: hidden;
  font-size: 0;
}
#content .social-page .item .content-block .social-page-bottom .text {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  width: 50%;
  padding-right: 20px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 1000px) {
  #content .social-page .item .content-block .social-page-bottom .text {
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}
#content .social-page .item .content-block .social-page-bottom .send-form-block {
  width: 50%;
  background: #400707;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (max-width: 1000px) {
  #content .social-page .item .content-block .social-page-bottom .send-form-block {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
#content .social-page .item .content-block .social-page-bottom .send-form-block .success-message {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=text],
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=email] {
  float: left;
  font-size: 30px;
  width: 70%;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  border: none;
  background: none;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=text]:-ms-input-placeholder,
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=email]:-ms-input-placeholder {
  font-family: "Great Vibes", cursive;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=text]:-moz-placeholder,
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=email]:-moz-placeholder {
  font-family: "Great Vibes", cursive;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=text]::-moz-placeholder,
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=email]::-moz-placeholder {
  font-family: "Great Vibes", cursive;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=text]::-webkit-input-placeholder,
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=email]::-webkit-input-placeholder {
  font-family: "Great Vibes", cursive;
}
@media (max-width: 1000px) {
  #content .social-page .item .content-block .social-page-bottom .send-form-block [type=text],
  #content .social-page .item .content-block .social-page-bottom .send-form-block [type=email] {
    font-size: 16px;
  }
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit] {
  float: right;
  position: relative;
  font-size: 30px;
  width: 20%;
  height: 60px;
  padding: 0;
  text-align: center;
  border: none;
  background: #383838;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit] .fa {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/check52.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit]:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  color: #fff;
  background: url("../images/clock119.svg");
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit]:hover {
  background: #811313;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit]:hover .fa {
  color: #ccc;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].send {
  background: #811313;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].send .fa {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].send:after {
  animation-name: rotateSend;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes rotateSend {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].success {
  background: #811313;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].success .fa {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].success:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content .social-page .item .content-block .social-page-bottom .send-form-block [type=submit].success:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content .what-we-do {
  padding: 50px 0 500px;
  background: #d8d8d8 url("../images/what-we-do.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1000px) {
  #content .what-we-do {
    padding: 50px 0 300px;
  }
}
@media (max-width: 500px) {
  #content .what-we-do {
    padding: 50px 0 150px;
  }
}
#content .what-we-do .title {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  margin-bottom: 25px;
  text-align: center;
  color: #040404;
}
@media (max-width: 767px) {
  #content .what-we-do .title {
    font-size: 30px;
  }
}
#content .what-we-do .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("../images/event-inquiry-title-3.png") center center no-repeat;
}
#content .what-we-do .subtitle {
  font-size: 21px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #811313;
}
@media (max-width: 767px) {
  #content .what-we-do .subtitle {
    font-size: 18px;
  }
}
#content .what-we-do p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #262626;
}
#content .what-we-do p a {
  color: #811313;
}
@media (max-width: 767px) {
  #content .what-we-do p {
    font-size: 15px;
    font-weight: 400;
  }
}
#content .what-we-do h5 {
  font-family: "Great Vibes", cursive;
  font-size: 42px;
  color: #811313;
}
@media (max-width: 767px) {
  #content .what-we-do h5 {
    font-size: 30px;
  }
}
#content .city-detail-link {
  padding: 30px 10px 20px;
  text-align: center;
  background: #2e2e2e;
}
#content .city-detail-link a {
  font-family: "Lora", serif;
  font-size: 22px;
  width: 280px;
  margin: 0 50px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .city-detail-link a:nth-child(1):before {
  content: "";
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: url("../images/city-detail-link-1.png") center center no-repeat;
}
#content .city-detail-link a:nth-child(2):before {
  content: "";
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: url("../images/city-detail-link-2.png") center center no-repeat;
}
#content .city-detail-link a:nth-child(3):before {
  content: "";
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: url("../images/city-detail-link-3.png") center center no-repeat;
}
#content .city-detail-link a:nth-child(4):before {
  content: "";
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: url("../images/city-detail-link-4.png") center center no-repeat;
}
@media (max-width: 800px) {
  #content .city-detail-link a {
    margin: 0 20px 10px;
  }
}
#content .city-detail-link a:hover {
  color: #811313;
}
#content .view-full-gallery {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  max-width: 250px;
  margin: 0 auto 30px;
  background: #811313;
}
#content .view-full-gallery:hover {
  background: #363636;
}
#content .get-social {
  padding: 30px 0;
  background: #242424;
}
#content .get-social .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  text-align: center;
  color: #fff;
}
#content .get-social .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  margin: 0 0 10px;
  background: url("../images/event-inquiry-title-2.png") center center no-repeat;
}
#content .get-social .get-social-list {
  margin: 30px -10px 0;
}
#content .get-social .get-social-list .item {
  float: left;
  width: 33.3333333333%;
  padding: 0 10px 20px;
  text-align: center;
}
@media (max-width: 930px) {
  #content .get-social .get-social-list .item {
    float: none;
    width: 100%;
  }
}
#content .get-social .get-social-list .item:before {
  content: "";
  display: block;
  width: 120px;
  height: 43px;
  margin: 0 auto 20px;
  background: url("../images/get-social-icon.png");
}
#content .get-social .get-social-list .item:nth-child(1):before {
  background-position: 0 0;
}
#content .get-social .get-social-list .item:nth-child(2):before {
  background-position: 240px 0;
}
#content .get-social .get-social-list .item:nth-child(3):before {
  background-position: 120px 0;
}
#content .get-social .get-social-list .item .name {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #b3b1b1;
}
#content .upcoming-events {
  padding: 30px 0;
  background: #242424;
}
#content .upcoming-events .title {
  font-family: "Great Vibes", cursive;
  font-size: 56px;
  text-align: center;
  color: #fff;
}
#content .upcoming-events .upcoming-events-list .item {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
#content .upcoming-events .upcoming-events-list .item .img-block {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #content .upcoming-events .upcoming-events-list .item .img-block {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#content .upcoming-events .upcoming-events-list .item .img-block img {
  width: 100%;
}
#content .upcoming-events .upcoming-events-list .item .content-block {
  position: relative;
  position: absolute;
  top: 50%;
  width: 50%;
  padding: 20px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #content .upcoming-events .upcoming-events-list .item .content-block {
    position: static;
    width: 100%;
    padding: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#content .upcoming-events .upcoming-events-list .item .content-block .day {
  font-family: "Great Vibes", cursive;
  font-size: 29px;
  color: #b02121;
}
#content .upcoming-events .upcoming-events-list .item .content-block .name {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  color: #3a332f;
}
#content .upcoming-events .upcoming-events-list .item .content-block .date {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  color: #811313;
}
#content .upcoming-events .upcoming-events-list .item .content-block .date:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background: url("../images/accolades-date.png") center center no-repeat;
}
#content .upcoming-events .upcoming-events-list .item .content-block .more {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  margin: 30px auto;
  background: #811313;
}
#content .upcoming-events .upcoming-events-list .item .content-block .more:hover {
  background: #363636;
}
#content .upcoming-events .upcoming-events-list .item .content-block .social span {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #040505;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #fff;
  background: #3a332f;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block a.hr-facebook:before {
  content: "\f09a";
  font-family: "FontAwesome";
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block a.hr-twitter:before {
  content: "\f099";
  font-family: "FontAwesome";
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block a.hr-pinterest:before {
  content: "\f231";
  font-family: "FontAwesome";
}
#content .upcoming-events .upcoming-events-list .item .content-block .social .common-share-block a.hr-google-plus:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}
#content .upcoming-events .upcoming-events-list .item:nth-child(2n) .img-block {
  right: 0;
}
#content .upcoming-events .upcoming-events-list .item:nth-child(2n) .content-block {
  left: 0;
}
#content .upcoming-events .upcoming-events-list .item:nth-child(2n+1) .img-block {
  left: 0;
}
#content .upcoming-events .upcoming-events-list .item:nth-child(2n+1) .content-block {
  right: 0;
}
#content .upcoming-events .allmore {
  margin: 0 auto;
  border: 2px solid #b7a89a;
}
#content .upcoming-events .allmore:hover {
  color: #242424;
  background: #b7a89a;
}
#content .event-inside-page {
  padding: 30px 0;
  background: #242424;
}
#content .event-inside-page .back-block a {
  color: #fff;
}
#content .event-inside-page .event-inside-block {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
@media (min-width: 768px) {
  #content .event-inside-page .event-inside-block {
    display: flex;
    align-items: center;
  }
}
#content .event-inside-page .event-inside-block .img-block {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 60%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #content .event-inside-page .event-inside-block .img-block {
    position: static;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#content .event-inside-page .event-inside-block .img-block img {
  width: 100%;
}
#content .event-inside-page .event-inside-block .content-block {
  float: right;
  position: relative;
  right: 0;
  width: 50%;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #content .event-inside-page .event-inside-block .content-block {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#content .event-inside-page .event-inside-block .content-block .day {
  font-family: "Great Vibes", cursive;
  font-size: 29px;
  color: #b02121;
}
#content .event-inside-page .event-inside-block .content-block .name {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  color: #3a332f;
}
#content .event-inside-page .event-inside-block .content-block .date {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 15px;
  color: #811313;
}
#content .event-inside-page .event-inside-block .content-block .date:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background: url("../images/accolades-date.png") center center no-repeat;
}
#content .event-inside-page .event-inside-block .content-block .more {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  margin: 30px auto;
  background: #811313;
}
#content .event-inside-page .event-inside-block .content-block .more:hover {
  background: #363636;
}
#content .event-inside-page .event-inside-block .content-block .social span {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #040505;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  color: #fff;
  background: #3a332f;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block a.hr-facebook:before {
  content: "\f09a";
  font-family: "FontAwesome";
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block a.hr-twitter:before {
  content: "\f099";
  font-family: "FontAwesome";
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block a.hr-pinterest:before {
  content: "\f231";
  font-family: "FontAwesome";
}
#content .event-inside-page .event-inside-block .content-block .social .common-share-block a.hr-google-plus:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}
#content .send-form-block {
  position: relative;
}
#content .send-form-block form {
  position: relative;
  z-index: 10;
}
#content .send-form-block .success-message {
  display: none;
}
#content .back-block {
  margin-bottom: 20px;
}
#content .back-block a {
  font-family: "Great Vibes", cursive;
  font-size: 54px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  #content .back-block a {
    font-size: 30px;
  }
}
#content .back-block a:before {
  content: "\f177";
  vertical-align: middle;
  font-family: "FontAwesome";
  font-size: 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #content .back-block a:before {
    font-size: 20px;
  }
}
#content .back-block a:hover {
  color: #811313;
}
#content .banner-2019 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-size: cover;
  background-position: left center;
  background-color: #c3c3c3;
}
@media (max-width: 992px) {
  #content .banner-2019 {
    background-image: none !important;
  }
}
#content .banner-2019 .label {
  font-family: "Lato", sans-serif;
  color: #fff;
  background-color: #811313;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #content .banner-2019 .label {
    width: 50%;
    transform-origin: center;
    transform: rotate(20deg) translateX(20%);
    font-size: 2vw;
  }
}
#content .banner-2019 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #242424;
}
#content .banner-2019 .content .t1 {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1000px) {
  #content .banner-2019 .content .t1 {
    font-size: 16px;
  }
}
#content .banner-2019 .content .t1:before {
  content: " - ";
}
#content .banner-2019 .content .t1:after {
  content: " - ";
}
#content .banner-2019 .content .t2 {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 1000px) {
  #content .banner-2019 .content .t2 {
    font-size: 40px;
  }
}
#content .banner-2019 .content .t3 {
  font-size: 27px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  #content .banner-2019 .content .t3 {
    font-size: 20px;
  }
}
#content .banner-2019 .content .text {
  text-align: center;
}
#content .banner-2019 .content .text p, #content .banner-2019 .content .text li {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
#content .banner-2019 .content .more {
  margin: 15px auto 0;
  border: 2px solid #811313;
  color: inherit;
}
#content .banner-2019 .content .more[href]:hover {
  color: #fff;
  background-color: #811313;
}

/*--- footer ---*/
#footer {
  overflow: hidden;
  position: relative;
  background: #000;
}
#footer .footer-logo {
  padding: 28px 10px;
  text-align: center;
  background: #f5f5f5;
}
#footer .footer-logo img {
  max-width: 100%;
}
#footer .footer-links {
  margin: 25px 10px;
  text-align: center;
}
#footer .footer-links a {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  margin: 0 25px;
  text-decoration: none;
  color: #811313;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#footer .footer-links a:hover {
  color: #fff;
}
#footer .copy {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  color: #727272;
}
#footer .copy:after {
  content: none;
}
@media (max-width: 767px) {
  #footer .copy .footer-link-rotator {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  #footer .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.inquire-back {
  position: absolute;
  right: 10px;
  width: 170px;
  text-align: right;
}
@media (max-width: 767px) {
  .inquire-back {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.inquire-back span {
  display: block;
  font-family: "Lora", serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
.inquire-back a {
  font-family: "Great Vibes", cursive;
  font-size: 27px;
  text-decoration: none;
  color: #838385;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inquire-back a:after {
  content: "\f178";
  vertical-align: middle;
  font-family: "FontAwesome";
  margin-left: 10px;
}
.inquire-back a:hover {
  color: #fff;
}

.error {
  border: 2px solid red !important;
}

.send-form-block form {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.send-form-block .success-message {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.send-form-block.form-success form {
  opacity: 0 !important;
}
.send-form-block.form-success .success-message {
  opacity: 1 !important;
}

.success-application-form {
  display: none;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  text-align: center;
  color: #811313;
  margin: 50px 0;
}

.location-title {
  font-family: "Great Vibes", cursive;
  font-size: 64px;
  margin: 15px 0;
  text-align: center;
}

.ql {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #8F1B1B;
}
.ql h3 {
  text-align: center;
  font-weight: 700;
}
.ql ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 2rem;
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.ql ul li {
  text-align: center;
  min-width: 250px;
}
.ql ul a {
  color: #C54C4C;
}
.ql ul a:hover {
  text-decoration: none;
  color: #811313;
}
@media (max-width: 767px) {
  .ql ul {
    display: block;
  }
}
/*# sourceMappingURL=screen.css.map */
