﻿/*
  [CSS Index]
*/


/*
  1. BACKGROUND
  2. reset
  3. layout
  4. upper page
  5. navigation
  6. credits
  7. introduction
  8. intro
  9. overlay
  10. hero
  11. section animation
  12. page content
  13. sides
  14. center container
  15. preloader
  16. section closer
  17. section top
  18. sections headings
  19. borders
  20. vertical lines
  21. button
  22. Lity CUSTOM
  23. divider
  24. Montserrat -webkit-text-stroke Fix
*/


/* 1. BACKGROUND */
.bg-img {
background-image: url(../img/background/bg-img.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: 600;
text-align: left;
/* color: #2e2e2e; */
color: #5f5f5f;
background: #000;
 -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;
}

a {
color: #ff264a;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-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: #ff264a;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 15px;
font-weight: 600;
text-align: left;
letter-spacing: 0.05em;
/* color: #2e2e2e; */
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;
}

@media only screen and (max-width: 880px) {
  p {
	font-size: 15px;
  }
}

p a,
p a:hover {
color: #ff264a;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ff264a;
color: #fff;
}

::selection {
background: #ff264a;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}


/* 5. navigation */
.nav-indicator-wrapper {
position: absolute;
top: 15px;
left: -10px;
right: 0;
margin-left: auto; 
margin-right: auto; 
width: 15px;
z-index: -1;
}

.nav-indicator {
    position: relative;
    display: block;
	margin: 0 auto;
    width: 15px;
    height: 15px;
    padding: 10px;
    background: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

.nav-indicator::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    padding: 25px;
    margin: -1px auto 0 auto;
    background: #ff264a;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation-name: nav-indicator-pulsate;
            animation-name: nav-indicator-pulsate;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;	
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
                opacity: 0;
           -moz-opacity: 0;
        -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

@media only screen and (max-width: 880px) {
  .nav-indicator::before {
    padding: 20px;
  }
}

@keyframes nav-indicator-pulsate {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
                opacity: 1;
           -moz-opacity: 1;
        -webkit-opacity: 1;
      filter: alpha(opacity=100);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
                opacity: 0;
           -moz-opacity: 0;
        -webkit-opacity: 0;
      filter: alpha(opacity=0);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.effect-navigation {
position: relative;
 -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;
display: inline-block;
outline: none;
margin: 10px auto 0 auto;
width: 170px;
height: 50px;
bottom: 10px;
padding: 0;
border: none;
color: #fff;
background: none;
-webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
overflow: hidden;
cursor: pointer;
-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
-webkit-transform: translate(0,0);
   -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
     -o-transform: translate(0,0);
        transform: translate(0,0);
}

.effect-navigation::before {
position: absolute;
content: "";
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: -100%;
bottom: 0%;
width: 200%;
height: 200%;
color: #fff;
background: none;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: skewX(-60deg);
   -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
     -o-transform: skewX(-60deg);
        transform: skewX(-60deg);
-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	 -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
z-index: -1;
}

.effect-navigation::before {
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.effect-navigation:hover {
color: #fff;
background: none;
}

.effect-navigation:hover::before {
bottom: -100%;
right: -200%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* fixed navigation */
.fixed-navigation {
position: fixed;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
background: none;
border: none;
width: 148px;
height: 48px;
line-height: 48px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 1001;
}

.fixed-navigation a,
.fixed-navigation 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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.navigation-top,
.navigation-top.top-position,
.navigation-top.navigation-top-position-primary,
.navigation-right,
.navigation-right.right-position,
.navigation-right.navigation-right-position-primary,
.navigation-bottom,
.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary,
.navigation-left,
.navigation-left.left-position,
.navigation-left.navigation-left-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;
}

.navigation-top {
margin-left: -85px;
left: 50%;
top: 30px;
}

@media only screen and (max-width: 880px) {
  .navigation-top {
    top: 0;
  }
}

.navigation-top.top-position,
.navigation-top.navigation-top-position-primary {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}

.navigation-right {
margin-top: -35px;
right: -18px;
top: 50%;
-webkit-transform: rotate(90deg);	
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

@media only screen and (max-width: 880px) {
  .navigation-right {
	/* right: -44px; */
	right: -48px;
  }
}

@media only screen and (max-width: 880px) {
  .navigation-right {
	/* margin-top: -40px; */
	margin-top: -35px;
  }
}

.navigation-right.right-position,
.navigation-right.navigation-right-position-primary {
-webkit-transform: translateX(200px) rotate(90deg);
   -moz-transform: translateX(200px) rotate(90deg);
    -ms-transform: translateX(200px) rotate(90deg);
     -o-transform: translateX(200px) rotate(90deg);
        transform: translateX(200px) rotate(90deg);
}

.navigation-bottom {
margin-left: -85px;
left: 50%;
bottom: 32px;
}

@media only screen and (max-width: 880px) {
  .navigation-bottom {
    bottom: 6px;
	left: 63px;
  }
}

.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
}

.navigation-left {
margin-top: -14px;
left: -18px;
top: 50%;
-webkit-transform: rotate(-90deg);	
   -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

@media only screen and (max-width: 880px) {
  .navigation-left {
    /* left: -44px; */
	left: -48px;
  }
}

.navigation-left.left-position,
.navigation-left.navigation-left-position-primary {
-webkit-transform: translateX(-200px) rotate(-90deg);
   -moz-transform: translateX(-200px) rotate(-90deg);
    -ms-transform: translateX(-200px) rotate(-90deg);
     -o-transform: translateX(-200px) rotate(-90deg);
        transform: translateX(-200px) rotate(-90deg);
}


/* element on/off */
.introduction-element-on {
visibility: visible;
        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);
}

.introduction-element-on {
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.introduction-element-off {
visibility: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.85);
   -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
     -o-transform: scale(0.85);
        transform: scale(0.85);
}

.introduction-element-off {
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}


/* 6. credits */
.bottom-credits {
position: fixed;
display: block;
visibility: visible;
width: auto;
height: 50px;
left: 55px;
bottom: 13px;
font-family: 'Montserrat', sans-serif;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 700;
 -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 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;
line-height: 1.5;
z-index: 1001;
}

@media only screen and (max-width: 880px) {
  .bottom-credits {
    left: 25px;
    bottom: -18px;
  }
}

@media only screen and (max-width: 768px) {
  .bottom-credits {
    width: 100%!important;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	text-align: center!important;
  }
}

.bottom-credits.bottom-position,
.bottom-credits.bottom-credits-home-call {
-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;
}

.bottom-credits,
.bottom-credits a,
.bottom-credits a:hover {
font-family: 'Montserrat', sans-serif;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 700;
color: #fff;
text-decoration: none;
}


/* 7. introduction */
.intro-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
}

@media only screen and (max-width: 880px) {
  .intro-wrapper {
    padding: 0 75px;
  }
}

#intro-title {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 80px;
margin: 0 0 -10px 0;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.04em;
color: #ff264a;
text-shadow: 1px 1px 2px #111;
}

#intro-title .intro-title-name {
display: inline-block;
color: #fff;
text-shadow: none;
}

@media all and (min-width: 1920px) {
  #intro-title {
    font-size: 100px;
	margin: 0 0 -10px 0;
  }
}

@media only screen and (max-width: 1200px) {
  #intro-title {
    font-size: 80px;
	margin: 0 0 -10px 0;
  }
}

