/* *********************************
 * Project: Soirée Productions
 * Website: soireeproductions.com
 *
 */
/*
 * Vendors
 *
 */
/* Bootstrap */
/**
 * Bootstrap
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Halant|Open+Sans:400,400i,600,700|Playfair+Display');
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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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;
          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;
          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;
          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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-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;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.55556rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.77778rem;
  line-height: 1.42857143;
  color: #333333;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  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;
  }
}
/* Retina.js */
/**
 * Retina.js
 *
 */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   .retina(/images/mypic.jpg, 2);
 *   .retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {String} $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/* Flexboxgrid */
/**
 * Flexboxgrid
 *
 */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row--no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* Luminous */
/**
 * Luminous
 *
 */
@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}
.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}
.lum-lightbox-inner img {
  position: relative;
}
.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}
.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear;
}
.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear;
}
.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}
.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out;
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out;
}
.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}
.lum-img {
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}
.lum-loading .lum-img {
  opacity: 0;
}
.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}
.lum-previous-button {
  left: 12px;
}
.lum-next-button {
  right: 12px;
}
.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}
.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}
.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}
/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
    display: block;
  }
}
.lum-lightbox {
  background: rgba(255, 255, 255, 0.8);
  z-index: 900;
}
.lum-previous-button:after,
.lum-next-button:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
  border-left-color: rgba(0, 0, 0, 0.6);
}
.lum-lightbox-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .lum-lightbox-inner img {
    max-width: 100%;
    height: auto;
  }
}
.lum-lightbox-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.lum-lightbox-caption a {
  display: inline-block;
}
/* *********************************
 * Styles
 *
 */
/**
 * Variables
 *
 */
/*
 * Colors
 *
 */
/*
 * Fonts
 *
 */
/*
 * Base
 *
 */
/**
 * Global
 *
 */
html,
body {
  font-size: 18PX;
}
body {
  background-color: #fff;
  color: #35312c;
  font-family: 'Halant', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/**
 * Webfonts
 *
 */
/**
 * Webicons
 *
 */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?37206967');
  src: url('../fonts/fontello.eot?37206967#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?37206967') format('woff2'), url('../fonts/fontello.woff?37206967') format('woff'), url('../fonts/fontello.ttf?37206967') format('truetype'), url('../fonts/fontello.svg?37206967#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('@{fontPath}/fontello.svg?37206967#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-angle-down:before {
  content: '\e800';
}
/* '' */
.icon-angle-left:before {
  content: '\e801';
}
/* '' */
.icon-angle-right:before {
  content: '\e802';
}
/* '' */
.icon-facebook:before {
  content: '\e803';
}
/* '' */
.icon-mail-alt:before {
  content: '\e804';
}
/* '' */
.icon-twitter:before {
  content: '\e805';
}
/* '' */
.icon-pinterest:before {
  content: '\e808';
}
/* '' */
.icon-instagram:before {
  content: '\e809';
}
/* '' */
.icon-gplus:before {
  content: '\e80a';
}
/* '' */
.icon-mail:before {
  content: '\e80b';
}
/* '' */
.icon-linkedin:before {
  content: '\e816';
}
/* '' */
.icon-angle-up:before {
  content: '\e834';
}
/* '' */
.icon-youtube-:before {
  content: '\f16a';
}
/* '' */
.icon-yelp:before {
  content: '\f1e9';
}
/* '' */
.icon-snapchat-ghost:before {
  content: '\f2ac';
}
/* '' */
/*
 * Elements
 *
 */
/**
 * Anchors
 *
 */
a,
a:focus,
a:active,
a:hover {
  color: currentColor;
}
/**
 * Headings
 *
 */
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.77778rem;
  font-weight: normal;
  line-height: 1.15em;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.05556rem;
  }
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.55556rem;
  font-weight: normal;
  line-height: 1.15em;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.38889rem;
  }
}
h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.27778rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.55556rem;
  }
}
/**
 * Images
 *
 */
img {
  max-width: 100%;
  height: auto;
}
img:not([src]) {
  visibility: hidden;
}
/*
 * Helpers
 *
 */
