/* VENDOR DEPENDENCIES */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* 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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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 {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* BASE */
/* GRID ======================*/
/* Main Widths */
.bit-1, .bit-2, .bit-3, .bit-4, .bit-5, .bit-6, .bit-7, .bit-8 {
  float: left; }

.bit-1 {
  width: 100%; }

.bit-2 {
  width: 50%; }

.bit-3 {
  width: 33.33%; }

.bit-4 {
  width: 25%; }

.bit-5 {
  width: 20%; }

.bit-6 {
  width: 16.6666666667%; }

.bit-7 {
  width: 14.2857142857%; }

.bit-8 {
  width: 12.5%; }

/* Landscape mobile & down ===============================*/
@media (max-width: 480px) {
  .bit-1, .bit-2, .bit-3, .bit-5, .bit-6, .bit-7, .bit-8 {
    width: 100%; }

  .bit-4 {
    width: 50%; }

  .head {
    height: 380px !important; }

  .headlogo {
    padding-top: 100px !important;
    width: 300px !important; }

  .box, .box1, .box2 {
    padding: 0px 10px 0px 10px !important; }

  .box1 {
    width: 275px !important;
    margin-top: -120px !important;
    margin-left: 10px !important; }
    .box1 h1 {
      font-size: 28px !important;
      letter-spacing: 4px !important; }
    .box1 h2 {
      font-size: 48px !important;
      line-height: 50px !important;
      margin-top: -15px !important; }

  .box2 {
    width: 275px !important; }
    .box2 h1 {
      margin-top: 80px !important; }
    .box2 h2 {
      margin-top: -25px !important; }

  .practice1 p, .practice2 p {
    margin: 0px 20px 60px 20px !important;
    font-size: 18 !important;
    line-height: 34px !important; }

  .button {
    width: 300px !important;
    font-size: 38px !important; }

  .line {
    display: none !important; }

  .linesmall {
    display: inherit !important; }

  .diamond, .navbox {
    height: 200px !important;
    width: 200px !important; }

  .navbox {
    height: 65px !important;
    width: 65px !important; }

  .service-slide h1 {
    line-height: 50px !important; }
  .service-slide li {
    font-size: 24px !important;
    letter-spacing: 0px !important; }

  .slides-navigation {
    margin: 200px auto 0px auto !important; }
    .slides-navigation a {
      font-size: 24px !important; }
      .slides-navigation a.prev {
        left: 25px !important; }
      .slides-navigation a.next {
        right: 25px !important; }

  .slides-pagination a {
    font-size: 14px !important;
    margin: 5px !important; }

  .aboutheader {
    height: 400px !important; }

  .about {
    font-size: 18 !important;
    line-height: 34px !important; }

  .cred-title {
    width: auto !important;
    max-width: 350px !important; }
    .cred-title h2 {
      font-size: 36px !important;
      margin: -25px auto 20px auto !important; }

  .creds {
    width: auto !important;
    max-width: 600px !important;
    margin: 0px 15px 0px 15px !important; }
    .creds ul {
      margin-top: 10px !important; }
    .creds li {
      margin-left: 0px !important;
      margin-top: 10px !important; }

  .menu, .banner, .banner--clone {
    margin-right: 10px !important; }
    .menu a, .banner a, .banner--clone a {
      font-size: 14px !important;
      margin-left: 0px !important; }

  #map-canvas {
    height: 400px !important; }

  .contact-bar {
    width: 100% !important;
    bottom: 0 !important;
    height: 200px !important;
    right: auto !important;
    margin: -200px 0px 0px 0px !important; }
    .contact-bar h1 {
      margin-top: 10px !important;
      margin-bottom: 0px !important; }
    .contact-bar a {
      margin: 5px auto 5px auto !important; }

  .footer {
    height: 250px !important; }
    .footer img {
      width: 200px !important; }

  .rethink img {
    width: 75px !important; } }
