@charset "utf-8";
/* CSS Document */


/*
  TEMPLATE BACKGROUNDS
    single IMG BACKGROUND
    ken burns slideshow IMG BACKGROUND
	hero slider IMG BACKGROUND,
	hero content slider IMG BACKGROUND
	hero split slider IMG BACKGROUND
	hero split content slider IMG BACKGROUND
	thumbnail slider IMG BACKGROUND
    know-how IMG BACKGROUND
	parallax IMG BACKGROUND
	team IMG BACKGROUND
	services IMG BACKGROUND
	works IMG BACKGROUND
  reset
  layout
  upper page
  center container
  section
  timeline
  footer
    footer social icons
    footer credits
  main navigation
  works
    works modal
  shadow
  hero container
    hero bg
	hero fullscreen FIX
  slick fullscreen,
  slick fullscreen SPLIT
  ken burns slideshow
  YouTube video
  HTML5 video
  background wall
  to top arrow
  team
    Slick v1.6.0 CUSTOM
	  slick left
      slick right
	  slick bottom
	  slick navigation
    team info
    team social icons
  Owl Carousel v2.2.0 CUSTOM
  news
    news modal
  side img
  intro
  intro years
  facts counter
  skills bar
  borders
  parallax
  contact form
  google maps
  link underline
  blockquote
  button effect
  testimonials
  services
    services accordion
  newsletter form
  fullwidth IMG
  typed text
  preloader
  borders
  Swiper v3.4.2 CUSTOM
*/

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


/* layout */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    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: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

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

p a {
    color: #000;
    text-decoration: none;
    font-style: italic;
    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 a:hover {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

strong {
    font-weight: bold;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

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


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

@media only screen and (max-width: 640px) {
    .upper-page {
        height: 100vh;
    }
}


/* center container */
.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

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

.center-container.center-container-split-content {
    width: 50%;
    left: 0;
}

.center-container.center-container-thumbnail-slider {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}


/* section */
.sections {
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 880px) {
    .sections.sections-bordered {
        padding: 0 55px;
    }
}

section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 200px 0 0 0;
}

section p {
    padding-bottom: 10px;
}

@media only screen and (max-width: 880px) {
    section {
        padding: 100px 0 0 0;
    }
}

section.extra-spacer {
    padding: 400px 0 0 0;
}

@media only screen and (max-width: 880px) {
    section.extra-spacer {
        padding: 300px 0 0 0;
    }
}

section.section-parallax {
    padding: 0;
    margin-top: -7px;
    margin-bottom: -200px;
}

section h2.section-heading {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #000;
    z-index: 1;
}

section h2.section-heading.light {
    color: #fff;
}

section h2.section-heading.secondary {
    font-size: 25px;
}

section h3.section-subheading {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    margin-bottom: 75px;
    z-index: 1;
}

.mb-75 {
    margin-bottom: 75px !important;
}

section h3.section-subheading.light {
    color: #fff;
}

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


/* timeline */
h3.cd-timeline-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 880px) {
    h3.cd-timeline-name {
        text-align: left;
    }
}

h3.cd-timeline-name.left {
    text-align: left;
}

h4.cd-timeline-date {
    font-size: 11px;
    font-style: italic;
}

.cd-timeline-position {
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f5f5f5;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: "";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 5px solid #fff;
    text-align: center;
    color: #fff;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    z-index: 100;
}

.timeline-image .img-circle {
    max-width: 100%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.timeline-image:hover .img-circle {
    -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-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 80px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 40%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


/* footer */
#footer {
    padding: 70px 0 43px 0;
    text-align: center;
}


/* footer social icons */
#footer .social-icons-wrapper {
    position: relative;
    margin-top: 27px;
}

#footer .social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#footer .social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

#footer ul.social-icons {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

#footer ul.social-icons a {
    padding: 0;
    color: #111;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#footer ul.social-icons a:hover {
    padding: 0;
    color: #111;
    text-decoration: none;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* footer credits */
.footer-credits {
    text-align: center;
}

.footer-credits-logo {
    margin: 0 auto;
}

.footer-credits-copyright-wrapper {
    height: 40px;
}

.footer-credits-copyright {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-size: 75%;
    z-index: 100;
}

.footer-credits-copyright a {
    color: #111;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.footer-credits-copyright a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* main navigation */
.logo .logo-light {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.logo .logo-dark {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-light {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
}

.main-navigation-bg .logo .logo-dark {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
}

.navbar-bg-switch {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 999;
}

.logo {
    padding-top: 21px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .logo {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 880px) {
    .logo.logo-bordered {
        padding-top: 61px;
    }
}

.main-navigation .navbar-nav li a {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 50px 15px 35px 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation.main-navigation-split-content .navbar-nav li a,
.main-navigation.main-navigation-split-content .navbar-nav li a:hover {
    color: #ccc;
}

@media only screen and (max-width: 768px) {

    .main-navigation.main-navigation-split-content .navbar-nav li a,
    .main-navigation.main-navigation-split-content .navbar-nav li a:hover {
        color: #111;
    }
}

@media only screen and (min-width: 880px) {
    .main-navigation.main-navigation-bordered .navbar-nav li a {
        padding: 90px 15px 35px 15px;
    }
}

.main-navigation.dark .navbar-nav li a {
    color: #111;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a {
        color: #111;
        padding: 10px 15px;
    }
}

.main-navigation .navbar-nav li a:hover {
    color: #fff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation.dark .navbar-nav li a:hover {
    color: #111;
}

@media only screen and (max-width: 768px) {
    .main-navigation .navbar-nav li a:hover {
        color: #111;
    }
}

.nav li a:focus,
.nav li a:hover {
    color: #fff;
    background: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.main-navigation-bg {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.main-navigation-bg-bordered {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-navigation-bg .logo {
    padding-top: 5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .logo {
        padding-top: 5px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
    color: #111;
    padding: 19px 15px 0 15px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
    .main-navigation-bg .main-navigation .navbar-nav li a {
        padding: 10px 15px;
    }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
    color: #111;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-toggle.dark .icon-bar {
        background: #111;
    }

    .main-navigation-bg .navbar-toggle .icon-bar {
        background: #111;
    }

    .navbar-toggle {
        margin-top: -30px;
        margin-right: -10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .main-navigation-bg .navbar-toggle {
        margin-top: -45px;
        margin-right: -10px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
    }
}


/* works */
#works-content .works-grid-inner .relative-container .works-inner {}

#works-content .works-grid-inner .relative-container .works-inner:hover {}

#works-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 880px) {
    #works-content.works-content-bordered {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1200px) {
    #works-content {
        height: 100%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #works-content {
        height: 100%;
    }
}

#works-content .works-grid-inner {
    width: 100%;
    height: 50%;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    list-style: none;
}

#works-content .works-grid-inner .relative-container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#works-content .works-grid-inner .relative-container .works-inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 0;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container .works-inner {
        min-height: 350px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #works-content .works-grid-inner .relative-container .works-inner {
        min-height: 350px;
    }
}

#works-content .works-grid-inner .relative-container:hover .works-inner {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container:hover .works-inner {
        min-height: 350px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #works-content .works-grid-inner .relative-container:hover .works-inner {
        min-height: 350px;
    }
}

#works-content .works-grid-inner .relative-container .table-cell {
    position: relative;
    top: 50%;
}

@media only screen and (max-width: 880px) {
    #works-content .works-grid-inner .relative-container .table-cell {}
}

#works-content .works-grid-inner .relative-container .table-cell>* {
    position: relative;
    top: 50%;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 0;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container .table-cell>* {}
}

