﻿/*
  [CSS Index]
*/

 
/* 
  1. BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. facts parallax IMG BACKGROUND
    1.3. founders skills IMG BACKGROUND
    1.4. guests gallery IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper section
    3.2. lower section
  4. border animation
  5. clearfix
  6. vertical spacer
  7. arrow indicator
  8. dot pattern
  9. copyright
  10. the button
  11. hero
  12. navigation
    12.1. navigation btn
    12.2. navigation icon
    12.3. navigation bg and links
    12.4. navigation effect
    12.5. navigation IMG
  13. section
    13.1. section intro
    13.2. section headings
    13.3. section introduction
    13.4. section title
  14. post block
  15. chart
  16. post all
  17. facts
    17.1. facts counter
    17.2. facts parallax
  18. guests
    18.1. guests gallery
    18.2. guests description
  19. preloader
  20. center container
  21. link effect
  22. go home
  23. contact form
    23.1. contact form placeholders
    23.2. contact email
  24. sessions
    24.1. sessions modal
    24.2. sessions modal video
  25. scroll indicator
  26. social icons
  27. overlay
  28. logo
  29. Magnific Popup v1.1.0 CUSTOM
  30. Slick v1.6.0 CUSTOM
  31. Owl Carousel v2.2.0 CUSTOM
  32. divider
*/


/* 1. BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/09/background/SINGLE-bg.jpg);
}


/* 1.2. facts parallax IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/09/background/parallax-facts-bg.jpg);
}


/* 1.3. founders skills IMG BACKGROUND */
.post-block-founders-1 {
background-image: url(../img/09/founders/founders-bg-1.jpg);
}

.post-block-founders-2 {
background-image: url(../img/09/founders/founders-bg-2.jpg);
}


/* 1.4. guests gallery IMG BACKGROUND */
.guests-img-1 {
background-image: url(../img/09/guests/guests-img-1.jpg);
}

.guests-img-2 {
background-image: url(../img/09/guests/guests-img-2.jpg);
}

.guests-img-3 {
background-image: url(../img/09/guests/guests-img-3.jpg);
}

.guests-img-4 {
background-image: url(../img/09/guests/guests-img-4.jpg);
}

.guests-img-5 {
background-image: url(../img/09/guests/guests-img-5.jpg);
}

.guests-img-6 {
background-image: url(../img/09/guests/guests-img-6.jpg);
}

.guests-img-7 {
background-image: url(../img/09/guests/guests-img-7.jpg);
}

.guests-img-8 {
background-image: url(../img/09/guests/guests-img-8.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;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

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: 14px;
font-style: normal;
font-weight: 500;
text-align: center;
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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

a {
color: #987d5f;
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-backface-visibility: hidden;
        backface-visibility: hidden;
-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: #987d5f;
text-decoration: none;
outline: none;
-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 {
 -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;
}

p {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
color: #fff;
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;
}

p a,
p a:hover {
color: #987d5f;
font-weight: 700;
text-decoration: none;
outline: none;
-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: #987d5f;
color: #fff;
}

::selection {
background: #987d5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 3.1. upper section */
.upper-section {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}


/* 3.2. lower section */
#about,
#guests,
#contact {
background: #fff;
}

#about p,
#about h3,
#guests p,
#guests h3,
#contact p,
#contact h3 {
color: #111;
}

#about h3 {
margin: -4px auto 0 auto;
}

@media all and (min-width: 1920px) {
  #about h3 {
    margin: -7px auto 0 auto;
  }
}

#contact h3 {
margin: -4px auto;
}

@media all and (min-width: 1920px) {
  #contact h3 {
    margin: -7px auto;
  }
}

#contact p {
margin: -7px auto -6px auto;
}

#facts,
#founders,
#sessions {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: #14171b;
}


/* 4. border animation */
.border-animation {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .border-animation {
    display: none;
	visibility: hidden;
  }
}

.border-animation-top,
.border-animation-right,
.border-animation-bottom,
.border-animation-left {
position: absolute;
background: rgba(255, 255, 255, 1);
z-index: 2;
}

.border-animation-top,
.border-animation-bottom {
width: 0;
height: 1px;
-webkit-transition: width 1s ease-in;
   -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
     -o-transition: width 1s ease-in;
        transition: width 1s ease-in;
}

