@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  /*margin: 0.67em 0;*/
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'lg';
  src: url(/fonts/lg.eot?ecff11700aad0000cf3503f537d1df17);
  src: url(/fonts/lg.eot?ecff11700aad0000cf3503f537d1df17) format("embedded-opentype"), url(/fonts/lg.woff?5fd4c338c1a1b1eeeb2c7b0a0967773d) format("woff"), url(/fonts/lg.ttf?4fe6f9caff8b287170d51d3d71d5e5c6) format("truetype"), url(/fonts/lg.svg?c066c5448562b3ccaefb6408ce4b4ae1) format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 60px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html_wrapper {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html_wrapper h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html_wrapper p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html_wrapper {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html_wrapper {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/vimeo-play.png?699d005153517ee4264615dd1e4e2b64) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/vimeo-play.png?699d005153517ee4264615dd1e4e2b64) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/video-play.png?4f03bd8dec67211ade8abdab39dcbf4a) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/youtube-play.png?96bc9d7e27d077372cc0bc9524c500e6) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/youtube-play.png?96bc9d7e27d077372cc0bc9524c500e6) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/images/loading.gif?0aeca8b09888accfccf11976b34c4e64) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*Custom CSS*/

.lg-outer .lg-thumb-outer {
  background: #1f1711;
}

.lg-backdrop {
  background: #4e392a;
}

.lg-outer .lg-thumb-item {
  border: none;
  border-radius: 0;
}

.lg-outer .lg-thumb {
  padding: 10px 0 10px;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  height: 120px !important;
}

.lg-thumb-item {
  position: relative;
  border: none;
  margin-bottom: 0;
}

.lg-outer .lg-thumb-item img {
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  position: relative;
  background: #222;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active {
  border: 3px solid #8c552e;
}

#lg-counter {
  width: auto;
  float: left;
  margin-left: 15px;
}

.clearfix {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

.flex-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn {
  border-radius: 0;
  /*@include btn;*/
}

*,
.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.313;
  color: #454545;
}

a {
  color: #454545;
}

a:focus {
  outline: none !important;
}

.width_common {
  float: left;
  width: 100%;
}

img,
iframe {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

.btn {
  width: 245px;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #4e392a;
  padding: 20px 25px;
  color: #fff;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background: #8c552e;
}

.btn.page-scroll {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99;
  width: 33px;
  height: 50px;
  background: url(/images/mouse.png?108c174ca92443c5e365f7359a2db502) no-repeat center;
  border: none;
  font-size: 0;
  bottom: 200px;
}

.btn.page-scroll.active {
  background-color: transparent;
}

#yt-totop {
  background-color: #8c552e;
  bottom: 80px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

#yt-totop:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.container-full {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  clear: both;
}

.container-full::before,
.container-full::after {
  display: table;
  content: "";
  clear: both;
}

section {
  position: relative;
  margin-bottom: 75px;
}

.line-bg {
  height: 123px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/line_bg.png?f1678a108a6eb3537be09356e72882b0) no-repeat center bottom/contain;
}

@media (min-width: 1921px) {
  .line-bg {
    background-size: cover;
  }
}

/*Header ====================*/

.logo-box {
  margin-top: 17px;
}

.logo-box h1 {
  font-size: 15px;
}

.navbar-collapse {
  margin-top: 19px;
  padding: 0;
}

.navbar-toggle .icon-bar {
  background: #4e392a;
}

.navbar {
  background: #fff;
  border: none;
  margin-bottom: 0;
}