@media only screen and (max-width: 880px) {
    #works-content .works-grid-inner .relative-container .table-cell>* {}
}

#works-content .works-grid-inner .relative-container label.works-title {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: 225px;
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

@media only screen and (max-width: 1200px) {
    #works-content .works-grid-inner .relative-container label.works-title {
        margin-top: 150px;
    }
}

#works-content .works-grid-inner .relative-container a.works-button {
    position: relative;
    display: block;
    visibility: hidden;
    top: 50px;
    width: 300px;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 12;
}

#works-content .works-grid-inner .relative-container:hover .table-cell>* {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#works-content .works-grid-inner .relative-container:hover a.works-button {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -36px;
}

#works-content .works-grid-inner .relative-container a.works-button {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: 225px;
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    color: #111;
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

#works-content .works-grid-inner a.works-button:hover {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 40em) {
    #works-content .works-grid-inner {
        width: 50%;
        min-height: 350px;
    }
}

@media screen and (min-width: 60em) {
    #works-content .works-grid-inner {
        width: 33.3333%;
        min-height: 350px;
    }
}

@media only screen and (max-width: 640px) {
    #works-content .works-grid-inner {
        min-height: 350px;
    }
}


/* works modal */
.works-modal .modal-content .modal-content-date {
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    padding: 0 0 12px 0;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    color: #111;
    text-transform: uppercase;
}

.works-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.works-modal .modal-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-style: normal;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    color: #000;
}

.works-modal .modal-content p {
    text-align: left;
    margin-bottom: 30px;
}

.works-modal .modal-content p.item-intro {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    text-align: right;
}

.works-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.works-modal .modal-content img {
    margin: 50px 0;
}

.works-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.works-modal .close-modal:hover {
    opacity: 0.30;
    -moz-opacity: 0.30;
    -webkit-opacity: 0.30;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.works-modal .close-modal .lr {
    width: 1px;
    height: 25px;
    margin: 10px 0 0 23px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1050;
}

.works-modal .close-modal .lr .rl {
    width: 1px;
    height: 25px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1051;
}


/* shadow */
.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    z-index: 2;
    opacity: 0.4;
}

.top-shadow.light {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}


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


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


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


