html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper, .hero, .contact-box {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after, .hero::after, .contact-box::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper, .hero, .contact-box {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper, .hero, .contact-box {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper, .hero, .contact-box {
      width: 1140px; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #b59c7e;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #927654; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #b59c7e;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #b59c7e;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Roboto Slab", serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px;
  line-height: 1.4; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #f2f2f2; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 16px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

.radio label,
.checkbox label {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 5px 30px;
  background: #b59c7e;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif; }
  @media screen and (min-width: 1023px) {
    .button {
      font-size: 18px;
      padding: 10px 50px; } }
  .button.ghost {
    color: #fff;
    background: none;
    border: 2px solid #fff; }
  .button.orange {
    color: #fff;
    background: #c55909; }
  .button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 20px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 20px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/*
 * jQuery FlexSlider v2.5.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)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.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; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto; }

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

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

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

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #000;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .flex-direction-nav a.flex-prev {
      left: 0px; }
    .flex-direction-nav a.flex-next {
      right: 0px; }
    .flex-direction-nav a.flex-disabled {
      opacity: 0 !important;
      filter: alpha(opacity=0);
      cursor: default; }

/* ====================================================================================================================
 * CONTROL NAV
 * ====================================================================================================================*/
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      width: 11px;
      height: 11px;
      display: block;
      background: #666;
      background: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 20px; }
      .flex-control-nav li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7); }
      .flex-control-nav li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        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%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * PAUSE PLAY
 * ====================================================================================================================*/
.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-size: 20px;
    display: inline-block;
    content: 'Pause'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: 'Play'; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #fff;
  overflow-x: hidden; }

body {
  font-size: 16px;
  color: #444;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  overflow-x: hidden; }

.scroll-kill {
  overflow: hidden; }

span.orange {
  color: #c55909; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS 
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: url(../images/hero-bg.jpg) no-repeat center center/cover;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
  #header .scroll-down {
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 34px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #header .scroll-down:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  #header .alert {
    position: absolute;
    top: 70%;
    left: 5%;
    right: 5%;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    color: #fff;
    text-transform: normal; }
    @media screen and (min-width: 767px) {
      #header .alert {
        font-size: 26px;
        top: 75%; } }

.scaled {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.logo-block {
  background: url(../images/crest.png) no-repeat center center/100% 100%;
  position: absolute;
  z-index: 5000;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 546px;
  padding: 50px 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.18em;
  font-size: 12px;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%); }
  @media screen and (min-width: 767px) {
    .logo-block {
      width: 546px;
      font-size: 16px;
      padding: 90px 50px; } }
  .logo-block img {
    display: inline-block;
    margin: 5px 0; }
  .logo-block .divider {
    margin: 0 10px;
    display: none; }
    @media screen and (min-width: 767px) {
      .logo-block .divider {
        display: inline; } }
  .logo-block br {
    display: block; }
    @media screen and (min-width: 767px) {
      .logo-block br {
        display: none; } }

.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-top: 0;
  padding: 80px 20px 50px;
  width: 90%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  color: #fff;
  text-transform: normal;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (min-width: 767px) {
    .hero {
      font-size: 36px;
      padding: 100px; } }
  .hero:before, .hero:after {
    top: 0;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    display: block;
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px); }
    @media screen and (min-width: 767px) {
      .hero:before, .hero:after {
        width: -webkit-calc(50% - 140px);
        width: calc(50% - 140px); } }
  .hero:before {
    left: 0; }
  .hero:after {
    right: 0; }
  .hero .logo-block {
    width: 175px;
    padding: 40px 15px;
    top: -56px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 767px) {
      .hero .logo-block {
        width: 215px;
        top: -70px; } }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
#nav-trigger {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 7000;
  text-transform: uppercase; }
  @media screen and (min-width: 767px) {
    #nav-trigger {
      display: none; } }

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 6000;
  text-align: center; }
  @media screen and (min-width: 767px) {
    #nav {
      display: block !important;
      background: none;
      width: auto;
      height: auto;
      position: relative; } }
  #nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 767px) {
      #nav > ul {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%); } }
    #nav > ul > li {
      opacity: 0; }
      @media screen and (min-width: 767px) {
        #nav > ul > li {
          display: inline-block;
          margin: 0 15px;
          opacity: 1 !important; } }
      #nav > ul > li > a {
        display: block;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 20px;
        margin: 20px 0;
        border: 2px solid #fff; }
        @media screen and (min-width: 767px) {
          #nav > ul > li > a {
            margin: 0;
            padding: 0;
            border: 0;
            position: relative; }
            #nav > ul > li > a:after {
              display: block;
              content: "";
              border-bottom: solid 2px #fff;
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              -o-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: all 250ms ease-in-out;
              -moz-transition: all 250ms ease-in-out;
              transition: all 250ms ease-in-out; } }
      @media screen and (min-width: 767px) {
        #nav > ul > li:hover > a:after {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); } }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
#content {
  line-height: 1.8;
  background: url(../images/bg-texture-black.png) repeat top left; }
  #content.int {
    background-color: #f7f3ed; }
  #content.contact {
    padding-bottom: 100px; }

