﻿/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. sections IMG BACKGROUND
	1.3. works IMG carousel IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. borders
  5. social icons share
  6. button effect navigation
  7. home credits
  8. clearfix
  9. logo
  10. introduction
  11. hero
    11.1. hero overlay
    11.2. hero container
    11.3. hero bg
    11.4. hero fullscreen FIX
  12. navigation
  13. element on/off
  14. section animation
  15. page content
    15.1. content
    15.2. sides
    15.3. post TXT right
    15.4. testimonial
	15.5. services block
  16. center container
  17. contact
    17.1. contact info
    17.2. contact form
  18. preloader
  19. the button
  20. link underline effect
  21. button effect
  22. section closer
  23. Slick v1.6.0 CUSTOM
    23.1. slick slide
    23.2. slick slide flickering FIX
  24. sections title
  25. sections headings
  26. misc
  27. works sides
  28. works section
  29. Owl Carousel CUSTOM
  30. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/14/background/SINGLE-bg.jpg);
}


/* 1.2. sections IMG BACKGROUND */
.bg-about {
background-image: url(../img/14/background/bg-about.jpg);
}

.bg-services {
background-image: url(../img/14/background/bg-services.jpg);
}

.bg-contact {
background-image: url(../img/14/background/bg-contact.jpg);
}


/* 1.3. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {		
background-image: url(../img/14/works/1.jpg);
}

.works-page-img-carousel-item-2 {		
background-image: url(../img/14/works/2.jpg);
}

.works-page-img-carousel-item-3 {	
background-image: url(../img/14/works/3.jpg);
}

.works-page-img-carousel-item-4 {		
background-image: url(../img/14/works/4.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
text-align: left;
color: #2e2e2e;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a {
color: #2e2e2e;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #2e2e2e;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 16px;
font-weight: 500;
text-align: left;
letter-spacing: 0.05em;
color: #2e2e2e;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  p {
	font-size: 15px;
  }
}

p a,
p a:hover {
color: #2e2e2e;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 3.1. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}


/* 4. borders */
.border-top,
.border-top.top-position,
.border-top.top-position-primary,
.border-bottom,
.border-bottom.bottom-position,
.border-bottom.bottom-position-primary,
.border-left,
.border-left.left-position,
.border-left.left-position-primary,
.border-right,
.border-right.right-position,
.border-right.right-position-primary {
position: fixed;
background: #fff;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 100;
}

.border-top.top-position-primary,
.border-bottom.bottom-position-primary,
.border-left.left-position-primary,
.border-right.right-position-primary {
background: #fff;
}

.border-top {
width: 100%;
height: 110px;
left: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-top {
    height: 50px;
  }
}

.border-top.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}

