﻿/*
  [CSS Index]
  
  ---
  
  Template Name: Bigz - Under Construction Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
	1.2. slick fullscreen slideshow IMG BACKGROUND
	1.3. swiper parallax IMG BACKGROUND
  2. reset
  3. layout
  4. pages
  5. headings
  6. center container
  7. logo
  8. navigation
    8.1. navigation icon
    8.2. navigation bg and links
    8.3. navigation brackets
    8.4. navigation IMG
  9. overlay
  10. hero container
    10.1. hero bg
	10.2. hero fullscreen FIX
  11. to top arrow
  12. link underline
  13. post
  14. skills bar
  15. divider
  16. social icons
  17. countdown
  18. the button
  19. animated borders
  20. side shadow
  21. preloader
  22. introduction
  23. sign up modal
  24. contact modal
  25. newsletter form
    25.1. newsletter placeholders
  26. contact form
    26.1. contact form placeholders
    26.2. contact info
  27. videos
    27.1. YouTube video
	27.2. Vimeo video
	27.3. HTML5 video
  28. Slick v1.6.0 CUSTOM
    28.1. slick slide flickering FIX 
    28.2. slick navigation
	28.3. slick fullscreen slideshow
	28.4. slick fullscreen slideshow ZOOM/FADE transition
  29. Swiper v3.4.2 CUSTOM
    29.1. swiper parallax
*/


/* 1. TEMPLATE BACKGROUNDS */


/* 1.1. single IMG BACKGROUND */

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


/* 1.2. slick fullscreen slideshow IMG BACKGROUND */

.bg-img-1 {
    background-image: url(../img/background/hero-bg-1.jpg);
}

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

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

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


/* 1.3. swiper parallax IMG BACKGROUND */

.swiper-slide-parallax-bg {
    background-image: url(../img/background/arkaplan.jpg);
}


/* 2. reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    line-height: 170%;
}

body {
    /* line-height: 1; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}


/* remove dotted outline from links,
button and input element */

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* 3. layout */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    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%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    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: #fff;
    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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 2;
}

p a,
p a:hover {
    color: #fff;
    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: #db0018;
    color: #fff;
}

::selection {
    background: #db0018;
    color: #fff;
}

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


/* 4. pages */

.upper-page,
.lower-page {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: none;
}

.upper-content,
.lower-content {
    margin: 0 auto;
    padding: 0;
}

.sections-home,
.sections {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
}

.sections-home {
    padding: 0;
}

.sections {
    padding: 150px 0;
}

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

@media only screen and (max-width: 980px) {
    .sections {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 880px) {
    .sections {
        padding: 150px 30px;
    }
}

#about,
#services,
#works,
#contact {
    display: none;
}

.post-txt {
    position: relative;
    display: block;
    margin: -17px auto 0 auto;
}

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

.blog-quote {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .blog-quote {
        font-size: 16px;
    }
}

.blog-quote-mark {
    display: block;
    font-size: 50px;
    margin: 0 auto -18px auto;
}

@media only screen and (max-width: 640px) {
    .blog-quote-mark {
        font-size: 40px;
        margin: 3px auto -14px auto;
    }
}

.blog-quote-mark.blog-quote-mark-last {
    margin: -17px auto 0 auto;
}

@media only screen and (max-width: 980px) {
    .blog-quote-mark.blog-quote-mark-last {
        margin: -17px auto -18px auto;
    }
}

@media only screen and (max-width: 640px) {
    .blog-quote-mark.blog-quote-mark-last {
        margin: -14px auto -14px auto;
    }
}

.blog-quote {
    font-weight: 600;
    line-height: 1.5;
}


/* 5. headings */

.home-page-title-wrapper,
.all-page-title-wrapper {
    width: 175px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    background: #db0018;
}

.all-page-title-wrapper {
    width: 215px;
}

@media all and (min-width: 1920px) {
    .home-page-title-wrapper,
    .all-page-title-wrapper {
        width: 215px;
        padding: 6px 0;
    }
}

h1.home-page-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

