/**
 * 01 VARIABLES
 */
/**
 * 02 MIXINS
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #dbc793;
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  color: #d0b15f;
  outline: 0;
  text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  min-width: 65%;
  border-collapse: collapse;
  border-spacing: 0; }

table, th, td {
   border-bottom: 1px dotted #e7d1ba;
   padding: 8px 5px;
}

/**
 * Layout
 */
.content-module {
  overflow: hidden; }

.content-wrapper {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 3.125rem 1.25rem; }
  @media (min-width: 48rem) {
    .content-wrapper {
      padding: 6.5625rem 3.75rem; } }
  @media (min-width: 64rem) {
    .content-wrapper {
      padding: 6.5625rem 5.625rem; } }
.content-wrapper.gallerybox {
  padding-bottom: 3.12em !important
}

.content-wrapper--overview {
  padding-top: 2.5rem; }
  @media (min-width: 48rem) {
    .content-wrapper--overview {
      padding-top: 6.5625rem; } }

.content-wrapper--footer {
  padding: 1.875rem 1.25rem 0; }
  @media (min-width: 48rem) {
    .content-wrapper--footer {
      padding: 6.5625rem 3.75rem 0; } }
  @media (min-width: 64rem) {
    .content-wrapper--footer {
      padding: 6.5625rem 5.625rem 0; } }

.main-nav--wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
  overflow: hidden; 
  margin-top:7px;}

.gallery {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  /*background-color: #fff;*/
   }
  @media (min-width: 48rem) {
    .gallery {
      width: 100%;
      float: left; } }

.gallery--item {
  float: left;
  width: 25%; }
  .gallery--item img {
    border: solid 1px #fff;
    width: 100%; }

.footer__register {
  max-width: 640px;
    width: 44%;
    display: inline-block;
    float: left;
    padding: 0 3%; }
  @media (min-width: 87.5rem) {
    .footer__register {
      float: left;
      width: 44%; } }
  @media (max-width: 1024px) {
    .footer__register {
      width: 100%;
      padding: 25px 0;
      float: none;
    } }

.footer__form {
  max-width: 640px;
    width: 44%;
    display: inline-block;
    float: left;
    padding: 0 3%;}
  @media (min-width: 87.5rem) {
    .footer__form {
      float: right;
      width: 44%; } }
  @media (max-width: 1024px) {
    .footer__form {
      width: 100%;
      padding: 0;
      float: none;
    } }


