/* ========= _variables.scss ========== */
/* ========= _mixins.scss ========== */
/* ========= _functions.scss ========== */
/*! 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/** 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;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4 theme
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* ========= _base.scss ========== */
/* ==============================================
+++++++++++++++  global syles  ++++++++++++++++++
============================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  line-height: 1.5;
  font-family: Helvetica, sans-serif;
  color: #555;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

span.link {
  position: relative;
}

span.link::after {
  content: url("../img/icons/link_icon.svg");
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  bottom: 1rem;
  height: 1rem;
  width: 1rem;
}

h1, h2, h3 {
  margin: 0;
  line-height: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

button:focus {
  outline: 0;
}

/* =========== end of global syles =========== */
/* ==============================================
++++++++++  placeholder selectors  ++++++++++++++
============================================== */
/* ======= end of placeholder selectors ====== */
/* ==============================================
+++++++++++++++++  THE sidebar  ++++++++++++++++++
============================================== */

/*==============================================*/

#wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 46.875rem) {
  #wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#main-sidebar {
  padding: 1.25rem;
  background: #272727 url("../img/graphics/nav-bg.jpg") no-repeat right/cover;
  color: #eee;
  z-index: 100;
  text-align: center;
  position: relative;
}

#main-sidebar a:hover {
  color: #cdb586;
  width: auto;
}

@media only screen and (min-width: 46.875rem) {
  #main-sidebar {
    padding: 3.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.5rem;
            flex: 0 0 17.5rem;
  }
  #main-sidebar header span {
    display: block;
  }
  #main-sidebar header {
    margin-top: 1.5rem;
  }
}

#main-sidebar header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

#main-sidebar header h1 {
  font-size: 2.125rem;
}

#main-sidebar header h1 span:first-child {
  font-weight: normal;
}

#main-sidebar #nav-btn {
  display: block;
  position: relative;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
}

@media only screen and (min-width: 46.875rem) {
  #main-sidebar #nav-btn {
    display: none;
  }
}

#main-sidebar #nav-btn .line {
  display: block;
  background: #fff;
  width: 2rem;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  border-radius: 0.09375rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#main-sidebar #nav-btn .line.line-1 {
  top: 0;
}

#main-sidebar #nav-btn .line.line-2 {
  top: 50%;
}

#main-sidebar #nav-btn .line.line-3 {
  top: 100%;
}

#main-sidebar #nav-btn.nav-btn-active .line-1 {
  -webkit-transform: translateY(0.5rem) translateX(0) rotate(45deg);
      -ms-transform: translateY(0.5rem) translateX(0) rotate(45deg);
          transform: translateY(0.5rem) translateX(0) rotate(45deg);
}

#main-sidebar #nav-btn.nav-btn-active .line-2 {
  opacity: 0;
}

#main-sidebar #nav-btn.nav-btn-active .line-3 {
  -webkit-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
          transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
}

#main-sidebar #main-sidebar-body {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 17.5rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.0625rem;
  -webkit-transition: height 1s;
  transition: height 1s;

}

@media only screen and (min-width: 46.875rem) {
  #main-sidebar #main-sidebar-body {
    text-align: left;
    font-size: 1rem;
    -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  }
}

#main-sidebar #main-nav {
  width: 100%;
}

#main-sidebar #main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 5vh 0;
  line-height: 1;
}

#main-sidebar #main-nav ul li {
  padding: 1.5625rem 0 0;
}

#main-sidebar .lang-sound {
  width: 100%;
  line-height: 24px;
}

#main-sidebar .lang-sound div, #main-sidebar .lang-sound button {
  display: inline-block;
  vertical-align: middle;
}

#main-sidebar .lang-sound #sound {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.25rem;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  cursor: pointer;
}

#main-sidebar .lang-sound .sound-on {
  background: url(../img/icons/sound-on.png) no-repeat center/cover;
}

#main-sidebar .lang-sound .sound-off {
  background: url(../img/icons/sound-off.png) no-repeat center/cover;
}

#main-sidebar .social-nav {
  margin-top: 5vh;
  width: 100%;
}

@media only screen and (min-width: 46.875rem) {
  #main-sidebar .social-nav {
    margin-top: 5vh;
  }
}

#main-sidebar .social-nav a {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  background: no-repeat center/cover;
}

#main-sidebar .social-nav a:hover {
  opacity: 0.6;
}

#main-sidebar .social-nav a:first-child {
  background-image: url(../img/icons/fb_icon.png);
}