h1.home-page-title {
    font-size: 145px;
    margin: -19px auto -5px auto;
}

@media all and (min-width: 1920px) {
    h1.home-page-title {
        font-size: 185px;
        margin: -24px auto -7px auto;
    }
}

@media only screen and (max-width: 980px) {
    h1.home-page-title {
        font-size: 125px;
        margin: -15px auto -4px auto;
    }
}

@media only screen and (max-width: 880px) {
    h1.home-page-title {
        font-size: 85px;
        margin: -9px auto -3px auto;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title {
        font-size: 75px;
        margin: -8px auto -2px auto;
    }
}

h2.home-page-title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin: 0 0 0 12px;
}

@media all and (min-width: 1920px) {
    h2.home-page-title {
        font-size: 13px;
    }
}

h2.section-subheading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: -5px auto -3px auto;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

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

@media all and (min-width: 1920px) {
    h2.section-subheading span {
        padding-right: 60px;
    }
}

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

@media all and (min-width: 1920px) {
    h2.section-subheading span:before {
        width: 40px;
        margin-top: 0;
    }
}

h2.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 auto -3px auto;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    h2.section-heading {
        font-size: 85px;
        margin: 0 auto -3px auto;
    }
}

@media only screen and (max-width: 1200px) {
    h2.section-heading {
        font-size: 65px;
        margin: 0 auto -1px auto;
    }
}

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

.center-container-contact-modal h2.section-heading,
.center-container-sign-up-modal h2.section-heading {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    z-index: 1;
}

@media all and (min-width: 1920px) {
    .center-container-contact-modal h2.section-heading,
    .center-container-sign-up-modal h2.section-heading {
        font-size: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .center-container-contact-modal h2.section-heading,
    .center-container-sign-up-modal h2.section-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .center-container-contact-modal h2.section-heading,
    .center-container-sign-up-modal h2.section-heading {
        font-size: 30px;
    }
}


/* 6. center container */

.center-container-home {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

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

.center-container {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

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

.center-container-contact-modal,
.center-container-sign-up-modal {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.center-block-contact-modal,
.center-block-sign-up-modal {
    display: table-cell;
    vertical-align: middle;
}

.center-block-contact-modal-padding-top,
.center-block-sign-up-modal-padding-top {
    padding: 0;
}

@media only screen and (max-width: 880px) {
    .center-block-contact-modal-padding-top,
    .center-block-sign-up-modal-padding-top {
        padding: 60px 0 0 0;
    }
}

.center-block-contact-modal-padding-bottom,
.center-block-sign-up-modal-padding-bottom {
    padding: 0;
}

@media only screen and (max-width: 880px) {
    .center-block-contact-modal-padding-bottom,
    .center-block-sign-up-modal-padding-bottom {
        padding: 0 0 60px 0;
    }
}


/* 7. logo */

.logo {
    position: fixed;
    display: block;
    width: 59px;
    height: 35px;
    top: 60px;
    left: 60px;
    background: url(../img/logo-light.png) no-repeat;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 500;
}

@media all and (min-width: 1920px) {
    .logo {
        top: 60px;
        left: 60px;
    }
}

@media only screen and (max-width: 980px) {
    .logo {
        position: absolute;
    }
}

@media only screen and (max-width: 880px) {
    .logo {
        top: 30px;
        left: 30px;
    }
}

.logo.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
}

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

.logo.logo-position-primary {
    top: 60px;
    left: 60px;
}

@media only screen and (max-width: 880px) {
    .logo.logo-position-primary {
        top: 30px;
        left: 30px;
    }
}

.logo.logo-position-secondary {
    top: 30px;
    left: 30px;
}


/* 8. navigation */

#menu-mobile-btn {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 60px;
    right: 57px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer;
    z-index: 1005;
}

@media all and (min-width: 1920px) {
    #menu-mobile-btn {
        top: 60px;
        right: 57px;
    }
}

@media only screen and (max-width: 980px) {
    #menu-mobile-btn {
        position: absolute;
    }
}

