/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * @license
 * INFORMATION
*/
@font-face {
  font-family: 'League Spartan';
  src: url(../fonts/leaguespartan-bold.eot);
  src: url(../fonts/leaguespartan-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/leaguespartan-bold.woff2) format("woff2"), url(../fonts/leaguespartan-bold.woff) format("woff"), url(../fonts/leaguespartan-bold.ttf) format("truetype"), url(../fonts/leaguespartan-bold.otf) format("opentype");
  font-style: normal;
  font-weight: 100; }

html {
  font-size: 18px; }
  @media (max-width: 1700px) {
    html {
      font-size: 17px; } }
  @media (max-width: 1280px) {
    html {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, span {
  font-family: "League Spartan", Helvetica, sans-serif; }

h1 {
  font-size: 3rem;
  line-height: 5.5rem;
  font-weight: 100; }

h2 {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 100; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.25rem;
      line-height: 2.5rem; } }

p {
  font-family: "Merriweather", Helvetica, sans-serif;
  margin: 1rem 0;
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 2.5rem; }
  @media (max-width: 767px) {
    p {
      font-size: 1rem;
      line-height: 1.8rem; } }

em, .ital {
  font-style: italic; }

ul {
  margin: 1rem 0; }

strong {
  font-weight: 700; }

a {
  text-decoration: none;
  color: inherit;
  font-size: .9rem;
  letter-spacing: .5px; }

section a {
  font-family: "League Spartan", Helvetica, sans-serif;
  color: #2e3c4d;
  text-transform: uppercase; }

span {
  font-size: .8rem;
  letter-spacing: 2px; }

div#wrapper {
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.loaded div#wrapper {
  opacity: 1; }

i.icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  -moz-transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1);
  -o-transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1);
  -webkit-transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1);
  transition: 0.6s cubic-bezier(0.28, 0, 0.18, 1); }
  i.icon.fb {
    background-image: url(../images/ui/icon-facebook-black.svg); }
    i.icon.fb.white {
      background-image: url(../images/ui/icon-facebook-white.svg); }
  i.icon.ig {
    background-image: url(../images/ui/icon-instagram-black.svg); }
  i.icon.tw {
    background-image: url(../images/ui/icon-twitter-black.svg); }
    i.icon.tw.white {
      background-image: url(../images/ui/icon-twitter-white.svg); }
  i.icon.email {
    background-image: url(../images/ui/icon-envelope-black.svg); }
    i.icon.email.white {
      background-image: url(../images/ui/icon-envelope-white.svg); }
  i.icon.smaller {
    width: 18px;
    height: 18px; }
  i.icon.small {
    width: 25px;
    height: 25px; }
  i.icon.large {
    width: 90px;
    height: 90px; }

.button {
  padding: 20px 35px;
  border: 4px solid white; }

input, textarea {
  padding: 10px 15px;
  border: 4px solid white;
  background: rgba(255, 255, 255, 0.4);
  color: white;
  font-family: "Merriweather", Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  display: block;
  margin: 15px auto 30px auto; }

input::-webkit-input-placeholder {
  color: white !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: white !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important; }

input:-ms-input-placeholder {
  color: white !important; }

input[type=submit] {
  background: white;
  color: #2e3c4d;
  width: 100px; }
  input[type=submit]:hover {
    cursor: pointer; }

input[type=checkbox] {
  width: 10%;
  display: inline-block; }

.wpcf7-list-item-label {
  font-family: "Merriweather", Helvetica, sans-serif;
  font-size: 1rem; }

form {
  margin: 0 auto;
  display: block; }
  form span.wpcf7-not-valid-tip {
    position: relative;
    top: -15px; }

.wpcf7-form p {
  margin: 0 auto 30px auto !important; }

.wpcf7-validation-errors {
  display: block;
  top: -50px;
  position: relative; }

@media (max-width: 767px) {
  form {
    width: 100%; }
    form input, form textarea {
      max-width: 240px;
      margin: 10px auto; }
    form p {
      text-align: center;
      width: 100% !important; } }