/* --------------------------------------------------------------------------
   Images
*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

/* --------------------------------------------------------------------------
   Flexslider
*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  background: #003055;
  position: relative; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  display: none; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 3; }

.hero .flex-control-nav {
  bottom: 20px; }
  @media (min-width: 48rem) {
    .hero .flex-control-nav {
      bottom: 50px; } }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px; }
  @media (min-width: 48rem) {
    .flex-control-paging li a {
      width: 8px;
      height: 8px; } }

.flex-control-paging li a:hover {
  background: #003055; }

.flex-control-paging li a.flex-active {
  background: #003055;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* --------------------------------------------------------------------------
   Typography
*/
body {
  font-family: "Quicksand", Arial, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.hero__tagline {
  font-family:'Libre Baskerville';
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .hero__tagline {
      font-size: 24px;
      font-size: 1.0rem;
    letter-spacing: 5px; } }

.main-title {
  font-family: 'Raleway';
  font-weight:300;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 48rem) {
    .main-title {
      font-size: 28px; } }

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

.main-title--white:after {
  content: url(../img/dash-white.png);
  display: block; }

.main-title--blue {
  color: #003055; }
  .main-title--blue:after {
    content: url(../img/dash-blue.png);
    display: block; }

.main-title--no-margin {
  margin-bottom: 0; }

.main-copy {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 48rem) {
    .main-copy {
      font-size: 24px;
      font-size: 1.5rem; } }

.main-copy__footer {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48rem) {
    .main-copy__footer {
      font-size: 24px;
      font-size: 1.5rem; } }

.main-copy--blue {
  color: #003055; }

p { color: #e7d1ba; }

.copyright { font-family: 'Libre Baskerville'; font-size:9px; letter-spacing:2px; text-transform:uppercase; line-height: 2.2em; }

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

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.copyright { font-size:7px; letter-spacing:0; text-transform:uppercase; padding:25px 0 15px; }
.main-nav--wrapper {margin: 3px 0;}
}

/* --------------------------------------------------------------------------
   Icons & Logos
*/

.main-logo {
    max-height: 320px;
}

.icon-menu {
  width: 16px;
  height: 8px;
  padding-right: 5px;
  fill: #DEB687; }
  @media (min-width: 48rem) {
    .icon-menu {
      padding-right: 5px;
      width: 24px;
      height: 12px; } }

.icon-close {
  width: 19px;
  height: 19px;
  fill: #DEB687; }

.icon-arrow-down {
  width: 17px;
  height: 7px;
  fill: #DEB687; }
  @media (min-width: 48rem) {
    .icon-arrow-down {
      padding-left: 5px;
      width: 25px;
      height: 12px; } }

/**
 * Site Modules
 */
.site {
  background-color: #5c289e;
  color: #DEB687; }

.hero__title {
  position: absolute;
  z-index: 100;
  top: 46px;
  left: 0;
  right: 0;
  text-align: center; }
  @media (min-width: 48rem) {
    .hero__title {
      top: 63px; } }

.hero__tagline {
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 35px;
  text-align: center; 
  color:#fff; }
  .hero__tagline span {
    display: block;
	color:#fff; }
    @media (min-width: 48rem) {
      .hero__tagline span {
        display: inline; } }
  @media (min-width: 48rem) {
    .hero__tagline {
      bottom: 80px; } }

.slide-first {
  background: url(../img/home-01.jpg) no-repeat center center;
  background-size: cover; }

.slide-second {
  background: url(../img/home-02.jpg) no-repeat center center;
  background-size: cover; }

.slide-third {
  background: url(../img/home-03.jpg) no-repeat center center;
  background-size: cover; }

.slideshow-base {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background: url(../img/slideshow-base-sm.png) no-repeat center top;
  height: 20px; }
  @media (min-width: 48rem) {
    .slideshow-base {
      background: url(../img/slideshow-base-lg.png) no-repeat center top;
      height: 40px; } }

.section-bg {
    width: 100%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.lightblue {
  background-color: #6c3baa;
  text-align: center; }

.slideshow-item {
  background-size: cover; }
  @media (min-width: 64rem) {
    .slideshow-item {
      height: 772px; } }
  @media (min-width: 87.5rem) {
    .slideshow-item {
      height: 900px; } }

/* --------------------------------------------------------------------------
   Menus
*/
.main-nav {
	height:40px;
  background-color: #6C3BAA;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200; }

.main-nav--wrapper p {
  margin: 0;
  text-transform: uppercase;
  font-family: "Libre Baskerville", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media (min-width: 48rem) {
    .main-nav--wrapper p {
      font-size: 14px; } }

.main-nav__menu {
  float: left; }

.main-nav__register {
  float: right;
   }

.main-nav__menu, .main-nav__register {
  padding: 0.625rem 0;
  color:#DEB687; }
  @media (min-width: 48rem) {
    .main-nav__menu, .main-nav__register {
      padding: 0.3125rem 0; } }
  @media (min-width: 64rem) {
    .main-nav__menu, .main-nav__register {
      padding: 0.3125rem 0; } }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(86, 33, 153, 0.88); }

#menu-overlay {
  display: none; }

.main-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-menu a {
    color: #DEB687;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-family: "Libre Baskerville", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 15px;
    padding: 0.625rem 0; }
    @media (min-width: 48rem) {
      .main-menu a {
        font-size: 16px;
        padding: 10px 0; } }
  .main-menu:before, .main-menu:after {
    content: url(../img/vertical-line--xs.png);
    display: inline-block; }
    @media (min-width: 48rem) {
      .main-menu:before, .main-menu:after {
        content: url(../img/vertical-line--sm.png); } }
    @media (min-width: 87.5rem) {
      .main-menu:before, .main-menu:after {
        content: url(../img/vertical-line--lg.png); } }
  .main-menu:before {
    padding-bottom: 0.625rem; }
  .main-menu:after {
    padding-top: 1.25rem; }

#form-overlay {
  display: none; }
  
  #video-overlay {
  display: none; }

#menu-open, #form-open {
  cursor: pointer; }

#menu-close, .form-close, #legal-close, #video-close {
  position:relative;
  cursor: pointer;
  padding: 1.25rem;
  height:20px;
  z-index:10000;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
}

.footer__link {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0.625rem 1.25rem 1.875rem; }
  @media (min-width: 48rem) {
    .footer__link {
      padding-left: 3.75rem;
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 64rem) {
    .footer__link {
      padding-left: 5.625rem; } }
  @media (min-width: 87.5rem) {
    .footer__link {
      text-align: center; } }
  .footer__link li {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-size: 0.6875rem; }
    @media (min-width: 35rem) {
      .footer__link li {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media (min-width: 48rem) {
      .footer__link li {
        font-size: 16px;
        font-size: 1rem; } }

/* --------------------------------------------------------------------------
   Forms
*/
.form-group {
  border-bottom: 1px solid #DEB687;
  padding: 0.625rem 0 0.15625rem;
  text-align: left; }
  .form-group p {
    margin: 0; }
.form-group label, .form-group select  {
	color:#DEB687;
}
.form-group--btn {
  margin-top: 1.875rem; }

.form-group--btn-header {
  text-align: center; }

.form--error, .form-group .error {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-transform: none; }

.form-group--result {
  padding: 1.25rem 0; }

.hide-form {
  display: none; }

.form__header {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 35rem) {
    .form__header {
      padding: 0 2.5rem; } }
  @media (min-width: 48rem) {
    .form__header {
      left: 50%;
      right: auto;
      padding: 0;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); } }
  .form__header:before, .form__header:after {
    content: url(../img/vertical-line--xs.png);
    display: inline-block; }
    @media (min-width: 48rem) {
      .form__header:before, .form__header:after {
        content: url(../img/vertical-line--sm.png); } }
    @media (min-width: 87.5rem) {
      .form__header:before, .form__header:after {
        content: url(../img/vertical-line--lg.png); } }
  .form__header:before {
    padding-bottom: 0.625rem; }

/* --------------------------------------------------------------------------
   Buttons
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #DEB687;
  border-radius: 0px;
  background: transparent;
  box-shadow: 0;
  color: #DEB687;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.625rem;
  text-shadow: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #fff;
    box-shadow: 0; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #fff;
    box-shadow: 0; }

.btn-dark {
	cursor: pointer;
    margin-top: 10px;
	padding: 12px 25px;
	display: inline-block;
	background: #3e1077;
	letter-spacing: 2px;
	font-weight: 400;
	color: #e7d1ba;
	font-size: 10px;
	line-height:12px;
	border:1px solid #deb687;
    text-transform: uppercase;
	outline: none;
	position: relative;
	overflow:hidden;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.btn-dark:hover {
	background: #fff;
	color: #003055;
    font-weight: 400;
    border: 1px solid #fff;
}

#banners { margin-bottom: 20px; }

/* --------------------------------------------------------------------------
   Fields
*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0px;
  width: 95%;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 48rem) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 350px;
      font-size: 17px;
      font-size: 1.0625rem; } }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    color: #fff;
    outline: 0; }

label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 48rem) {
    label {
      font-size: 17px;
      font-size: 1.0625rem; } }

select {
  padding: 0.5rem 0.5rem 0.5rem 0;
  border: 0;
  margin: 0;
  font-family: "Libre Baskerville", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: normal;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #DEB687"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
  font-size: 12px;
  font-size: 0.75rem; }
  select:focus {
    color: #DEB687;
    outline: 0; }
  @media (min-width: 48rem) {
    select {
      font-size: 17px;
      font-size: 1.0625rem; } }

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.tac { 
  text-align: center;
}

.vip img {
  -webkit-filter: blur(2px) grayscale(1) !important;
  filter: blur(2px) grayscale(1) !important;
}

div, p, span, button, a, textarea, input, select { outline: none;}


.albumbox {
  margin: 0px auto;
  left:0px;
  right: 0px;
}

.albumbox img {
  /*margin: 0 2% 2% 0%;*/
  /*width: 22%;*/
  padding: 0;
  /*float: left;*/
  /*border: 2px solid #DEB687;*/
    /*border-radius: 10px;*/;
}

.albumbox img:hover{
  opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.albumbox li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.album { 
  display: inline-block;
  min-width: 100px;
  max-width: 150px;
  width: 23%;
  text-align: center;
  padding: 0 15px 30px 0;
  /*float: left;*/
}

.album img {     
    max-width: 100%;
    border: 2px solid #333;
    /*border-radius: 10px;*/
    border-color: #DEB687;
}
.album a { text-decoration: none; }
.album a span{ text-transform: uppercase; font-size: 11px; color:#fff;}
.album a:hover span { color: #DEB687;}

ul { padding-inline-start: 0px; }

li { list-style-position: inside; }

@media (max-width: 480px) {
    
.main-logo {
    max-height: 240px;
}
    
}