.easy {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out; }

@media screen and (min-width: 1023px) {
  .os-top {
    top: -60px; } }

.stripe:before {
  display: none;
  background: #decbb5;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  content: ""; }
  @media screen and (min-width: 1023px) {
    .stripe:before {
      top: 60px;
      bottom: 60px;
      display: block; } }

.intro {
  padding: 8vw 5vw;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .intro .sketch {
    margin-top: 50px; }
    @media screen and (min-width: 767px) {
      .intro .sketch {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 45%;
        top: 50%;
        margin: 0;
        width: 100%;
        position: absolute; } }
  .intro .text {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .intro .text {
        width: 40%; } }
  .intro h1 {
    font-size: 26px;
    margin: 0 0 20px; }
    @media screen and (min-width: 767px) {
      .intro h1 {
        font-size: 32px; } }
    @media screen and (min-width: 1023px) {
      .intro h1 {
        font-size: 36px; } }
    @media screen and (min-width: 1599px) {
      .intro h1 {
        font-size: 40px; } }
  .intro .sub {
    font-size: 1em; }
    @media screen and (min-width: 1023px) {
      .intro .sub {
        font-size: 1.15em; } }

.cta {
  color: #fff;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: -20px auto 0; }
  @media screen and (min-width: 767px) {
    .cta {
      padding: 40px; } }
  @media screen and (min-width: 1023px) {
    .cta {
      padding: 50px;
      margin: 0; } }
  @media screen and (min-width: 1599px) {
    .cta {
      padding: 60px; } }
  .cta.orange {
    background-color: #c55909; }
  .cta.brown {
    background-color: #452711; }
  .cta h2, .cta .blurb, .cta .button {
    position: relative;
    z-index: 5000; }
  .cta h2 {
    margin: 0 0 20px;
    font-size: 26px; }
    @media screen and (min-width: 1023px) {
      .cta h2 {
        font-size: 38px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1599px) {
      .cta h2 {
        font-size: 56px;
        margin-bottom: 40px; } }
  @media screen and (min-width: 1023px) {
    .cta .blurb {
      font-size: 20px; } }
  @media screen and (min-width: 1599px) {
    .cta .blurb {
      font-size: 24px; } }
  .cta .button {
    margin-top: 30px; }
    @media screen and (min-width: 1023px) {
      .cta .button {
        margin-top: 40px; } }
    @media screen and (min-width: 1599px) {
      .cta .button {
        margin-top: 50px; } }
  .cta .sketch {
    position: absolute;
    top: 0%;
    height: 150%; }

.main {
  position: relative;
  margin: 0 auto 5vw; }
  .main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1023px) {
    .main {
      margin-bottom: 8vw;
      padding: 0 5vw; }
      .main.os-top {
        margin-bottom: 0px; }
      .main .feat-img {
        width: 70%;
        position: relative;
        z-index: 5000; }
      .main .cta {
        position: absolute;
        top: 0%;
        width: 50%;
        z-index: 6000;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0); } }
  @media screen and (min-width: 1023px) {
    .main.cta-left .feat-img {
      float: right; }
    .main.cta-left .cta {
      left: 5%;
      padding-left: 15%; } }
  .main.cta-left .sketch {
    left: 0; }
  @media screen and (min-width: 1023px) {
    .main.cta-right .feat-img {
      float: left; }
    .main.cta-right .cta {
      right: 5%;
      padding-right: 15%; } }
  .main.cta-right .sketch {
    right: 0px; }

.split {
  position: relative; }
  .split::after {
    clear: both;
    content: "";
    display: table; }
  .split .left, .split .right {
    width: 100%; }
  .split .left {
    min-height: 300px; }
  @media screen and (min-width: 767px) {
    .split .cta {
      width: 100%;
      margin: 0; }
    .split .left {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      min-height: 0; }
    .split .right {
      width: 50%;
      position: relative; } }

.image-window {
  background: #fff;
  padding: 5vw; }
  .image-window img {
    margin: 0 auto; }
  .image-window .desk {
    display: none; }
    @media screen and (min-width: 767px) {
      .image-window .desk {
        display: block; } }
  .image-window .mobile {
    display: block; }
    @media screen and (min-width: 767px) {
      .image-window .mobile {
        display: none; } }

.menu-nav-wrap {
  position: relative;
  padding: 0 5%;
  margin-top: -20px; }
  @media screen and (min-width: 1023px) {
    .menu-nav-wrap {
      padding: 0;
      margin: 0; } }

.menu-slider {
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 1023px) {
    .menu-slider {
      margin-bottom: 120px;
      padding: 0 5%; } }
  .menu-slider .text-slider {
    background: #c55909;
    color: #fff; }
    @media screen and (min-width: 1023px) {
      .menu-slider .text-slider {
        position: absolute;
        bottom: 0;
        margin-bottom: -5%;
        left: 55%;
        width: 454px; } }
  .menu-slider .blurb {
    padding: 30px;
    font-size: 14px; }
    @media screen and (min-width: 1023px) {
      .menu-slider .blurb {
        padding: 40px 60px; } }
    .menu-slider .blurb .title {
      position: relative;
      font-size: 22px;
      font-family: "Roboto Slab", serif;
      margin-bottom: 30px;
      line-height: 1.2; }
      @media screen and (min-width: 1023px) {
        .menu-slider .blurb .title {
          font-size: 28px;
          margin-bottom: 50px; } }
      .menu-slider .blurb .title:after {
        width: 100px;
        height: 2px;
        position: absolute;
        bottom: -10px;
        left: 0;
        content: "";
        display: block;
        background: #fff; }
        @media screen and (min-width: 1023px) {
          .menu-slider .blurb .title:after {
            bottom: -20px; } }
    .menu-slider .blurb .copy {
      margin-bottom: 30px; }
    .menu-slider .blurb .details-title {
      font-family: "Roboto Slab", serif;
      text-transform: uppercase; }
    .menu-slider .blurb .details-copy {
      font-style: italic; }
  .menu-slider .flex-nav {
    padding: 15px 0;
    background: rgba(34, 45, 47, 0.95); }
    @media screen and (min-width: 1023px) {
      .menu-slider .flex-nav {
        position: absolute;
        bottom: 0;
        margin-bottom: -5%;
        right: 45%;
        width: 225px; } }
    .menu-slider .flex-nav li {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      padding: 10px 0px 10px 30px;
      display: inline-block; }
      @media screen and (min-width: 1023px) {
        .menu-slider .flex-nav li {
          display: block;
          padding: 5px 30px; } }
      .menu-slider .flex-nav li span {
        display: inline-block;
        position: relative; }
        .menu-slider .flex-nav li span:after {
          display: block;
          content: "";
          border-bottom: solid 2px #fff;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
      .menu-slider .flex-nav li.flex-active span:after, .menu-slider .flex-nav li:hover span:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }

.flex-direction-nav a {
  background: none;
  font-size: 40px; }
@media screen and (min-width: 767px) {
  .flex-direction-nav .flex-prev {
    left: -40px !important; } }
@media screen and (min-width: 767px) {
  .flex-direction-nav .flex-next {
    right: -40px !important; } }

.int-wrap {
  position: relative;
  margin: 20px auto; }
  .int-wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1023px) {
    .int-wrap {
      margin: 120px auto;
      padding: 0 5%; }
      .int-wrap .int-img {
        width: 70%;
        position: relative;
        z-index: 5000; }
      .int-wrap .int-block {
        position: absolute;
        top: 0%;
        width: 40%;
        z-index: 6000;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0); } }
  @media screen and (min-width: 1279px) {
    .int-wrap .int-block {
      width: 30%; } }
  @media screen and (min-width: 1023px) {
    .int-wrap.int-left .int-img {
      float: right; }
    .int-wrap.int-left .int-block {
      right: 55%; } }
  @media screen and (min-width: 1279px) {
    .int-wrap.int-left .int-block {
      right: 60%; } }
  @media screen and (min-width: 1023px) {
    .int-wrap.int-right .int-img {
      float: left; }
    .int-wrap.int-right .int-block {
      left: 55%; } }
  @media screen and (min-width: 1279px) {
    .int-wrap.int-right .int-block {
      left: 60%; } }

.int-block {
  padding: 10px;
  background: #fff;
  width: 90%;
  margin: -20px auto 0;
  position: relative;
  z-index: 6000; }
  @media screen and (min-width: 1023px) {
    .int-block {
      margin: 0;
      width: auto; } }
  .int-block .inner {
    padding: 40px;
    border: 2px solid #decbb5; }
  .int-block .title {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    color: #444;
    text-transform: normal;
    line-height: 1.2;
    margin-bottom: 30px; }

.menu .row {
  margin-bottom: 20px; }
  .menu .row:last-child {
    margin-bottom: 0; }
.menu .upper {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  position: relative; }
  .menu .upper::after {
    clear: both;
    content: "";
    display: table; }
  .menu .upper:before {
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 2px dotted #decbb5;
    position: absolute;
    z-index: 6000; }
.menu .name, .menu .price {
  background: #fff;
  position: relative;
  z-index: 6000; }
.menu .name {
  float: left;
  padding-right: 10px; }
.menu .price {
  float: right;
  padding-left: 10px; }
.menu .desc {
  font-style: italic;
  font-size: 14px; }

.about::after {
  clear: both;
  content: "";
  display: table; }
.about .more {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

.contact-intro {
  position: relative;
  height: 30vw;
  min-height: 200px;
  max-height: 600px;
  overflow: hidden; }
  .contact-intro .sketch {
    position: absolute;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .contact-intro .sketch.left {
      right: 60%; }
    .contact-intro .sketch.right {
      left: 60%; }

.contact-box {
  text-align: center;
  padding: 10px;
  background: #fff;
  color: #7e7163;
  position: relative;
  z-index: 6000;
  margin-top: -25vw; }
  .contact-box .inner {
    padding: 30px;
    border: 2px solid #decbb5; }
    @media screen and (min-width: 767px) {
      .contact-box .inner {
        padding: 50px; } }
  .contact-box .title {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    color: #444;
    text-transform: normal;
    line-height: 1.2;
    margin-bottom: 30px; }
  .contact-box .tab {
    text-align: left;
    font-size: 14px; }
  .contact-box .head, .contact-box .axis, .contact-box strong {
    color: #444;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    font-weight: 600; }
  .contact-box strong {
    display: block; }
    @media screen and (min-width: 767px) {
      .contact-box strong {
        display: none; } }
  .contact-box .axis {
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .contact-box .axis {
        margin-bottom: 0; } }
  .contact-box .head {
    display: none; }
    @media screen and (min-width: 767px) {
      .contact-box .head {
        display: block; } }
  .contact-box .row {
    padding: 20px 0;
    border-bottom: 1px solid #f4eee8; }
    .contact-box .row::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 767px) {
      .contact-box .row {
        padding: 10px 0; } }
  @media screen and (min-width: 767px) {
    .contact-box .col {
      width: 33.33333333%;
      float: left; } }

.map-wrap {
  position: relative;
  z-index: 5000; }
  @media screen and (min-width: 767px) {
    .map-wrap {
      margin-top: -5vw; } }
  @media screen and (min-width: 1023px) {
    .map-wrap {
      margin-top: -10vw; } }

.map-block {
  width: 90%;
  height: 125vw;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .map-block {
      height: 50vw; } }

.map-marker {
  background: #c55909;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #fff; }
  @media screen and (min-width: 767px) {
    .map-marker {
      padding: 30px; } }
  .map-marker a {
    color: #fff; }
  .map-marker .inner {
    border: 2px solid #decbb5; }
  .map-marker .logo {
    padding: 15px;
    border-bottom: 2px solid #decbb5; }
    .map-marker .logo img {
      max-width: 160px;
      margin: 0 auto; }
      @media screen and (min-width: 767px) {
        .map-marker .logo img {
          max-width: 300px; } }
  .map-marker .address {
    padding: 5px 15px;
    border-bottom: 2px solid #decbb5; }
  .map-marker .contact {
    padding: 5px 15px; }
  .map-marker:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #c55909;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  white-space: nowrap; }
  .gallery .gallery-panels {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    touch-action: none;
    touch-callout: none;
}
  .gallery a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    display: block;
    font-size: 20px;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); }
    .gallery a:hover {
      background: #000; }
    .gallery a.close {
      top: 20px;
      right: 20px; }
    .gallery a.prev, .gallery a.next {
      top: 50%;
      margin-top: -16px; }
    .gallery a.prev {
      left: 20px; }
    .gallery a.next {
      right: 20px; }
  .gallery .block {
    background-size: cover;
    background-position: center;
    display: inline-block; }
  .gallery .half {
    width: 50%;
    height: 100%; }
  .gallery .full {
    width: 100%;
    height: 100%; }


/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  position: relative;
  color: #decbb5; }
  #footer .wrapper {
    position: relative;
    z-index: 5000; }
  #footer:before {
    content: "";
    background: url(../images/img-grunge.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000; }
  #footer a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  #footer .lower {
    padding: 20px 0;
    background: #222e30;
    border-top: 1px solid #464c49;
    font-size: 11px;
    font-family: "Roboto Slab", serif; }
    #footer .lower::after {
      clear: both;
      content: "";
      display: table; }
    #footer .lower .left, #footer .lower .right {
      width: 100%; }
      @media screen and (min-width: 767px) {
        #footer .lower .left, #footer .lower .right {
          width: auto; } }
    #footer .lower a {
      color: #decbb5; }

.social {
  background: #1f292a;
  padding: 20px 0; }
  .social::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .social {
      padding: 15px 0; } }
  @media screen and (min-width: 1023px) {
    .social {
      padding: 20px 0; } }
  @media screen and (min-width: 1279px) {
    .social {
      padding: 25px 0; } }
  .social a {
    color: #fff;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center; }
    .social a:last-child {
      margin: 0; }
    .social a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    @media screen and (min-width: 767px) {
      .social a {
        width: 32%;
        float: left;
        margin: 0 2% 0 0;
        padding: 32px 20px; }
        .social a:last-child {
          margin: 0; } }
  .social .facebook {
    background: #0f3149; }
  .social .twitter {
    background: #055265; }
  .social .instagram {
    background: #1c2e3b; }

.info {
  background: #222e30;
  padding: 40px 0; }
  .info::after {
    clear: both;
    content: "";
    display: table; }
  .info .nav {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .info .nav a {
      color: #fff;
      display: inline-block;
      margin-right: 20px; }
      @media screen and (min-width: 767px) {
        .info .nav a {
          display: block; } }
    @media screen and (min-width: 767px) {
      .info .nav {
        border-right: 1px solid #464c49;
        width: 25%;
        float: left; } }
    @media screen and (min-width: 1023px) {
      .info .nav {
        width: 20%;
        margin-bottom: 0; } }
    @media screen and (min-width: 1279px) {
      .info .nav {
        width: 18%; } }
  .info .logo {
    margin-bottom: 40px; }
    .info .logo::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 767px) {
      .info .logo {
        width: 75%;
        float: left;
        margin: 0;
        padding: 6px 0 0 50px; } }
    @media screen and (min-width: 1023px) {
      .info .logo {
        width: 45%; } }
    @media screen and (min-width: 1279px) {
      .info .logo {
        width: 40%; } }
    .info .logo .mascot {
      float: left;
      margin-right: 20px; }
    .info .logo .mini-block {
      font-size: 12px;
      color: #decbb5; }
      @media screen and (min-width: 767px) {
        .info .logo .mini-block {
          padding-top: 8px; } }
      .info .logo .mini-block img {
        width: 200px;
        margin-bottom: 5px; }
        @media screen and (min-width: 767px) {
          .info .logo .mini-block img {
            width: 230px; } }
      .info .logo .mini-block .mob-only {
        display: block; }
        @media screen and (min-width: 767px) {
          .info .logo .mini-block .mob-only {
            display: none; } }
      .info .logo .mini-block span {
        display: none; }
        @media screen and (min-width: 767px) {
          .info .logo .mini-block span {
            display: inline; } }
  .info .newsletter {
    clear: both; }
    .info .newsletter::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1023px) {
      .info .newsletter {
        width: 35%;
        clear: none;
        padding-top: 5px;
        float: left; } }
    @media screen and (min-width: 1279px) {
      .info .newsletter {
        width: 42%; } }
    .info .newsletter .prompt {
      font-family: "Roboto Slab", serif;
      margin-bottom: 10px;
      font-size: 14px; }
      @media screen and (min-width: 767px) {
        .info .newsletter .prompt {
          font-size: 16px; } }
    .info .newsletter .button {
      float: right;
      padding: 7px 15px 8px;
      width: 100px;
      font-size: 18px;
      height: 45px; }
    .info .newsletter .input-wrap {
      margin-right: 100px; }
      .info .newsletter .input-wrap input {
        margin-bottom: 0;
        height: 45px; }

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