@media only screen and (max-width: 880px) {
  #intro-title {
    font-size: 60px;
	margin: 0 0 -5px 0;
  }
}

@media only screen and (max-width: 880px) {
  #intro-title {
    font-size: 40px;
	margin: 0 0 -5px 0;
  }
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  #intro-title span {
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
            text-stroke: 1px #e0e0e0;
    text-shadow: none;
  }
}

.home-slider h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
line-height: 2;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
margin: -5px auto 0 auto;

display: none;
visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .home-slider h3 {
    font-size: 11px;
  }
}


/* 8. intro */
.intro-all {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 900;
font-size: 40px;
text-transform: uppercase;
line-height: 1;
text-align: left;
letter-spacing: -0.08em;
color: #111;
z-index: 1;
}

@media all and (min-width: 1920px) {
  .intro-all {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro-all {
    font-size: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .intro-all {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .intro-all {
    font-size: 20px;
  }
}

.intro-all span {
font-size: 80px;
}

@media all and (min-width: 1920px) {
  .intro-all span {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro-all span {
    font-size: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .intro-all span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .intro-all span {
    font-size: 40px;
  }
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .intro-all span.transparent {
    color: transparent;
    -webkit-text-stroke: 1px #111;
            text-stroke: 1px #111;
    text-shadow: none;
  }
}


/* 9. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark:before {
background: rgba(0, 0, 0, .46);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 10. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.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;
}

.hero-bg,
.hero-bg-show,
.hero-bg-show-primary,
.hero-bg-show-secondary {
-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-show-primary {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.hero-bg-show-secondary {
-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);
}


.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* hero bg - hero bg show */
.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;
}

.hero-bg,
.hero-bg-show,
.hero-bg-show-primary,
.hero-bg-show-secondary {
-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-show-primary {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.hero-bg-show-secondary {
-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);
}

.hero-bg,
.hero-bg-FIX {	
-webkit-transform: scale(1.6);
   -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
     -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-bg-FIX {		
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
        transform: scale(1.4);
}

.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)";
}


/* 11. section animation */
#homeOT {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
z-index: 0;
}

section {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-right: -17px;
background: none;
overflow: hidden;
-webkit-transition: background 300ms ease-in;
   -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
     -o-transition: background 300ms ease-in;
        transition: background 300ms ease-in;
z-index: -99999;
}

.container-main {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background: #fff;
}

#section-top .container-main,
#section-left .container-main,
#section-right .container-main,
#section-bottom .container-main {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 300ms ease-in;
   -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
}

#section-top.active .container-main,
#section-left.active .container-main,
#section-right.active .container-main,
#section-bottom.active .container-main {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#section-left,
#section-right,
#section-top,
#section-bottom {
/* background: #000; */
/* background: rgba(0, 0, 0, .46); */
background: none;
}

#section-left.active,
#section-right.active,
#section-top.active,
#section-bottom.active {
/* background: #fff; */
background: rgba(255, 255, 255, .46);
}