/* slick fullscreen,
slick fullscreen SPLIT */
.slick-fullscreen.slick-fullscreen-split-content {
    width: 50%;
    left: 50%;
}

.slick-fullscreen-img-fill {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.slick-fullscreen-img-fill img {
    position: relative;
    display: inline-block;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: 100vh;
    background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 100vh;
    text-align: center;
}

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

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-info>div,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-info>div {
    display: inline-block !important;
    vertical-align: middle;
}


.slick-fullscreen:hover .slick-prev,
.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-prev,
.slick-fullscreen-split: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:hover .slick-prev,
.slick-fullscreen-split:hover .slick-prev {
    left: -35px;
}

.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-next {
    right: -35px;
}


.slick-fullscreen .slick-dots,
.slick-fullscreen-split .slick-dots {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, .25);
    list-style-type: none;
}

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

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

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-split .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-item h1 {
    position: relative;
    width: 100%;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 auto 7px auto;
    -webkit-animation: fadeOut 0.5s both;
    -moz-animation: fadeOut 0.5s both;
    -ms-animation: fadeOut 0.5s both;
    -o-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
    z-index: 3;
}

@media only screen and (max-width: 880px) {
    .slick-fullscreen .slick-fullscreen-item h1 {
        font-size: 55px;
        margin: 0 auto 8px auto;
    }
}

@media only screen and (max-width: 640px) {
    .slick-fullscreen .slick-fullscreen-item h1 {
        font-size: 45px;
        margin: 0 auto 11px auto;
    }
}

.slick-fullscreen .slick-fullscreen-item h2 {
    position: relative;
    width: 100%;
    line-height: 1.5;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin: 0 0 0 5px;
    -webkit-animation: fadeOut 0.5s both;
    -moz-animation: fadeOut 0.5s both;
    -ms-animation: fadeOut 0.5s both;
    -o-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
    z-index: 3;
}

@media only screen and (max-width: 880px) {
    .slick-fullscreen .slick-fullscreen-item h2 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 640px) {
    .slick-fullscreen .slick-fullscreen-item h2 {
        font-size: 10px;
    }
}

.slick-fullscreen .slick-fullscreen-item.slick-active h1 {
    -webkit-animation: fadeInDown 1s both 1s;
    -moz-animation: fadeInDown 1s both 1s;
    -ms-animation: fadeInDown 1s both 1s;
    -o-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.slick-fullscreen .slick-fullscreen-item.slick-active h2 {
    -webkit-animation: fadeInUp 1s both 1s;
    -moz-animation: fadeInUp 1s both 1s;
    -ms-animation: fadeInUp 1s both 1s;
    -o-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.slick-fullscreen .slick-fullscreen-item.slick-active,
.slick-fullscreen-split .slick-fullscreen-item.slick-active {}

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

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

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


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

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

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4,
.kenburns-slide-5,
.kenburns-slide-6,
.kenburns-slide-7,
.kenburns-slide-8,
.kenburns-slide-9 {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

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

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

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

.kenburns-slide-5 {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -ms-animation-delay: 24s;
    -o-animation-delay: 24s;
    animation-delay: 24s;
}

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

.kenburns-slide-7 {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -ms-animation-delay: 36s;
    -o-animation-delay: 36s;
    animation-delay: 36s;
}

.kenburns-slide-8 {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -ms-animation-delay: 42s;
    -o-animation-delay: 42s;
    animation-delay: 42s;
}

.kenburns-slide-9 {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -ms-animation-delay: 48s;
    -o-animation-delay: 48s;
    animation-delay: 48s;
}

@-webkit-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}

@-moz-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

@-o-keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@keyframes KenBurnsSlideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}


/* YouTube video */
.YT-bg {
    background: none;
}

.background-video {
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

video,
source {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    left: 0;
}

.loaded .ytplayer-container {
    display: block;
}

.ytplayer-container {
    position: absolute;
    min-width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.ytplayer-shield {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ytplayer-player {
    position: absolute;
}


/* HTML5 video */
#video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}


/* background wall */
.wall-animation {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.slide-in-top {
    -webkit-animation: show-wall .8s ease-in-out both;
    animation: show-wall .8s ease-in-out both;
}

@-webkit-keyframes show-wall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        opacity: 1
    }

    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show-wall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        opacity: 1
    }

    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wall-image-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wall-image-2 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.wall-image-3 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.wall-image-4 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.wall-image-5 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.wall-image-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#wall-images-wrapper .wall-images {
    position: absolute;
    top: 20px;
    right: 0;
}

#wall-images-wrapper .wall-images img {
    position: absolute;
    width: 225px;
    height: 300px;
}

#wall-images-wrapper .wall-images .wall-photo-1 {
    top: 320px;
    right: 410px;
}

#wall-images-wrapper .wall-images .wall-photo-2 {
    top: 160px;
    right: 165px;
}

#wall-images-wrapper .wall-images .wall-photo-3 {
    top: 480px;
    right: 165px;
}

