a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none;margin:40px;padding-left:20px;border-left:3px solid #c6c6c6;font-style:italic;opacity:0.8}strong{font-weight:800}hr{height:1px;background-color:#646464;border:none;width:90%}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    color: #fff;
    background-color: #171313;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    min-height: 100%;
    color: #66757f;
    position: relative;
    z-index: 1
}

a {
    color: #9a9a9a;
    font-style: italic;
    text-decoration: none;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear
}

a:hover {
    color: #AAAAAA;
    opacity: 0.6;
}

h2 {
    font-family: 'Lora', serif;
    font-size: 2.1em;
    line-height: 1.1em;
    letter-spacing: -0.5px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
    z-index: 9999999;
}

/* HEADER */

header .content {
    position: relative;
}

header a {
    transition: background-color 1s ease;
}

#social {
    position: absolute;
    right: 20px;
    top: 16px;
}

#social li {
    display: inline-block;
    color: #fff;
}

#social li a {
    width: 50px;
    height: 35px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
}

#social li a.facebook {
    background-image: url("../svg/icon_facebook.svg");
}

#social li a.twitter {
    background-image: url("../svg/icon_twitter.svg");
}

#social li a.google {
    background-image: url("../svg/icon_google.svg");
}

/* CONTAINER */

.container {
    background: #171313;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
}

.show .container {
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
}

.container .splitlayout {
    min-height: 100%;
    position: relative;
    width: 100%
}

.container .side {
    height: 100%;
    position: relative;
    top: 0;
    width: 50%;
    -webkit-backface-visibility: hidden;
    z-index: 100
}

.container .caption {
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    font-family: 'Heebo', sans-serif;
    padding: 3em;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    max-width: 75%;
}

.container .map {
    position: absolute;
    z-index: 99999;
    bottom: 2%;
    right: 2%;
}


.container .left {
    left: 0;
}

.container .right {
    position: fixed;
    right: 0;
    top: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.container .right.current {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.container .image {
    height: 100%;
    left: 50%;
    margin-right: -50%;
    position: absolute;
    background-image: none;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

/* INTRO */

.intro {
    position: relative
}

.intro .right {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.intro .content {
    text-align: center;
    padding: 60px;
    position: absolute;
    top: 45%;
    left: 52%;
    margin-right: -50%;
    max-width: 80%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.intro .content h1 {
    font-size: 69px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    font-weight: lighter;
    font-family: 'Playfair Display', serif;
}

.intro .content h2 {
    color: #AAAAAA;
    font-size: 8px;
    line-height: 12PX;
    font-weight: 500;
    letter-spacing: 3.55px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.intro .content p {
    font-family: 'Heebo', sans-serif;
    font-style: italic;
    font-size: 12px;
}

.intro .content hr {
    height: 1px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    border: none;
}

.intro .read-more {
    bottom: 2%;
    left: 47%;
    margin-right: -50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro .read-more .mouse-icon {
    bottom: 60%;
    fill: #fff;
    height: 75px;
    left: 50%;
    margin-right: -50%;
    position: absolute;
    width: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

/* MAIN CONTENT */

.parts {
    position: relative
}

.part {
    height: auto;
}

.part .text {
    margin: 0px 0px 0px 15%;
    max-width: 80%;
}

.part .text p {
    font-family: 'Heebo', sans-serif;
        margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
}

/* CUSTOM STUFF */

.credits {
    opacity: 0.6;
    padding: 80px;
    font-size: 11px;
    line-height: 18px;
    font-family: 'Heebo', sans-serif;
    text-align: center;
}

.to-the-top {
    position: fixed;
    right: 20px;
    width: 60px;
    height: 40px;
    bottom: 20px;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}

.part-mobile {display: block;}

.credits strong {
    font-weight: 800;
}

.btn {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40%;
    cursor: pointer;
    z-index: 11;
}

.btn p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.btn p i {
    color: #fff;
}

.btn .close {
    top: 10% !important;
}

.mobile-show {
    display: none;
    padding-bottom: 30px;
}

.caption-mobile {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    font-size: 11px;
    font-style: italic;
    font-family: 'Heebo',sans-serif;
    opacity: .6;
    display: none;
    margin: 0 auto;
}

.outer-wrapper {
    position: absolute;
    display: table;
    bottom: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(29, 31, 32, 0.9);
    transition: height 0.3s ease-in-out;
    z-index: 10;
    text-align: center;
    padding-top: 20%;
}

.outer-wrapper ul {
    display: table-cell;
    opacity: 0;
    width: 100%;
    margin-bottom: 2em;
    vertical-align: middle;
    text-align: center;
}

.outer-wrapper ul li {
    display: inline-block !important;
    width: auto;
    padding: 0 25px;
    color: #f1F1F1;
    font-size: 22px;
    opacity: 0;
    text-align: center;
}

outer-wrapper iframe {
    top: 40%;
}

/* MEDIA QUERIES */

@media screen and (max-width: 320px) {
    .intro .content{padding-bottom:1%;padding-top:10px}
    .intro .content h1{font-size:40px}
}

@media screen and (max-width: 375px) {
    .intro .content{padding-bottom:15%}
    .intro .content h1{font-size:40px}
    .hide {display: none; }
    .caption-mobile {margin-bottom: 50px;}
}

@media screen and (max-width: 700px) {
    h2 {font-size: 1.5em;}
    .intro .content {left: 49%;}
    .intro .content h2{font-size:8px;margin-top:0;}
    .part .text{font-size:16px;margin:20px auto !important;}
    blockquote, q {margin:0}
    .caption-mobile {;margin-bottom: 0px;}
    .credits {padding: 20px;}
    .navbar {display: block};
    .part-mobile {display: none;}
}

@media screen and (max-width: 768px) {
    .container .right{position:relative;-moz-transform:translateY(0%);-ms-transform:translateY(0%);-webkit-transform:translateY(0%);transform:translateY(0%)}
    .container .left{width:100%}
    .container .image{position:relative;top:0;-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}
    .intro {height: auto !important}
    .intro .content{padding:0px 20px;position:relative;-moz-transform:translate(-50%, -20%);-ms-transform:translate(-50%, -20%);-webkit-transform:translate(-50%, -20%);transform:translate(-50%, -20%);}
    .intro .content h1{font-size:40px}
    .intro .read-more{display:none}
    .parts{height:auto !important}
    .part{height:100%}
    .part-one p:first-child{font-size:21px;padding-top:10%}
    .hide {display: none;}
    .mobile-show {display: block;}
    .caption-mobile {display: block;max-width: 80%;padding-bottom: 40px;}
    #page-slide {display: none !important}
    #menu-parts {top: 15px !important;right: 35% !important;}
}

/* ANIMATE */

.floating{
    float: left;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}

/* SIDEBAR */

#page-slide{
  background: #171313;
  width: 230px;
  display: block;
  height: 100%;
  left:-230px;
  position: fixed;
  transition: left 0.2s linear;
  top: 0;
    z-index: 9999999;
    font-family: 'Heebo', sans-serif;
}
.slide{
  left: 0 !important;
}
.slide-tog{
  left:230px !important;
}

#menu-slide {
    list-style-type: none;
    font-style: normal;
}

#menu-slide li {
    padding: 10px 20px;
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #3a3a3a;
}

#menu-slide a {
    font-style: normal;
}

#menu-slide h1 {
    padding: 12.5px 18px;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
}

#menu-parts {
    display: inline-flex;
    z-index: 99999999999999;
    position: fixed;
    top: 20px;
    list-style-type: none;
    text-align: center;
    right: 210px;
}

#menu-parts a {
    font-style: normal;
    font-family: 'Heebo',sans-serif;
    color: #fff;
    padding-right: 15px;
}

#menu-mobile {
    width: 100%;
    position: fixed;
    z-index: 100;
    z-index: 9999999;
}