nav[role=primary] {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 200px;
  background: rgba(48, 35, 35, 0.9);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(48, 35, 35, 0.9) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 35, 35, 0.9)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(48, 35, 35, 0.9) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(48, 35, 35, 0.9) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(48, 35, 35, 0.9) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(48, 35, 35, 0.9) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
  nav[role=primary] #logo-white, nav[role=primary] #logo-color {
    width: 150px;
    position: absolute;
    padding: 30px; }
  nav[role=primary] ul.social {
    text-align: right; }
    nav[role=primary] ul.social li {
      width: auto;
      display: inline-block;
      padding: 30px; }
    nav[role=primary] ul.social i {
      color: #ffffff; }

section#hero {
  height: 90vh;
  width: 100%;
  position: relative; }
  section#hero div#hero-image {
    height: 90vh;
    width: 100%;
    overflow: hidden; }
    section#hero div#hero-image img {
      min-height: 90vh;
      min-width: 100%;
      left: 50% !important;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  section#hero div#hero-content {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, rgba(48, 35, 35, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(48, 35, 35, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(48, 35, 35, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(48, 35, 35, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(48, 35, 35, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(48, 35, 35, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    section#hero div#hero-content p {
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-transform: translateY(15px);
      -o-transform: translateY(15px);
      -ms-transform: translateY(15px);
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
      -moz-transition: 0.8s ease-in-out;
      -o-transition: 0.8s ease-in-out;
      -webkit-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out; }
      section#hero div#hero-content p.ital {
        font-size: 1.25rem;
        font-family: "Merriweather", Helvetica, sans-serif;
        letter-spacing: 3px; }
      section#hero div#hero-content p.page-title {
        font-family: "League Spartan", Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: 8px;
        margin-bottom: 45px; }

.loaded section#hero div#hero-content p {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 767px) {
  nav[role=primary] ul.social {
    text-align: center; }
  nav[role=primary] #logo-white, nav[role=primary] #logo-color {
    display: none; }
  section#hero {
    height: 70vh; }
    section#hero div#hero-image {
      height: 70vh; }
      section#hero div#hero-image img {
        min-height: 70vh;
        max-height: 70vh; }
    section#hero div#hero-content p.ital {
      font-size: 1rem;
      margin-bottom: -10px; }
    section#hero div#hero-content p.page-title {
      font-size: 1.75rem; } }

footer {
  height: auto;
  width: 100%;
  /*
	background-image: url('../images/ui/footer-pattern.svg');
	background-size: cover;
	background-position: center top;
*/ }
  footer #footer-content {
    max-width: 1700px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 3px;
    padding: 15px 60px; }
    footer #footer-content span.reserve {
      padding: 210px 0;
      display: block;
      position: relative;
      font-weight: 400; }
    footer #footer-content ul {
      display: inline-block;
      width: 50%;
      font-family: "League Spartan", Helvetica, sans-serif; }
      footer #footer-content ul.social {
        text-align: left; }
        footer #footer-content ul.social i {
          padding: 0 30px;
          -moz-transition: 0.4s ease-in-out;
          -o-transition: 0.4s ease-in-out;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
      footer #footer-content ul.email-updates {
        text-align: right; }
      footer #footer-content ul li {
        display: inline-block;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
        footer #footer-content ul li a:hover i {
          color: #FF9B71; }

@media (max-width: 767px) {
  footer #footer-content {
    padding: 30px; }
    footer #footer-content ul {
      text-align: center !important;
      width: 100%;
      display: block; }
      footer #footer-content ul.email-updates {
        margin-top: 30px;
        margin-bottom: 30px; } }

div#primary {
  max-width: 1700px;
  display: block;
  margin: 0 auto;
  padding: 90px; }
  div#primary article[role=main] {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out; }
    div#primary article[role=main] p {
      max-width: 650px;
      display: block;
      margin: 30px auto;
      text-align: center;
      color: #222222; }
    div#primary article[role=main] h1, div#primary article[role=main] h2, div#primary article[role=main] h3, div#primary article[role=main] h4 {
      text-align: center;
      margin-top: 90px; }
    div#primary article[role=main] a {
      position: relative;
      top: -15px;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      div#primary article[role=main] a:hover {
        color: #1B998B; }
    div#primary article[role=main] img {
      margin-bottom: 15px; }
    div#primary article[role=main].news-section p:nth-of-type(1) {
      margin-bottom: 45px; }
    div#primary article[role=main].news-section p:not(:nth-of-type(1)) {
      margin-top: 5px;
      margin-bottom: 30px;
      line-height: 1.5rem; }

div#second {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #2e3c4d; }
  div#second section[role=supporting] {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    padding: 120px 90px;
    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
    div#second section[role=supporting] h2 {
      max-width: 650px;
      display: block;
      margin: 0 auto;
      text-align: center;
      color: #ffffff; }
    div#second section[role=supporting] p {
      font-size: .9rem;
      width: 80%;
      text-align: center;
      margin: 30px auto 60px auto;
      line-height: 1.5rem; }

.init div#primary article, .init div#primary section, .init div#second article, .init div#second section {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 767px) {
  div#primary {
    padding: 30px 30px; }
  div#second section[role=supporting] {
    padding: 60px 30px 30px 30px; } }