#wall-images-wrapper .wall-images .wall-photo-4 {
    width: 145px;
    top: 0;
    right: 0;
}

#wall-images-wrapper .wall-images .wall-photo-5 {
    width: 145px;
    top: 320px;
    right: 0;
}

#wall-images-wrapper .wall-images .wall-photo-6 {
    width: 145px;
    top: 640px;
    right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    #wall-images-wrapper .wall-images {
        width: 440px;
        height: 611px;
        top: 15px;
        overflow: hidden;
    }

    #wall-images-wrapper .wall-images img {
        width: 145px;
        height: 193px;
    }

    #wall-images-wrapper .wall-images .wall-photo-1 {
        top: 194px;
        right: 255px;
    }

    #wall-images-wrapper .wall-images .wall-photo-2 {
        top: 97px;
        right: 95px;
    }

    #wall-images-wrapper .wall-images .wall-photo-3 {
        top: 305px;
        right: 95px;
    }

    #wall-images-wrapper .wall-images .wall-photo-4 {
        width: auto;
        top: 0;
        left: 358px;
        right: auto;
    }

    #wall-images-wrapper .wall-images .wall-photo-5 {
        width: auto;
        top: 208px;
        left: 358px;
        right: auto;
    }

    #wall-images-wrapper .wall-images .wall-photo-6 {
        width: auto;
        top: 416px;
        left: 358px;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    #wall-images-wrapper .wall-images {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 140px;
        overflow-x: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wall-images-wrapper .wall-images img {
        position: relative;
        display: inline-block;
        width: 145px;
        height: 193px;
        left: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    #wall-images-wrapper .wall-images .wall-photo-1 {
        top: auto;
        right: auto;
        margin: 0 15px;
    }

    #wall-images-wrapper .wall-images .wall-photo-2 {
        top: auto;
        right: auto;
        margin-top: 15px;
    }

    #wall-images-wrapper .wall-images .wall-photo-3 {
        top: auto;
        right: auto;
        margin-top: 15px;
    }

    #wall-images-wrapper .wall-images .wall-photo-4,
    #wall-images-wrapper .wall-images .wall-photo-5,
    #wall-images-wrapper .wall-images .wall-photo-6 {
        display: none;
        visibility: hidden;
    }

    .slide-in-top {
        -webkit-animation: none;
        animation: none;
    }
}


/* to top arrow */
.to-top-arrow {
    position: fixed;
    right: 20px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";



    -webkit-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: 10;
}

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

@media only screen and (min-width: 880px) {
    .to-top-arrow-bordered {
        right: 60px;
    }

    .to-top-arrow-bordered.show {
        bottom: 40px;
    }
}


/* team */
#bar {
    margin-bottom: -6.5px;
    background-color: #f5f5f5;
    -webkit-transition: background-color .6s ease;
    -moz-transition: background-color .6s ease;
    -ms-transition: background-color .6s ease;
    -o-transition: background-color .6s ease;
    transition: background-color .6s ease;
}

@media only screen and (max-width: 880px) {
    #bar {
        display: none;
    }
}

.blockquote.bg-color-0 {
    background-color: #fff;
}

.blockquote.bg-color-1 {
    background-color: #f5f5f5;
}

.blockquote.bg-color-2 {
    background-color: #f5f5f5;
}

.blockquote.bg-color-3 {
    background-color: #f5f5f5;
}

.blockquote.bg-color-4 {
    background-color: #f5f5f5;
}

.blockquote.bg-color-5 {
    background-color: #f5f5f5;
}


/* Slick v1.6.0 CUSTOM */
.slick-slide {
    text-align: center;
    color: #111;
    height: 550px;
    background: #fff;
}

@media only screen and (max-width: 880px) {
    .slick-slide {
        height: 450px;
    }
}

@media only screen and (max-width: 640px) {
    .slick-slide {
        height: 350px;
    }
}

.slick-slider {
    margin-bottom: 0;
    margin-top: 0;
    cursor: default;
}


/* slick left */
.slick-left {
    width: 100%;
    height: auto;
}

.slick-left p {
    padding: 20px;
}


/* slick right */
.slick-right {
    width: 100%;
    height: auto;
}


/* slick bottom */
.slick-bottom.slick-slider {
    margin-top: 0;
}

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

.slick-bottom.slick-slider .slick-slide {
    background-color: #fff;
    text-align: center;
    color: #111;
    height: 90px;
}

@media only screen and (max-width: 880px) {
    .slick-bottom.slick-slider .slick-slide {
        height: 120px;
    }
}


/* slick navigation */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    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;
}

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

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

.slick-prev:before,
.slick-next:before {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgba(0, 0, 0, 1);
    -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: 55px;
    top: 9px;
}

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

.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-right-alternative:hover .slick-prev,
.slick-right-alternative:hover .slick-next {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-right-alternative:hover .slick-prev {
    left: -35px;
}

.slick-right-alternative:hover .slick-next {
    right: -35px;
}


/* team info */
.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    cursor: pointer;
}