/* Mobile to Tablet Portrait ===============================*/
@media (min-width: 480px) and (max-width: 800px) {
  .bit-4, .bit-6, .bit-8 {
    width: 50%; }

  .bit-1, .bit-2, .bit-3, .bit-5, .bit-7 {
    width: 100%; }

  .head {
    height: 500px !important; }

  .headlogo {
    padding-top: 70px !important;
    width: 450px !important; }

  .box, .box1, .box2 {
    padding: 0px 80px 0px 80px !important; }

  .box1 {
    width: 275px !important;
    margin-left: 30px !important;
    margin-top: -135px !important; }
    .box1 h1 {
      font-size: 32px !important; }
    .box1 h2 {
      font-size: 55px !important;
      margin-top: -12px !important;
      line-height: 55px !important; }

  .box2 {
    width: 275px !important; }

  .slides-navigation {
    margin-top: 205px !important; }
    .slides-navigation a {
      font-size: 24px !important; }
      .slides-navigation a.prev {
        left: 75px !important; }
      .slides-navigation a.next {
        right: 75px !important; }

  .diamond, .navbox {
    height: 250px !important;
    width: 250px !important; }

  .navbox {
    height: 65px !important;
    width: 65px !important; }

  .aboutheader {
    height: 500px !important; }

  .line {
    display: none !important; }

  .linesmall {
    display: inherit !important; }

  .creds {
    width: auto !important;
    max-width: 600px !important;
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .contact-bar {
    width: 100% !important;
    bottom: 0 !important;
    height: 200px !important;
    right: auto !important;
    margin: -200px 0px 0px 0px !important; }
    .contact-bar h1 {
      margin-top: 10px !important;
      margin-bottom: 0px !important; }
    .contact-bar a {
      margin: 5px auto 5px auto !important; }

  .menu, .banner, .banner--clone {
    margin-right: 20px !important; }
    .menu a, .banner a, .banner--clone a {
      font-size: 20px !important;
      margin-left: 5px !important; }

  #map-canvas {
    height: 400px !important; }

  .footer {
    height: 250px !important; }
    .footer img {
      width: 300px !important; }

  .rethink img {
    width: 100px !important; } }
/* Landscape Tablet to Desktop ===============================*/
@media (min-width: 800px) and (max-width: 1100px) {
  .bit-2, .bit-7 {
    width: 100%; }

  .bit-4, .bit-8 {
    width: 50%; }

  .box1 {
    margin-left: 100px !important;
    width: 450px !important; }
    .box1 h2 {
      margin-top: -40px !important; }

  .slides-navigation {
    margin-top: 175px !important; }

  .aboutheader {
    height: 600px !important; }

  .line {
    display: none !important; }

  .linesmall {
    display: inherit !important; }

  .creds {
    width: auto !important;
    max-width: 500px !important; } }