.vertical {
	transform: rotate(90deg);
	transform-origin: left top 0;
}


#sidebar {
    background-color: #171313;
    z-index: 100;
    width: 52px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
    position: fixed !important;
    font-size: 0;
    line-height: 0;
    transition: left 0.2s linear;
    left: -1px
}
#sidebar #logo {
    width: 50px;
    height: 50px;
    background: transparent;
    text-align: center;
    padding: 10px;
    top: 10px;
    left: 0;
    border-bottom: 1px solid #3a3a3a;
    cursor: pointer;
    transition: left 0.2s linear;
}

#toggle{
  width: 50px;
  height: 50px;
  background: transparent;
  position: fixed;
  top: 45%;
  left: 0;
  border: none;
  cursor: pointer;
  transition: left 0.2s linear;
}

#toggle:focus, #toggle:active, #toggle.active, #toggle:focus:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#toggle p{
  color: #fff;
  font-size: 40px;
  line-height: 0.9em;
  padding: 0px;
}

#page-slide nav.main ul{
  list-style: none;
  margin: 3px 0 0 0;
}
#page-slide nav.main ul li{
}
#page-slide nav.main ul li a{
  color: #cdcdcd;
  font: 400 16px/16px 'Heebo', sans-serfi;
  text-decoration: none;
  display: block;
  padding: 12px;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#page-slide nav.main ul li a:hover{
  color: #fff;
}

/* NAVBAR MOBILE */

.navbar {
    height: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    background-color: #171313;
        border-bottom: 1px solid #949494;
}

.navbar-buttons {
    position: relative;e
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

/* OVERLAY */

.overlay {
    position: fixed;
    background: rgba(23, 19, 19, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 99999999;
}

.overlay.open li {
    cursor: pointer;
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

/* Navigation Title */

.overlay .nav-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    position: relative;
    top: 80px;
}

.overlay p {
    font-size: 10px;
    color: #c6c6c6;
    text-align: center;
    position: relative;
    top: 100px;
    width: 90%;
    margin: 0 auto;
}

.overlay nav {
    position: relative;
    height: 280px;
    top: 200px;
    transform: translateY(-50%);
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 90px auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
    color: #ea2e49;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
    background: #ea2e49;
}

button:focus {
    outline: 0;
}

.open-menu,
.close-menu,
.button {
    cursor: pointer;
    transition: transform 0.30s;
}

.open-menu:hover,
.close-menu:hover,
.button:hover {
    transform: scale(1.1);
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 43.5%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* RESPONSIVE OVERLAY */

@media (max-width: 768px) {
    .overlay nav {
        font-size: 30px;
    }
    .navbar {display: flex;z-index: 99999999999;position: fixed;}
}

@media (max-width: 550px) {
    .overlay nav {
        font-size: 20px;
    }
}