.cd-author img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    margin-right: 30px;
}

@media only screen and (max-width: 880px) {
    .cd-author img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

h3.cd-team-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.cd-author .cd-author-info {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 1;
}

@media only screen and (max-width: 880px) {
    .cd-author .cd-author-info {
        text-align: center;
        margin: 10px 0 0 0;
    }
}

.cd-author .cd-author-info li:first-child {
    font-size: 12px;
    margin-bottom: 5px;
    color: #111;
}

.cd-author .cd-author-info li:last-child {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
    color: #5f5f5f;
}


/* team social icons */
.social-icons-wrapper {
    position: relative;
    margin: 0 auto 15px auto;
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.social-icons a {
    padding: 0;
    color: #000;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

ul.social-icons a:hover {
    padding: 0;
    color: #000;
    text-decoration: none;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -29px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #fff;
    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)";
}

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

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

.owl-prev:before,
.owl-next:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    background: rgba(0, 0, 0, 1);
    -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);
}

.owl-prev:before {
    left: 45px;
    top: 9px;
}

.owl-next:before {
    right: 45px;
    top: 9px;
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
    position: relative;
}

.owl-prev .owl-custom {
    position: relative;
    left: 34px;
}

.owl-next .owl-custom {
    position: relative;
    right: 34px;
}

.owl-prev:hover,
.owl-next:hover {
    -webkit-transition: 0 none;
    -moz-transition: 0 none;
    -ms-transition: 0 none;
    -o-transition: 0 none;
    transition: 0 none;
}

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

.owl-carousel:hover .owl-prev {
    left: -35px;
}

.owl-carousel:hover .owl-next {
    right: -35px;
}


/* news */
#news-carousel .news-item {
    padding: 30px;
    opacity: 0.25;
    -moz-opacity: 0.25;
    -webkit-opacity: 0.25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 880px) {
    #news-carousel .news-item {
        padding: 40px;
    }
}

@media only screen and (max-width: 480px) {
    #news-carousel .news-item {
        padding: 15px;
    }
}

#news-carousel .owl-item.active.center .news-item {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale3d(1.0, 1.0, 1);
    -moz-transform: scale3d(1.0, 1.0, 1);
    -ms-transform: scale3d(1.0, 1.0, 1);
    -o-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.news-item .news-content img {
    height: auto;
    max-width: 100%;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.news-item:hover .news-content img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.news-content {
    position: relative;
    overflow: hidden;
    margin: 0 0 70px 0;
    width: 100%;
    min-width: 250px;
    height: auto;
    color: #111;
    text-align: left;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.news-content a {
    color: #111;
}

.news-content img {
    max-width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.news-content .date {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    padding: 15px 20px;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    color: #111;
    text-transform: uppercase;
}

.news-content .date:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 400px 35px 0;
    border-color: transparent #fff transparent transparent;
}

@media only screen and (max-width: 1200px) {
    .news-content .date:before {
        border-width: 0 800px 35px 0;
    }
}

.news-content figcaption {
    position: relative;
    width: 100%;
    padding: 20px;
}

.news-content figcaption:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-width: 35px 0 0 400px;
    border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 1200px) {
    .news-content figcaption:before {
        border-width: 35px 0 0 800px;
    }
}

.news-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    word-wrap: break-word;
    margin-top: 10px;
}

.news-content h3 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
}

.news-content p {
    margin: 30px 0 20px 0;
}


/* news modal */
.news-modal .modal-content .modal-content-date {
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    padding: 0 0 12px 0;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    color: #111;
    text-transform: uppercase;
}

.news-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news-modal .modal-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-style: normal;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    color: #000;
}

.news-modal .modal-content p {
    text-align: left;
    margin-bottom: 30px;
}

.news-modal .modal-content p.item-intro {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5f5f5f;
    text-align: right;
}

.news-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.news-modal .modal-content img {
    margin: 50px 0;

}