.border-animation-right,
.border-animation-left {
width: 1px;
height: 0;
-webkit-transition: height 1s 1s;
   -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
     -o-transition: height 1s 1s;
        transition: height 1s 1s;
}

.border-animation-top {
left: 150px;
top: 150px;
}

.border-animation-right {
right: 150px;
top: 150px;
}

.border-animation-bottom {
right: 150px;
bottom: 150px;
}

.border-animation-left {
left: 150px;
bottom: 150px;
}


/* 5. clearfix */
.clearfix::after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}


/* 6. vertical spacer */
.vertical-spacer {
position: relative;
width: 1px;
height: 80px;
background: #fff;
margin: 1px auto;
}

.vertical-spacer.vertical-spacer-dark {
background: #111;
}

@media all and (min-width: 1920px) {
  .vertical-spacer {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .vertical-spacer {
    height: 70px;
  }
}

.vertical-spacer.vertical-spacer-facts {
height: 40px;
}

@media all and (min-width: 1920px) {
  .vertical-spacer.vertical-spacer-facts {
    height: 45px;
  }
}

@media only screen and (max-width: 995px) {
  .vertical-spacer.vertical-spacer-facts {
    height: 35px;
  }
}


/* 7. arrow indicator */
.arrow-indicator-left,
.arrow-indicator-right {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}

@media only screen and (max-width: 995px) {
  .arrow-indicator-left,
  .arrow-indicator-right {
    display: none;
	visibility: hidden;
  }
}

.arrow-indicator-left {
border-right: 20px solid #1f232a;
}
	
.arrow-indicator-right {
border-left: 20px solid #1f232a;
}

.arrow-indicator,
.arrow-indicator-reverse {
position: absolute;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto; 
width: 40px!important;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 99;
}

.arrow-indicator {
top: 50%;
left: auto;
right: -20px;
}

.arrow-indicator-reverse {
top: 50%;
left: 0;
right: auto;
}


/* 8. dot pattern */
.dot-pattern-wrapper,
.dot-pattern-wrapper-reverse {
position: absolute;
display: block;
width: -webkit-calc(33% - 160px);
width: -moz-calc(33% - 160px);
width: calc(33% - 160px);
height: -webkit-calc(100% - 160px);
height: -moz-calc(100% - 160px);
height: calc(100% - 160px);
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 0;
}

.dot-pattern-wrapper {
top: 80px;
left: 0;
bottom: 80px;
right: 80px;
margin-left: 65px;
}

.dot-pattern-wrapper-reverse {
top: 80px;
left: auto;
bottom: 80px;
right: 0;
margin-right: 76px;
}

.dot-pattern {
position: relative;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
background-image: radial-gradient(rgba(119, 119, 119, .75) 5%, transparent 0);
background-size: 30px 30px;
}


/* 9. copyright */
.copyright {
position: relative;
margin: 0 auto;
text-align: center;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 auto;
color: #111;
font-weight: 700;
}


/* 10. the button */
.the-button-wrapper {
position: relative;
width: 165px;
height: auto;
line-height: 1.5;
margin: 0 auto;
padding: 0;
left: 0;
text-align: center;
cursor: pointer;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-wrapper {
    width: 165px;
	margin: 0 auto;
  }
}

.the-button-wrapper.the-button-wrapper-more {
width: 165px;
margin: 0 auto;
}

.the-button-wrapper.the-button-wrapper-home {
margin: -6px auto 0 auto;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper.the-button-wrapper-home {
    margin: -2px auto 0 auto;
  }
}

.the-button {
position: relative;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.10em;
color: #987d5f;
background: none;
padding: 10px 40px 0 40px;
margin-top: 10px;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.the-button.the-button-light {
color: #fff;
}

@media all and (min-width: 1920px) {
  .the-button {
    font-size: 12px;
    letter-spacing: 0.25em;
  }
}

@media only screen and (max-width: 640px) {
  .the-button {
    font-size: 10px;
	letter-spacing: 0.10em;
  }
}

.the-button.the-button-more {
font-size: 10px;
letter-spacing: 0.10em;
margin: 3px auto 12px auto;
}

.the-button:hover::before,
.the-button.the-button-more:hover::before {
width: 100%;
}

.the-button:hover::after,
.the-button.the-button-more:hover::after {
width: 100%;
}

.the-button::before {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
left: -6px;
border: 1px solid #987d5f;
border-right: none;
-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;
}

.the-button.the-button-light::before {
border: 1px solid #fff;
border-right: none;
}

@media all and (min-width: 1920px) {
  .the-button::before {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .the-button::before {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button.the-button-more::before {
width: 15px;
height: 38px;
top: -2px;
}

.the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #987d5f;
border-left: none;
-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;  
}

.the-button.the-button-light::after {
border: 1px solid #fff;
border-left: none;
}

@media all and (min-width: 1920px) {
  .the-button::after {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .the-button::after {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button.the-button-more::after {
width: 15px;
height: 38px;
top: -2px;
}

.contact-form-submit-wrapper {
position: relative;
width: 205px;
height: auto;
line-height: 1.5;
padding: 0;
left: 0;
margin: 42px auto -9px auto;
}

@media all and (min-width: 1920px) {
  .contact-form-submit-wrapper {
    margin: 42px auto -5px auto;
  }
}

.the-button-submit {
width: 165px;
top: -19px;
border: none;
}

@media all and (min-width: 1920px) {
  .the-button-submit {
    width: 205px;
	border: none;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-submit {
    width: 165px;
	top: -19px;
  }
}


/* 11. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-bg,
.hero-bg-show {
-webkit-transition: -webkit-transform 3s ease;
   -moz-transition: -moz-transform 3s ease-out;
	-ms-transition: -ms-transform 3s ease-out;
     -o-transition: -o-transform 3s ease-out;
        transition: transform 3s ease;
}

.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
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;
-webkit-transform: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-bg-show {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 12. navigation */
/* 12.1. navigation btn */
#nav-launch-btn {
position: fixed;
width: 40px;
height: 40px;
top: 60px;
right: 59px;
-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: 1005;
}

@media all and (min-width: 1920px) {
  #nav-launch-btn {
    top: 60px;
    right: 59px;
  }
}

@media only screen and (max-width: 880px) {
  #nav-launch-btn {
	top: 30px;
    right: 29px;
  }
}

#nav-launch-btn.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #nav-launch-btn {
    z-index: 300;
  }
}


/* 12.2. navigation icon */
.line-icon {
position: relative;
width: 50px;
height: 40px;
left: 0;
top: 0; 
}

.line-icon-line {
width: 2px;
display: inline-block;
margin-right: 10px;
background: #fff;
}

.line-icon-line.line-icon-line-dark {
background: #987d5f;
}

.line-icon-line-0 {
display: inline-block;
height: 40px;
}

.line-icon-line-1 {
height: 20px;
}

.line-icon-line-2 {
height: 40px;
}

.line-icon-line-3 {
height: 30px;
}

.line-icon.line-icon-animation .line-icon-line-1 {
-webkit-animation: animate-line-icon-1 2s 1;
   -moz-animation: animate-line-icon-1 2s 1;
    -ms-animation: animate-line-icon-1 2s 1;
     -o-animation: animate-line-icon-1 2s 1;
        animation: animate-line-icon-1 2s 1;
-webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
}

.line-icon.line-icon-animation .line-icon-line-2 {
-webkit-animation: animate-line-icon-2 1.7s 1;
   -moz-animation: animate-line-icon-2 1.7s 1;
    -ms-animation: animate-line-icon-2 1.7s 1;
     -o-animation: animate-line-icon-2 1.7s 1;
        animation: animate-line-icon-2 1.7s 1;
-webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}

.line-icon.line-icon-animation .line-icon-line-3 {
-webkit-animation: animate-line-icon-3 1.3s 1;
   -moz-animation: animate-line-icon-3 1.3s 1;
    -ms-animation: animate-line-icon-3 1.3s 1;
     -o-animation: animate-line-icon-3 1.3s 1;
        animation: animate-line-icon-3 1.3s 1;
-webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
-webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
}

@-webkit-keyframes animate-line-icon-1 {
  20% {
    height: 0;
  }
  50% {
    height: 0;
  }
}
@keyframes animate-line-icon-1 {
  20% {
    height: 0;
  }
  50% {
    height: 0;
  }
}

@-webkit-keyframes animate-line-icon-2 {
  40% {
    height: 0;
  }
  60% {
    height: 0;
  }
}
@keyframes animate-line-icon-2 {
  40% {
    height: 0;
  }
  60% {
    height: 0;
  }
}

@-webkit-keyframes animate-line-icon-3 {
  60% {
    height: 0;
  }
  70% {
    height: 0;
  }
}
@keyframes animate-line-icon-3 {
  60% {
    height: 0;
  }
  70% {
    height: 0;
  }
}


/* 12.3. navigation bg and links */
nav.navigation-menu {
position: fixed;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
}

nav.navigation-menu.show {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

nav.navigation-menu,
nav.navigation-menu.show {
width: -webkit-calc(100% - 320px);
width: -moz-calc(100% - 320px);
width: calc(100% - 320px);
height: -webkit-calc(100% - 320px);
height: -moz-calc(100% - 320px);
height: calc(100% - 320px);
top: 160px;
right: 160px;
bottom: 160px;
left: 160px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
background: #090b0c;
z-index: 1001;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    height: -moz-calc(100% - 220px);
    height: calc(100% - 220px);
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }
}

@media only screen and (max-width: 640px) {
  nav.navigation-menu,
  nav.navigation-menu.show {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

nav.navigation-menu a,
nav.navigation-menu a:hover {
text-decoration: none;
-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;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
color: #fff;
}

nav.navigation-menu li a.active {
color: #987d5f;
}

nav.navigation-menu li {
margin: 0 0 8px 0;
}

nav.navigation-menu li.last {
margin: 0;
}

nav.navigation-menu a {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
text-align: center;
letter-spacing: -0.02em;
margin: -6px auto -7px auto;
padding: 0;
line-height: 1.25;
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 18px;
  }
}


/* 12.4. navigation effect */
.navigation-effect a {
position: relative;
display: inline-block;
padding: 0 0 8px 0;
}

.navigation-effect a:hover::before { 
-webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navigation-effect a::before {
content: "";
position: absolute;
display: block;
width: 20px;
height: 2px;
left: 0;
bottom: 0;
-webkit-transform: translateX(100px);
   -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
     -o-transform: translateX(100px);
        transform: translateX(100px);
-webkit-transition: all .4s cubic-bezier(0.55, 0, 0.1, 1);
   -moz-transition: all .4s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all .4s cubic-bezier(0.55, 0, 0.1, 1);
     -o-transition: all .4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all .4s cubic-bezier(0.55, 0, 0.1, 1);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background-color: #987d5f;
}


/* 12.5. navigation IMG */
.nav-img-menu-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 1; 
}

.nav-img-menu {
position: absolute;
width: 50%;
top: 0;
left: 0;
bottom: 0;
overflow: hidden;
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;
}

.nav-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
visibility: hidden;
}

.nav-img.active {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
}

.nav-menu-links {
position: relative;
width: 50%;
height: auto;
left: 50%;
}


/* 13. section */
.sections {
position: relative;
z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .sections {
    width: 100%!important;
  }
}

@media only screen and (max-width: 640px) {
  .sections {
    padding: 0 10px;
  }
}


/* 13.1. section intro */
.section-intro p,
#contact .section-intro p {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 500;
text-transform: none;
text-align: center;
letter-spacing: 0.05em;
line-height: 1.5;
margin: -7px auto 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 880px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 18px;
	margin: -5px auto 0 auto;
  }
}

.section-intro p a,
.section-intro p a:hover,
#contact .section-intro p a,
#contact .section-intro p a:hover {
text-decoration: none;
}