/**
 * Utilities
 *
 */
/* Box model sizes */
/*
 * Position
 *
 */
.u-pull-left {
  float: left !important;
}
.u-pull-right {
  float: right !important;
}
.u-clear {
  clear: both;
}
.u-block {
  display: block;
}
.u-align-right {
  text-align: right !important;
}
.u-align-left {
  text-align: left !important;
}
.u-align-center {
  text-align: center !important;
}
@media (max-width: 767px) {
  .u-align-center\@xs {
    text-align: center !important;
  }
}
/*
 * Type
 *
 */
.u-lowercase {
  text-transform: lowercase;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-bold {
  font-weight: bold;
}
.u-italic {
  font-style: italic;
}
/*
 * Size
 *
 */
.u-text-xsmall {
  font-size: .6em;
}
.u-text-small {
  font-size: .8em;
}
.u-text-medium {
  font-size: 1em;
}
.u-text-large {
  font-size: 1.2em;
}
/*
 * Padding
 *
 */
.u-padding-left-none {
  padding-left: 0 !important;
}
.u-padding-left-xsmall {
  padding-left: 15px !important;
}
.u-padding-left-small {
  padding-left: 30px !important;
}
.u-padding-left-medium {
  padding-left: 60px !important;
}
.u-padding-left-large {
  padding-left: 120px !important;
}
.u-padding-right-none {
  padding-right: 0 !important;
}
.u-padding-right-xsmall {
  padding-right: 15px !important;
}
.u-padding-right-small {
  padding-right: 30px !important;
}
.u-padding-right-medium {
  padding-right: 60px !important;
}
.u-padding-right-large {
  padding-right: 120px !important;
}
.u-padding-top-none {
  padding-top: 0 !important;
}
.u-padding-top-xsmall {
  padding-top: 15px !important;
}
.u-padding-top-small {
  padding-top: 30px !important;
}
.u-padding-top-medium {
  padding-top: 60px !important;
}
.u-padding-top-large {
  padding-top: 120px !important;
}
.u-padding-bottom-none {
  padding-bottom: 0 !important;
}
.u-padding-bottom-xsmall {
  padding-bottom: 15px !important;
}
.u-padding-bottom-small {
  padding-bottom: 30px !important;
}
.u-padding-bottom-medium {
  padding-bottom: 60px !important;
}
.u-padding-bottom-large {
  padding-bottom: 120px !important;
}
.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.u-padding-x-large {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-padding-y-large {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
/*
 * Margin
 *
 */
.u-margin-left-none {
  margin-left: 0 !important;
}
.u-margin-left-xsmall {
  margin-left: 15px !important;
}
.u-margin-left-small {
  margin-left: 30px !important;
}
.u-margin-left-medium {
  margin-left: 60px !important;
}
.u-margin-left-large {
  margin-left: 120px !important;
}
.u-margin-right-none {
  margin-right: 0 !important;
}
.u-margin-right-xsmall {
  margin-right: 15px !important;
}
.u-margin-right-small {
  margin-right: 30px !important;
}
.u-margin-right-medium {
  margin-right: 60px !important;
}
.u-margin-right-large {
  margin-right: 120px !important;
}
.u-margin-top-none {
  margin-top: 0 !important;
}
.u-margin-top-xsmall {
  margin-top: 15px !important;
}
.u-margin-top-small {
  margin-top: 30px !important;
}
.u-margin-top-medium {
  margin-top: 60px !important;
}
.u-margin-top-large {
  margin-top: 120px !important;
}
.u-margin-bottom-none {
  margin-bottom: 0 !important;
}
.u-margin-bottom-xsmall {
  margin-bottom: 15px !important;
}
.u-margin-bottom-small {
  margin-bottom: 30px !important;
}
.u-margin-bottom-medium {
  margin-bottom: 60px !important;
}
.u-margin-bottom-large {
  margin-bottom: 120px !important;
}
.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.u-margin-x-large {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-margin-y-large {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
/*
 * Lists
 *
 */
.u-list-reset {
  list-style-type: none;
  padding-left: 0;
}
/*
 * Media Query visibility
 *
 */
.u-visible-xs {
  display: block !important;
}
@media (min-width: 768px) {
  .u-visible-xs {
    display: none !important;
  }
}
.u-hidden-xs {
  display: none !important;
}
@media (min-width: 768px) {
  .u-hidden-xs {
    display: block !important;
  }
}
/*
 * Image shapes
 *
 */
.u-image-rounded {
  border-radius: 100%;
}
/**
 * Mixins
 *
 */
/* Font antialiased */
/**
 * October
 *
 */
.oc-wysiwyg {
  word-wrap: break-word;
}
.oc-wysiwyg > p:first-child {
  margin-top: 0;
}
.oc-wysiwyg a {
  text-decoration: underline;
  word-break: break-all;
}
.oc-wysiwyg p + ul {
  margin-top: 35px;
}
.oc-wysiwyg ul {
  list-style-type: none;
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
}
.oc-wysiwyg ul li {
  line-height: 1.25em;
  margin-bottom: 25px;
  font-size: 0.77778rem;
  padding-left: 18px;
  position: relative;
}
.oc-wysiwyg ul li:before {
  content: '';
  display: block;
  background-color: #eef2f6;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .3em;
  left: 0;
}
.oc-wysiwyg ul li li {
  color: #888;
  font-size: 0.72222rem;
  padding-left: 18px;
  margin-bottom: 12.5px;
}
.oc-wysiwyg ul li li:before {
  content: none;
}
.oc-wysiwyg ul li li ul {
  margin-top: 12.5px;
}
.oc-column-list ul {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .oc-column-list ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (min-width: 992px) {
  .oc-column-list ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.oc-column-list ul li {
  display: block;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  line-height: 1.35em;
  margin-bottom: 25px;
}
.oc-column-list ul ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin-top: 25px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
/*
 * Firefox fix
 */
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .oc-column-list ul {
      -moz-column-count: 2;
           column-count: 2;
    }
  }
}
/*
 * Objects
 *
 */
/**
 * Embed container
 *
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * Grid
 *
 */
.container-fluid {
  max-width: 1520px;
}
.container-fluid--narrow {
  max-width: 960px;
}
@media (max-width: 767px) {
  .container-fluid--no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 * Components
 *
 */
/**
 * Alert
 *
 */
.alert {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 47, 47, 0.52);
  padding-top: 15px;
  padding-bottom: 15px;
}
.alert__content p:first-child {
  margin-top: 0;
}
/**
 * Back To Top
 *
 */
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity .12s ease;
  transition: opacity .12s ease;
  visibility: hidden;
}
.button.back-to-top__button {
  border-radius: 0;
  padding-right: 2.8em;
  background: rgba(255, 255, 255, 0.95);
  color: #35312c;
  border: 1px currentColor solid;
}
.button.back-to-top__button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 18px;
}
.back-to-top--is-visible {
  opacity: 1;
  visibility: visible;
}
/**
 * Button
 *
 */
.button {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  padding: 1em 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}
.button:active,
.button:focus,
.button:hover {
  text-decoration: none;
}
a.button {
  text-decoration: none;
}
.button--primary {
  background-color: #211e1b;
  background-image: linear-gradient(345deg, #8cabd0 0%, #7b9abe 100%);
  color: #fff;
}
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  color: #fff;
}
.button--secondary {
  background: #69331F;
  color: #fff;
}
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover {
  color: #fff;
}
.button--large {
  font-size: 1.25em;
}
.button--small {
  font-size: .75em;
}
.button--link {
  background-color: transparent;
  color: currentColor;
}
/**
 * Content Block
 *
 */
.content-block {
  position: relative;
}
.content-block__title {
  position: relative;
  border-bottom: 1px #dbdcdc solid;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .content-block__title {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .content-block__title:after {
    content: '';
    display: inline-block;
    border-bottom: 1px #dbdcdc solid;
    width: 100%;
    margin-left: 45px;
    padding-top: 8px;
  }
}
.content-block__block {
  padding: 20px;
}
.content-block__block a {
  word-wrap: break-word;
}
/**
 * Diamond Grid
 * Modified version of https://codepen.io/anon/pen/yyWvOX
 *
 */
.diamond-grid-wrapper {
  overflow: hidden;
}
.diamond-grid {
  overflow: hidden;
  position: relative;
}
.diamond-grid:before,
.diamond-grid:after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 4.88155365%;
}
.diamond-grid__item:nth-child(1),
.diamond-grid__item:nth-child(2),
.diamond-grid__item:nth-child(3) {
  margin-top: 0;
}
.diamond-grid__item:nth-child(5n+1),
.diamond-grid__item:nth-child(1),
.diamond-grid__item:nth-child(2),
.diamond-grid__item:nth-child(3) {
  position: relative;
}
.diamond-grid__item:nth-child(5n+1):before,
.diamond-grid__item:nth-child(1):before,
.diamond-grid__item:nth-child(2):before,
.diamond-grid__item:nth-child(3):before {
  content: '';
  width: 98%;
  height: 98%;
  background-color: currentColor;
  position: absolute;
  top: 1%;
  left: -99%;
}
.diamond-grid__item:nth-child(5n+1):before {
  left: -98.5%;
}
.diamond-grid__item:nth-child(5n+3):after {
  content: '';
  width: 98%;
  height: 98%;
  background-color: currentColor;
  position: absolute;
  top: -99%;
  left: 1%;
}
.diamond-grid__item:nth-child(5n+4),
.diamond-grid__item:nth-child(5n+5) {
  margin-top: -6.90355937%;
}
.diamond-grid__item:nth-child(5n+4) {
  margin-left: 21.54822031%;
}
.diamond-grid__item:nth-child(5n+6) {
  clear: left;
}
.diamond-grid__item {
  color: #fff;
  float: left;
  width: 23.57022604%;
  margin: -6.90355937% 4.88155365% 0;
  padding-bottom: 23.57022604%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.diamond-grid__item:before,
.diamond-grid__item:after {
  pointer-events: none;
  opacity: .2;
}
.diamond-grid__inner {
  position: absolute;
  top: 1%;
  left: 1%;
  right: 1%;
  bottom: 1%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.diamond-grid__inner--border {
  border: 1px currentColor solid;
}
.diamond-grid__inner--border-forced {
  border: 1px #35312c solid;
}
.diamond-grid__content,
.diamond-grid__image {
  position: absolute;
  top: -1%;
  left: -1%;
  bottom: -1%;
  right: -1%;
  width: 141.42135624%;
  height: 141.42135624%;
  -webkit-transform: translate(-14.14213562%, -14.14213562%) rotate(-45deg);
          transform: translate(-14.14213562%, -14.14213562%) rotate(-45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  max-width: none;
  overflow: hidden;
}
.diamond-grid__image img {
  opacity: .1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 141.42135624%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.diamond-grid__image img.is-loaded,
.diamond-grid__image img.loaded {
  opacity: 1;
}
.diamond-grid__inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: .2;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}
.diamond-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.diamond-grid__content--instagram {
  font-family: 'Playfair Display', serif;
  font-size: 0.88889rem;
}
@media (min-width: 992px) {
  .diamond-grid__content--instagram {
    font-size: 1.22222rem;
  }
}
.diamond-grid__content--instagram img {
  width: 30px;
}
@media (min-width: 500px) {
  .diamond-grid__content--instagram img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .diamond-grid__content--instagram img {
    width: auto;
    max-width: 46px;
  }
}
.diamond-grid__content--instagram span {
  display: none;
  margin-top: 12px;
  color: #35312c;
}
@media (min-width: 768px) {
  .diamond-grid__content--instagram span {
    display: block;
  }
}
/*
 * Full page grid
 *
 */
.diamond-grid--full {
  width: 134%;
  max-width: none;
  margin: -17% -17% 0 -17%;
}
.diamond-grid--full:before,
.diamond-grid--full:after {
  padding-bottom: 3.66116524%;
}
.diamond-grid--full .diamond-grid__item {
  margin-top: inherit;
  margin-left: inherit;
  clear: inherit;
}
.diamond-grid--full .diamond-grid__item:before,
.diamond-grid--full .diamond-grid__item:after {
  content: none;
}
.diamond-grid--full .diamond-grid__item:nth-child(1),
.diamond-grid--full .diamond-grid__item:nth-child(2),
.diamond-grid--full .diamond-grid__item:nth-child(3),
.diamond-grid--full .diamond-grid__item:nth-child(4) {
  margin-top: 0;
}
.diamond-grid--full .diamond-grid__item:nth-child(4n+5),
.diamond-grid--full .diamond-grid__item:nth-child(4n+6) {
  margin-top: -5.17766953%;
}
.diamond-grid--full .diamond-grid__item:nth-child(7n+5) {
  margin-left: 16.16116524%;
}
.diamond-grid--full .diamond-grid__item:nth-child(7n+8) {
  clear: left;
}
.diamond-grid--full .diamond-grid__item {
  float: left;
  width: 17.67766953%;
  margin: -5.17766953% 3.66116524% 0;
  padding-bottom: 17.67766953%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*
 * Overlay
 *
 */
.diamond-grid__overlay {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -1%;
  left: -1%;
  width: 141.42135624%;
  height: 141.42135624%;
  -webkit-transform: translate(-14.14213562%, -14.14213562%) rotate(-45deg);
          transform: translate(-14.14213562%, -14.14213562%) rotate(-45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: opacity 0.15s ease-out 0s;
  transition: opacity 0.15s ease-out 0s;
  max-width: none;
  z-index: 2;
  text-align: center;
  padding: 6vw;
  opacity: 0;
  color: #35312c;
}
@media (min-width: 768px) {
  .diamond-grid__item:hover .diamond-grid__overlay {
    opacity: 1;
  }
}
.diamond-grid__title {
  font-size: 1.11111rem;
  width: 100%;
}
@media (min-width: 992px) {
  .diamond-grid__title {
    font-size: 1.44444rem;
  }
}
.diamond-grid__play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 51%;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 28px;
  border-color: transparent transparent transparent #fff;
  opacity: .6;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}
@media (min-width: 768px) {
  .diamond-grid__play:after {
    border-width: 25px 0 25px 45px;
  }
}
@media (min-width: 768px) {
  .diamond-grid__item:hover .diamond-grid__play {
    opacity: 0;
  }
}
/**
 * Filter Dropdown
 *
 */
.filter-dropdown {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 501px) {
  .filter-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.filter-dropdown__item {
  position: relative;
  letter-spacing: .05em;
  margin-bottom: 5px;
}
@media (max-width: 501px) {
  .filter-dropdown__item {
    width: 100%;
    text-align: center;
  }
}
.filter-dropdown__item span {
  font-size: 0.72222rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
.filter-dropdown__item span:hover {
  cursor: pointer;
}
.filter-dropdown__item span:after {
  font-family: 'fontello';
  display: inline-block;
  content: '\e800';
  margin-left: 5px;
}
.filter-dropdown__dropdown {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 24px 87px rgba(1, 1, 1, 0.24);
          box-shadow: 0 24px 87px rgba(1, 1, 1, 0.24);
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  left: 50%;
  right: 0;
  width: 100%;
  min-width: 150px;
  max-width: 350px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  display: none;
  padding: 25px 15px;
  max-height: 400px;
  overflow-y: auto;
}
.filter-dropdown__dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.filter-dropdown__dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.filter-dropdown__dropdown::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
@media (max-width: 501px) {
  .filter-dropdown__dropdown {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .filter-dropdown__dropdown {
    min-width: 250px;
  }
}
.touchevents .filter-dropdown__item.hover .filter-dropdown__dropdown,
.no-touchevents .filter-dropdown__item:hover .filter-dropdown__dropdown {
  opacity: 1;
  display: block;
}
.filter-dropdown__dropdown__item.filter__item {
  font-size: 0.72222rem;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter-dropdown__dropdown__item.filter__item {
    font-size: 0.83333rem;
  }
}
.filter-dropdown__dropdown__item.filter__item:last-child {
  margin-bottom: 0;
}
.filter-dropdown__dropdown__item.filter__item a {
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}
.filter-dropdown__dropdown__item.filter__item a:active,
.filter-dropdown__dropdown__item.filter__item a:focus,
.filter-dropdown__dropdown__item.filter__item a:hover {
  text-decoration: none;
}
.filter-dropdown__dropdown__item.filter__item--is-active a,
.filter-dropdown__dropdown__item a:hover {
  color: #79BDE8;
}
.filter-dropdown__dropdown__item a {
  word-wrap: break-word;
}
/**
 * Filter
 *
 */
.filter {
  list-style-type: none;
  padding-left: 0;
}
.filter__item {
  font-size: 0.88889rem;
  margin-bottom: 12px;
}
.filter__item a {
  text-decoration: none;
}
.filter__item a:hover,
.filter__item--is-active a {
  color: #79BDE8;
}
/**
 * Form Group
 *
 */
.form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-group--inline {
    display: inline-block;
  }
}
/**
 * Form Checkbox
 *
 */
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  position: relative;
  top: -1px;
}
.form-checkbox + .form-checkbox {
  display: block;
}
/**
 * Form Control
 *
 */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fefefe;
  border: 1px #ddd solid;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  padding: 10px 15px;
  width: 100%;
  /*
   * Select element fix
   * Makes the element look more consistent across browsers
   *
   */
}
.form-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-control:-moz-placeholder {
  color: #c2c2c2;
}
.form-control::-moz-placeholder {
  color: #c2c2c2;
}
.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-control.has-error {
  border-color: #bf5a5a;
}
select.form-control {
  background-color: #fefefe;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}
select.form-control option[disabled] {
  color: #ccc;
}
textarea.form-control {
  min-height: 200px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select.form-control {
    background-image: none;
  }
  /* IE11 */
}
/**
 * Form Info
 *
 */
.form-info {
  display: block;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72222rem;
  margin-top: 4px;
}
/**
 * Form Label
 *
 */
.form-label {
  margin-bottom: 5px;
  display: block;
}
/**
 * Form Switcher
 *
 */
.form-switcher {
  display: none;
}
.form-switcher--is-active {
  display: block;
}
/**
 * Gallery Info
 *
 */
.gallery-info {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.gallery-info__venues {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 0.66667rem;
  width: 100%;
}
@media (min-width: 992px) {
  .gallery-info__venues {
    font-size: 0.77778rem;
  }
}
.gallery-info__location {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.66667rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 992px) {
  .gallery-info__location {
    font-size: 0.77778rem;
  }
}
.gallery-info__description {
  color: #b1b1b1;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.77778rem;
  font-style: italic;
  margin: 40px auto 20px;
}
.gallery-info__back {
  font-family: 'Playfair Display', serif;
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-info__back {
    margin-top: 0;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .gallery-info:hover .gallery-info__back {
    opacity: 1;
  }
}
/**
 * Instagram Feed
 *
 */
.instagram-feed .diamond-grid__item,
.instagram-feed--loading .diamond-grid__item {
  opacity: 0;
}
.instagram-feed--loading {
  position: relative;
}
.instagram-feed--loading:before {
  display: block;
  content: 'Loading...';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.diamond-grid--full.instagram-feed--loading:before {
  margin-top: 17%;
}
.instagram-feed--done .diamond-grid__item {
  opacity: 1;
}
/**
 * Masonery
 *
 */
.masonery-list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (min-width: 768px) {
  .masonery-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (min-width: 992px) {
  .masonery-list {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}
.masonery-list__item {
  display: block;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  position: relative;
  overflow: hidden;
  margin: 0 .25rem 1rem;
  text-align: center;
}
.masonery-list__item a {
  display: inline-block;
}
.masonery-list__item img {
  display: block;
  margin: 0 auto;
}
/**
 * Package List
 *
 */
.package-list {
  position: relative;
  padding: 30px 0 50px;
}
.package-list:before,
.package-list:after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 4.88155365%;
}
@media (min-width: 768px) {
  .package-list {
    padding: 190px 0 150px 0;
  }
}
@media (min-width: 992px) {
  .package-list {
    padding: 200px 0 170px 0;
  }
}
@media (min-width: 1200px) {
  .package-list {
    padding: 290px 0 170px 0;
  }
}
@media (max-width: 1688px) {
  .package-list {
    overflow: hidden;
  }
}
.package-list__item {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .package-list__item {
    display: table;
    border: 1px #35312c solid;
    width: 23.57022604%;
    height: 23.57022604%;
    margin: -6.90355937% 4.88155365% 0;
    padding-bottom: 23.57022604%;
    -webkit-transform: rotate(45deg) scale(0.9);
            transform: rotate(45deg) scale(0.9);
  }
}
.package-list__item:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .package-list__item--is-active,
  .package-list__item:hover {
    background: linear-gradient(345deg, #a5bfdf, #7b9abe);
    background-size: 100% 100%;
    background-position: 50% 50%;
    border: 1px transparent solid;
  }
  .package-list__item--is-active .package-list__inner,
  .package-list__item:hover .package-list__inner {
    color: #f5f4f4;
  }
}
.package-list__item:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.package-list__item--is-active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.package-list__item:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .package-list__item--is-active {
    z-index: 1;
    position: relative;
    -webkit-transform: rotate(45deg) scale(1.2);
            transform: rotate(45deg) scale(1.2);
  }
}
@media (max-width: 767px) {
  .package-list__item:hover {
    background-clip: padding-box;
    background-color: #edf1f5;
    background-image: linear-gradient(345deg, #a5bfdf 0%, #7b9abe 100%);
  }
  .package-list__item:hover .package-list__inner {
    color: #f5f4f4;
  }
}
.package-list__title {
  font-size: 1.77778rem;
}
@media (min-width: 768px) {
  .package-list__title {
    font-size: 1.55556rem;
  }
}
@media (min-width: 992px) {
  .package-list__title {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .package-list__title {
    font-size: 2.33333rem;
  }
}
.package-list__content {
  font-size: 0.83333rem;
}
.package-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .package-list__inner {
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 1%;
    left: 1%;
    right: 1%;
    bottom: 1%;
    overflow: hidden;
  }
}
.package-list__button {
  color: #f5f4f4;
  font-size: 0.72222rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .package-list__button {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    display: block;
    font-size: 0.66667rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .package-list__button {
    bottom: 20px;
    font-size: 0.72222rem;
  }
}
.package-list__item--is-active .package-list__button,
.package-list__item:hover .package-list__button {
  opacity: 1;
}
@media (min-width: 768px) {
  .package-list__item--is-active .package-list__button,
  .package-list__item:hover .package-list__button {
    display: block;
  }
}
/**
 * Page Content
 *
 */
/**
 * Page Sidebar
 *
 */
/**
 * Page Title
 *
 */
.page-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.77778rem;
  font-weight: normal;
  line-height: 1.15em;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 3.05556rem;
  }
}
.page-title--small {
  font-size: 1.77778rem;
}
@media (min-width: 992px) {
  .page-title--small {
    font-size: 2.22222rem;
  }
}
/**
 * Post List
 *
 */
.post-list {
  list-style-type: none;
  padding-left: 0;
}
.post-list__item {
  margin-bottom: 50px;
}
/**
 * Post
 *
 */
.post__title {
  font-size: 1.22222rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .post__title {
    font-size: 1.77778rem;
  }
}
.post__title a {
  text-decoration: none;
}
.post__meta {
  color: #888;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 0.66667rem;
}
.post__meta a {
  text-decoration: underline;
}
/**
 * Section Title
 *
 */
.section-title {
  border-bottom: 1px currentColor solid;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
/**
 * Socialmedia List
 *
 */
.socialmedia-list {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 0 auto;
}
.socialmedia-list__item {
  display: inline-block;
  font-size: 1.16667rem;
}
/**
 * Table
 *
 */
/**
 * Testimonial
 *
 */
.testimonial {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px #efefef solid;
  color: #888;
  font-size: 1rem;
  line-height: 1.25em;
  font-style: italic;
  max-width: 700px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .testimonial {
    font-size: 1.16667rem;
  }
}
.testimonial:first-child {
  padding-top: 0;
}
.testimonial:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
/*
 * Blocks
 *
 */
/**
 * Header
 *
 */
.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.header__logo {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 35px 0 0;
}
@media (min-width: 768px) {
  .header__logo {
    padding: 45px 0;
  }
}
/**
 * Footer
 *
 */
.footer {
  background-color: #fff;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.61111rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 75px 0;
}
@media (min-width: 768px) {
  .footer {
    font-size: 0.72222rem;
    line-height: 2em;
  }
}
.footer a {
  color: #888;
}
.footer__copyright {
  font-size: 0.5rem;
  font-weight: 700;
}
/**
 * Nav
 *
 */
.nav {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .nav {
    position: relative;
  }
}
.is-sticky .nav {
  background-color: transparent;
}
@media (min-width: 768px) {
  .is-sticky .nav {
    background-color: rgba(255, 255, 255, 0.96);
  }
}
/*
 * Nav toggle
 *
 */
.nav-toggle-wrapper {
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
}
@media (min-width: 768px) {
  .nav-toggle-wrapper {
    display: none;
  }
}
.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
  text-decoration: none;
}
.nav-toggle__menu {
  text-transform: uppercase;
}
.nav-toggle__menu,
.nav-toggle__icon {
  display: inline-block;
}
.nav-toggle__icon {
  position: relative;
  top: 2px;
  padding: 0 4px;
}
.nav-toggle__icon__bar {
  background-color: #35312c;
  display: block;
  height: 3px;
  width: 16px;
  margin-bottom: 2px;
}
.nav-toggle--close {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 1.77778rem;
  padding: 0 15px;
  display: none;
}
.nav-is-open .nav-toggle--close {
  display: block;
}
@media (min-width: 768px) {
  .nav-is-open .nav-toggle--close {
    display: none;
  }
}
/*
 * Nav collapse
 *
 */
.nav-collapse {
  clear: both;
  max-height: 0;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-collapse {
    max-height: none;
    overflow: visible;
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .nav-collapse.nav-is-open {
    max-height: initial;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.97);
    padding: 50px 0;
    z-index: 99999;
    overflow-y: auto;
  }
}
@media (max-width: 900px) {
  body.nav-is-open {
    overflow: hidden;
  }
}
/*
 * Nav section
 *
 */
.nav-section {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nav-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav-section__item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-section__item {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-section__item {
    padding: 0 15px;
  }
}
.nav-section__item > a {
  display: inline-block;
  border-bottom: 1px transparent solid;
  color: #35312c;
  font-family: 'Playfair Display', serif;
  font-size: 0.88889rem;
  font-weight: 500;
  line-height: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color .12s ease;
  transition: color .12s ease;
  text-decoration: none;
}
.nav-section__item:hover > a,
.nav-section__item--is-active > a {
  border-bottom: 1px currentColor solid;
}
/*
 * Nav dropdown
 *
 */
.nav-dropdown {
  list-style-type: none;
  padding-left: 0;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-dropdown {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.96);
            transform: translateX(-50%) scale(0.96);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    width: auto;
    margin: -10px auto 0;
    padding: 8px 18px;
    -webkit-transition: all .16s ease;
    transition: all .16s ease;
  }
  .nav-section__item.hover .nav-dropdown,
  .nav-section__item:hover .nav-dropdown {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.nav-dropdown__item > a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 0.72222rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1em;
  color: #35312c;
}
/**
 * Main
 *
 */
.main {
  background-color: #f9f9f9;
  /*
   * Set a base background for 1x environments.
   */
  background: url('../images/layouts/worn-dots.png') ;
  background-size: 200px 200px;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  padding-bottom: 50px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .main {
    background: url(../images/layouts/worn-dots@2x.png) ;
    background-size: 200px 200px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .main {
    background: url(../images/layouts/worn-dots@2x.png) ;
    background-size: 200px 200px;
  }
}
/*
 * Layouts
 *
 */
/**
 * Home
 *
 */
.home-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