.news-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-modal .close-modal:hover {
    opacity: 0.30;
    -moz-opacity: 0.30;
    -webkit-opacity: 0.30;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-modal .close-modal .lr {
    width: 1px;
    height: 25px;
    margin: 10px 0 0 23px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1050;
}

.news-modal .close-modal .lr .rl {
    width: 1px;
    height: 25px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1051;
}


/* side img */
.side-img img {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/* intro */
h1.home-page-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 145px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -13px auto 0 auto;
    width: 100%;
    line-height: 100%;
    z-index: 1;
}

h1.home-page-title.dark {
    color: #111;
}

@media only screen and (max-width: 1200px) {
    h1.home-page-title {
        font-size: 105px;
        margin: -13px auto 1px auto;
    }
}

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

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

.registered {
    font-size: 20px;
    position: absolute;
    margin-left: 8px;
    margin-top: -52px;
}

@media only screen and (max-width: 1200px) {
    .registered {
        margin-left: 9px;
        margin-top: -39px;
    }
}

@media only screen and (max-width: 880px) {
    .registered {
        margin-left: 10px;
        margin-top: -32px;
    }
}

@media only screen and (max-width: 640px) {
    .registered {
        margin-left: 5px;
        margin-top: -20px;
    }
}

.home-page-subtitle-carousel {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}

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

h2.home-page-title.dark,
h2.home-page-title-split-content,
h1.home-page-title-split-content {
    color: #111;
}

@media only screen and (max-width: 1200px) {
    h2.home-page-title {
        font-size: 12px;
        margin: 0 0 0 4px;
    }
}

@media only screen and (max-width: 880px) {
    h2.home-page-title {
        font-size: 11px;
        margin: 0 0 0 7px;
    }
}

@media only screen and (max-width: 640px) {
    h2.home-page-title {
        font-size: 10px;
        margin: 0 0 0 6px;
    }
}

h1.home-page-title.typed-effect {
    font-size: 65px;
    text-transform: none;
    margin: -13px auto 7px auto;
}

@media only screen and (max-width: 880px) {
    h1.home-page-title.typed-effect {
        font-size: 55px;
        margin: -13px auto 8px auto;
    }
}

@media only screen and (max-width: 640px) {
    h1.home-page-title.typed-effect {
        font-size: 45px;
        margin: -13px auto 11px auto;
    }
}

h1.home-page-title.typed-effect-split-content {
    color: #111;
}


/* intro years */
.intro-years {
    position: relative;
    width: 325px;
    height: 265px;
    margin: 0;
}

.intro-years h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #111;
    margin: 32px 0;
}

.intro-years h3 {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 105px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #111;
    width: 100%;
    line-height: 100%;
    z-index: 0;
}

.borders-berlin {
    position: absolute;
    left: 0;
    top: -35px;
    margin: 0 auto;
    border: 15px solid rgba(17, 17, 17, .45);
    z-index: -1;
}

