/*
  [CSS Index]
  
  ---
  
  Template Name: Quickex - Under Construction Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. section IMG BACKGROUND
  2. reset
  3. layout
  4. preloader
  5. overlay
  6. logo
  7. social icons
  8. bottom credits
  9. section header txt
  10. section heading
  11. section txt wrapper
  12. extras
  13. section IMG
  14. section
  15. section mobile
  16. navigation
  17. navigation links
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. section IMG BACKGROUND */
.section-img.section-1 {
background: url(../img/home.jpg) fixed;
}

.section-img.section-2 {
background: url(../img/about.jpg) 50% 50% no-repeat fixed;
}

.section-img.section-3 {
background: url(../img/services.jpg) 50% 50% no-repeat fixed;
}

.section-img.section-4 {
background: url(../img/contact.jpg) 50% 50% no-repeat fixed;
}

.section-img-mobile.section-1 {
background: url(../img/home.jpg);
}

.section-img-mobile.section-2 {
background: url(../img/about.jpg);
}

.section-img-mobile.section-3 {
background: url(../img/services.jpg);
}

.section-img-mobile.section-4 {
background: url(../img/contact.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
/* line-height: 1; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
text-align: left;
color: #111;
background: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
/* width: 100%; */
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

a {
color: #ff264a;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #ff264a;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 16px;
font-weight: 500;
text-align: left;
letter-spacing: 0.05em;
color: #111;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  p {
	font-size: 15px;
  }
}

p a,
p a:hover {
color: #ff264a;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ff264a;
color: #fff;
}

::selection {
background: #ff264a;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(0, 0, 0, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(0, 0, 0, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 5. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-dark-60:before {
background: rgba(0, 0, 0, .6);
z-index: 2;
}


/* 6. logo */
.logo {
position: fixed;
display: block;
width: 59px;
height: 35px;
top: 40px;
left: 40px;
background: url(../img/logo-dark.png) no-repeat;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 500;
}

@media only screen and (max-width: 995px) {
  .logo {
    top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .logo {
    top: 20px;
    left: 20px;
  }
}

.logo.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}


/* 7. social icons */
.social-icons-wrapper {
position: fixed;
left: 35px;
bottom: 37px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 105;
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper {
    left: 35px;
    bottom: 37px;
  }
}

@media only screen and (max-width: 640px) {
  .social-icons-wrapper {
    left: 15px;
    bottom: 17px;
  }
}

.social-icons-wrapper.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline-block;
margin: 0 auto;
padding: 0 0 0 5px;
}

ul.social-icons {
font-size: 20px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 15px;
  }
}