h2.section-subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
color: #987d5f;
margin: -3px auto;
}


/* 13.2. section headings */
h1.home-page-title {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-style: normal;
font-weight: 800;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
width: 100%;
line-height: 100%;
z-index: 1;
}

h1.home-page-title {
font-size: 105px;
margin: -14px auto -13px auto
}

@media all and (min-width: 1920px) {
  h1.home-page-title {
    font-size: 105px;
	margin: -14px auto -13px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.home-page-title {
    font-size: 85px;
    margin: -11px auto -10px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.home-page-title {
	font-size: 65px;
	margin: -8px auto -7px auto;
  }
}

@media only screen and (max-width: 640px) {
  h1.home-page-title {
    font-size: 45px;
	margin: -6px auto -5px auto;
  }
}

h3 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
margin: 0 auto;
padding: 0;
line-height: 1.25;
color: #fff;
margin: 0 auto -4px auto;
}

@media all and (min-width: 1920px) {
  h3 {
    line-height: 1.5;
	margin: 0 auto -6px auto;
  }
}

h4 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
margin: 0 auto;
padding: 0;
line-height: 1.25;
color: #fff;
margin: 0 auto -5px auto;
}

@media only screen and (max-width: 1200px) {
  h4 {
    font-size: 15px;
	margin: 0 auto -3px auto;
  }
}