.borders-berlin,
.borders-berlin:after,
.borders-berlin:before {
    width: 165px;
    height: 265px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* facts counter */
.facts-counter-wrapper,
.contact-info-wrapper {
    padding: 0;
}

.facts-counter-number {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number {
        margin: 20px 0 0 0;
    }
}

.facts-counter-number.large {
    font-size: 50px;
}

@media only screen and (max-width: 880px) {
    .facts-counter-number.large {
        font-size: 35px;
    }
}

.facts-counter-description,
.contact-info-description {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.facts-counter-description-img,
.contact-info-description-img {
    display: block;
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin: 15px 0 15px 0;
}

@media only screen and (max-width: 880px) {

    .facts-counter-description-img,
    .contact-info-description-img {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-description-img.large,
.contact-info-description-img.large {
    font-size: 40px;
}

@media only screen and (max-width: 880px) {

    .facts-counter-description-img.large,
    .contact-info-description-img.large {
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
}

.facts-counter-title,
.contact-info-text {
    font-size: 11px;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 880px) {

    .facts-counter-title,
    .contact-info-text {
        font-size: 10px;
    }
}

.facts-counter-title.large,
.contact-info-text.large {
    font-size: 12px;
}

@media only screen and (max-width: 880px) {

    .facts-counter-title.large,
    .contact-info-text.large {
        font-size: 10px;
    }
}


/* skills bar */
.show-skillbar {
    position: relative;
    padding: 0 20px;
    margin: 20px 0 0 0;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .show-skillbar {
        margin: 0;
    }
}

.skillbar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 21px;
    margin: 0 0 30px 0;
    background: none;
}

.skillbar-title {
    position: absolute;
    width: 70px;
    height: 21px;
    line-height: 21px;
    top: 0;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    background: #f5f5f5;
    padding: 0;
}

.skillbar-bar {
    display: inline-block;
    width: 0px;
    height: 3px;
    background: #111;
    margin: 0 0 3px 0;
}

.skill-bar-percent {
    position: absolute;
    height: auto;
    line-height: 1;
    top: -21px;
    right: 0;
    color: #111;
    font-size: 11px;
}


/* borders */
.borders {
    position: absolute;
    border: 10px 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: 640px) {
    .borders {
        display: none;
        visibility: hidden;
    }
}

.borders,
.borders:after,
.borders:before {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* parallax */
.parallax-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 0;
}

.parallax {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 200px 0;
}

.parallax-facts {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 100px solid #000;
    z-index: 1;
}

.parallax-contact {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 100px solid #000;
    z-index: 1;
}

@media only screen and (max-width: 880px) {

    .parallax-facts,
    .parallax-contact {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border: 50px solid #000;
    }
}

@media only screen and (max-width: 640px) {

    .parallax-facts,
    .parallax-contact {
        border: 25px solid #000;
    }
}


/* contact form */
.king-contact-form {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#kingsize_contact_form input,
.kingsize_comment_form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#kingsize_contact_form input,
.kingsize_comment_form input {
    margin: 10px 0 10px 0;
}

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

#kingsize_contact_form textarea,
.kingsize_comment_form textarea {
    margin: 10px 0 10px 0;
}

#kingsize_contact_form input:hover,
#kingsize_contact_form textarea:hover,
.kingsize_comment_form input:hover,
.kingsize_comment_form textarea:hover {
    border-color: rgba(0, 0, 0, .35);
}

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

#kingsize_contact_form .error,
.kingsize_comment_form .error {
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    color: #5f5f5f;
    display: block;
    margin: -2px 0 0 1px;
    padding: 0;
    letter-spacing: 0.15em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


/* contact form placeholders */
::-webkit-input-placeholder {
    font-size: 12px;
    color: #5f5f5f;
}

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

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

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

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


/* google maps */
.section-google-maps {
    background: #fff;
    width: 100%;
    height: 300px;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .section-google-maps {
        height: 200px;
    }
}

#map-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#kingsize_map {
    width: 100%;
    height: 300px;
    margin: 0;
}


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

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

.link-underline.services::before {
    bottom: -5px;
    background: #5f5f5f;
    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);
}


/* blockquote */
blockquote {
    position: relative;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
    blockquote {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 880px) {
    blockquote {
        margin: 25px 0 50px 0;
    }
}

blockquote p {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-style: italic;
    z-index: 1;
}

blockquote p::before {
    position: relative;
    font-family: ionicons;
    content: "\f347";
    font-size: 40px;
    font-style: normal;
    left: 0;
    top: -5px;
    color: #ccc;
}

blockquote p::after {
    position: absolute;
    font-family: ionicons;
    content: "\f347";
    font-size: 100px;
    font-style: normal;
    right: 0;
    top: 0;
    color: #ccc;
    z-index: -1;
}


/* blockquote */
blockquote.about-blockquote {
    position: relative;
    margin-bottom: 125px;
}

@media only screen and (max-width: 1200px) {
    blockquote.about-blockquote {
        margin-bottom: 95px;
    }
}

@media only screen and (max-width: 880px) {
    blockquote.about-blockquote {
        margin: 25px 0 50px 0;
    }
}

blockquote.about-blockquote p {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: italic;
    z-index: 1;
}

blockquote.about-blockquote p::before {
    position: relative;
    font-family: ionicons;
    content: "\f347";
    font-size: 40px;
    font-style: normal;
    left: 0;
    top: -5px;
    color: #ccc;
}

blockquote.about-blockquote p::after {
    position: absolute;
    font-family: ionicons;
    content: "\f347";
    font-size: 100px;
    font-style: normal;
    right: 0;
    top: 0;
    color: #ccc;
    z-index: -1;
}


/* button effect */
.c-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth {
    width: 225px;
}

.c-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn:hover::before,
a:hover .c-btn::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

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

.c-btn:hover,
a:hover .c-btn,
a.c-btn:hover {
    color: #fff !important;
}


/* testimonials */
.testimonials-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.testimonials-carousel.owl-carousel {
    width: auto;
}

.testimonials-carousel,
.testimonials-quote,
.testimonials-quote-img {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonials-quote-img {
    position: relative;
    margin: 10px auto 30px auto;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.testimonials-quote p {
    text-align: center !important;
    padding-left: 0px !important;
}

.testimonials-signature {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 10px auto 0 auto;
}

.testimonials-signature:before {
    content: "― ";
    display: inline-block;
}

.section-testimonials.quote-mark-l {
    padding: 0 10px 0 0;
}

.section-testimonials.quote-mark-r {
    padding: 0 0 0 10px;
}


/* services */
.service-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: left;
    color: #111;
}

.service-number {
    position: absolute;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: rgba(17, 17, 17, .45);
    z-index: -1;
}

#services p {
    padding-left: 100px;
    text-align: left;
}

@media only screen and (max-width: 880px) {
    .service-number {
        font-size: 100px;
    }

    .services-block.middle {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 640px) {
    .services-block.middle {
        margin: 40px 0;
    }
}


/* services accordion */
.sections-medium-bg {
    background-color: #f5f5f5;
}

.services-wrapper {
    max-height: 400px;
    padding: 0 200px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .services-wrapper {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 880px) {
    .services-wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .services-wrapper {
        padding: 0 20px;
        height: auto;
    }
}

.services-accordion {
    background: none;
    width: auto;
}

.services-accordion>ul>li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.services-accordion ul li span {
    position: relative;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 15px 0;
    cursor: pointer;
}

.services-accordion ul li span:after {
    position: absolute;
    display: block;
    content: "+";
    font-family: "Ionicons";
    right: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 16px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #111;
    font-weight: bold;
}

.services-accordion ul li.toggled span:after {
    content: "–";
    color: #5f5f5f;
    font-size: 16px;
    line-height: 16px;
}

.services-accordion ul ul {
    margin-left: 15px;
    display: none;
}

.services-accordion ul ul li,
.services-accordion ul ul li a {
    display: block;
    color: #111;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 15px;
    width: auto;
}

.services-accordion ul ul li a:hover {
    color: #111;
}


/* newsletter form */
section h2.section-heading.newsletter {
    font-size: 25px;
    margin-bottom: 20px;
}

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

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

@media only screen and (max-width: 480px) {
    #subscribe-wrapper {
        width: 260px;
        margin: 59px auto 65px auto;
    }
}

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

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

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

#newsletter input:hover {
    border-color: rgba(119, 119, 119, .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: 'Dosis', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 0 auto;
    padding: 80px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


/* newsletter placeholders */
input[type="text"].subscribe-email::-webkit-input-placeholder,
input[type="email"].subscribe-email::-webkit-input-placeholder {

    color: #111;
}

input[type="text"].subscribe-email:-ms-input-placeholder,
input[type="email"].subscribe-email:-ms-input-placeholder {
    color: #111;
}

input[type="text"].subscribe-email::-moz-placeholder,
input[type="email"].subscribe-email::-moz-placeholder {
    color: #111;
}

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

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

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

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


/* fullwidth IMG */
.img-fullwidth-wrapper {
    position: relative;
}

.img-fullwidth {
    min-height: 600px;
}

@media (min-width: 992px) {
    .img-fullwidth {
        position: absolute;
        width: 51vw;
        height: auto;
        top: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
    .img-fullwidth {
        min-height: 350px;
    }
}

.img-fullwidth-all {
    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;
}


/* typed text */
.typed-cursor {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


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

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(17, 17, 17, .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(17, 17, 17, .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);
    }
}


/* borders */
@media only screen and (min-width: 880px) {
    .border-top {
        position: fixed;
        width: 100%;
        height: 40px;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 10;
    }

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

        transform: translateY(-200px);
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }

    .border-bottom {
        position: fixed;
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 10;
    }

    .border-bottom.bottom-position {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        -o-transform: translateY(200px);
        transform: translateY(200px);
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }

    .border-left {
        position: fixed;
        width: 40px;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .border-left.left-position {
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }

    .border-right {
        position: fixed;
        width: 40px;
        height: 100%;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .border-right.right-position {
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        -o-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }

    .border-top,
    .border-bottom,
    .border-left,
    .border-right {
        -webkit-transition: all 1.0s ease;
        -moz-transition: all 1.0s ease;
        -ms-transition: all 1.0s ease;
        -o-transition: all 1.0s ease;
        transition: all 1.0s ease;
    }
}


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

.swiper-slider-top {
    width: 100%;
    height: 85%;
}

.swiper-slider-bottom {
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0;
    border-left: none;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
}

.swiper-slider-bottom .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.35;
    -moz-opacity: 0.35;
    -webkit-opacity: 0.35;
    filter: alpha(opacity=35);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

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

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* == New CSS == */
.vc_custom_1621084541031 .hero-fullscreen {
    max-width: 1600px;
    left: 50%;
    transform: translate(-50%, 0);
}

.vc_custom_1621084541031 .slick-fullscreen-item .slick-fullscreen-img-fill {
    height: calc(100vh - 53px);
}

.vc_custom_1621084541031 .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
    background-size: contain;
}

#post-838 .upper-page {
    height: 85vh;
}

#post-838 .top-shadow.light {
    opacity: 0;
}

#post-838 #vc_images-carousel-3-1762331486 .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item img {
    width: 100%;
}

#post-838 .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item a>img,
#post-838 .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

/* Style the tab */
.slider-tabbing {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

/* Style the buttons inside the tab */
.slider-tabbing button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
}

/* Change background color of buttons on hover */
.slider-tabbing button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.slider-tabbing button.active {
    background-color: #000000;
    color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}

.slider-tabbing ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-tabbing ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
}

.slider-tabbing ul li.active {
    background: #000000;
    color: #ffffff;
}

.slider-tabbing ul li:hover:not(.slider-tabbing ul li.active) {
    background: #cccccc;
}

.image-box a {
    display: block;
}

.image-box img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .slider-tabbing ul {
        white-space: nowrap;
        width: 100vw;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        padding: 0 15px;
        overflow: auto hidden;
        justify-content: flex-start;
    }

    .slider-tabbing ul::-webkit-scrollbar {
        width: 100%;
        height: 4px;
    }

    .slider-tabbing ul::-webkit-scrollbar-thumb {
        background-color: #000000;
        cursor: grab;
        height: 4px;
    }

    .slider-tabbing ul::-webkit-scrollbar-track {
        background: #dddddd;
    }
}

#post-838 .slick-fullscreen .slick-fullscreen-item .slick-fullscreen-info>div,
#post-838 .slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-info>div {
    vertical-align: baseline;
}

#post-838 .top-shadow {
    opacity: 0.7;
}