#main-sidebar .social-nav a:last-child {
  background-image: url(../img/icons/instagram_icon.png);
  margin-left: 1.5625rem;
}

.sidebar-open #main-sidebar-body {
  height: 90%;
  height: 80vh;
  height: calc(100vh - 74px);
}

@media only screen and (min-width: 46.875rem) {
  .sidebar-open #main-sidebar-body {
    height: calc(100vh - 104px);
  }
}

.sidebar-closed #main-sidebar-body {
  height: 0;
}

@media only screen and (min-width: 46.875rem) {
  .sidebar-closed #main-sidebar-body {
    height: 90%;
    height: 80vh;
    height: calc(100vh - 174px);
  }
}

.active {
  color: #cdb586;
}

/* ============== end of THE sidebar ========== */
/* ==============================================
+++++++++++++++++  THE main  ++++++++++++++++++
============================================== */
.global-main{
  font-size: 0.9375rem;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          flex-shrink: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

#main-footer {
  font-size: 0.8rem;
  opacity: 0.67;
  margin-top: auto;
  width: 100%;
  margin-bottom: 3rem;

}

#main-footer p {
  margin: 0;
}
@media only screen and (min-width: 46.875rem) {
  #main-footer{
    margin-bottom: 0px;
  }
}




/* ============== end of THE main ========== */
/* ========= _modules.scss ========== */
/* ==============================================
+++++++++++++++++  index.html  ++++++++++++++++++
============================================== */

html{
  scroll-behavior: smooth;
}

.full-page{
  width: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;

}

.full-page section {
  height: calc(100vh - 74px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.slider-section{
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;

}
.slider-section h2{
  font-weight: 400;
  margin-bottom: 2rem;
  color: #cdb586;
  font-size: 1.70rem;
  
}


.slider-section h2 span{
  font-weight: bold;
}

.slider-section .slider{
  margin: auto;
}

#bm .owl-dots{
  margin-top: 1rem;
}

.slider-section .owl-item img{
  /*max-height: 600px;*/
  height: auto;
  width: auto;
  margin: auto;
  max-height: calc(100vh - 300px);
}

@media only screen and (min-width: 46.875rem) {
  .slider-section{
    padding: 2rem;
  }

  .slider-section h2{
    margin-top: 4.5rem;
    font-size: 3rem;

  }

  .full-page section {
    height: 100vh;
  }


}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*height: 100%;*/
  min-height: 100%;
  background: #a5a5a5 url("../img/photo/index_hero.jpg") no-repeat center/cover;
  color: #cdb586;
  text-align: center;
}

@-webkit-keyframes arrow {
  from {
    bottom: 0.625rem;
  }
  to {
    bottom: 1.5625rem;
  }
}

@keyframes arrow {
  from {
    bottom: 0.625rem;
  }
  to {
    bottom: 1.5625rem;
  }
}

#hero #hero-arrow {
  width: 100%;
  height: 2.5rem;
  position: absolute;
  bottom: 0.625rem;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#hero #hero-arrow button {
  width: 0.625rem;
  height: 2.5rem;
  background: url(../img/icons/scroll_down.png) no-repeat center/cover;
}

#hero-title {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 40%;
  margin: auto;
}

@media screen and (orientation: portrait) {
  #hero-title {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 50vh;
  }
}

#hero-title #hero-title2 {
  width: 100%;
}

#hero-title img {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
  padding: 1.0625rem 0.9375rem 0.4375rem;
}

.border-topbot {
  position: relative;
  display: inline-block;
}

.border-topbot::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #cdb586;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  height: 4px;
  width: 0;
  left: 0;
  bottom: 0;
}

.border-topbot::before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  right: 0;
  top: 0;
  background-color: #cdb586;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.border-topbot2::after, .border-topbot2::before {
  width: 100%;
}

.border-leftright {
  position: relative;
  display: inline-block;
}

.border-leftright::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #cdb586;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
  height: 0px;
  width: 4px;
  right: 0;
  bottom: 0;
}

.border-leftright::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cdb586;
  -webkit-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
  height: 0px;
  width: 4px;
  left: 0;
  top: 0;
}

.border-leftright2::after, .border-leftright2::before {
  height: 100%;
}

#skulpture-fix {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 5;
  top: 6rem;
  text-align: center;
}

#skulpture-fix img {
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}

@media only screen and (min-width: 46.875rem) {
  #skulpture-fix {
    top: 4rem;
  }
}

.pos-abs {
  position: absolute;
  left: 0px;
  right: 0px;
}

.pos-abs img {
  width: 60%;
}