/* 13.3. section introduction */
.introduction.introduction-on,
.introduction.introduction-off {
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.introduction.introduction-on {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
}

.introduction.introduction-off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
}


/* 13.4. section title */
.section-title h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 45px;
letter-spacing: -0.02em;
text-transform: uppercase;
text-decoration: none;
color: #987d5f;
margin: -16px auto;
padding: 0;
}

@media only screen and (max-width: 880px) {
  .section-title h2 {
    font-size: 40px;
	margin: -15px auto;
  } 
}

@media only screen and (max-width: 640px) {
  .section-title h2 {
    font-size: 35px;
	margin: -13px auto;
  } 
}

.section-title-line>span {
position: relative;
display: inline-block;
line-height: 1px;
padding: 0 80px;
}

@media all and (min-width: 1920px) {
  .section-title-line>span {
    padding: 0 90px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-line>span {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-line>span {
    padding: 0 50px;
  }
}

.section-title-line>span::before,
.section-title-line>span::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 1px;
top: 0;
background-color: #987d5f;
}

@media all and (min-width: 1920px) {
  .section-title-line>span::before,
  .section-title-line>span::after {
    width: 45px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-line>span::before,
  .section-title-line>span::after {
    width: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-line>span::before,
  .section-title-line>span::after {
    width: 25px;
  }
}

.section-title-line>span::before {
left: 0;
}

.section-title-line>span::after {
right: 0;
}


/* 14. post block */
.post-block-wrapper {
position: relative;
min-height: 600px;
}

@media all and (min-width: 1920px) {
  .post-block-wrapper {
    min-height: 700px;
  }
}

@media only screen and (max-width: 995px) {
  .post-block-wrapper {
    min-height: 550px;
  }
}

.post-block {
position: absolute;
height: auto;
min-height: 600px;
top: 0;
bottom: 0;
padding: 0 100px;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-block {
	min-height: 700px;
	padding: 0 150px;
  }
}

@media only screen and (max-width: 995px) {
  .post-block {
    min-height: 550px;
	padding: 0 15px;
  }
}

@media only screen and (max-width: 880px) {
  .post-block {
	padding: 0 10px;
  }
}

.post-block.post-block-bg-dark {
background: #1f232a;
}

.post-block-all {
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
z-index: 10;
}


/* 15. chart */
.chart-wrapper {
margin: 60px auto;
}

.chart-about {
position: relative;
display: inline-block;
width: 110px;
height: 110px;
margin: 0 auto;
text-align: center;
}

.chart-about canvas {
position: absolute;
top: 0;
left: 0;
}

.percent-about,
.percent-founders {
display: inline-block;
line-height: 110px;
color: #111;
z-index: 2;
}

.percent-founders {
color: #fff;
}

.percent-about::after,
.percent-founders::after {
content: "%";
margin-left: 0.1em;
font-size: .8em;
color: #111;
}

.percent-founders::after {
color: #fff;
}


/* 16. post all */
.post-all-heading {
font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #987d5f;
margin: -6px auto -7px auto;
padding: 0;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .post-all-heading {
    line-height: 1.5;
	margin: -10px auto -11px auto;
  }
}

@media only screen and (max-width: 880px) {
  .post-all-heading-founders {
    padding-top: 8px;
  } 
}

.post-all p {
text-align: center;
color: #fff;
}

.post-all {
margin-top: 5px;
}

@media only screen and (max-width: 880px) {
  p,
  .section-intro p,
  #contact .section-intro p,
  .post-all p {
    padding: 0 15px;
  }
  
  .modal-body.section-intro p,
  .modal-body p {
    padding: 0;
  }
}


/* 17. facts */
/* 17.1. facts counter */
.facts-wrapper {
position: relative;
margin: -15px auto 0 auto;
height: 350px;
}


/* 17.2. facts parallax */
.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 148px 0 139px 0;
}

@media only screen and (max-width: 995px) {
  .parallax {
    padding: 99px 0 89px 0;
  }
}

.parallax-facts {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* 18. guests */
/* 18.1. guests gallery */
#guests-wrapper {
margin-left: 10px;
margin-right: 10px;
margin-top: -10px;
margin-bottom: -10px;
}

.guests-grid {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guests-grid .guests-item {
width: 50%;
height: 33vw;
border: 10px solid #fff;
}

@media all and (min-width: 1920px) {
  .guests-grid .guests-item {
	width: 25%;
	height: 25vw;
  }
}

@media only screen and (max-width: 880px) {
  .guests-grid .guests-item {
    width: 50%;
	height: 50vw;
  }
}

@media only screen and (max-width: 480px) {
  .guests-grid .guests-item {
    width: 100%;
	height: 100vw;
  }
}

.guests-img-all {
position: relative;
height: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.guests-end-item {
position: relative;
width: 100%;
height: 20px;
background: #fff;
}


/* 18.2. guests description */
.guests-description {
position: absolute;
padding: 0 15px;
margin-bottom: -4px;
bottom: -20px;
left: 0;
right: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
     -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
text-align: center;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 10;
}

.guests-description h3 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin: 0 auto -5px auto;
padding: 0;
text-align: center;
letter-spacing: -0.02em;
color: #987d5f;
}

@media all and (min-width: 1920px) {
  .guests-description h3 {
    margin: 0 auto -7px auto;
  }
}

.guests-description-second {
font-weight: 600;
color: #fff;
margin: -3px auto -2px auto;
letter-spacing: 0.05em;
}

.guests-item-size:hover .guests-description,
.guests-item-size:focus .guests-description {
bottom: 5px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.guests-item-size {
position: relative;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.guests-item-single {
position: relative;
margin-bottom: 0;
float: left;
}

.guests-item-single::after {
content: "";
display: block;
clear: both;
}

.guests-item-single:hover .guests-item-bg {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
cursor: pointer;
}

.guests-item-bg {
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-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;
background: rgba(20, 23, 27, .85);
}

.guests-item .guests-img-all {
-webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
     -o-transition: all .8s ease-out;
        transition: all .8s ease-out;
}

.guests-item:hover .guests-img-all {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
}


/* 19. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #090b0c;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #090b0c;
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: auto;
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(255, 255, 255, .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(255, 255, 255, .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);
  }
}


/* 20. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 21. link effect */
.link-effect {
position: relative;
display: inline-block;
}

.link-effect::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #987d5f;
-webkit-transform-origin: right center;
   -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-effect:hover::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}


/* 22. go home */
.go-home {
position: fixed;
right: 60px;
bottom: 40px;
width: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
font-size: 16px;
text-align: center;
color: #fff;
background: #987d5f;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
z-index: 105;
}

@media only screen and (max-width: 880px) {
  .go-home {
    right: 30px;
    bottom: 10px;
  }
}

.go-home.show {
bottom: 40px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
  .go-home.show {
    bottom: 10px;
  }
}

.go-home:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 23. contact form */
#contact-form {
width: 100%;
margin: -20px auto 0 auto;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #111;
-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;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #111;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
-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;
}

#form textarea {
color: #111;
margin: 10px 0 10px 0;
-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;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(255, 38, 74, .5);
-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;
}


#form input:focus,
#form textarea:focus {
-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;
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #111;
margin: 0 auto;
padding: 19px 0 0 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #987d5f;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
font-weight: 700;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}


/* 23.1. contact form placeholders */
::-webkit-input-placeholder { font-size: 12px; color: #111; }
     :-ms-input-placeholder { font-size: 12px; color: #111; }
         ::-moz-placeholder { font-size: 12px; color: #111; }
     input:-moz-placeholder { font-size: 12px; color: #111; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }


/* 23.2. contact email */
.post-email-title {
position: relative;
top: 0;
font-family: 'Montserrat', sans-serif;
font-size: 25px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
line-height: 1;
margin: -8px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 30px;
	margin: -10px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-email-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .post-email-title {
    font-size: 18px;
	margin: -5px auto 0 auto;
  }
}

.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
color: #987d5f;
text-decoration: none;
}


/* 24. sessions */
#sessions-carousel {
z-index: 10;
}

#sessions .section-sessions-item {
        opacity: 0.25;
   -moz-opacity: 0.25;
-webkit-opacity: 0.25;
filter: alpha(opacity=25);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
-webkit-transform: scale3d(0.8, 0.8, 1);
   -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
     -o-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);			
-webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}

#sessions .owl-item.active.center .section-sessions-item {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale3d(1.0, 1.0, 1);
   -moz-transform: scale3d(1.0, 1.0, 1);
    -ms-transform: scale3d(1.0, 1.0, 1);
     -o-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
}
		