@media only screen and (max-width: 880px) {
  #section-top,
  #section-left,
  #section-right,
  #section-bottom {
    position: absolute;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  #section-top,
  #section-left,
  #section-right,
  #section-bottom {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
  }
}


/* 12. page content */
.content {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
z-index: 1px;
}

.content-inner {
position: absolute;
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;
left: 110px;
bottom: 110px;
right: 110px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
background: none;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .content-inner {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
  }
}


/* 13. sides */
.sides-all {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}

.sides-all .half,
.sides-all .half-2 {
min-height: 350px;
-webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
}

.sides-all .half {
position: absolute;
width: -webkit-calc(50% - 0px);
width: -moz-calc(50% - 0px);
width: calc(50% - 0px);
height: -webkit-calc(100% - 0px);
height: -moz-calc(100% - 0px);
height: calc(100% - 0px);
top: 0;
left: 0;
margin-left: 0;
bottom: 0;
right: 0;
}

@media all and (min-width: 1920px) {
  .sides-all .half {
    min-height: 490px;
	position: absolute;
	width: -webkit-calc(50% - 0px);
	width: -moz-calc(50% - 0px);
	width: calc(50% - 0px);
	height: -webkit-calc(100% - 0px);
	height: -moz-calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0;
	left: 0;
	margin-left: 0;
	bottom: 0;
	right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all .half {
    position: relative;
	width: 100%;
    min-height: 590px;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all .half {
    position: relative;
	width: 100%;
    min-height: 350px;
  }
}

.sides-all .half-2 {
position: absolute;
width: -webkit-calc(50% - 0px);
width: -moz-calc(50% - 0px);
width: calc(50% - 0px);
height: -webkit-calc(100% - 0px);
height: -moz-calc(100% - 0px);
height: calc(100% - 0px);
top: 0;
left: 50%;
margin-left: 0;
bottom: 0;
right: 0;
overflow-x: hidden;
overflow-y: auto;
}

@media all and (min-width: 1920px) {
  .sides-all .half-2 {
	min-height: 490px;
	border-right: none;
	position: absolute;
	width: -webkit-calc(50% - 0px);
	width: -moz-calc(50% - 0px);
	width: calc(50% - 0px);
	height: -webkit-calc(100% - 0px);
	height: -moz-calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0;
	left: 50%;
	margin-left: 0;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all .half-2 {
    position: relative;
    width: 100%;
    min-height: 590px;
	left: 0;
	overflow-y: hidden;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all .half-2 {
    position: relative;
    width: 100%;
    min-height: 350px;
	left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all {
    -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;
  }

  .sides-all .half {
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all {
    -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;
  }

  .sides-all .half {
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}

.all-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;
}


/* post TXT right */
.post-txt-right {
position: relative;
margin: 0;
padding: 0 50px;
}

@media all and (min-width: 1920px) {
  .post-txt-right {
	padding: 0 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .post-txt-right {
	padding: 0;
  }
}

.post-txt-right p {
padding-bottom: 15px;
}


/* 14. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 15. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
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);
  }
}


/* 16. section closer */
.section-closer {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
left: 110px;
bottom: 90px;
font-size: 30px;
text-align: center;
color: #fff;
background: #ff264a;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 1005;
}

@media only screen and (max-width: 880px) {
  .section-closer {
	left: 50px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section-closer {
    width: 50px!important;
    max-width: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	text-align: center!important;
  }
}

.section-closer.show {
bottom: 90px;
-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) {
  .section-closer.show {
    bottom: 30px;
  }
}

.section-closer:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 17. section top */
.section-top {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
right: 110px;
bottom: 90px;
font-size: 20px;
text-align: center;
color: #fff;
background: #ff264a;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 1005;

display: none;
visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .section-top {
	right: 50px;
    bottom: 30px;
  }
}

.section-top.show {
bottom: 90px;
-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) {
  .section-top.show {
    bottom: 30px;
  }
}

.section-top:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 18. sections headings */
h2.section-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #2e2e2e;
margin: -1px 0 -5px 0;
padding: 0;
z-index: 10;
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 40px;
margin-right: 15px;
line-height: 1;
color: #2e2e2e;
}

h2.section-heading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 20px;
height: 0;
margin-top: -1px;
border-top: 1px solid #2e2e2e;
}


/* 19. borders */
.borders {
position: fixed;
width: 100%;
height: 100%;
border: 110px solid rgba(0, 0, 0, .46);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;

display: none;
visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .borders {
    border: 50px solid rgba(0, 0, 0, .46);
  }
}

.borders,
.borders:after,
.borders::before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* borders */
.border-left,
.border-right {
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;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 100;

display: none;
visibility: hidden;
}

.border-left {
width: 110px;
height: 100%;
left: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-left {
    width: 50px;
  }
}

.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: 880px) {
  .border-left,
  .border-right {
    /* display: block;
	visibility: visible; */
  }
}

@media only screen and (max-width: 768px) {
  .border-left,
  .border-right {
    display: none;
	visibility: hidden;
  }
}


/* 20. vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
/* border-right: 1px solid rgba(119, 119, 119, .2); */
/* border-right: 1px solid rgba(188, 188, 188, .2); */
border-right: 1px solid rgba(95, 95, 95, .2);
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 3px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -2px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(95, 95, 95, 0), rgba(95, 95, 95, 1));
background: -ms-linear-gradient(top, rgba(95, 95, 95, 0), rgba(95, 95, 95, 1));
background: linear-gradient(top, rgba(95, 95, 95, 0), rgba(95, 95, 95, 1));
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(95, 95, 95, 1), rgba(95, 95, 95, 0));
background: -ms-linear-gradient(top, rgba(95, 95, 95, 1), rgba(95, 95, 95, 0));
background: linear-gradient(top, rgba(95, 95, 95, 1), rgba(95, 95, 95, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}


/* 21. button */
.more-wraper-center-full {
position: absolute;
top: 50%;
left: 50%;
margin-left: 0;
transform: translate(-50%, -50%);
z-index: 99;
}

.more-wraper-center {
position: relative;
width: 120px!important;
max-width: 120px;
height: 120px;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 1;
}

.more-button-bg-center {
background: #fff;
border: 2px dashed #fff;

background: #fff;
border: 2px dashed #111;
}

.more-button-bg-center.more-button-bg-center-dark {
background: #fff;
border: 2px dashed #111;
}

.more-button-circle {
display: block;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-clip: content-box;
padding: 2.5px;
cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
-webkit-animation: spin 5s linear infinite;
   -moz-animation: spin 5s linear infinite;
    -ms-animation: spin 5s linear infinite;
     -o-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
}

.more-button-txt-center {
position: absolute;
top: 60px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
letter-spacing: normal;
line-height: normal;
color: #111;
margin: 0 auto;
cursor: pointer;
}

.more-button-txt-center span {
color: #111;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


/* 22. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 100px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-weight: 500!important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 40px;
  }
}

.lity-close:active {
width: 35px!important;
max-width: 35px;
height: 35px;
top: 100px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 40px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 23. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 100px;
}

@media only screen and (max-width: 880px) {
  .inner-divider {
    height: 70px;
  }
}

.inner-divider-half,
.inner-divider-ultra-half {
height: 35px;
}

@media only screen and (max-width: 880px) {
  .inner-divider-half,
  .inner-divider-ultra-half {
    height: 20px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}
  
@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

.hidden-mobile-devices {
display: block;
visibility: visible;
}

@media only screen and (max-width: 1200px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}

.hidden-all-devices {
display: none;
visibility: hidden;
}

h6 {
display: none;
visibility: hidden;
}


/* 24. Montserrat -webkit-text-stroke Fix */
/* Black 900 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Montserrat-Black.ttf') format('truetype'),
       url('fonts/Montserrat-Black.otf') format('opentype');
}

/* ExtraBold 800 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraBold.otf') format('opentype');
}

/* Bold 700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Montserrat-Bold.ttf') format('truetype'),
       url('fonts/Montserrat-Bold.otf') format('opentype');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
       url('fonts/Montserrat-SemiBold.otf') format('opentype');
}

/* Medium 500 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat-Medium.ttf') format('truetype'),
       url('fonts/Montserrat-Medium.otf') format('opentype');
}

/* Regular 400 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype'),
       url('fonts/Montserrat-Regular.otf') format('opentype');
}

/* Light 300 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Montserrat-Light.ttf') format('truetype'),
       url('fonts/Montserrat-Light.otf') format('opentype');
}

/* ExtraLight 200 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype'),
       url('fonts/Montserrat-ExtraLight.otf') format('opentype');
}

/* Thin 100 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Montserrat-Thin.ttf') format('truetype'),
       url('fonts/Montserrat-Thin.otf') format('opentype');
}