@media only screen and (max-width: 880px) {
    #menu-mobile-btn {
        top: 30px;
        right: 27px;
    }
}

#menu-mobile-btn.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
}

#menu-mobile-btn.menu-mobile-btn-position-primary,
#menu-mobile-btn.menu-mobile-btn-position-secondary {
    -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;
}

#menu-mobile-btn.menu-mobile-btn-position-primary {
    top: 60px;
    right: 57px;
}

@media only screen and (max-width: 880px) {
    #menu-mobile-btn.menu-mobile-btn-position-primary {
        top: 30px;
        right: 27px;
    }
}

#menu-mobile-btn.menu-mobile-btn-position-secondary {
    top: 30px;
    right: 27px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #menu-mobile-btn {
        z-index: 300;
    }
}


/* 8.1. navigation icon */

.line-box {
    position: relative;
    width: 50px;
    height: 40px;
    left: 0;
    top: 0;
}

.line {
    width: 2px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
}

.line-0 {
    display: inline-block;
    height: 40px;
}

.line-1 {
    height: 20px;
}

.line-2 {
    height: 40px;
}

.line-3 {
    height: 30px;
}

.line-box.animated .line-1 {
    -webkit-animation: animate-line-box-1 2s 1;
    -moz-animation: animate-line-box-1 2s 1;
    -ms-animation: animate-line-box-1 2s 1;
    -o-animation: animate-line-box-1 2s 1;
    animation: animate-line-box-1 2s 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.line-box.animated .line-2 {
    -webkit-animation: animate-line-box-2 1.7s 1;
    -moz-animation: animate-line-box-2 1.7s 1;
    -ms-animation: animate-line-box-2 1.7s 1;
    -o-animation: animate-line-box-2 1.7s 1;
    animation: animate-line-box-2 1.7s 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.line-box.animated .line-3 {
    -webkit-animation: animate-line-box-3 1.3s 1;
    -moz-animation: animate-line-box-3 1.3s 1;
    -ms-animation: animate-line-box-3 1.3s 1;
    -o-animation: animate-line-box-3 1.3s 1;
    animation: animate-line-box-3 1.3s 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animate-line-box-1 {
    20% {
        height: 0;
    }
    50% {
        height: 0;
    }
}

@keyframes animate-line-box-1 {
    20% {
        height: 0;
    }
    50% {
        height: 0;
    }
}

@-webkit-keyframes animate-line-box-2 {
    40% {
        height: 0;
    }
    60% {
        height: 0;
    }
}

@keyframes animate-line-box-2 {
    40% {
        height: 0;
    }
    60% {
        height: 0;
    }
}

@-webkit-keyframes animate-line-box-3 {
    60% {
        height: 0;
    }
    70% {
        height: 0;
    }
}

@keyframes animate-line-box-3 {
    60% {
        height: 0;
    }
    70% {
        height: 0;
    }
}


/* 8.2. navigation bg and links */

nav.navigation-menu {
    position: fixed;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    height: -webkit-calc(100% - 320px);
    height: -moz-calc(100% - 320px);
    height: calc(100% - 320px);
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #000;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1001;
}

@media only screen and (max-width: 880px) {
    nav.navigation-menu {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
        height: -webkit-calc(100% - 220px);
        height: -moz-calc(100% - 220px);
        height: calc(100% - 220px);
        top: 110px;
        right: 110px;
        bottom: 110px;
        left: 110px;
    }
}

@media only screen and (max-width: 640px) {
    nav.navigation-menu {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

nav.navigation-menu.navigation-menu-light {
    background: #fff;
}

nav.navigation-menu.show {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    height: -webkit-calc(100% - 320px);
    height: -moz-calc(100% - 320px);
    height: calc(100% - 320px);
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #000;
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media only screen and (max-width: 880px) {
    nav.navigation-menu.show {
        width: -webkit-calc(100% - 220px);
        width: -moz-calc(100% - 220px);
        width: calc(100% - 220px);
        height: -webkit-calc(100% - 220px);
        height: -moz-calc(100% - 220px);
        height: calc(100% - 220px);
        top: 110px;
        right: 110px;
        bottom: 110px;
        left: 110px;
    }
}

@media only screen and (max-width: 640px) {
    nav.navigation-menu.show {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

nav.navigation-menu.navigation-menu-light.show {
    background: #fff;
}

nav.navigation-menu a {
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

nav.navigation-menu a:hover {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
    color: #fff;
}

nav.navigation-menu.navigation-menu-light a:link,
nav.navigation-menu.navigation-menu-light a:visited,
nav.navigation-menu.navigation-menu-light a:active {
    color: #111;
}

nav.navigation-menu li a.active {
    color: #777;
}

nav.navigation-menu.navigation-menu-light li a.active {
    color: #999;
}

nav.navigation-menu li {
    margin: 0 0 8px 0;
    cursor: pointer;
}

nav.navigation-menu li.last {
    margin: 0;
}

nav.navigation-menu a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
}

@media all and (min-width: 1920px) {
    nav.navigation-menu a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 980px) {
    nav.navigation-menu a {
        font-size: 17px;
    }
}


/* 8.3. navigation brackets */

.brackets a::before,
.brackets a::after {
    display: inline-block;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
    -o-transition: -o-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
    content: "\2014";
    margin-right: 10px;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.brackets a::after {
    content: "";
    margin-left: 10px;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.brackets ul,
li {
    list-style: none;
}

.brackets a,
.brackets a:hover,
.brackets a:visited {
    text-decoration: none;
}


/* 8.4. navigation IMG */

.navigation-menu-img-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.navigation-menu-img {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menu-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.menu-img.active {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.navigation-menu-txt {
    position: relative;
    width: 50%;
    height: auto;
    left: 50%;
}

.center-container-menu {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

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


/* 9. overlay */

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

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

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


/* 10. hero container */

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


/* 10.1. hero bg */

.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 {
    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;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-bg-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-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.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}


/* 10.2. hero fullscreen FIX */

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


/* 11. to top arrow */

.to-top-arrow {
    position: fixed;
    right: 30px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #db0018;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 105;
}

.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)";
}


/* 12. link underline */

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

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

.link-underline.services::before {
    bottom: -7px;
    background: #fff;
    width: 150px;
}

a.contact,
a:hover.contact {
    color: #fff;
}

.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);
}


/* 13. post */

.post-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 12px auto -3px auto;
}

.post-number-title {
    position: relative;
    top: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(219, 0, 24, 1);
    z-index: -1;
    line-height: 1;
    margin: -7px auto -2px auto;
}

@media all and (min-width: 1920px) {
    .post-number-title {
        font-size: 65px;
        margin: -9px auto -1px auto;
    }
}

@media only screen and (max-width: 640px) {
    .post-number-title {
        font-size: 40px;
        margin: -4px auto -1px auto;
    }
}


/* 14. skills bar */

.show-skillbar {
    display: block;
    padding: 0;
    margin: -6px auto 40px auto;
    padding-left: 0;
    text-align: left;
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    margin: 0 auto;
    background: none;
    letter-spacing: 0.05em;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #fff;
    margin: 60px 0 0 0;
}

.skill-bar-percent {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
    width: 30px!important;
    left: 0;
    right: 0;
    top: 5px;
    margin-left: auto;
    margin-right: auto;
}


/* 15. divider */

.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-mobile {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: none;
    z-index: -1;
}

.inner-divider {
    height: 100px;
}

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

@media only screen and (max-width: 980px) {
    .inner-divider {
        height: 100px;
    }
}

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

.inner-divider-half {
    height: 40px;
}

.inner-divider-ultra-half {
    height: 15px;
}

.inner-divider-mobile {
    display: none;
    visibility: hidden;
    height: 100px;
}

@media only screen and (max-width: 980px) {
    .inner-divider-mobile {
        display: block;
        visibility: visible;
    }
}

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


/* 16. social icons */

.social-icons-launcher {
    position: fixed;
    display: block;
    width: 41px;
    height: 41px;
    left: 61px;
    bottom: 51px;
    -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: 30px;
    cursor: pointer;
    z-index: 115;
}

@media only screen and (max-width: 880px) {
    .social-icons-launcher {
        left: 31px;
        bottom: 21px;
    }
}

.social-icons-launcher.bottom-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
}

.social-icons-launcher.social-icons-launcher-position-primary,
.social-icons-launcher.social-icons-launcher-position-secondary {
    -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-launcher.social-icons-launcher-position-primary {
    left: 61px;
    bottom: 51px;
}

@media only screen and (max-width: 880px) {
    .social-icons-launcher.social-icons-launcher-position-primary {
        left: 31px;
        bottom: 21px;
    }
}

.social-icons-launcher.social-icons-launcher-position-secondary {
    left: 31px;
    bottom: 21px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.social-icons-wrapper-reveal,
.social-icons-wrapper-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);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.social-icons-wrapper-reveal,
.social-icons-wrapper-reveal-hide,
.social-icons-wrapper-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;
}

.social-icons-wrapper-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);
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}

.social-icons-wrapper {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1002;
}

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

@media all and (min-width: 1920px) {
    ul.social-icons {
        font-size: 36px;
        margin: -2px auto 0 auto;
    }
}

@media only screen and (max-width: 980px) {
    ul.social-icons {
        font-size: 26px;
        margin: -2px auto 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    ul.social-icons {
        font-size: 20px;
        margin: 0 auto;
    }
}

ul.social-icons a,
ul.social-icons a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

ul.social-icons a {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.social-icons a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

ul.social-icons.social-icons-dark a,
ul.social-icons.social-icons-dark a:hover {
    color: #000;
}


/* 17. countdown */

h1.countdown-days-title {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

h1.countdown-days-title {
    font-size: 75px;
    margin: -8px auto 0 auto;
}

@media all and (min-width: 1920px) {
    h1.countdown-days-title {
        font-size: 85px;
        margin: -8px auto 0 auto;
    }
}

@media only screen and (max-width: 1200px) {
    h1.countdown-days-title {
        font-size: 65px;
    }
}

@media only screen and (max-width: 640px) {
    h1.countdown-days-title {
        font-size: 55px;
        margin: -6px auto 0 auto;
    }
}

.countdown {
    position: relative;
    margin: 0 auto;
    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: 105;
}

.countdown-wrapper-reveal,
.countdown-wrapper-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);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

.countdown-wrapper-reveal,
.countdown-wrapper-reveal-hide,
.countdown-wrapper-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-wrapper-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);
    -webkit-pointer-events: auto;
    -moz-pointer-events: auto;
    pointer-events: auto;
}

.progress-clock,
.progress-clock-hidden {
    position: fixed;
    display: block;
    width: 41px;
    height: 41px;
    right: 55px;
    bottom: 54px;
    -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: 115;
}

@media only screen and (max-width: 880px) {
    .progress-clock,
    .progress-clock-hidden {
        right: 25px;
        bottom: 24px;
    }
}

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

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

.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 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;
}

.progress-clock.bottom-position,
.progress-clock-hidden.bottom-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
}

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

.progress-clock.progress-clock-position-primary,
.progress-clock-hidden.progress-clock-hidden-position-primary {
    right: 55px;
    bottom: 54px;
}

@media only screen and (max-width: 880px) {
    .progress-clock.progress-clock-position-primary,
    .progress-clock-hidden.progress-clock-hidden-position-primary {
        right: 25px;
        bottom: 24px;
    }
}

.progress-clock.progress-clock-position-secondary,
.progress-clock-hidden.progress-clock-hidden-position-secondary {
    bottom: 25px;
    right: 24px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

@media only screen and (max-width: 880px) {
    .progress-clock.progress-clock-position-secondary,
    .progress-clock-hidden.progress-clock-hidden-position-secondary {
        right: 25px;
        bottom: 24px;
    }
}


/* 18. the button */

.the-button-wrapper {
    position: relative;
    width: 165px;
    height: auto;
    line-height: 1.5;
    margin: -7px auto 0 auto;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

@media all and (min-width: 1920px) {
    .the-button-wrapper {
        width: 205px;
        margin: -4px auto 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-wrapper {
        width: 165px;
    }
}

.the-button {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.10em;
    color: #fff;
    background: none;
    padding: 9px 40px 0 40px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

@media all and (min-width: 1920px) {
    .the-button {
        letter-spacing: 0.25em;
        padding: 11px 40px 0 40px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button {
        font-size: 10px;
        letter-spacing: 0.10em;
    }
}

.the-button.the-button-details {
    font-size: 10px;
    letter-spacing: 0.10em;
}

.the-button:hover:before,
.the-button.the-button-details:hover:before {
    width: 100%;
}

.the-button:hover:after,
.the-button.the-button-details:hover:after {
    width: 100%;
}

.the-button::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    left: -6px;
    border: 1px solid #fff;
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
    .the-button::before {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::before {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button.the-button-details::before {
    width: 15px;
    height: 38px;
    top: -2px;
}

.the-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 38px;
    top: -2px;
    right: -6px;
    border: 1px solid #fff;
    border-left: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
    .the-button::after {
        width: 20px;
        height: 47px;
        top: -5px;
    }
}

@media only screen and (max-width: 640px) {
    .the-button::after {
        width: 15px;
        height: 38px;
        top: -2px;
    }
}

.the-button.the-button-details::after {
    width: 15px;
    height: 38px;
    top: -2px;
}

.the-button-submit {
    width: 165px;
    top: -19px;
    border: none;
}

@media all and (min-width: 1920px) {
    .the-button-submit {
        width: 205px;
        border: none;
    }
}

@media only screen and (max-width: 640px) {
    .the-button-submit {
        width: 165px;
        top: -19px;
    }
}

.sign-up-form-submit-wrapper,
.contact-modal-launcher-wrapper,
.contact-form-submit-wrapper {
    position: relative;
    width: 205px;
    height: auto;
    line-height: 1.5;
    padding: 0;
    left: 0;
}

.sign-up-form-submit-wrapper {
    margin: 32px auto 0 auto;
}

.contact-modal-launcher-wrapper {
    margin: -4px auto 0 auto;
}

.contact-form-submit-wrapper {
    margin: 42px auto -6px auto;
}

@media all and (min-width: 1920px) {
    .contact-form-submit-wrapper {
        margin: 42px auto -2px auto;
    }
}


/* 19. animated borders */

.animated-borders {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 880px) {
    .animated-borders {
        display: none;
        visibility: hidden;
    }
}

.border-t-line {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
    -o-transition: width 1s ease-in;
    transition: width 1s ease-in;
    z-index: 2;
}

.border-b-line {
    position: absolute;
    right: 150px;
    bottom: 150px;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
    -o-transition: width 1s ease-in;
    transition: width 1s ease-in;
    z-index: 2;
}

.border-l-line {
    position: absolute;
    left: 150px;
    bottom: 150px;
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: height 1s 1s;
    -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
    -o-transition: height 1s 1s;
    transition: height 1s 1s;
    z-index: 2;
}

.border-r-line {
    position: absolute;
    right: 150px;
    top: 150px;
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: height 1s 1s;
    -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
    -o-transition: height 1s 1s;
    transition: height 1s 1s;
    z-index: 2;
}


/* 20. side shadow */

.side-shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 140px solid rgba(0, 0, 0, .55);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 1;
}

@media only screen and (max-width: 880px) {
    .side-shadow {
        border: 100px solid rgba(0, 0, 0, .55);
    }
}

@media only screen and (max-width: 640px) {
    .side-shadow {
        border: 10px solid rgba(0, 0, 0, .55);
    }
}

.side-shadow,
.side-shadow:after,
.side-shadow:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 21. 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: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(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);
    }
}


/* 22. introduction */

.introduction.introduction-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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.introduction.introduction-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.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* 23. sign up modal */

.sign-up-modal {
    position: fixed;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    height: -webkit-calc(100% - 320px);
    height: -moz-calc(100% - 320px);
    height: calc(100% - 320px);
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #000;
    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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

.sign-up-modal.close {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sign-up-modal.open {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    height: -webkit-calc(100% - 320px);
    height: -moz-calc(100% - 320px);
    height: calc(100% - 320px);
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #000;
    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);
}

@media only screen and (max-width: 880px) {
    .sign-up-modal,
    .sign-up-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.sign-up-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: -5px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/* 24. contact modal */

.contact-modal-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .contact-modal-wrapper {
        width: 90%;
    }
}

.contact-modal {
    position: fixed;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    background: #000;
    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);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1005;
}

.contact-modal.close {
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.contact-modal.open {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    background: #000;
    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);
}

@media all and (min-width: 1920px) {
    .contact-modal,
    .contact-modal.open {
        width: -webkit-calc(100% - 320px);
        width: -moz-calc(100% - 320px);
        width: calc(100% - 320px);
        height: -webkit-calc(100% - 320px);
        height: -moz-calc(100% - 320px);
        height: calc(100% - 320px);
        top: 160px;
        right: 160px;
        bottom: 160px;
        left: 160px;
    }
}

@media only screen and (max-width: 880px) {
    .contact-modal,
    .contact-modal.open {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.contact-modal-closer {
    position: relative;
    width: 50px;
    height: auto;
    margin: -5px auto 0 auto;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/* 25. newsletter form */

#subscribe-wrapper {
    position: relative;
    width: 300px;
    height: 130px;
    margin: 0 auto;
    background: none;
    text-align: center;
}

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

#subscribe input {
    position: relative;
    width: 177px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    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;
}

@media all and (min-width: 1920px) {
    #subscribe input {
        width: 217px;
    }
}

#subscribe input:focus,
#subscribe textarea:focus {
    color: #fff;
    -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(219, 0, 24, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

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

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


/* 25.1. newsletter placeholders */

input[type="text"].subscribeemail::-webkit-input-placeholder {
    color: #fff;
}

input[type="text"].subscribeemail:-ms-input-placeholder {
    color: #fff;
}

input[type="text"].subscribeemail::-moz-placeholder {
    color: #fff;
}

input:focus.subscribeemail::-webkit-input-placeholder {
    color: transparent;
}

input:focus.subscribeemail:-ms-input-placeholder {
    color: transparent;
}

input:focus.subscribeemail::-moz-placeholder {
    color: transparent;
}

input:focus.subscribeemail:-moz-placeholder {
    color: transparent;
}


/* 26. contact form */

#contact-form {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form textarea {
    color: #fff;
    margin: 10px 0 10px 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(219, 0, 24, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

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

#form .error {
    position: absolute;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #db0018;
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px!important;
}

.make-space {
    margin-left: 15px;
    margin-right: 15px;
}


/* 26.1. contact form placeholders */

::-webkit-input-placeholder {
    font-size: 12px;
    color: #fff;
}

 :-ms-input-placeholder {
    font-size: 12px;
    color: #fff;
}

 ::-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:-moz-placeholder {
    font-size: 12px;
    color: #fff;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}


/* 26.2. contact info */

.contact-info-wrapper {
    margin-top: -27px;
}

@media only screen and (max-width: 880px) {
    .contact-info-wrapper {
        margin-top: -17px;
    }
}

.contact-info-description {
    color: #fff;
    text-align: center;
}

.contact-info-description-img {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #db0018;
    margin: 8px 0 -10px 0;
}

@media only screen and (max-width: 880px) {
    .contact-info-description-img {
        font-size: 30px;
        margin: 10px 0 10px 0;
    }
}

.contact-info-description-img.large {
    font-size: 60px;
    margin: -27px 0 -37px 0;
}

@media only screen and (max-width: 880px) {
    .contact-info-description-img.large {
        font-size: 30px;
        margin: 10px 0 10px 0;
    }
}

.contact-info-text a,
.contact-info-text a:hover {
    text-decoration: none;
}

.contact-modal-launcher {
    cursor: pointer;
}


/* 27. videos */


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


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


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


/* 28. Slick v1.6.0 CUSTOM */


/* 28.1. slick slide flickering FIX */

.slick-track,
.slick-list {
    -webkit-perspective: 2000;
    perspective: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* 28.2. slick navigation */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: normal;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    visibility: visible;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 11px;
    color: #000;
    padding-top: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before {
    left: 85px;
    top: 9px;
}

@media only screen and (max-width: 880px) {
    .slick-prev:before {
        left: 55px;
    }
}

.slick-next:before {
    right: 85px;
    top: 9px;
}

@media only screen and (max-width: 880px) {
    .slick-next:before {
        right: 55px;
    }
}

.slick-prev:hover,
.slick-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before,
.slick-fullscreen-slideshow:hover .slick-prev,
.slick-fullscreen-slideshow:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-fullscreen-slideshow:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev {
    left: -35px;
    left: -25px;
}

.slick-fullscreen-slideshow:hover .slick-next,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
    right: -35px;
    right: -25px;
}


/* 28.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,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
    position: relative;
    width: auto;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .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,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
    display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .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,
.slick-fullscreen-slideshow-zoom-fade .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,
.slick-fullscreen-slideshow-zoom-fade {
    background: none;
}

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

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


/* 28.4. slick fullscreen slideshow ZOOM/FADE transition */

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* 29. Swiper v3.4.2 CUSTOM */

.swiper-container {
    position: absolute;
    width: 100%;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* 29.1. swiper parallax */

.parallax .swiper-button-next,
.parallax .swiper-button-prev {
    display: block;
    visibility: visible;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: none;
    visibility: hidden;
}

.parallax a,
.parallax a:hover {
    color: #fff;
}

.parallax .swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
}

.parallax .swiper-slide {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    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;
}

.kenarlik-sol {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    z-index: 6;
}

.kenarlik-sol::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 15px;
    left: 0;
    background-repeat: repeat-y;
    background-image: url(../img/bg.png);
    opacity: 1;
}

.kenarlik-sag {
    position: fixed;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 6;
}

.kenarlik-sag::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 15px;
    right: 0;
    background-repeat: repeat-y;
    background-image: url(../img/bgsag.png);
    opacity: 1;
}

.loaders {
    --cell-size: 52px;
    --cell-spacing: 1px;
    --cells: 3;
    --total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));
    display: flex;
    flex-wrap: wrap;
    width: var(--total-size);
    height: var(--total-size);
}

.cell {
    flex: 0 0 var(--cell-size);
    margin: var(--cell-spacing);
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 4px;
    animation: 1.5s ripple ease infinite;
}

.cell.d-1 {
    animation-delay: 100ms;
}

.cell.d-2 {
    animation-delay: 200ms;
}

.cell.d-3 {
    animation-delay: 300ms;
}

.cell.d-4 {
    animation-delay: 400ms;
}

.cell:nth-child(1) {
    --cell-color: #ED3735;
}

.cell:nth-child(2) {
    --cell-color: #ED3735;
}

.cell:nth-child(3) {
    --cell-color: #ED3735;
}

.cell:nth-child(4) {
    --cell-color: #ED3735;
}

.cell:nth-child(5) {
    --cell-color: #ED3735;
}

.cell:nth-child(6) {
    --cell-color: #ED3735;
}

.cell:nth-child(7) {
    --cell-color: #ED3735;
}

.cell:nth-child(8) {
    --cell-color: #ED3735;
}

.cell:nth-child(9) {
    --cell-color: #ED3735;
}


/*Animation*/

@keyframes ripple {
    0% {
        background-color: transparent;
    }
    30% {
        background-color: var(--cell-color);
    }
    60% {
        background-color: transparent;
    }
    100% {
        background-color: transparent;
    }
}

.btn-whatsapp-pulse {
    background: #ED3735;
    color: white;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
    text-decoration: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}