.owl-carousel .owl-item img {
margin: 0;
padding: 0;
}

.section-sessions-item .section-sessions-content img {
max-width: 100%;
-webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
     -o-transition: all .8s ease-out;
        transition: all .8s ease-out;
}

.section-sessions-item:hover .section-sessions-content img {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
}

.section-sessions-content {
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
min-width: 250px;
height: auto;
text-align: left;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
   -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.section-sessions-content img {
max-width: 100%;
vertical-align: top;
margin: 0;
padding: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.section-sessions-content .date,
.modal-content .date {
position: relative;
width: 100%;
background: none;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
color: #987d5f;
margin: -20px auto -3px auto;
padding: 75px 0 0 0;
}

.modal-content .date {
color: #987d5f;
}

.section-sessions-content figcaption {
position: relative;
width: 100%;
background: #1f232a;
padding: 0 90px;
}

@media all and (min-width: 1920px) {
  .section-sessions-content figcaption {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 995px) {
  .section-sessions-content figcaption {
    padding: 0 45px;
  }
}

.section-sessions-content h3,
.modal-content h3 {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
margin: -2px auto -1px auto;
}

@media all and (min-width: 1920px) {
  .section-sessions-content h3,
  .modal-content h3 {
    margin: -3px auto;
  }
}

.modal-content h3 {
color: #111;
font-weight: 700;
}

.section-sessions-content p {
color: #fff;
text-align: center;
margin: -3px auto;
padding: 0;
}

.section-sessions-txt a,
.section-sessions-txt a:hover {
text-decoration: none;
font-weight: 600;
}


/* 24.1. sessions modal */
.sessions-modal .modal-content {
min-height: 100%;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
-webkit-background-clip: border-box;
        background-clip: border-box;
-webkit-box-shadow: none;
        box-shadow: none;
margin: 0;
padding: 0;
border: 0;
}

.sessions-modal .modal-content img {
margin: 1px 0;
}

.modal-body p {
position: relative;
bottom: 1px;
margin: -7px auto 0 auto;
color: #111;
text-align: left;
}

@media only screen and (max-width: 995px) {
  .modal-body p {
    margin: -5px auto 0 auto;
  }
}


/* 24.2. sessions modal video */
.sessions-modal-video-container {
position: relative;
height: 0;
padding-top: 30px;
padding-bottom: 56.25%;
margin: 1px 0;
overflow: hidden;
border: none;
}

.sessions-modal-video-container iframe,
.sessions-modal-video-container object,
.sessions-modal-video-container embed {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: none;
}


/* 25. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator {
position: absolute;
bottom: 90px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media only screen and (max-width: 880px) {
  .scroll-indicator {
    bottom: 60px;
  }
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 880px) {
  .scroll-line {
    height: 30px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}


/* 26. social icons */
.social-icons {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
color: #111;
background: none;
border: none;
width: auto;
height: auto;
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-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;
margin: -1px auto -4px auto;
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: 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%;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #111;
padding: 0 10px;
}


/* 27. overlay */
.overlay::before {
content: "";
position: fixed;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark-65::before {
background: rgba(17, 17, 17, .6);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.corner-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border: 140px solid rgba(17, 17, 17, .55);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .corner-overlay {
    border: 100px solid rgba(17, 17, 17, .55);
  }
}

@media only screen and (max-width: 640px) {
  .corner-overlay {
    border: 10px solid rgba(17, 17, 17, .55);
  }
}

.corner-overlay,
.corner-overlay::after,
.corner-overlay::before {
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.parallax-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(17, 17, 17, .85);
z-index: 0;
}


/* 28. logo */
.logo {
position: absolute;
display: block;
width: 59px;
height: 35px;
top: 60px;
left: 60px;
background: url(../img/09/logo.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 all and (min-width: 1920px) {
  .logo {
    top: 60px;
    left: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .logo {
    top: 30px;
    left: 30px;
  }
}

.logo.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}


/* 29. Magnific Popup v1.1.0 CUSTOM */
.mfp-arrow-left::after {
font-family: "Ionicons";
content: "\f124";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-arrow-right::after {
font-family: "Ionicons";
content: "\f125";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left::after,
.mfp-arrow-left::before {
border-right: none;
}

.mfp-arrow-right::after,
.mfp-arrow-right::before {
border-left: none;
}

.mfp-title {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 500;
letter-spacing: 0.05em;
}

.popup-gallery-slider a:visited,
.popup-gallery-slider a:active,
.popup-gallery-slider a:focus {
color: #fff;
}

.popup-gallery-slider a:hover {
color: #090b0c;
}


/* 30. Slick v1.6.0 CUSTOM */
.slick-slide {
height: 100%;
background: none;
}
		
.slick-slider {
margin-bottom: 0;
margin-top: 0;
cursor: auto;
}

.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
text-align: center;
}

.slick-fullscreen-img-fill img {
position: relative;
display: inline-block;
min-width: 100%;
max-width: none;
min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
height: 100vh;
background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
position: relative;
width: auto;
height: 100%;
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;
}

.slick-fullscreen,
.slick-fullscreen-slideshow-zoom-fade {
background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
display: none;
float: left;
height: 100%;
}

.slick-initialized .slick-slide {
display: block;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
   -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
     -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
        transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}


/* 31. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -35px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 12px;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#sessions-carousel .owl-prev,
#sessions-carousel .owl-next {
color: #fff;
}

.owl-prev {
left: -50px;
}

.owl-next {
right: -50px;
}

.owl-prev::before,
.owl-next::before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
background: #987d5f;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

#sessions-carousel .owl-prev::before,
#sessions-carousel .owl-next::before {
background: #987d5f;
}

.owl-prev::before {
left: 55px;
top: 9px;
}

#sessions-carousel .owl-prev::before {
left: 75px;
}

@media only screen and (max-width: 880px) {
  #sessions-carousel .owl-prev::before {
    left: 45px;
  }
}

.owl-next::before {
right: 55px;
top: 9px;
}

#sessions-carousel .owl-next::before {
right: 75px;
}

@media only screen and (max-width: 880px) {
  #sessions-carousel .owl-next::before {
    right: 45px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
top: 8px;
left: 54px;
}

#sessions-carousel .owl-prev .owl-custom {
left: 74px;
}

@media only screen and (max-width: 880px) {
  #sessions-carousel .owl-prev .owl-custom {
    left: 44px;
  }
}

.owl-next .owl-custom {
position: relative;
top: 8px;
right: 54px;
}

#sessions-carousel .owl-next .owl-custom {
right: 74px;
}

@media only screen and (max-width: 880px) {
  #sessions-carousel .owl-next .owl-custom {
    right: 44px;
  }
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover::before,
.owl-next:hover::before,
.owl-prev:active::before,
.owl-next:active::before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
left: -30px;
}

.owl-carousel:hover .owl-next {
right: -30px;
}


/* 32. divider */
.inner-divider-home,
.inner-divider-large,
.inner-divider,
.inner-divider-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-home {
height: 50px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-home {
    height: 25px;
  }
}

.inner-divider-large {
height: 130px;
}

@media all and (min-width: 1920px) {
  .inner-divider-large {
	height: 150px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-large {
    height: 100px;
  }
}

.inner-divider {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
	height: 75px;
  }
}

.inner-divider-half {
height: 25px;
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}


/* hide mob. scoll FIX */
#home,
#about,
#founders,
#guests,
#sessions,
#contact {
overflow: hidden;
}

h6 {
display: none;
visibility: hidden;
}