﻿
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}

.bg-img-SINGLE-light {
background-image: url(../img/background/SINGLE-bg-light.jpg);
}


/* 1.2. slick fullscreen and ken burns slideshow slideshow IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}


/* 1.3. about IMG BACKGROUND */
.about-bg {
background-image: url(../img/about/about-bg.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: 15px;
font-style: normal;
font-weight: 400;
text-align: center;
color: #5f5f5f;
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;
}

a {
color: #5f5f5f;
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;
}

a:hover,
a:visited,
a:active,
a:focus {
color: #5f5f5f;
text-decoration: underline;
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;
}

p {
font-size: 15px;
font-weight: 400;
letter-spacing: 0.05em;
color: #5f5f5f;
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: #5f5f5f;
text-decoration: underline;
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;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #fff;
}

::selection {
background: #5f5f5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 3.1. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}


/* 3.2. lower page */
#about-wrapper,
#newsletter-wrapper,
#newsletter {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
background: #fff;
z-index: 110;
}

#about-wrapper,
#newsletter-wrapper {
margin-left: 0;
margin-right: 0;
}

#about,
#newsletter {
margin-left: 55px;
margin-right: 55px;
}

@media only screen and (max-width: 640px) {
  #about,
  #newsletter {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-txt p {
margin: -7px auto 0 auto;
}


/* 4. welcome message */
.welcome-message {
position: fixed;
width: 100%;
height: auto;
bottom: 152px;
z-index: 95;
}

@media all and (min-width: 1920px) {
  .welcome-message {
    bottom: 172px;
  }
}

@media only screen and (max-width: 995px) {
   .welcome-message {
    bottom: 153px;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-message {
    bottom: 97px;
  }
}

.welcome-message,
.welcome-message.bottom-position,
.welcome-message.bottom-position-primary {
-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;
}

.welcome-message.bottom-position,
.welcome-message.bottom-position-primary {
-webkit-transform: translateY(400px);
   -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
     -o-transform: translateY(400px);
        transform: translateY(400px);
}

.welcome-message.bottom-position-primary {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.welcome-message h4 {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 60px;
font-weight: 800;
text-transform: uppercase;
line-height: 1;
text-align: center;
letter-spacing: -0.08em;
color: #fff;
margin: 0 auto;
padding: 0;
z-index: 1;
}

.welcome-message.welcome-message-dark h4 {
color: #111;
}

@media only screen and (max-width: 995px) {
  .welcome-message h4 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-message h4 {
    font-size: 25px;
  }
}


/* 4.1. welcome message top */
.welcome-message-top {
position: fixed;
width: 100%;
height: auto;
top: 154px;
z-index: 95;
}

@media all and (min-width: 1920px) {
  .welcome-message-top {
    top: 174px;
  }
}

@media only screen and (max-width: 995px) {
   .welcome-message-top {
    top: 157px;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-message-top {
    top: 98px;
  }
}

.welcome-message-top,
.welcome-message-top.top-position,
.welcome-message-top.top-position-primary {
-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;
}

.welcome-message-top.top-position,
.welcome-message-top.top-position-primary {
-webkit-transform: translateY(-400px);
   -moz-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
     -o-transform: translateY(-400px);
        transform: translateY(-400px);
}

.welcome-message-top.top-position-primary {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.welcome-message-top h5 {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 40px;
font-weight: 800;
text-transform: uppercase;
line-height: 1;
text-align: center;
letter-spacing: -0.08em;
color: #fff;
margin: 0 auto;
padding: 0;
z-index: 1;
}

.welcome-message-top.welcome-message-top-dark h5 {
color: #111;
}

@media only screen and (max-width: 995px) {
  .welcome-message-top h5 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-message-top h5 {
    font-size: 25px;
  }
}

.welcome-message-top p {
color: #fff;
letter-spacing: 0.05em;
margin: 20px auto 0 auto;
}

.welcome-message-top.welcome-message-top-dark p {
color: #111;
font-weight: 500;
}

@media only screen and (max-width: 995px) {
  .welcome-message-top p {
    margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-message-top p {
    display: none;
	visibility: hidden;
  }
}


/* 5. 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;
  }
}

section h2.section-heading {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 60px;
font-weight: 800;
text-transform: uppercase;
line-height: 1.3;
text-align: center;
letter-spacing: -0.08em;
color: #111;
margin: -16px auto;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  section h2.section-heading {
    font-size: 50px;
	margin: -13px auto -14px auto;
  }
}

@media only screen and (max-width: 640px) {
  section h2.section-heading {
    font-size: 30px;
    margin: -7px auto;
  }
}

h2.section-subheading {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin: -7px auto -6px auto;
text-align: center;
letter-spacing: 0.05em;
}

@media only screen and (max-width: 995px) {
  h2.section-subheading {
    font-size: 14px;
	margin: -6px auto -7px auto;
  }
}

@media only screen and (max-width: 640px) {
  h2.section-subheading {
    font-size: 13px;
	margin: -7px auto;
  }
}

@-moz-document url-prefix() {
  h2.section-subheading {
    margin: -5px auto -6px auto;
  }
}

h2.section-subheading {
color: #111;
}

h2.section-subheading span {
position: relative;
display: inline-block;
padding-right: 0;
line-height: 1;
}

h2.section-subheading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 30px;
height: 0;
margin-top: -2px;
}

h2.section-subheading span:before {
border-top: none;
}


/* 6. newsletter form */
#subscribe-wrapper {
position: relative;
width: 80%;
height: 160px;
margin: 0 auto -10px auto;
background: none;
text-align: center;
}

@media all and (min-width: 1920px) {
  #subscribe-wrapper {
	margin: 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  #subscribe-wrapper {
    width: 325px;
	height: 115px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #subscribe-wrapper {
    width: 230px;
  }
}

.newsletter {
position: relative;
clear: both;
border: none;
background: none;
padding: 0;
overflow: hidden;
}

#subscribe input {
position: relative;
width: 100%;
height: 85px;
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 700;
font-style: normal;
text-transform: none;
color: #e0e0e0;
text-align: center;
border: none;
border-bottom: 1px solid #5f5f5f;
background: 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;
line-height: 1.7;
}

@media all and (min-width: 1920px) {
  #subscribe input {
    height: 95px;
    font-size: 60px;
  }
}

@media only screen and (max-width: 880px) {
  #subscribe input {
    height: 50px;
	font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #subscribe input {
    font-size: 20px;
  }
}