.pos-fix {
  position: fixed;
  opacity: 0.5;
  left: 0;
  right: 17px;
  right: 0;
}

.pos-fix img {
  width: 80%;
  opacity: 0.5;
}

@media only screen and (min-width: 46.875rem) {
  .pos-fix {
    left: 17.5rem;
    right: 17px;
  }
}



.go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  margin-bottom: 3rem;
}

.go-back div {
  margin: 1rem auto;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/go_back.png") no-repeat center/cover;
}

.go-back a {
  -webkit-transition: color 0.5s linear;
  transition: color 0.3s linear;
}

.go-back a:hover {
  color: #cdb586;
}

/* ============== end of index.html ========== */
/* ==============================================
+++++++++++++++++  bio.html  ++++++++++++++++++
============================================== */
#bio-header {
  width: 100%;
  height: 30vh;
  background: url("../img/photo/bio_hero.jpg") no-repeat center top/cover;
}

#bio-main {
  padding: 1.25rem;
  max-width: 46.875rem;
  margin: auto;
}

#bio-main h2 {
  font-weight: 400;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  color: #cdb586;
  font-size: 2rem;
  letter-spacing: 0.3125rem;
}

#bio1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#bio1 div:first-child {
  padding: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

#bio1 div:last-child {
  padding: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border: none;
}

#bio1 div:last-child p {
  margin: 0;
}

@media only screen and (min-width: 61.25rem) {
  #bio1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #bio1 div:first-child {
    padding: 1.875rem;
    padding-left: 0;
    padding-top: 2.1875rem;
  }
  #bio1 div:last-child {
    border-left: 2px solid #cdb586;
    padding: 1.875rem;
    padding-right: 0;
  }
}

#bio2 {
  margin: 3.75rem 0;
}

#bio2 h3 {
  color: #cdb586;
  font-size: 1.75rem;
  font-weight: normal;
}

#bio2 div {
  text-align: right;
}

/* ============== end of bio.html ========== */
/* ==============================================
+++++++++++++++++  contact.html  ++++++++++++++++
============================================== */
#contact-header {
  width: 100%;
  height: 30vh;
  background: url("../img/photo/contact_hero.jpg") no-repeat center/cover;
}

#contact-main {
  padding: 1.25rem;
  max-width: 40.625rem;
  margin: auto;
}

#contact-main h2 {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  color: #cdb586;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.3125rem;
}

#mail-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #cdb586;
  border-bottom: 1px solid #cdb586;
  margin: 2.1875rem 0;
}

#mail-phone p:first-of-type {
  font-weight: bold;
  font-size: 0.875rem;
}

#mail-phone p {
  margin: 0;
}

#mail-phone div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  padding: 0.9375rem;
  padding-left: 3rem;
}

#mail-phone div span {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
}

#mail-phone .email-icon span {
  background: url("../img/icons/email-icon.png") no-repeat center/contain;
}

#mail-phone .phone-icon span {
  background: url("../img/icons/phone-icon.png") no-repeat center/contain;
}

#contact-form {
  margin-bottom: 3.125rem;
}

#contact-form form {
  width: 100%;
  text-align: left;
}

#contact-form form section label {
  display: block;
  color: #fff;
}

#contact-form form #name-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact-form form #name-email section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

@media only screen and (min-width: 46.875rem) {
  #contact-form form #name-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#contact-form form input {
  height: 2.5rem;
  width: 100%;
}

#contact-form form #message {
  width: 100%;
}

#contact-form form input, #contact-form form #message {
  background-color: #e2e2e2;
  border: none;
  padding: 0.75rem 1.25rem;
}

#contact-form form .error {
  border-color: red;
}

#contact-form form .error-message {
  color: red;
  font-style: italic;
  font-size: 1rem;
}

#contact-form form input[type="submit"] {
  margin-top: 1.5rem;
  background-color: #555;
  border: 2px solid #555;
  color: #eee;
  padding: 0.3125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#contact-form form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #eee;
  color: #555;
}

/* ============ end of contact.html ========== */
/* ==============================================
+++++++++++++++++  contact.php  +++++++++++++++++
============================================== */
#contact-php-main {
  margin: auto;
  height: 100%;
  text-align: center;
  padding: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact-php-main div:first-child {
  margin: auto;
}

#contact-php-main footer {
  margin-top: auto;
}

#contact-php-main h1 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
}

#contact-php-main h2 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.2;
  padding: 0 0.625rem;
}

#contact-php-main p {
  margin: 0;
}

/* ============ end of contact.php ========== */



/* ========= _vendor.scss ========== */