ul.social-icons a {
padding: 0;
color: #000;
text-decoration: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

ul.social-icons a:hover {
padding: 0;
color: #000;
text-decoration: none;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


/* 8. bottom credits */
.the-bottom-credits {
position: fixed;
bottom: 36px;
right: 39px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 105;
}

@media only screen and (max-width: 995px) {
  .the-bottom-credits {
    bottom: 36px;
    right: 39px;
  }
}

@media only screen and (max-width: 640px) {
  .the-bottom-credits {
    bottom: 16px;
    right: 19px;
  }
}

.the-bottom-credits.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
}

.bottom-credits {
font-style: normal;
font-weight: 600;
font-size: 9px;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #000;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 10;
}

.bottom-credits a,
.bottom-credits a:hover {
color: #000;
text-decoration: none;
font-weight: 600;
font-size: 9px;
}


/* 9. section header txt */
h3.section-header {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 50px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #fff;
margin: 0 0 33px 40px;
padding-right: 40px;
width: 100%;
line-height: 1;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 995px) {
  h3.section-header {
    color: #111;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h3.section-header {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

@media only screen and (max-width: 995px) {
  @supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
    h3.section-header {
      color: transparent;
      -webkit-text-stroke: 1px #111;
              text-stroke: 1px #111;
      text-shadow: none;
    }
  }
}

@media all and (min-width: 1920px) {
  h3.section-header {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
    h3.section-header {
    margin: 0 0 13px 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 995px) {
  h3.section-header {
    font-size: 40px;
	margin: 0;
	padding-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  h3.section-header {
    font-size: 30px;
  }
}

h3.section-header span {
color: #ff264a;
-webkit-text-stroke: 1px #ff264a;
        text-stroke: 1px #ff264a;
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  h3.section-header span {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

h3.section-header span.section-header-full-color {
color: #ff264a;
-webkit-text-stroke: 1px #ff264a;
        text-stroke: 1px #ff264a;
}

a.link-underline-contact,
a.link-underline-contact:hover {
color: #ff264a;
font-size: 50px;
font-weight: 700;
-webkit-text-stroke: 1px #ff264a;
        text-stroke: 1px #ff264a;
		text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  a.link-underline-contact {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

@media all and (min-width: 1920px) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  a.link-underline-contact,
  a.link-underline-contact:hover {
    font-size: 30px;
  }
}


/* 10. section heading */
h2.section-heading-all,
#countdown,
#countdown-mobile {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
text-shadow: 1px 1px 2px #111;
margin: 0 40px 29px 0;
padding: 0;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 10;
}

@media only screen and (max-width: 1200px) {
  h2.section-heading-all,
  #countdown,
  #countdown-mobile {
    font-size: 17px;
	margin: 0 20px 10px 0;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading-all,
  #countdown,
  #countdown-mobile {
    font-size: 16px;
	margin: -38px 0 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  h2.section-heading-all,
  #countdown,
  #countdown-mobile {
    font-size: 15px;
	margin: -28px 0 0 10px;
  }
}

#countdown span,
#countdown-mobile span {
color: #ff264a;
}

@media only screen and (max-width: 640px) {
  #countdown span,
  #countdown-mobile span {
    font-size: 13px;
  }
}

h2.section-heading-all span {
position: relative;
display: inline-block;
padding-right: 75px;
margin-right: 25px;
line-height: 1;
color: #fff;
text-shadow: 1px 1px 2px #111;
}

@media all and (min-width: 1920px) {
  h2.section-heading-all span {
    padding-right: 90px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading-all span {
    padding-right: 60px;
    margin-right: 20px;
  }
}

h2.section-heading-all span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 50px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media all and (min-width: 1920px) {
  h2.section-heading-all span:before {
    width: 60px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading-all span:before {
    width: 40px;
  }
}


/* 11. section txt wrapper */
.section-txt-wrapper-left {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 10;
}

.section-txt-wrapper-right {
position: absolute;
width: auto;
right: 0;
bottom: 4px;
z-index: 10;
}


/* 12. extras */
*,
*:before,
*:after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

ul {
list-style-type: none;
}

html,
body {
height: 100%;
overflow: hidden;
}

body {
-ms-overflow-style: none;
scrollbar-width: none;
}

body::-webkit-scrollbar { 
display: none;
}

.section-wrapper {
display: none;
height: 100%;
}

@media only screen and (max-width: 995px) {
  .section-wrapper {
    display: none!important;
  }
}

.section-wrapper.active .section-img.active {
width: 50vw;
height: 100vh;
margin-top: -10vh!important;
-webkit-transition: margin 0.3s, width 0.3s, height 0.3s;
        transition: margin 0.3s, width 0.3s, height 0.3s;
-webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
z-index: 500;
}

.section-wrapper.active .section-img.active.left {
margin-left: -50vw;
}

.section-wrapper.active .section-img.active.left .hover-img-left {
-webkit-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.section-wrapper.active .section-img.active.right {
margin-left: 0;
}

.section-wrapper.active .section-img.active.right .hover-img-right {
-webkit-transition: all 0.7s;
        transition: all 0.7s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.overflow-hidden {
overflow: hidden!important;
}


/* 13. section IMG */
.section-img.section-img-all,
.section-img-mobile.section-img-all {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.section-img {
position: absolute;
width: 36vw;
height: 80vh;
top: 10vh;
left: 50%;
-webkit-transition: margin 1s cubic-bezier(0.99, 0.1, 0.35, 1.2);
        transition: margin 1s cubic-bezier(0.99, 0.1, 0.35, 1.2);
will-change: margin;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .section-img {
    width: 39vw;
  }
}

@media only screen and (max-width: 1200px) {
  .section-img {
    width: 32vw;
  }
}

.section-img.closing {
-webkit-transition: margin 0.5s, width 0.5s, height 0.5s;
        transition: margin 0.5s, width 0.5s, height 0.5s;
}

.section-img.closing.left .hover-img-left {
-webkit-transition: all 0.7s;
        transition: all 0.7s;
-webkit-transition-delay: 0.7s; 
        transition-delay: 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-img.closing.right .hover-img-right {
-webkit-transition: all 0.7s;
        transition: all 0.7s;
-webkit-transition-delay: 0.7s; 
        transition-delay: 0.7s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-img:not(.active) {
cursor: ne-resize;
}

.section-img.left {
margin-left: calc(-37vw - 40px);
}

@media all and (min-width: 1920px) {
  .section-img.left {
    margin-left: calc(-39vw - 40px);
  }
}

@media only screen and (max-width: 1200px) {
  .section-img.left {
    margin-left: calc(-32vw - 40px);
  }
}

.section-img.left .hover-img-left {
display: none;
margin-left: -70px;
}

.section-img.right {
margin-left: 40px;
}

.section-img.right .hover-img-right {
display: none;
margin-left: 70px;
margin-right: -70px;
right: -30px;
}

.section-img.section-2.left {
margin-top: -100vh;
}

.section-img.section-2.right {
margin-top: 100vh;
}

.section-img.section-3.left {
margin-top: -200vh;
}

.section-img.section-3.right {
margin-top: 200vh;
}

.section-img.section-4.left {
margin-top: -300vh;
}

.section-img.section-4.right {
margin-top: 300vh;
}


/* 14. section */
.section {
position: absolute;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 2rem;
overflow-x: hidden;
overflow-y: auto;
z-index: 2000;
}

.section.visible {
cursor: crosshair;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section.visible .section-text {
-webkit-transform: translateX(0) rotate(-90deg);
    -ms-transform: translateX(0) rotate(-90deg);
        transform: translateX(0) rotate(-90deg);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section .section-text {
position: absolute;
top: 55vh;
left: 40px;
-webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.3s 0.2s;
        transition: transform 0.5s 0.2s, opacity 0.3s 0.2s;
-webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
-webkit-transition-delay: 0.6s; 
        transition-delay: 0.6s;
transform-origin: left center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.section .section-text,
.section .section-text a,
.section .section-text a:hover {
font-style: normal;
font-weight: 600;
font-size: 9px;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.section.visible .section-more {
-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section .section-more {
position: absolute;
width: 50%;
right: 40px;
bottom: 45%;
-webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
-webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
        transform: translateY(10%);
-webkit-transition-delay: 0.6s; 
        transition-delay: 0.6s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* 15. section mobile */
.section-wrapper-mobile {
display: none;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}

.section-wrapper-mobile {
position: absolute;
float: left;
width: -webkit-calc(100% - 200px);
width: -moz-calc(100% - 200px);
width: calc(100% - 200px);
height: -webkit-calc(100% - 200px);
height: -moz-calc(100% - 200px);
height: calc(100% - 200px);
top: 100px;
right: 100px;
bottom: 100px;
left: 100px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
}

@media only screen and (max-width: 995px) {
  .section-wrapper-mobile {
    display: block!important;
  }
}

@media only screen and (max-width: 640px) {
  .section-wrapper-mobile {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    right: 20px;
    bottom: 75px;
    left: 20px;
  }
}

.section-mobile {
position: relative;
width: 100%;
float: left;
}

.section-img-mobile {
position: relative;
width: 100%;
}

@media only screen and (max-width: 995px) {
  .section-img-mobile {
    height: 40vh;
  }
}

@media only screen and (max-width: 640px) {
  .section-img-mobile {
    height: 35vh;
  }
}

.section-txt-wrapper-mobile {
margin: 100px 0;
}


/* 16. navigation */
#menu {
position: absolute;
width: 24px;
height: 16px;
top: 40px;
right: 40px;	
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 500;
}

@media only screen and (max-width: 995px) {
  #menu {
    top: 40px;
    right: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #menu {
    top: 20px;
    right: 20px;
  }
}

#menu.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}

.menu-line {
position: absolute;
-webkit-transition: all ease .3s;
   -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
     -o-transition: all ease .3s;
        transition: all ease .3s;
}

.top-line {
width: 30px;
height: 2px;
top: 0;
right: 0;
background: #000;
}

.top-animate {
top: 6px;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.middle-line {
width: 30px;
height: 2px;
top: 8px;
right: 0;
background: #000;
}

.middle-animate {
opacity: 0;
}

.bottom-line {
width: 30px;
height: 2px;
top: 16px;
right: 0;
background: #000;
}

.bottom-animate {
top: 6px;
-webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
}

.menu-trigger:hover .top-line {
margin-top: -3px;
}

.menu-trigger:hover .bottom-line {
margin-top: 3px;
}

.menu-trigger:hover .top-line.top-animate {
top: 0;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}

.menu-trigger:hover .middle-line.middle-animate {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu-trigger:hover .bottom-line.bottom-animate {
top: 16px;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}

ul#menu-links {
position: fixed;
float: left;
width: 36vw;
height: 64vh; 
right: -1000px;
top: 18vh;
text-align: center;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
background-color: #000;
z-index: 400;
}

@media all and (min-width: 1920px) {
  ul#menu-links {
    width: 39vw;
  }
}

@media only screen and (max-width: 1200px) {
  ul#menu-links {
    width: 32vw;
    height: 64vh;
  }
}

@media only screen and (max-width: 995px) {
  ul#menu-links {
    width: 45vw;
	height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    top: 100px;
    bottom: 100px;
	margin-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  ul#menu-links {
    width: 45vw;
	height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
    top: 75px;
    bottom: 75px;
	margin-right: 0;
  }
}

ul#menu-links li {
position: relative;
top: 36%;
-webkit-transform: translateY(-36%);
    -ms-transform: translateY(-36%);
        transform: translateY(-36%);
}

.menu-intro {
right: 4rem!important;
-webkit-transition: all 1s;
   -moz-transition: all 1s;
        transition: all 1s;
}

@media all and (min-width: 1920px) {
  .menu-intro {
    right: 8rem!important;
  }
}

@media only screen and (max-width: 995px) {
  .menu-intro {
    right: 10vw!important
  }
}

@media only screen and (max-width: 640px) {
  .menu-intro {
    right: 5vw!important;
  }
}

ul#menu-links div#menu-wrapper {
position: relative;
float: left;
height: 100%;
}

ul#menu-links a {
position: relative;
display: block;
float: left;
width: 100%;
-webkit-transition: all ease .6s;
   -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
     -o-transition: all ease .6s;
        transition: all ease .6s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

ul#menu-links.active a {
-webkit-transition-delay: .6s;
   -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
     -o-transition-delay: .6s;
        transition-delay: .6s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 17. navigation links */
nav.navigation-menu a {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
line-height: 1.5;
letter-spacing: 0.05em;
text-decoration: none;
color: #fff;
-webkit-text-stroke: 1px #fff;
        text-stroke: 1px #fff;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {
  nav.navigation-menu a {
    font-size: 15px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  nav.navigation-menu a {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}