#subscribe input:focus, #subscribe textarea:focus {
color: #e0e0e0;
-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;
}

#subscribe input:hover {
border-color: rgba(95, 95, 95, .35);
-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;
}

.subscribe-success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
margin: 0 auto;
padding: 21px 0 0 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 880px) {
  .subscribe-success {
    padding: 15px 0 0 0;
  }
}

#subscribe .subscribe-error {
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
display: block;
margin: 12px auto 0 auto;
padding: 0;
letter-spacing: 0.15em;
font-weight: 500;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

input[type="text"].subscribe-email::-webkit-input-placeholder {
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
text-transform: none;
color: #e0e0e0;
}

@media all and (min-width: 1920px) {
  input[type="text"].subscribe-email::-webkit-input-placeholder {
    font-size: 60px;
  }
}

input[type="text"].subscribe-email:-ms-input-placeholder {
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
text-transform: none;
color: #e0e0e0;
}

@media all and (min-width: 1920px) {
  input[type="text"].subscribe-email:-ms-input-placeholder {
    font-size: 60px;
  }
}

input[type="text"].subscribe-email::-moz-placeholder {
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
text-transform: none;
color: #e0e0e0;
}

@media all and (min-width: 1920px) {
  input[type="text"].subscribe-email::-moz-placeholder {
    font-size: 60px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email::-webkit-input-placeholder {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email:-ms-input-placeholder {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email::-moz-placeholder {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email::-webkit-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email:-ms-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 880px) {
  input[type="text"].subscribe-email::-moz-placeholder {
    font-size: 20px;
  }
}

input:focus.subscribe-email::-webkit-input-placeholder { color: transparent; }
     input:focus.subscribe-email:-ms-input-placeholder { color: transparent; }
         input:focus.subscribe-email::-moz-placeholder { color: transparent; }
          input:focus.subscribe-email:-moz-placeholder { color: transparent; }
		  
		  
/* 7. button effect */
.c-btn {
position: relative;
display: inline-block;
background: none;
letter-spacing: 0.25em;
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
text-align: center;
margin: 20px 0 0 0;
padding: 11px 25px 9px 25px;
-webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth-liquid {
width: 325px;
color: #fff;
background: #111;
border: none;
}

@media only screen and (max-width: 640px) {
  .c-btn.fullwidth-liquid {
    width: 230px;
  }
}

.c-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
-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);
}

.c-btn.fullwidth-liquid::before {
background: #fff;
border: 1px solid #111;
}

.c-btn:hover::before,
a:hover .c-btn::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);
}

.c-btn span {
display: inline-block;
position: relative;
z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
color: #111;
}

.c-btn.fullwidth-liquid:hover {
color: #111;
}


/* 8. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 9. section halves */
.halves {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
margin: auto 55px;
}

@media only screen and (max-width: 880px) {
  .halves {
    margin: auto -5px;
  }
}

@media only screen and (max-width: 640px) {
  .halves {
    margin: auto 10px;
  }
}

@media only screen and (max-width: 995px) {
  .halves {
    -webkit-box-orient: vertical;
            box-orient: vertical;
	-webkit-box-direction: normal;
	        box-direction: normal;
	-webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.halves .half {
min-height: 350px;
-webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
}

@media all and (min-width: 1920px) {
  .halves .half {
	min-height: 580px;
  }
}

@media only screen and (max-width: 995px) {
  .halves .half {
    min-height: 350px;
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}


/* 9.1. all BG */
.about-bg {
width: 100%;
height: auto;
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-filter: none;
        filter: none;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* 9.2. inner spacer */
.inner-spacer {
padding: 0 60px;
}

@media all and (min-width: 1920px) {
  .inner-spacer {
    padding: 0 75px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-spacer {
	padding: 0;
  }
}


/* 9.3. section name */
h3.cd-timeline-name {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 60px;
font-weight: 800;
text-transform: uppercase;
line-height: 1.3;
text-align: center;
letter-spacing: -0.08em;
color: #111;
margin: -16px auto;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  h3.cd-timeline-name {
    font-size: 50px;
	margin: -13px auto -14px auto;
  }
}

@media only screen and (max-width: 640px) {
  h3.cd-timeline-name {
    font-size: 30px;
    margin: -7px auto;
  }
}

.cd-timeline-position {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin: -7px auto -6px auto;
text-align: center;
letter-spacing: 0.05em;
color: #111;
}

@media only screen and (max-width: 995px) {
  .cd-timeline-position {
    font-size: 14px;
	margin: -6px auto;
  }
}

@media only screen and (max-width: 640px) {
  .cd-timeline-position {
    font-size: 13px;
  }
}

@-moz-document url-prefix() {
  .cd-timeline-position {
    margin: -5px auto -6px auto;
  }
}


/* 10. link underline */
.link-underline {
position: relative;
display: inline-block;
}

.link-underline::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #5f5f5f;
-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-underline: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);
}


/* 11. borders */
.border-top,
.border-top.top-position,
.border-top.top-position-primary,
.border-bottom,
.border-bottom.bottom-position,
.border-bottom.bottom-position-primary,
.border-left,
.border-left.left-position,
.border-left.left-position-primary,
.border-right,
.border-right.right-position,
.border-right.right-position-primary,
.border-top-header,
.border-top-header.top-position,
.border-bottom-footer,
.border-bottom-footer.bottom-position {
position: fixed;
background: #fff;
-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: 100;
}

.border-top {
width: 100%;
height: 110px;
left: 0;
top: 0;
}

@media only screen and (max-width: 640px) {
  .border-top {
    height: 71px;
  }
}

.border-top.top-position {
-webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
        transform: translateY(-100%);
}

.border-top.top-position-primary {
height: 110px;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-top.top-position-primary {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.border-bottom {
width: 100%;
height: 110px;
left: 0;
bottom: 0;
}

@media only screen and (max-width: 640px) {
  .border-bottom {
    height: 71px;
  }
}

.border-bottom.bottom-position {
-webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);
}

.border-bottom.bottom-position-primary {
height: 110px;
bottom: 0;
}

@media only screen and (max-width: 880px) {
  .border-bottom.bottom-position-primary {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.border-left {
width: 110px;
height: 100%;
left: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-left {
    width: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .border-left {
    width: 20px;
  }
}

.border-left.left-position {
-webkit-transform: translateX(-110px);
   -moz-transform: translateX(-110px);
    -ms-transform: translateX(-110px);
     -o-transform: translateX(-110px);
        transform: translateX(-110px);
}

@media only screen and (max-width: 880px) {
  .border-left.left-position {
    -webkit-transform: translateX(-55px);
       -moz-transform: translateX(-55px);
        -ms-transform: translateX(-55px);
         -o-transform: translateX(-55px);
            transform: translateX(-55px);
  }
}

.border-left.left-position-primary {
-webkit-transform: translateX(-55px);
   -moz-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
     -o-transform: translateX(-55px);
        transform: translateX(-55px);
}

@media only screen and (max-width: 880px) {
  .border-left.left-position-primary {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 640px) {
  .border-left.left-position-primary {
    -webkit-transform: translateX(-110px);
       -moz-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
         -o-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}

.border-right {
width: 110px;
height: 100%;
right: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-right {
    width: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .border-right {
    width: 20px;
  }
}

.border-right.right-position {
-webkit-transform: translateX(110px);
   -moz-transform: translateX(110px);
    -ms-transform: translateX(110px);
     -o-transform: translateX(110px);
        transform: translateX(110px);
}

@media only screen and (max-width: 880px) {
  .border-right.right-position {
    -webkit-transform: translateX(55px);
       -moz-transform: translateX(55px);
        -ms-transform: translateX(55px);
         -o-transform: translateX(55px);
            transform: translateX(55px);
  }
}

.border-right.right-position-primary {
-webkit-transform: translateX(55px);
   -moz-transform: translateX(55px);
    -ms-transform: translateX(55px);
     -o-transform: translateX(55px);
        transform: translateX(55px);
}

@media only screen and (max-width: 880px) {
  .border-right.right-position-primary {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 640px) {
  .border-right.right-position-primary {
    -webkit-transform: translateX(110px);
       -moz-transform: translateX(110px);
        -ms-transform: translateX(110px);
         -o-transform: translateX(110px);
            transform: translateX(110px);
  }
}

.border-top-header,
.border-top-header.top-position,
.border-bottom-footer,
.border-bottom-footer.bottom-position {
z-index: 110;
}

.border-top-header {
width: 100%;
height: 110px;
left: 0;
top: 0;
}

.border-top-header.top-position {
-webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
        transform: translateY(-100%);
}

.border-bottom-footer {
width: 100%;
height: 110px;
left: 0;
bottom: 0;
}

.border-bottom-footer.bottom-position {
-webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);
}


/* 12. logo BIG */
.logo-big,
.logo-big-mobile {
position: absolute;
left: 0; 
right: 0;
top: 27px;
margin-left: auto; 
margin-right: auto; 
width: 400px!important;
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;
z-index: 115;
}

.logo-big {
display: block;
visibility: visible;
}

@media only screen and (max-width: 640px) {
  .logo-big {
    display: none;
	visibility: hidden;
  }
}

.logo-big-mobile {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .logo-big-mobile {
    display: block;
	visibility: visible;
    top: 18px;
    width: 200px!important;
  }
}

.logo-big.top-position,
.logo-big-mobile.top-position {
-webkit-transform: translateY(-300px);
   -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
     -o-transform: translateY(-300px);
        transform: translateY(-300px);
}

.logo-big.top-position-primary,
.logo-big-mobile.top-position-primary {
-webkit-transform: translateY(-300px);
   -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
     -o-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* 13. logo SMALL */
.logo,
.logo-small {
position: fixed;
display: block;
width: auto;
height: auto;
-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: 115;
}

.logo-small {
margin: 38px 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .logo-small {
    margin: 38px 0 0 20px;
  }
}

.logo.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
-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;
}


/* 14. social icons */
.social-icons-wrapper {
position: fixed;
display: block;
width: auto;
height: auto;
-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;
font-size: 44px;
color: #111;
top: 46px;
right: 40px;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .social-icons-wrapper {
    right: 20px;
  }
}

.social-icons-wrapper.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
-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;
}

.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: 18px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

ul.social-icons a {
padding: 0;
color: #111;
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: #111;
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;
}


/* 15. home credits, home contact */
.bottom-credits,
.bottom-contact {
position: fixed;
display: block;
visibility: visible;
width: auto;
height: 50px;
left: 40px;
bottom: 16px;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 600;
 -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 .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .bottom-credits {
    bottom: -3px;
	left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .bottom-contact {
	left: 20px;
  }
}

.bottom-credits.bottom-position,
.bottom-credits.bottom-position-primary,
.bottom-contact.bottom-position,
.bottom-contact.bottom-position-primary,
.bottom-contact.bottom-position-secondary {
-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;
}

.bottom-credits,
.bottom-credits a,
.bottom-credits a:hover,
.bottom-contact a,
.bottom-contact a:hover {
color: #5f5f5f;
text-decoration: none;
}


/* 16. countdown launcher */
.progress-clock,
.progress-clock-hidden {
position: fixed;
display: block;
width: 41px;
height: 41px;
right: 35px;
bottom: 34px;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
cursor: pointer;		
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .progress-clock {
    bottom: 15px;
	right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .progress-clock-hidden {
	right: 15px;
  }
}

.progress-clock.open,
.progress-clock-hidden.open {
visibility: visible;
}

@media only screen and (max-width: 640px) {
  .progress-clock.open,
  .progress-clock-hidden.open {
	right: 15px;
  }
}

.progress-clock.close,
.progress-clock-hidden.close {
visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .progress-clock.close,
  .progress-clock-hidden.close {
    bottom: 15px;
  }
}

.progress-clock.bottom-position,
.progress-clock-hidden.bottom-position,
.progress-clock.bottom-position-primary,
.progress-clock-hidden.bottom-position-primary {
-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;
}


/* 17. countdown reveal */
.countdown-reveal,
.countdown-reveal-hide {
        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);
}

.countdown-reveal,
.countdown-reveal-hide,
.countdown-reveal-show {
-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;
}

.countdown-reveal-show {
        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);
}


/* 18. countdown */
.countdown {
position: relative;
width: auto;
height: auto;
margin: 0 auto;
}

.countdown-top,
.countdown-bottom {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 11px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.65em;
color: #fff;
}

.countdown-top.countdown-top-dark,
.countdown-bottom.countdown-bottom-dark {
color: #111;
font-weight: 600;
}

.countdown-top {
margin-bottom: -11px;
}

@media only screen and (max-width: 880px) {
  .countdown-top {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .countdown-top {
    margin-bottom: 3px;
  }
}

.countdown-bottom {
margin-top: -6px;
}

@media only screen and (max-width: 880px) {
  .countdown-bottom {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .countdown-bottom {
    margin-top: 6px;
  }
}

.countdown h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 300px;
font-weight: 800;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1;
margin: 0 auto;
padding: 0 55px;
z-index: 1;
}

.countdown.countdown-dark h3 {
color: #111;
}

@media only screen and (max-width: 880px) {
  .countdown h3 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .countdown h3 {
    font-size: 120px;
  }
}


/* 19. scroll indicator */
.scroll-indicator-wrapper {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #202020;
        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 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;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.scroll-indicator-wrapper.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-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;
}

.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: fixed;
height: 60px;
width: 60px;
bottom: 55px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
-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: 110;
}

@media all and (min-width: 1920px) {
  .scroll-indicator {
    bottom: 110px;
  }
}

@media only screen and (max-width: 880px) {
  .scroll-indicator {
    height: 50px;
    width: 50px;
	bottom: 55px;
  }
}

@media only screen and (max-width: 640px) {
  .scroll-indicator {
    display: none;
	visibility: hidden;
  }
}

.scroll-indicator-correction {
bottom: 110px;
-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;
}

.arrow {
position: relative;
color: #fff;
font-size: 16px;
text-align: center;
-webkit-transition: -webkit-transform 0.6s ease;
   -moz-transition: -moz-transform 0.6s ease;
        transition: transform 0.6s ease;
-webkit-animation: scroll-indicator 1s infinite;
   -moz-animation: scroll-indicator 1s infinite;
     -o-animation: scroll-indicator 1s infinite;
        animation: scroll-indicator 1s infinite;
animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
}

.arrow-move-down {
position: relative;
top: 10px;
}

@media only screen and (max-width: 880px) {
  .arrow-move-down {
    top: 5px;
  }
}

@-webkit-keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@-moz-keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}


/* 20. to top arrow */
.to-top-arrow {
position: fixed;
right: 40px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-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;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
bottom: 10px;
-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)";
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 21. preloader */
.preloader-bg,
#preloader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader {
display: table;
table-layout: fixed;
}

#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(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);
  }
}


/* 22. hero */
/* 22.1. hero overlay */
.overlay:before {
content: "";
position: fixed;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark-50:before {
background: rgba(0, 0, 0, .5);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-dark-50-video:before,
.overlay-dark-50-video-mobile:before {
background: rgba(0, 0, 0, .5);
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.overlay-dark-50-video-mobile:before {
display: none;
}

@media only screen and (max-width: 880px) {
  .overlay-dark-50-video-mobile:before {
    display: block;
  }
}

.overlay-light-50:before {
background: rgba(255, 255, 255, .5);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-light-50-video:before,
.overlay-light-50-video-mobile:before {
background: rgba(255, 255, 255, .5);
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.overlay-light-50-video-mobile:before {
display: none;
}

@media only screen and (max-width: 880px) {
  .overlay-light-50-video-mobile:before {
    display: block;
  }
}


/* 22.2. hero container */ 
.hero-fullscreen {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}


/* 22.3. hero bg */
.hero-bg {
position: fixed;
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;
}


/* 22.4. hero fullscreen FIX */
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 22.5. hero center container */
.hero-center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
z-index: 1;
}

.hero-center-block {
display: table-cell;
vertical-align: middle;
}


/* 23. Slick v1.6.0 CUSTOM */
/* 23.1. slick slide */
.slick-slide {
height: 100%;
background: none;
}
		
.slick-slider {
margin-bottom: 0;
margin-top: 0;
cursor: auto;
}


/* 23.2. slick slide flickering FIX */
.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}


/* 23.3. slick fullscreen slideshow */
.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}

.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 .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 .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-dots,
.slick-fullscreen-slideshow .slick-dots {
position: absolute;
width: 100%;
height: 5px;
left: 0;
bottom: 0;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, .25);
list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button {
display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li {
position: absolute;
float: left;
width: 0;
height: 5px;
left: -5px;
background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active {
width: 100%;
-webkit-animation: progressDots 4s both;
   -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
     -o-animation: progressDots 4s both;
        animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow {
background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide {
display: none;
float: left;
height: 100%;
}

.slick-initialized .slick-slide {
display: block;
}


/* 23.4. slick navigation */
.slick-prev:before,
.slick-next:before {
font-size: 15px;
color: #111;
}


/* 24. videos */
/* 24.1. YouTube video */
.YT-bg {
display: none;
}

@media only screen and (max-width: 880px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-bg.jpg);
    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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

#videoContainment {
position: fixed;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
z-index: 0;
}


/* 24.2. Vimeo video */
.vimeo-bg {
display: none;
}

@media only screen and (max-width: 880px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-bg.jpg);
    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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
  
  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
position: fixed;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
border: none;
}


/* 24.3. HTML5 video */
.html5-bg {
display: none;
}

@media only screen and (max-width: 880px) {
  .html5-bg {
    position: relative;
    height: 100%;
	background-image: url(../img/background/html5-bg.jpg);
    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;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

.html5-videoContainment {
position: fixed;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
background: #000;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: 0;
}


/* 25. ken burns slideshow */
.kenburns-slide-wrapper {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.kenburns-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
   -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
     -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
        animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
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;
}

.kenburns-slide-1 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
-webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
     -o-animation-delay: 6s;
        animation-delay: 6s;
}

.kenburns-slide-3 {
-webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
     -o-animation-delay: 12s;
        animation-delay: 12s;
}

.kenburns-slide-4 {
-webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
     -o-animation-delay: 18s;
        animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
	    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
 100% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 26. analog clock */
.analog-clock {
position: absolute;
width: 280px;
height: 280px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
left: 0; 
right: 0;
top: 25px;
margin-left: auto; 
margin-right: auto; 
width: 280px!important;
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;
z-index: 115;
}

@media only screen and (max-width: 995px) {
  .analog-clock {
    display: none;
	visibility: hidden;
  }
}

.text-white{
  color: white;
}
.text-white a{
  color: white;
  text-decoration: none;
}
.text-white a:hover{
  color: white;
  text-decoration: none;
}

.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.h-6,
.h-7,
.h-8,
.h-9,
.h-10,
.h-11 {
width: 5px;
height: 30px;
fill: #fff;
-webkit-transform-origin: 140px 140px;
   -moz-transform-origin: 140px 140px;
    -ms-transform-origin: 140px 140px;
        transform-origin: 140px 140px;
}

.h-12 {
width: 5px;
height: 30px;
fill: #fff;
}

.fill-dark {
fill: #111;
}

.h-1 {
-webkit-transform: rotate(30deg);
   -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
     -o-transform: rotate(30deg);
        transform: rotate(30deg);
}

.h-2 {
-webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
     -o-transform: rotate(60deg);
        transform: rotate(60deg);
}

.h-3 {
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

.h-4 {
-webkit-transform: rotate(120deg);
   -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
     -o-transform: rotate(120deg);
        transform: rotate(120deg);
}

.h-5 {
-webkit-transform: rotate(150deg);
   -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
     -o-transform: rotate(150deg);
        transform: rotate(150deg);
}

.h-6 {
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);
}

.h-7 {
-webkit-transform: rotate(210deg);
   -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
     -o-transform: rotate(210deg);
        transform: rotate(210deg);
}

.h-8 {
-webkit-transform: rotate(240deg);
   -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
     -o-transform: rotate(240deg);
        transform: rotate(240deg);
}

.h-9 {
-webkit-transform: rotate(270deg);
   -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
     -o-transform: rotate(270deg);
        transform: rotate(270deg);
}

.h-10 {
-webkit-transform: rotate(300deg);
   -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
     -o-transform: rotate(300deg);
        transform: rotate(300deg);
}

.h-11 {
-webkit-transform: rotate(330deg);
   -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
     -o-transform: rotate(330deg);
        transform: rotate(330deg);
}

.minute-hand {
position: absolute;
width: 15px;
height: 145px;
background-color: #fff; 
top: 10px;
left: 132.5px;
-webkit-transform-origin: 7.5px 130px;
   -moz-transform-origin: 7.5px 130px;
    -ms-transform-origin: 7.5px 130px;
        transform-origin: 7.5px 130px;
clip-path: polygon(
  45% 0,
  45% 65%,
  30% 65%,
  30% 100%,
  70% 100%,
  70% 65%,
  55% 65%,
  55% 0
);
}

.minute-hand.minute-hand-dark {
background-color: #111;
}

.hour-hand {
position: absolute;
width: 15px;
height: 80px;
background-color: #fff;
top: 75px;
left: 132.5px;
-webkit-transform-origin: 7.5px 65px;
   -moz-transform-origin: 7.5px 65px;
    -ms-transform-origin: 7.5px 65px;
        transform-origin: 7.5px 65px;
clip-path: polygon(
  45% 0,
  45% 55%,
  30% 55%,
  30% 100%,
  70% 100%,
  70% 55%,
  55% 55%,
  55% 0
);
}

.hour-hand.hour-hand-dark {
background-color: #111;
}

.second-hand {
position: absolute;
width: 2px;
height: 200px;
background-color: #fff;
top: 10px;
left: 139px;
-webkit-transform-origin: 1px 130px;
   -moz-transform-origin: 1px 130px;
    -ms-transform-origin: 1px 130px;
        transform-origin: 1px 130px;
}

.second-hand.second-hand-dark {
background-color: #111;
}


/* 26.1. analog clock revealed */
.clock-revealed {
        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);
}


.clock-reveal,
.clock-reveal-hide {
        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);
}

.clock-reveal,
.clock-reveal-hide,
.clock-reveal-show {
-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;
}

.clock-reveal-show {
        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);
}


/* 26.2. analog clock mobile */
.analog-clock-mobile {
display: none;
visibility: hidden;
position: absolute;
width: 200px;
height: 200px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
left: 0; 
right: 0;
top: 25px;
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
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;
z-index: 115;
}

@media only screen and (max-width: 995px) {
  .analog-clock-mobile {
	display: block;
	visibility: visible;
	top: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .analog-clock-mobile {
    top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .analog-clock-mobile {
    top: -10px;
  }
}

.q-1,
.q-2,
.q-3,
.q-4,
.q-5,
.q-6,
.q-7,
.q-8,
.q-9,
.q-10,
.q-11 {
width: 5px;
height: 30px;
fill: #fff;
-webkit-transform-origin: 100px 100px;
   -moz-transform-origin: 100px 100px;
    -ms-transform-origin: 100px 100px;
        transform-origin: 100px 100px;
}

.q-12 {
width: 5px;
height: 30px;
fill: #fff;
}

.fill-dark {
fill: #111;
}

.q-1 {
-webkit-transform: rotate(30deg);
   -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
     -o-transform: rotate(30deg);
        transform: rotate(30deg);
}

.q-2 {
-webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
     -o-transform: rotate(60deg);
        transform: rotate(60deg);
}

.q-3 {
-webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

.q-4 {
-webkit-transform: rotate(120deg);
   -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
     -o-transform: rotate(120deg);
        transform: rotate(120deg);
}

.q-5 {
-webkit-transform: rotate(150deg);
   -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
     -o-transform: rotate(150deg);
        transform: rotate(150deg);
}

.q-6 {
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);
}

.q-7 {
-webkit-transform: rotate(210deg);
   -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
     -o-transform: rotate(210deg);
        transform: rotate(210deg);
}

.q-8 {
-webkit-transform: rotate(240deg);
   -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
     -o-transform: rotate(240deg);
        transform: rotate(240deg);
}

.q-9 {
-webkit-transform: rotate(270deg);
   -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
     -o-transform: rotate(270deg);
        transform: rotate(270deg);
}

.q-10 {
-webkit-transform: rotate(300deg);
   -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
     -o-transform: rotate(300deg);
        transform: rotate(300deg);
}

.q-11 {
-webkit-transform: rotate(330deg);
   -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
     -o-transform: rotate(330deg);
        transform: rotate(330deg);
}

.minute-hand-mobile {
position: absolute;
width: 15px;
height: 105px;
background-color: #fff; 
top: 10px;
left: 92.5px;
-webkit-transform-origin: 7.5px 90px;
   -moz-transform-origin: 7.5px 90px;
    -ms-transform-origin: 7.5px 90px;
        transform-origin: 7.5px 90px;
clip-path: polygon(
  45% 0,
  45% 65%,
  30% 65%,
  30% 100%,
  70% 100%,
  70% 65%,
  55% 65%,
  55% 0
);
}

.minute-hand-mobile.minute-hand-mobile-dark {
background-color: #111;
}

.hour-hand-mobile {
position: absolute;
width: 15px;
height: 40px;
background-color: #fff;
top: 75px;
left: 92.5px;
-webkit-transform-origin: 7.5px 25px;
   -moz-transform-origin: 7.5px 25px;
    -ms-transform-origin: 7.5px 25px;
        transform-origin: 7.5px 25px;
clip-path: polygon(
  45% 0,
  45% 55%,
  30% 55%,
  30% 100%,
  70% 100%,
  70% 55%,
  55% 55%,
  55% 0
);
}

.hour-hand-mobile.hour-hand-mobile-dark {
background-color: #111;
}

.second-hand-mobile {
position: absolute;
width: 2px;
height: 115px;
background-color: #fff;
top: 10px;
left: 99px;
-webkit-transform-origin: 1px 90px;
   -moz-transform-origin: 1px 90px;
    -ms-transform-origin: 1px 90px;
        transform-origin: 1px 90px;
}

.second-hand-mobile.second-hand-mobile-dark {
background-color: #111;
}


/* 27. divider */
.dividerOT.out-top,
.dividerOT.out-bottom,
.dividerOT.out-bottom-last,
.dividerOT.dividerOT-inner,
.inner-divider-post {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.dividerOT.out-top,
.dividerOT.out-bottom,
.dividerOT.dividerOT-inner {
height: 140px;
}

@media all and (min-width: 1920px) {
  .dividerOT.out-top,
  .dividerOT.out-bottom,
  .dividerOT.dividerOT-inner {
    height: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  .dividerOT.out-top,
  .dividerOT.out-bottom,
  .dividerOT.dividerOT-inner {
    height: 130px;
  }
}

@media only screen and (max-width: 640px) {
  .dividerOT.out-top,
  .dividerOT.out-bottom,
  .dividerOT.dividerOT-inner {
    height: 80px;
  }
}

.dividerOT.out-bottom-last {
height: 250px;
}

@media all and (min-width: 1920px) {
  .dividerOT.out-bottom-last {
    height: 270px;
  }
}

@media only screen and (max-width: 1200px) {
  .dividerOT.out-bottom-last {
    height: 240px;
  }
}

@media only screen and (max-width: 640px) {
  .dividerOT.out-bottom-last {
    height: 190px;
  }
}

.inner-divider-post {
height: 60px;
}

@media all and (min-width: 1920px) {
  .inner-divider-post {
    height: 75px;
  }
}

@media only screen and (max-width: 640px) {
  .inner-divider-post {
    height: 40px;
  }
}

.show-on-mobile {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .show-on-mobile {
    display: block;
    visibility: visible;
  }
}