@font-face {
  font-family: 'LigatureSymbols';
  src: url("../fonts/LigatureSymbols-2.11.eot");
  src: url("../fonts/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../fonts/LigatureSymbols-2.11.woff") format("woff"), url("../fonts/LigatureSymbols-2.11.ttf") format("truetype"), url("../fonts/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  src: url("../fonts/LigatureSymbols-2.11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* TYPOGRAPHY STYLES */
/* BASE TYPE */
body {
  font-family: 'Crimson Text', serif; }

/* HEADERS */
.lig {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.button {
  -webkit-transition: background-color 0.75s ease;
  -moz-transition: background-color 0.75s ease;
  -o-transition: background-color 0.75s ease;
  transition: background-color 0.75s ease;
  position: relative;
  z-index: 100;
  display: block;
  background-color: #9e5353;
  color: #ffffff;
  font-weight: 400;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
  text-align: center;
  font-style: italic;
  font-size: 46px;
  letter-spacing: 4px;
  width: 435px;
  padding: 5px 0px 5px 0px;
  margin: 20px auto 30px auto; }

.button:hover {
  background-color: rgba(186, 92, 92, 0.8); }

/* SECTIONS */
/*.nav {
    z-index: 10000000;
    font-weight: $semibold;
    text-align: right;
    width: 100%;
    height: 100px;
}
*/
.menu, .banner, .banner--clone {
  padding-bottom: 5px;
  margin-right: 80px; }
  .menu a, .banner a, .banner--clone a {
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 15px; }
    .menu a .current, .banner a .current, .banner--clone a .current {
      color: #9e5353; }
  .menu a:hover, .banner a:hover, .banner--clone a:hover {
    color: #9e5353; }
  .menu ul, .banner ul, .banner--clone ul, .menu li, .banner li, .banner--clone li {
    display: inline-block;
    list-style: none; }

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
  /* Required styles */
  position: fixed;
  top: 0;
  left: 0;
  /* Additional styles */
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */ }

.banner {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  z-index: 9999; }
  .banner ul {
    float: right;
    margin: 0px 80px 0px 0px; }
  .banner li {
    display: inline-block;
    margin-left: 20px; }
  .banner .menu-item-20 a {
    color: #fff !important; }
  .banner .menu-item-20 a:hover {
    color: #26393d !important; }
  .banner a, .banner a:visited {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s; }
  .banner a:hover, .banner li.current-menu-item a {
    color: #9e5353; }

.banner--clone {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  background-color: #9e5353;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 10px;
  z-index: 19999; }
  .banner--clone ul {
    float: right;
    margin: 0px 80px 0px 0px; }
  .banner--clone li {
    display: inline-block;
    margin-left: 20px; }
  .banner--clone .menu-item-20 a {
    color: #fff !important; }
  .banner--clone .menu-item-20 a:hover {
    color: #262626 !important; }
  .banner--clone a, .banner--clone a:visited {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.5s; }
  .banner--clone a:hover, .banner--clone li.current-menu-item a {
    color: #262626; }

.footer {
  z-index: 2;
  height: 400px;
  background-color: #9e5353;
  bottom: 0px; }
  .footer img {
    display: block;
    width: 600px;
    margin: 40px auto 60px auto; }

.rethink {
  position: relative;
  width: 100%;
  margin: 150px auto 0px auto 0px;
  text-align: center; }
  .rethink a {
    color: #ffffff;
    text-decoration: none; }
  .rethink img {
    width: 125px;
    height: auto;
    margin: 0px auto 0px auto; }

.head {
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center center;
  height: 595px;
  text-align: center; }
  .head h2 {
    color: #8f7d64;
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: -20px; }
  .head a {
    color: #9e5353;
    text-decoration: none;
    font-size: 28px;
    transition: color 0.5s; }
  .head a:hover {
    color: #ffffff; }

.headlogo {
  width: 720px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px; }

.wrap {
  margin: 80px 0px; }

.box, .box1, .box2 {
  color: rgba(255, 255, 255, 0.04);
  border: 3px solid;
  padding: 0px 120px 0px 120px; }

.box1 {
  border-color: rgba(180, 161, 124, 0.85);
  width: 480px;
  margin-top: -170px;
  margin-left: 360px; }
  .box1 h1 {
    z-index: 200;
    color: rgba(180, 161, 124, 0.85);
    font-style: italic;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 6px; }
  .box1 h2 {
    color: #9e5353;
    margin-top: -40px;
    margin-bottom: 40px;
    font-size: 75px;
    letter-spacing: 0px;
    line-height: 70px;
    font-weight: 400;
    -webkit-text-stroke-width: 2px; }

.box2 {
  color: rgba(0, 0, 0, 0.8);
  border-color: #9e5353;
  width: 360px;
  margin: -130px auto 80px auto; }
  .box2 h1 {
    color: #bba880;
    font-size: 72px;
    font-weight: 400; }
  .box2 h2 {
    color: #9e5353;
    margin-top: -90px;
    font-size: 72px;
    font-weight: 400;
    -webkit-text-stroke-width: 2px; }

.practice1, .practice2 {
  font-size: 30px;
  color: #262626; }

.practice2 {
  font-size: 24px;
  font-weight: 400;
  color: #707070; }

.services {
  background-color: #262626;
  height: 980px; }

.practice1 p, .practice2 p {
  margin: 0px 120px 60px 120px; }

.aboutheader {
  position: relative;
  z-index: 200;
  background-image: url("../img/drJones.jpg");
  background-size: cover;
  background-position: center center;
  height: 800px; }

.about {
  position: relative;
  z-index: 300;
  background-color: #262626;
  color: #c2c2c2;
  font-size: 30px;
  padding-bottom: 50px; }

.aboutcopy {
  max-width: 720px;
  margin: 40px auto 40px auto;
  text-align: center; }

.cred-title {
  border-top: 2px solid;
  border-color: #9e5353;
  width: auto;
  max-width: 750px;
  margin: 100px auto 0px auto;
  text-align: center; }
  .cred-title h2 {
    color: #9e5353;
    font-size: 40px;
    padding: 0px 0px 0px 0px;
    background-color: #262626;
    margin: -35px auto 20px auto;
    max-width: 250px; }

.cred-container {
  position: relative;
  max-width: 1300px;
  margin: 0px auto 50px auto; }

.creds {
  position: relative;
  width: 600px;
  margin: 0px auto 0px auto; }
  .creds h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: -10px;
    margin-left: 15px; }
  .creds ul {
    margin-top: 5px; }
  .creds li {
    color: #c2c2c2;
    margin-left: 0px;
    font-size: 18px;
    line-height: 20px; }
    .creds li li {
      margin-left: 30px;
      margin-top: 5px; }

#map-canvas {
  width: 100%;
  height: 600px;
  z-index: 1;
  overflow: hidden; }

.line {
  position: relative;
  z-index: 10;
  border-right: 3px solid;
  border-right-color: rgba(186, 92, 92, 0.2);
  height: 1100px;
  margin-top: -110px; }

.linesmall {
  display: none;
  position: relative;
  z-index: 10;
  border-right: 3px solid;
  border-right-color: rgba(186, 92, 92, 0.2);
  height: 1100px;
  margin-top: -110px; }

.diamond, .navbox {
  position: relative;
  z-index: 11;
  background-color: #292929;
  border: 3px solid;
  border-color: #3e2f2f;
  height: 375px;
  width: 375px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin: 300px auto 0px auto; }

.contact-bar {
  position: relative;
  z-index: 200;
  height: 600px;
  right: 0;
  background-color: rgba(180, 161, 124, 0.85);
  width: 25%;
  padding: 0px 0px 0px 0px;
  margin-top: -600px;
  margin-left: 75%;
  color: #262626;
  text-align: center; }
  .contact-bar h1 {
    font-size: 36px;
    margin-top: 150px; }
  .contact-bar a {
    -webkit-transition: background-color 0.75s ease;
    -moz-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 18px;
    margin: 15px auto 15px auto;
    transition: color 0.5s; }
  .contact-bar a:hover {
    color: #707070; }

/*.nav {
    z-index: 10000000;
    font-weight: $semibold;
    text-align: right;
    width: 100%;
    height: 100px;
}
*/
.menu, .banner, .banner--clone {
  padding-bottom: 5px;
  margin-right: 80px; }
  .menu a, .banner a, .banner--clone a {
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 15px; }
    .menu a .current, .banner a .current, .banner--clone a .current {
      color: #9e5353; }
  .menu a:hover, .banner a:hover, .banner--clone a:hover {
    color: #9e5353; }
  .menu ul, .banner ul, .banner--clone ul, .menu li, .banner li, .banner--clone li {
    display: inline-block;
    list-style: none; }

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */
.banner--clone {
  /* Required styles */
  position: fixed;
  top: 0;
  left: 0;
  /* Additional styles */
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
  /* Not required to use, but could be useful to have */ }

.banner {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  z-index: 9999; }
  .banner ul {
    float: right;
    margin: 0px 80px 0px 0px; }
  .banner li {
    display: inline-block;
    margin-left: 20px; }
  .banner .menu-item-20 a {
    color: #fff !important; }
  .banner .menu-item-20 a:hover {
    color: #26393d !important; }
  .banner a, .banner a:visited {
    text-decoration: none;
    color: #fff;
    transition: color 0.5s; }
  .banner a:hover, .banner li.current-menu-item a {
    color: #9e5353; }

.banner--clone {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  background-color: #9e5353;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 10px;
  z-index: 19999; }
  .banner--clone ul {
    float: right;
    margin: 0px 80px 0px 0px; }
  .banner--clone li {
    display: inline-block;
    margin-left: 20px; }
  .banner--clone .menu-item-20 a {
    color: #fff !important; }
  .banner--clone .menu-item-20 a:hover {
    color: #262626 !important; }
  .banner--clone a, .banner--clone a:visited {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.5s; }
  .banner--clone a:hover, .banner--clone li.current-menu-item a {
    color: #262626; }

/* LOOP STYLES */
.service-slide {
  width: 100%;
  height: 600px;
  padding-top: 350px;
  text-align: center; }
  .service-slide h1 {
    color: #9e5353;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 3px; }
  .service-slide ul {
    margin-top: -20px;
    list-style-position: inside;
    padding: 0px; }
  .service-slide li {
    color: #c2c2c2;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px; }

#slides {
  position: relative;
  z-index: 100;
  top: 0;
  margin-top: -1100px; }
  #slides .slides-container {
    display: none; }

.slidewrap {
  overflow-x: hidden !important;
  height: 1200px !important; }

.slides-navigation {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 75px auto 0px auto; }
  .slides-navigation a {
    text-decoration: none;
    color: #ffffff;
    z-index: 600;
    font-size: 30px;
    position: absolute;
    display: block;
    transition: color 0.5s; }
    .slides-navigation a:hover {
      color: #9e5353; }
    .slides-navigation a.prev {
      left: 150px; }
    .slides-navigation a.next {
      right: 150px; }

#slide-navigation {
  height: 600px; }

.slides-pagination {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  margin-top: 300px; }
  .slides-pagination a {
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
    text-decoration: none;
    transition: color 0.5s; }
    .slides-pagination a.current {
      color: #9e5353; }
  .slides-pagination a:hover {
    color: #9e5353; }

.slides-control {
  height: 600px; }

.clearboth {
  clear: both; }

.navbox {
  position: relative;
  width: 85px;
  height: 85px;
  margin-top: -70px;
  text-align: center; }
  .navbox p {
    -ms-transform: rotate(315deg);
    /* IE 9 */
    -webkit-transform: rotate(315deg);
    /* Chrome,Safari,Opera*/
    transform: rotate(315deg);
    margin-top: 20px; }

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