@media only screen and (max-width: 880px) {
  .border-top.top-position {
    -webkit-transform: translateY(-50px);
       -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.border-top.top-position-primary {
-webkit-transform: translateY(-60px);
   -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
     -o-transform: translateY(-60px);
        transform: translateY(-60px);
}

@media only screen and (max-width: 880px) {
  .border-top.top-position-primary {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 880px) {
  .border-top.top-position-primary {
    -webkit-transform: translateY(-110px);
       -moz-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
         -o-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}

.border-bottom {
width: 100%;
height: 110px;
left: 0;
bottom: 0;
}

@media only screen and (max-width: 880px) {
  .border-bottom {
    height: 50px;
  }
}

.border-bottom.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
}

@media only screen and (max-width: 880px) {
  .border-bottom.bottom-position {
    -webkit-transform: translateY(50px);
       -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.border-bottom.bottom-position-primary {
-webkit-transform: translateY(60px);
   -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
     -o-transform: translateY(60px);
        transform: translateY(60px);
}

@media only screen and (max-width: 880px) {
  .border-bottom.bottom-position-primary {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 880px) {
  .border-bottom.bottom-position-primary {
    -webkit-transform: translateY(110px);
       -moz-transform: translateY(110px);
        -ms-transform: translateY(110px);
         -o-transform: translateY(110px);
            transform: translateY(110px);
  }
}

.border-left {
width: 110px;
height: 100%;
left: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-left {
    width: 50px;
  }
}

.border-left.left-position {
-webkit-transform: translateX(-200px);
   -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
     -o-transform: translateX(-200px);
        transform: translateX(-200px);
}

@media only screen and (max-width: 880px) {
  .border-left.left-position {
    -webkit-transform: translateX(-50px);
       -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
         -o-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.border-left.left-position-primary {
-webkit-transform: translateX(-60px);
   -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
     -o-transform: translateX(-60px);
        transform: translateX(-60px);
}

@media only screen and (max-width: 880px) {
  .border-left.left-position-primary {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 880px) {
  .border-left.left-position-primary {
    -webkit-transform: translateX(-110px);
       -moz-transform: translateX(-110px);
        -ms-transform: translateX(-110px);
         -o-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}

.border-right {
width: 110px;
height: 100%;
right: 0;
top: 0;
}

@media only screen and (max-width: 880px) {
  .border-right {
    width: 50px;
  }
}

.border-right.right-position {
-webkit-transform: translateX(200px);
   -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
     -o-transform: translateX(200px);
        transform: translateX(200px);
}

@media only screen and (max-width: 880px) {
  .border-right.right-position {
    -webkit-transform: translateX(50px);
       -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
         -o-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.border-right.right-position-primary {
-webkit-transform: translateX(60px);
   -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
     -o-transform: translateX(60px);
        transform: translateX(60px);
}

@media only screen and (max-width: 880px) {
  .border-right.right-position-primary {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 880px) {
  .border-right.right-position-primary {
    -webkit-transform: translateX(110px);
       -moz-transform: translateX(110px);
        -ms-transform: translateX(110px);
         -o-transform: translateX(110px);
            transform: translateX(110px);
  }
}


/* 5. social icons share */
.social-icons-wrapper-share {
position: fixed;
display: block;
visibility: visible;
right: 30px;
bottom: 20px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1001;
}

@media only screen and (max-width: 880px) {
  .social-icons-wrapper-share {
    display: none;
	visibility: hidden;
  }
}

.social-icons-wrapper-share.social-icons-wrapper-share-home-call {
right: 20px;
bottom: 11px;
}

.social-icons-wrapper-share.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.social-widgets-wrap {
position: relative;
right: 14px;
top: 0;
float: right;
display: none;
}

.social-widgets {
float: right;
}

.social-widgets a {
display: block;
}

.social-widgets ul {
list-style-type: none;
}

.social-widgets ul li {
display: inline-block;
text-align: right;
}

.social-widgets ul li {
font-size: 16px;
width: 16px;
height: 16px;
line-height: 16px;
margin-left: 5px;
margin-right: 5px;
margin-top: 3px;
text-align: center;
float: right;
}

.social-widgets ul li:first-child {
margin-left: 0;
}

.social-toggle-wrap {
float: right;
}

.social-toggle-wrap:hover {
cursor: pointer;
}

.social-toggle {
float: right;
}

.social-toggle i {
font-size: 20px;
color: #111;
}

.social-icon 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;
}

.social-icon a:hover {
padding: 0;
color: #111;
text-decoration: none;
        opacity: 0.3;
   -moz-opacity: 0.3;
-webkit-opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
-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;
}


/* 6. button effect navigation */
.effect-navigation {
position: relative;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
display: inline-block;
outline: none;
margin: 10px auto 0 auto;
width: 170px;
height: 50px;
bottom: 10px;
padding: 0;
border: none;
color: #fff;
background: #858585;
overflow: hidden;
cursor: pointer;
-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
-webkit-transform: translate(0,0);
   -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
     -o-transform: translate(0,0);
        transform: translate(0,0);
}

@media only screen and (max-width: 880px) {
  .effect-navigation.none {
    color: #111;
    background: none;
  }
}

.effect-navigation::before {
position: absolute;
content: "";
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
right: -100%;
bottom: 0%;
width: 200%;
height: 200%;
color: #fff;
background: #5f5f5f;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: skewX(-60deg);
   -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
     -o-transform: skewX(-60deg);
        transform: skewX(-60deg);
-webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
	 -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
z-index: -1;
}

@media only screen and (max-width: 880px) {
  .effect-navigation.none::before {
    color: #111;
    background: none;
  }
}

.effect-navigation::before {
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.effect-navigation:hover {
color: #fff;
background: #858585;
}

@media only screen and (max-width: 880px) {
  .effect-navigation.none:hover {
    color: #111;
    background: none;
  }
}

.effect-navigation:hover::before {
bottom: -100%;
right: -200%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* 7. home credits */
.bottom-credits {
position: fixed;
display: block;
visibility: visible;
width: auto;
height: 50px;
left: 30px;
bottom: -4px;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1001;
}

@media only screen and (max-width: 880px) {
  .bottom-credits {
    display: none;
	visibility: hidden;
  }
}

.bottom-credits.bottom-credits-home-call {
left: 20px;
bottom: -14px;
}

.bottom-credits.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.bottom-credits,
.bottom-credits a,
.bottom-credits a:hover {
color: #5f5f5f;
text-decoration: none;
font-weight: 700;
}


/* 8. clearfix */
.clearfix:after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}


/* 9. logo */
.logo,
.logo-desktop,
.logo-mobile {
position: fixed;
display: block;
width: auto;
height: auto;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1001;
}

.logo-desktop {
margin: 30px 0 0 30px;
}

@media only screen and (max-width: 880px) {
  .logo-desktop {
    display: none;
    visibility: hidden;
  }
}

.logo-desktop.logo-desktop-home-call {
margin: 8px 0 0 20px;
}

.logo-mobile {
display: none;
visibility: hidden;
margin: 11px 0 0 19px;
}

@media only screen and (max-width: 880px) {
  .logo-mobile {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 880px) {
  .logo-mobile.logo-mobile-home-call {
    -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
         -o-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
	    -ms-transition: all 1.5s ease;
         -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
  }
}

.logo.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}


/* 10. introduction */
.intro-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
text-align: center!important;
}

#intro-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 130px;
text-align: center!important;
text-transform: uppercase;
line-height: 1;
/* letter-spacing: -0.04em; */
letter-spacing: normal;
color: #fff;
margin: 0 auto -5px auto;
}

@media all and (min-width: 1920px) {
  #intro-title {
    font-size: 160px;
	margin: 0 auto -6px auto;
  }
}

@media only screen and (max-width: 1200px) {
  #intro-title {
    font-size: 100px;
	margin: 0 auto -3px auto;
  }
}

@media only screen and (max-width: 995px) {
  #intro-title {
    font-size: 80px;
	margin: 0 auto -2px auto;
  }
}

@media only screen and (max-width: 880px) {
  #intro-title {
    font-size: 60px;
  }
}

.home-slider h3 {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 18px;
line-height: 40px;
font-style: normal;
text-transform: uppercase;
text-align: center!important;
font-weight: 400;
/* letter-spacing: 0.05em; */
letter-spacing: normal;
color: #fff;
margin: -12px auto 0 auto;
}

@media only screen and (max-width: 880px) {
  .home-slider h3 {
    font-size: 16px;
  }
}


/* 11. hero */
/* 11.1 hero overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark-60:before {
background: rgba(0, 0, 0, .6);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 11.2 hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}


/* 11.3. hero bg */
.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-bg,
.hero-bg-show,
.hero-bg-show-primary,
.hero-bg-show-secondary {
-webkit-transition: -webkit-transform 3s ease;
   -moz-transition: -moz-transform 3s ease-out;
	-ms-transition: -ms-transform 3s ease-out;
     -o-transition: -o-transform 3s ease-out;
        transition: transform 3s ease;
}

.hero-bg-show-primary {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.hero-bg-show-secondary {
-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);
}


/* 11.4. hero fullscreen FIX */ 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 12. navigation */
.fixed-navigation {
position: fixed;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
text-align: center;
background: none;
border: none;
width: 148px;
height: 48px;
line-height: 48px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 1001;
}

.fixed-navigation a,
.fixed-navigation a:hover {
color: #fff;
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.fixed-navigation a:hover,
.fixed-navigation a:visited,
.fixed-navigation a:active,
.fixed-navigation a:focus {
font-weight: 400;
}

.navigation-top,
.navigation-top.top-position,
.navigation-top.navigation-top-position-primary,
.navigation-right,
.navigation-right.right-position,
.navigation-right.navigation-right-position-primary,
.navigation-bottom,
.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary,
.navigation-left,
.navigation-left.left-position,
.navigation-left.navigation-left-position-primary {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.navigation-top {
margin-left: -85px;
left: 50%;
top: 30px;
}

@media only screen and (max-width: 880px) {
  .navigation-top {
    top: 0;
  }
}

.navigation-top.top-position,
.navigation-top.navigation-top-position-primary {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
}

.navigation-right {
margin-top: -36px;
right: -20px;
top: 50%;
-webkit-transform: rotate(90deg);	
   -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
        transform: rotate(90deg);
}

@media only screen and (max-width: 880px) {
  .navigation-right {
    right: -50px;
  }
}

.navigation-right.right-position,
.navigation-right.navigation-right-position-primary {
-webkit-transform: translateX(200px) rotate(90deg);
   -moz-transform: translateX(200px) rotate(90deg);
    -ms-transform: translateX(200px) rotate(90deg);
     -o-transform: translateX(200px) rotate(90deg);
        transform: translateX(200px) rotate(90deg);
}

.navigation-bottom {
margin-left: -85px;
left: 50%;
bottom: 32px;
}

@media only screen and (max-width: 880px) {
  .navigation-bottom {
    bottom: 2px;
  }
}

.navigation-bottom.bottom-position,
.navigation-bottom.navigation-bottom-position-primary {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
}

.navigation-left {
margin-top: -14px;
left: -20px;
top: 50%;
-webkit-transform: rotate(-90deg);	
   -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

@media only screen and (max-width: 880px) {
  .navigation-left {
    left: -50px;
  }
}

.navigation-left.left-position,
.navigation-left.navigation-left-position-primary {
-webkit-transform: translateX(-200px) rotate(-90deg);
   -moz-transform: translateX(-200px) rotate(-90deg);
    -ms-transform: translateX(-200px) rotate(-90deg);
     -o-transform: translateX(-200px) rotate(-90deg);
        transform: translateX(-200px) rotate(-90deg);
}


/* 13. element on/off */
.element-on,
.introduction-element-on {
visibility: visible;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.element-on {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.introduction-element-on {
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.element-off,
.introduction-element-off {
visibility: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.85);
   -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
     -o-transform: scale(0.85);
        transform: scale(0.85);
}

.element-off {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

.introduction-element-off {
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}


/* 14. section animation */
#homeOT {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
z-index: 0;
}

section {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
/* margin-right: -17px; */
background: none;
overflow: hidden;
-webkit-transition: background 300ms ease-in;
   -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
     -o-transition: background 300ms ease-in;
        transition: background 300ms ease-in;
z-index: -99999;
}

.container-main {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background: #fff;
}

#section-top .container-main,
#section-left .container-main,
#section-right .container-main,
#section-bottom .container-main {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 300ms ease-in;
   -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
     -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
}

#section-top.active .container-main,
#section-left.active .container-main,
#section-right.active .container-main,
#section-bottom.active .container-main {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#section-left,
#section-right,
#section-top,
#section-bottom {
background: rgba(255, 255, 255, .65);
}

#section-left.active,
#section-right.active,
#section-top.active,
#section-bottom.active {
background: rgba(255, 255, 255, .45);
}

@media only screen and (max-width: 880px) {
  #section-top,
  #section-left,
  #section-right,
  #section-bottom {
    position: absolute;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  #section-top,
  #section-left,
  #section-right,
  #section-bottom {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
  }
}


/* 15. page content */
/* 15.1. content */
.content {
/* position: relative; */
position: absolute;
overflow: auto;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #fff;
z-index: 1px;
}

.content-inner {
position: absolute;
width: -webkit-calc(100% - 180px);
width: -moz-calc(100% - 180px);
width: calc(100% - 180px);
height: -webkit-calc(100% - 180px);
height: -moz-calc(100% - 180px);
height: calc(100% - 180px);
top: 90px;
left: 90px;
bottom: 90px;
right: 90px;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
background: none;	
border-right: none;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .content-inner {
    border-right: none;
  }
}

@media only screen and (max-width: 880px) {
  .content-inner {
    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;
  }
}


/* 15.2. sides */
.sides-all {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}

.sides-all .half,
.sides-all .half-2 {
min-height: 350px;
-webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
}

.sides-all .half {
position: absolute;
width: -webkit-calc(50% - 0px);
width: -moz-calc(50% - 0px);
width: calc(50% - 0px);
height: -webkit-calc(100% - 0px);
height: -moz-calc(100% - 0px);
height: calc(100% - 0px);
top: 0;
left: 0;
margin-left: 0;
bottom: 0;
right: 0;
}

@media all and (min-width: 1920px) {
  .sides-all .half {
    min-height: 490px;
	position: absolute;
	width: -webkit-calc(50% - 0px);
	width: -moz-calc(50% - 0px);
	width: calc(50% - 0px);
	height: -webkit-calc(100% - 0px);
	height: -moz-calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0;
	left: 0;
	margin-left: 0;
	bottom: 0;
	right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all .half {
    position: relative;
	width: 100%;
    min-height: 590px;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all .half {
    position: relative;
	width: 100%;
    min-height: 350px;
  }
}

.sides-all .half-2 {
position: absolute;
width: -webkit-calc(50% - 0px);
width: -moz-calc(50% - 0px);
width: calc(50% - 0px);
height: -webkit-calc(100% - 0px);
height: -moz-calc(100% - 0px);
height: calc(100% - 0px);
top: 0;
left: 50%;
margin-left: 0;
bottom: 0;
right: 0;
overflow-x: hidden;
overflow-y: auto;
}

@media all and (min-width: 1920px) {
  .sides-all .half-2 {
	min-height: 490px;
	/* border-right: 1px solid #e0e0e0; */
	border-right: none;
	position: absolute;
	width: -webkit-calc(50% - 0px);
	width: -moz-calc(50% - 0px);
	width: calc(50% - 0px);
	height: -webkit-calc(100% - 0px);
	height: -moz-calc(100% - 0px);
	height: calc(100% - 0px);
	top: 0;
	left: 50%;
	margin-left: 0;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all .half-2 {
    position: relative;
    width: 100%;
    min-height: 590px;
	left: 0;
	overflow-y: hidden;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all .half-2 {
    position: relative;
    width: 100%;
    min-height: 350px;
	left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .sides-all {
    -webkit-box-orient: vertical;
            box-orient: vertical;
	-webkit-box-direction: normal;
	        box-direction: normal;
	-webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sides-all .half {
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}

@media only screen and (max-width: 995px) {
  .sides-all {
    -webkit-box-orient: vertical;
            box-orient: vertical;
	-webkit-box-direction: normal;
	        box-direction: normal;
	-webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sides-all .half {
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}

.all-bg {
width: 100%;
height: auto;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 15.3. post TXT right */
.post-txt-right {
position: relative;
margin: 0;
padding: 0 50px;
}

@media all and (min-width: 1920px) {
  .post-txt-right {
	padding: 0 90px;
  }
}

@media only screen and (max-width: 1200px) {
  .post-txt-right {
	padding: 0;
  }
}


/* 15.4. testimonial */
.testimonial-wrapper {
position: relative;
font-family: 'Raleway', sans-serif;
color: #2e2e2e;
font-size: 19px;
font-style: normal;
font-weight: 700;
text-align: left;
line-height: 2;
letter-spacing: 0.05em;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .testimonial-wrapper {
     font-size: 17px;
  }
}

.testimonial-wrapper a:hover,
.testimonial-wrapper a:visited,
.testimonial-wrapper a:active,
.testimonial-wrapper a:focus {
font-weight: 700;
}

.testimonial-wrapper::before {
content: "";
position: absolute;
width: 1px;
height: 100%;
background: #e0e0e0;
}

.testimonial-inner {
margin-left: 35px;
}

@media only screen and (max-width: 880px) {
  .testimonial-inner {
    margin-left: 20px;
  }
}

.testimonial-author {
position: relative;
font-size: 16px;
font-weight: 700;
color: #e0e0e0;
font-style: normal;
margin: 25px 0 0 0;
}

@media only screen and (max-width: 995px) {
  .testimonial-author {
     font-size: 14px;
  }
}


/* 15.5. services block */
#item-list ul {
margin: 11px 0 1px 0;
padding: 0;
}

@media only screen and (max-width: 995px) {
  #item-list ul {
    margin: 11px 0 1px 0;
  }
}

@media only screen and (max-width: 880px) {
  #item-list ul {
    margin: -31px 0 1px 0;
  }
}

#item-list ul > li {
display: block;
list-style: none;
border-top: 1px solid #e0e0e0;
padding: 25px 0;
overflow: hidden;
}

#item-list ul:last-child {
border-bottom: 1px solid #e0e0e0;
}

#item-list ul > li:hover {
background: none;
}

.expand-services {
display: block;
text-decoration: none;
cursor: pointer;
}

.expand-services p {
color: #2e2e2e;
}

.expand-services span {
color: #5f5f5f;
}

h2 {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-size: 15px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.15em;
color: #2e2e2e;
font-weight: 700;
margin: 0 0 50px 0;
padding-top: 13px;
}

.detail {
display: none;
margin: 20px 0 0 0;
line-height: 1.5;
}

.detail p {
color: #2e2e2e;
}

.right-arrow {
width: 10px;
height: 10px;
float: left;
margin: 13px 15px 0 0;
font-family: 'Raleway', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 500;
text-align: left;
color: #5f5f5f;
}

.icon {
height: 50px;
width: 50px;
float: left;
margin: 0 15px 0 0;
}

.icon img {
position: relative;
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-border-radius: 100%;
   -moz-border-radius: 100%;
        border-radius: 100%;
}

.services-block {
margin-top: -10px;
}

@media only screen and (max-width: 880px) {
  .services-block {
    margin-top: -8px;
  }
}

@media only screen and (max-width: 880px) {
  .services-block.services-block-correction {
    margin-top: 32px;
  } 
}


/* 16. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 17. contact */
/* 17.1. contact info */
.contact-info-wrapper {
margin-top: -23px;
}

.contact-details {
display: inline-block;
width: 60px;
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-weight: normal;
color: #111;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 700;
margin-right: 50px;
}

@media all and (min-width: 1920px) {
 .contact-details {
    font-size: 13px;
  }
}

@media only screen and (max-width: 880px) {
  .contact-details {
    font-size: 11px;
    margin-right: 25px;
  }
}


/* 17.2. contact form */
#contact-form {
width: 105%;
margin: -20px 0 0 -15px;
padding: 0;
line-height: 1.5;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #2e2e2e;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: left;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #2e2e2e;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: left;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form textarea {
margin: 10px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(46, 46, 46, .5);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success {
font-family: 'Open Sans', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: left;
color: #2e2e2e;
margin: 0;
padding: 15px 0 0 15px;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
font-weight: 600;
color: #2e2e2e;
margin: 0 0 0 5px;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 13px; font-weight: 600; color: #2e2e2e; }
     :-ms-input-placeholder { font-size: 13px; font-weight: 600; color: #2e2e2e; }
         ::-moz-placeholder { font-size: 13px; font-weight: 600; color: #2e2e2e; }
     input:-moz-placeholder { font-size: 13px; font-weight: 600; color: #2e2e2e; }

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; }


/* 18. 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: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(0, 0, 0, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(0, 0, 0, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 19. the button */
.the-button-wrapper {
position: relative;
width: 165px;
height: auto;
line-height: 1.5;
margin: 0 auto;
padding: 0;
left: 0;
text-align: center;
cursor: pointer;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .the-button-wrapper {
    width: 165px;
	margin: 0 auto;
  }
}

.the-button-wrapper.the-button-wrapper-contact {
margin: 40px 0 -10px 21px;
text-align: left;
}

.the-button {
position: relative;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.10em;
color: #2e2e2e;
background: none;
padding: 10px 40px 0 40px;
margin-top: 10px;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

@media all and (min-width: 1920px) {
  .the-button {
    font-size: 12px;
    letter-spacing: 0.25em;
  }
}

@media only screen and (max-width: 880px) {
  .the-button {
    font-size: 10px;
	letter-spacing: 0.10em;
  }
}

.the-button:hover:before {
width: 100%;
}

.the-button:hover:after {
width: 100%;
}

.the-button::before {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
left: -6px;
border: 1px solid #2e2e2e;
border-right: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::before {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 880px) {
  .the-button::before {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #2e2e2e;
border-left: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;  
}

@media all and (min-width: 1920px) {
  .the-button::after {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 880px) {
  .the-button::after {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button-submit {
width: 165px;
top: -19px;
border: none;
}

@media all and (min-width: 1920px) {
  .the-button-submit {
    width: 205px;
	border: none;
  }
}

@media only screen and (max-width: 880px) {
  .the-button-submit {
    width: 165px;
	top: -19px;
  }
}


/* 20. link underline effect */
.link-underline {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

.link-underline::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #2e2e2e;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline:hover::after {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left 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);
}


/* 21. button effect */
.c-btn {
position: relative;
display: inline-block;
border: 1px solid #111;
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: 11px 25px 9px 25px;
-webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
height: 50px;
}

.c-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
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);
}

.c-btn:hover::before,
a:hover .c-btn::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}

.c-btn span {
display: inline-block;
position: relative;
z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
color: #fff;
}


/* 22. section closer */
.section-closer {
position: fixed;
right: 70px;
bottom: 50px;
width: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
font-size: 30px;
text-align: center;
color: #fff;
background: #777;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1005;
}

@media only screen and (max-width: 995px) {
  .section-closer {
    right: 50px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .section-closer {
    right: 20px;
	bottom: -50px;
  } 
}

.section-closer.section-closer-works {
left: 145px;
}

@media only screen and (max-width: 880px) {
  .section-closer.section-closer-works {
	left: 50px;
  } 
}

.section-closer.show {
bottom: 50px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 995px) {
  .section-closer.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .section-closer.show {
    bottom: 0;
  }
}

.section-closer.section-closer-works.show {
bottom: 125px;
}

@media only screen and (max-width: 880px) {
  .section-closer.section-closer-works.show {
	bottom: 25px;
  } 
}

.section-closer:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 23. Slick v1.6.0 CUSTOM */
/* 23.1. slick slide */
.slick-slide {
height: 100%;
background: none;
}
		
.slick-slider {
margin-bottom: 0;
margin-top: 0;
cursor: auto;
}


/* 23.2. slick slide flickering FIX */
.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}


/* 24. sections title */
h2.post-title {
position: relative;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 70px;
text-align: left;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.05em;
color: #2e2e2e;
}

@media all and (min-width: 1920px) {
  h2.post-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 995px) {
  h2.post-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 880px) {
  h2.post-title {
    font-size: 50px;
  }
}

h2.post-title.post-title-light {
color: #fff;
}

h2.post-title.post-title-all-main-title {
margin: -10px 0 -1px -1px;
}

@media all and (min-width: 1920px) {
  h2.post-title.post-title-all-main-title {
    margin: -10px 0 -1px -1px;
  }
}

@media only screen and (max-width: 995px) {
  h2.post-title.post-title-all-main-title {
    margin: -6px 0 0 -1px;
  }
}

@media only screen and (max-width: 880px) {
  h2.post-title.post-title-all-main-title {
    margin: -5px 0 0 -1px;
  }
}


/* 25. sections headings */
h2.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #2e2e2e;
margin: -1px 0 1px 0;
padding: 0;
line-height: 1;
z-index: 10;
}

h2.section-heading.section-heading-light {
color: #fff;
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 75px;
margin-right: 25px;
line-height: 1;
color: #2e2e2e;
}

@media all and (min-width: 1920px) {
  h2.section-heading span {
    padding-right: 90px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span {
    padding-right: 60px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 880px) {
  h2.section-heading span {
    padding-right: 30px;
    margin-right: 10px;
  }
}

h2.section-heading.section-heading-light span {
color: #fff;
}

h2.section-heading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 50px;
height: 0;
margin-top: -1px;
border-top: 1px solid #2e2e2e;
}

@media all and (min-width: 1920px) {
  h2.section-heading span:before {
    width: 60px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span:before {
    width: 40px;
  }
}

@media only screen and (max-width: 880px) {
  h2.section-heading span:before {
    width: 20px;
  }
}

h2.section-heading.section-heading-light span:before {
border-top: 1px solid #fff;
}

h2.section-heading.section-heading-all {
padding: 0;
}


/* 26. misc */
.section-txt p {
margin: -7px 0 0 0;
}

.all-txt {
/* margin: -8px 0 -10px 0; */
margin: -7px 0 0 0;
}


/* 27. works sides */
.sides-all .half-3 {
min-height: 350px;
-webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
}

.sides-all .half-3 {
position: absolute;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
}

@media all and (min-width: 1920px) {
  .sides-all .half-3 {
	/* border-right: 1px solid #e0e0e0; */
	border-right: none;
  }
}


/* 28. works section */
.works-page-img-wrapper {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

.works-page-img-wrapper a,
.works-page-img-wrapper a:hover {
color: #fff;
}

.works-page-img-carousel-item {
position: relative;
width: 100%;
height: 100vh;
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;
}

.works-page-img-carousel-wrapper {
/* position: relative;
background: none;
height: 100vh; */
position: relative;
width: 100%!important;
height: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.works-page-img-carousel-wrapper .works-page-img-carousel-text {
position: absolute;
left: 60px;
bottom: 285px;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .works-page-img-carousel-wrapper .works-page-img-carousel-text {
    left: 25px;
    /* bottom: 120px; */
	/* 100vh mobile FIX */
	bottom: 175px;
	margin-right: 25px;
  }
}


/* 29. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-works {
position: absolute;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 110px;
bottom: 55px;
margin: 0;
overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .owl-nav-custom-works {
	left: 80px;
    bottom: 20px;
  } 
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
text-align: center;
}

.owl-prev {
left: 4px;
}

.owl-next {
left: 64px;
}

.owl-prev,
.owl-next {
width: 50px;
height: 50px;
line-height: 50px;
-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-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 12px;
color: #111;
background: #fff;
cursor: pointer;
z-index: 10;	
}

.owl-prev:hover,
.owl-next:hover {
-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;
}

.owl-prev.disabled,
.owl-next.disabled {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff!important;
background: #777!important;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-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);
cursor: default!important;
}


/* 30. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 100px;
}

@media only screen and (max-width: 880px) {
  .inner-divider {
    height: 70px;
  }
}

.inner-divider-half,
.inner-divider-ultra-half {
height: 35px;
}

@media only screen and (max-width: 880px) {
  .inner-divider-half,
  .inner-divider-ultra-half {
    height: 20px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}
  
@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

.hidden-mobile-devices {
    display: block;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}

h6 {
display: none;
visibility: hidden;
}