.navbar-nav {
  text-align: center;
  width: 100%;
  margin: 0;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-nav > li a {
  text-transform: uppercase;
}

.navbar-nav > li a:focus {
  background: transparent;
  color: #8c552e;
}

.navbar-nav.nav li:hover a,
.navbar-nav.nav li.active a {
  background: transparent;
  color: #8c552e;
  font-weight: 700;
}

.navbar-nav--bottom {
  height: 45px;
  line-height: 45px;
  background: #4e392a;
  margin: 0;
  padding: 0 15px;
}

.navbar-nav--bottom li:not(:last-of-type) {
  margin-right: 30px;
}

.navbar-nav--bottom li a {
  color: #fff;
  font-weight: 700;
}

.navbar-nav--bottom li a:hover,
.navbar-nav--bottom li a.active,
.navbar-nav--bottom li a:focus {
  color: #fff;
  text-decoration: underline;
}

nav.navbar-fixed-top + section {
  margin-top: 260px;
}

/*Footer ==============*/

footer {
  padding: 18px 0 16px;
  background: #4e392a;
}

footer .copyright-text {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#map {
  width: 569px;
  height: 600px;
  max-width: 100%;
}

section .section-title {
  position: relative;
  text-align: center;
  margin-top: 85px;
  padding-bottom: 48px;
  margin-bottom: 44px;
}

section .section-title:after {
  content: "";
  width: 75px;
  height: 4px;
  background: #8c552e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section .section-title h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

section .section-title h3 {
  font-size: 16px;
  color: #8c552e;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
}

section .section-intro {
  font-size: 15px;
  text-align: center;
  width: 630px;
  max-width: 100%;
  margin: 0 auto 55px;
}

section .section-intro p:not(:last-of-type) {
  margin-bottom: 30px;
}

section .section-buttons {
  text-align: center;
}

section .section-buttons .btn {
  display: block;
  margin: 0 auto;
}

section .section-buttons .btn:not(:last-child) {
  margin-bottom: 19px;
}

/*Topbanner ======================*/

.topbanner-section img {
  display: block;
  width: 100%;
}

.topbanner-section--fixed {
  margin-top: 260px;
}

@media (min-width: 1200px) {
  .topbanner-section .container-full {
    padding-bottom: 35px;
  }
}

/*gallery ============================*/

.gallery-section {
  margin-bottom: 0;
}

.gallery-section__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-section__list__item {
  position: relative;
}

.gallery-section__list__item a {
  display: block;
}

.gallery-section__list__item a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gallery-section__list__item:nth-child(2) {
  width: 700px;
}

.gallery-section__list__item:nth-child(2) a {
  height: 100%;
}

.gallery-section__list__item:nth-child(2) a img {
  /*height: 100%*/
  height: calc(100% - 150px);
}

.gallery-section__list__item:not(:nth-child(2)) {
  width: calc((100% - 700px)/2);
}

.gallery-section__list__item:not(:nth-child(2)) a {
  height: 50%;
}

.gallery-section__list__item:not(:nth-child(2)) a img {
  height: 100%;
}

.item-frame {
  padding: 50px 50px 35px;
  height: 228px;
  width: 100%;
  background: url(/images/frame.png?e06943a01ab2dcb714ceb960e5f12ffa) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-frame__left {
  float: left;
  margin-top: 10px;
}

.item-frame__right {
  float: right;
  margin-top: 45px;
}

.item-frame__right h4 {
  opacity: .2;
  color: #e0bca2;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.item-frame__right span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 165px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.item-frame__right span:hover {
  border-color: white;
}

/*neighborhood =====================*/

.neighborhood-list h4 {
  font-weight: 700;
  margin-bottom: 22px;
}

.neighborhood-list ul.list-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.neighborhood-list ul + h4 {
  margin-top: 55px;
}

.gmap_canvas,
.mapouter {
  max-width: 100%;
}

/*specifications =====================*/

.specifications-section {
  margin-bottom: 0;
}

.specifications-section .container-full {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.specifications-section .specifications-bg {
  width: calc((100% - 700px)/2);
  max-width: 100%;
}

.specifications-section .specifications-bg--left {
  background: url(/images/spec-bg1.jpg?2952fcdd08d78f3de7c550a6b9b7bcd3) no-repeat center/cover;
}

.specifications-section .specifications-bg--right {
  background: url(/images/spec-bg2.png?588c2d0b5423c7a82c6f8900c88b107c) no-repeat center/cover;
}

.specifications-section .specifications-list {
  width: 700px;
  max-width: 100%;
  padding: 80px 80px 123px;
  background: #4e392a;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specifications-section .specifications-list__item {
  width: 50%;
  margin-top: 65px;
  padding-right: 30px;
}

.specifications-section .specifications-list__item h4 {
  margin-bottom: 15px;
}

.specifications-section .specifications-list__item:first-of-type,
.specifications-section .specifications-list__item:nth-child(2) {
  margin-top: 0;
}

/*contact ===========================*/

.contact-list h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 3px solid #8c552e;
  margin-bottom: 25px;
}

.contact-list ul {
  clear: both;
}

.contact-list ul + h4 {
  margin-top: 60px;
}

.contact-list ul::before,
.contact-list ul::after {
  display: table;
  content: "";
  clear: both;
}

.contact-list ul li {
  clear: both;
}

.contact-list ul li::before,
.contact-list ul li::after {
  display: table;
  content: "";
  clear: both;
}

.contact-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contact-list ul li label {
  color: #858585;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  width: 300px;
  padding-right: 15px;
}

.contact-list ul li .value {
  float: left;
  width: calc(100% - 300px);
  overflow: hidden;
}

.contact-list ul li .value span {
  display: block;
}

.contact-list ul li .value span + strong {
  margin-top: 25px;
}

.contact-list ul li .value strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-list ul li.no-label .value {
  width: 100% !important;
}

/*availability ===========================*/

.availability-section--left img {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .availability-section--left {
    width: 530px;
  }
}

.availability-section--right {
  float: right;
}

@media (min-width: 1200px) {
  .availability-section--right {
    width: 630px;
  }
}

.table-availability table {
  width: 100%;
  margin-top: 15px;
}

.table-availability table tr th,
.table-availability table tr td {
  padding: 5px;
}

.table-availability table tr th {
  width: calc(100%/3);
  font-weight: 700;
  text-transform: uppercase;
}

.table-availability table tr td {
  font-weight: 600;
  font-size: 13px;
}

.table-availability table tr:not(:last-of-type) {
  border-bottom: 1px solid #eee7e7;
}

.table-availability table tr:first-of-type {
  border-bottom: 3px solid #551818;
}

.table-availability table tr.active {
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.table-availability table tr.active td:first-child {
  position: relative;
}

.table-availability table tr.active td:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: -11px;
  top: 9px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

/*Floor Plan ===================*/

@media (min-width: 1200px) {
  .floor-plan-section--left {
    width: 330px;
    margin-right: 70px;
  }
}

@media (min-width: 1200px) {
  .floor-plan-section--right {
    float: right;
    padding-left: 30px;
    width: calc(100% - 400px);
  }
}

.arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #8c552e transparent;
}

.arrow-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #8c552e transparent transparent transparent;
}

.level-number {
  clear: both;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 34px;
}

.level-number::before,
.level-number::after {
  display: table;
  content: "";
  clear: both;
}

.level-number__result strong {
  display: block;
  margin-bottom: 8px;
  font-size: 115px;
  color: #4e392a;
  font-weight: 700;
  height: 84px;
  line-height: 84px;
}

.level-number__result span {
  font-size: 13.5px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.level-number__nav {
  margin-left: 38px;
}

.level-number__nav .level-btn {
  opacity: .3;
  position: relative;
  width: 20px;
  height: 12px;
  display: block;
  margin-bottom: 11px;
}

.level-number__nav .level-btn i {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.level-number__nav .level-btn--down {
  margin-top: 10px;
}

.level-number__nav .level-btn:hover,
.level-number__nav .level-btn.active {
  opacity: 1;
}

.level-number__nav .level-btn:hover .arrow-down,
.level-number__nav .level-btn.active .arrow-down {
  border-color: #4e392a transparent transparent transparent;
}

.level-number__nav .level-btn:hover .arrow-up,
.level-number__nav .level-btn.active .arrow-up {
  border-color: transparent transparent #4e392a transparent;
}

.level-info strong {
  font-weight: 700;
  font-size: 30px;
  color: #4e392a;
  margin-right: 16px;
}

.level-info span {
  font-weight: 500;
  text-transform: uppercase;
}

.level-info label {
  margin-top: 20px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.level-info ul {
  margin-top: 28px;
  margin-bottom: 42px;
}

.level-info ul li {
  position: relative;
  padding-left: 10px;
}

.level-info ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}

.level-info ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.level-info .btn + .btn {
  margin-top: 11px;
}

.floor-plan-img img {
  display: block;
  width: 100%;
}

.floor-plan-thumbs {
  margin-top: 37px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.floor-plan-thumbs li {
  width: 25%;
}

.floor-plan-thumbs li img {
  display: block;
  width: 100%;
}

@media (max-width: 1919px) {
  .gallery-section__list__item:nth-child(2) {
    width: 36.5% !important;
  }

  .gallery-section__list__item:first-child,
  .gallery-section__list__item:nth-child(3) {
    width: 31.75% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .nav.navbar-nav > li:not(:last-of-type) {
    /*margin-right: 160px;*/
  }

  .nav.navbar-nav > li {
    width: 15%;
  }
}

@media (max-width: 1199px) {
  .contact-list ul li label {
    width: 200px;
  }

  .contact-list ul li .value {
    width: calc(100% - 200px);
  }

  .neighborhood-list ul + h4 {
    margin-top: 35px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .table-availability {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  section {
    margin-bottom: 45px;
  }

  .mapouter {
    text-align: center;
    margin: 0 auto;
  }

  .box-map {
    margin-bottom: 35px;
    text-align: center;
  }

  .contact-list ul + h4 {
    margin-top: 50px;
  }

  section .section-title {
    margin-top: 55px;
    padding-bottom: 38px;
    margin-bottom: 34px;
  }

  .specifications-section .specifications-list__item {
    margin-top: 35px;
  }

  .floor-plan-section--right {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .level-number__nav {
    margin-left: 28px;
  }

  .floor-plan-section--left {
    clear: both;
  }

  .floor-plan-section--left::before,
  .floor-plan-section--left::after {
    display: table;
    content: "";
    clear: both;
  }

  .level-number {
    float: left;
  }

  .level-info {
    float: right;
  }

  .level-info .btn + .btn {
    margin-top: 0;
  }

  .item-frame {
    padding: 50px 20px 35px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top .logo-box {
    display: none;
  }

  .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*justify-content: center;*/
    margin-bottom: 19px;
  }

  .navbar {
    /*padding: 17px 0 0;*/
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .navbar-nav > li > a {
    padding: 0;
  }

  .top-nav-collapse {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  nav.navbar-fixed-top + section {
    margin-top: 0;
  }

  body {
    margin-top: 51px;
  }

  .level-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .level-info a {
    width: 100%;
  }

  section .section-title h2 {
    font-size: 30px;
  }

  section .section-title h3 {
    font-size: 14px;
  }

  .gallery-section__list__item:nth-child(2) a img {
    height: 100%;
  }

  .item-frame {
    height: 50px;
    padding: 0;
  }

  .item-frame__left {
    display: none;
  }

  .item-frame__right {
    margin-top: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }

  .item-frame__right h4 {
    display: none;
  }

  .item-frame__right span {
    border: none;
    height: auto;
    width: auto;
    line-height: normal;
  }

  .navbar-header {
    border-bottom: 1px solid #e1e1e1;
  }

  .navbar-collapse {
    margin-top: 0px;
  }

  .gallery-section--fixed {
    margin-top: 50px;
  }

  .logo-box {
    position: absolute;
    left: 15px;
    top: 0px;
  }

  .contact-list ul li label {
    width: 100%;
  }

  .contact-list ul li .value {
    width: 100%;
  }

  .specifications-section .specifications-list {
    padding: 40px 20px 60px;
  }

  .specifications-section .specifications-list__item {
    padding-right: 20px;
  }

  .availability-section--left {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  footer .copyright-text {
    font-size: 10px;
  }
}

