/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. home IMG BACKGROUND
    1.2. about IMG BACKGROUND
    1.3. services IMG BACKGROUND
    1.4. works IMG carousel IMG BACKGROUND
    1.5. news IMG carousel IMG BACKGROUND
    1.6. contact IMG BACKGROUND
	1.7. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND
  2. reset
  3. layout
  4. section
  5. hero
  6. logo
  7. navigation
    7.1. navigation icon
    7.2. navigation brackets
    7.3. navigation panels overlay
    7.4. navigation panels
    7.5. navigation IMG
    7.6. navigation links
  8. intro
  9. bottom credits
  10. social icons
  11. scroll indicator
  12. section heading
  13. about section
  14. skills bar
  15. facts counter
  16. all content
  17. works section
  18. news section
    18.1. news more IMG carousel items
    18.2. news panel right TXT
  19. overlay
  20. center container
  21. head details
  22. preloader
  23. item photo
  24. section heading
  25. section subheading
  26. the button
  27. contact section
    27.1. contact form
  28. wrappers
  29. borders
  30. link effect
  31. videos
  32. ken burns slideshow
  33. Magnific Popup CUSTOM
  34. Lity CUSTOM
  35. Swiper CUSTOM
  36. Slick CUSTOM
  37. fullPage CUSTOM
  38. Owl Carousel CUSTOM
  39. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. home IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/home-bg.jpg);
}


/* 1.2. about IMG BACKGROUND */
.about-bg-1 {
background-image: url(../img/about/about-bg-1.jpg);
}

.about-bg-2 {
background-image: url(../img/about/about-bg-2.jpg);
}


/* 1.3. services IMG BACKGROUND */
.swiper-slide-parallax-bg {	
background-image: url(../img/background/parallax-bg.jpg);
}


/* 1.4. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {		
background-image: url(../img/works/1.jpg);
}

.works-page-img-carousel-item-2 {		
background-image: url(../img/works/2.jpg);
}

.works-page-img-carousel-item-3 {	
background-image: url(../img/works/3.jpg);
}

.works-page-img-carousel-item-4 {		
background-image: url(../img/works/4.jpg);
}


/* 1.5. news IMG carousel IMG BACKGROUND */
.news-page-img-carousel-item-1,
.panel-left.panel-left-bg-1 {		
background-image: url(../img/news/1.jpg);
}

.news-page-img-carousel-item-2,
.panel-left.panel-left-bg-2 {		
background-image: url(../img/news/2.jpg);
}

.news-page-img-carousel-item-3,
.panel-left.panel-left-bg-3 {	
background-image: url(../img/news/3.jpg);
}

.news-page-img-carousel-item-4,
.panel-left.panel-left-bg-4 {		
background-image: url(../img/news/4.jpg);
}


/* 1.6. contact IMG BACKGROUND */
.contact-bg-1 {
background-image: url(../img/contact/contact-bg-1.jpg);
}

.contact-bg-2 {
background-image: url(../img/contact/contact-bg-2.jpg);
}


/* 1.7. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
text-align: left;
color: #fff;
background: #111;
 -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;
line-height: 1.5;
}

a {
color: #fff;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-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: #fff;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 15px;
font-weight: 600;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #fff;
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;
}


/* 4. section */
.sections {
position: relative;
z-index: 5;
}

.section {
overflow: hidden;
}

#section0,
#section2,
#section4 {
background: #111;
}

#section1,
#section3,
#section5 {
background: #111;
}

@media only screen and (max-width: 995px) {
  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5 {
    background: #111;
  }
}


/* 5. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.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 {
width: 100%;
height: 100%;
}


/* 6. logo */
.logo {
position: fixed;
display: inline-block;
top: 35px;
left: 35px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-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);
cursor: pointer;
z-index: 200;
}

@media all and (min-width: 1920px) {
  .logo {
    top: 50px;
    left: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .logo {
    top: 35px;
    left: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    position: absolute;
  }
}

.logo-img:before {
content: "";
background: url(../img/logo.png) no-repeat;
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.logo.on {
        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);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.logo.off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* 7. navigation */
/* 7.1. navigation icon */
.navigation-icon-wrapper {
position: fixed;
width: 35px;
height: 25px;
top: 27px;
right: 35px;
cursor: pointer;
z-index: 99995;
}

@media all and (min-width: 1920px) {
  .navigation-icon-wrapper {
    top: 42px;
    right: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .navigation-icon-wrapper {
    top: 27px;
    right: 35px;
  }
}

.navigation-icon-wrapper.on {
        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);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.navigation-icon-wrapper.off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.navigation-icon .line {
display: block;
width: 35px;
height: 3px;
margin: 8px auto;
-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;
background-color: #fff;
}

#navigation-icon.active .line:nth-child(1){
-webkit-transform: translateY(11px);
   -moz-transform: translateY(11px);
    -ms-transform: translateY(11px);
     -o-transform: translateY(11px);
        transform: translateY(11px);
background-color: #fff;
}

#navigation-icon.active .line:nth-child(3){
-webkit-transform: translateY(-11px);
   -moz-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
     -o-transform: translateY(-11px);
        transform: translateY(-11px);
background-color: #fff;
}


/* 7.2. navigation brackets */
.brackets a::before,
.brackets a::after {
display: inline-block;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
   -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -ms-transition: -ms-transform 0.3s, opacity 0.2s;
     -o-transition: -o-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
content: "\2014";
margin-right: 10px;
-webkit-transform: translateX(20px);
   -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
     -o-transform: translateX(20px);
        transform: translateX(20px);
}

.brackets a::after {
content: "";
margin-left: 10px;
-webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
     -o-transform: translateX(-20px);
        transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a:focus::before,
.brackets a:focus::after {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: translateX(0px);	
   -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
     -o-transform: translateX(0px);
        transform: translateX(0px);
}

.brackets ul, li {
list-style: none;
}

.brackets a,
.brackets a:hover,
.brackets a:visited {
text-decoration: none;
}


/* 7.3. navigation panels overlay */
.panel-overlay-from-left {
position: fixed;
width: 50%;
height: 100%;
overflow: hidden;
top: 0;
left: -100%;
background: none;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 200;
}

.panel-overlay-from-left.open {
left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panel-overlay-from-right {
position: fixed;
width: 50%;
height: 100%;
overflow: hidden;
top: 0;
right: -100%;
background: #111;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 200;
}

.panel-overlay-from-right.open {
right: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 7.4. navigation panels */
.panel-from-left {
position: fixed;
width: 50%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
background: #111;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 200;
}

.panel-from-left.open {
left: 0;
}

.panel-from-right {
position: fixed;
width: 50%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
right: -100%;
background: none;
-webkit-transition: all .8s ease-in-out;
   -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 200;
}

.panel-from-right.open {
right: 0;
}


/* 7.5. navigation IMG */
.navigation-menu-img-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
background: #111;
}

.navigation-menu-img {
position: absolute;
width: 100%;
top: 0;
left: 0;
bottom: 0;
overflow: hidden;
}

.menu-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.menu-img.active {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}


/* 7.6. navigation links */
nav.navigation-menu {
position: relative;
width: 100%;
height: 100%;
background: #111;
text-align: center;
margin: 0 auto;
}

nav.navigation-menu a {
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

nav.navigation-menu a:hover {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
color: #fff;
}

nav.navigation-menu li {
margin: 0 0 8px 0;
cursor: auto;
}

nav.navigation-menu li.last {
margin: 0;
}

nav.navigation-menu a {
font-family: 'Oswald', sans-serif;
font-size: 18px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
line-height: 1;
letter-spacing: 0.05em;
text-decoration: none;
 -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 all and (min-width: 1920px) {
  nav.navigation-menu a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 980px) {
  nav.navigation-menu a {
    font-size: 17px;
  }
}


/* 8. intro */
.intro-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
}

.intro {
position: absolute;
left: 35px;
bottom: 80px;
}

@media all and (min-width: 1920px) {
  .intro {
    left: 50px;
	bottom: 110px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    left: 35px;
	bottom: 80px;
  }
}

.intro-subtitle {
font-family: 'Oswald', sans-serif;
font-size: 15px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 1px 0;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#intro-title-lead {
font-family: 'Oswald', sans-serif;
font-size: 60px;
font-weight: 700;
font-style: normal;
letter-spacing: -0.04em;
line-height: 1;
text-transform: uppercase;
margin: -7px 0 0 0;
padding: 0;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  #intro-title-lead {
    font-size: 90px;
	margin: -9px 0 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  #intro-title-lead {
    font-size: 60px;
	margin: -7px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #intro-title-lead {
    font-size: 40px;
	margin: -3px 0 0 0;
  }
}

#intro-title {
font-family: 'Oswald', sans-serif;
font-size: 80px;
font-weight: 700;
font-style: normal;
letter-spacing: -0.04em;
line-height: 1;
text-transform: uppercase;
margin: -8px 0 0 -3px;
padding: 0;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  #intro-title {
    font-size: 120px;
	margin: -12px 0 0 -3px;
  }
}

@media only screen and (max-width: 1200px) {
  #intro-title {
    font-size: 80px;
	margin: -8px 0 0 -2px;
  } 
}

@media only screen and (max-width: 768px) {
  #intro-title {
    font-size: 60px;
	margin: -7px 0 0 -2px;
  }
}


/* 9. bottom credits */
.bottom-credits {
position: absolute;
display: block;
width: auto;
height: auto;
left: 35px;
bottom: 32px;
color: #111;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 800;
 -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: 1002;
}

@media all and (min-width: 1920px) {
  .bottom-credits {
    left: 50px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 995px) {
  .bottom-credits {
    left: 35px;
    bottom: 32px;
	color: #fff;
  }
}

.bottom-credits a,
.bottom-credits a:hover {
color: #111;
text-decoration: none;
}

@media only screen and (max-width: 995px) {
  .bottom-credits a,
  .bottom-credits a:hover {
	color: #fff;
  }
}


/* 10. social icons */
.social-icons-wrapper {
position: absolute;
left: auto;
right: 35px;
bottom: 33px;
text-align: right;
z-index: 1002;
}

@media all and (min-width: 1920px) {
  .social-icons-wrapper {
    right: 50px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper {
    right: 35px;
    bottom: 33px;
  }
}

.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: 16px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 14px;
  }
}

ul.social-icons a,
ul.social-icons a:hover {
padding: 0;
color: #111;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media only screen and (max-width: 995px) {
  ul.social-icons a,
  ul.social-icons a:hover {
    color: #fff;
  }
}

ul.social-icons a {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.social-icons a:hover {
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* 11. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

@media only screen and (max-width: 640px) {
  .scroll-indicator-wrapper {
    display: none;
	visibility: hidden;
  }
}

.scroll-indicator {
position: absolute;
bottom: 65px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media all and (min-width: 1920px) {
  .scroll-indicator {
    bottom: 75px;
  }
}

@media only screen and (max-width: 995px) {
  .scroll-indicator {
    bottom: 55px;
  }
}

.scroll-line {
display: block;
width: 1px;
height: 45px;
background: none;
}

@media all and (min-width: 1920px) {
  .scroll-line {
    height: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .scroll-line {
    height: 35px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}


/* 12. section heading */
.section-title-wrapper {
position: absolute;
left: 34px;
bottom: 37px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .section-title-wrapper {
    left: 49px;
    bottom: 52px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-wrapper {
    left: 34px;
    bottom: 37px;
  }
}

h3.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
margin: -4px 0 -3px 0;
padding: 0;
 -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;
}

h3.section-heading.section-heading-dark {
color: #111;
}

@media only screen and (max-width: 995px) {
  h3.section-heading.section-heading-dark {
    color: #fff;
  }
}

h3.section-heading span {
position: relative;
display: inline-block;
padding-right: 30px;
margin-right: 10px;
line-height: 1;
color: #fff;
}

@media all and (min-width: 1920px) {
  h3.section-heading span {
    padding-right: 50px;
    margin-right: 20px;
  }
}

h3.section-heading.section-heading-dark span {
color: #111;
}

@media only screen and (max-width: 995px) {
  h3.section-heading.section-heading-dark span {
    color: #fff;
  }
}

h3.section-heading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 15px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media all and (min-width: 1920px) {
  h3.section-heading span:before {
    width: 25px;
  }
}

h3.section-heading.section-heading-dark span:before {
border-top: 1px solid #111;
}

@media only screen and (max-width: 995px) {
  h3.section-heading.section-heading-dark span:before {
    border-top: 1px solid #fff;
  }
}


/* 13. about section */
.about-bg-wrapper,
.all-content-wrapper {
position: relative;
height: 100vh;
background: #111;
}

.about-bg-wrapper {
position: relative;
}

.about-bg {
height: 100vh;
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;
}

@media only screen and (max-width: 640px) {
  .about-bg {
    min-height: 350px;
  }
}


/* 14. skills bar */
.show-skillbar {
position: relative;
padding: 0;
margin: 28px 0 -38px 0;
text-align: left;
}

.skillbar {
position: relative;
display: inline-block;
width: 100%;
height: 21px;
margin: 0 0 30px 0;
background: none;
}

.skillbar-title {
position: absolute;
width: auto;
height: 21px;
line-height: 21px;
top: -26px;
left: 0;
font-size: 10px;
text-transform: uppercase;
color: #fff;
background: none;
padding: 0;
 -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;
}

.skillbar-bar {
display: inline-block;
width: 0px;
height: 1px;
background: #fff;
margin: 0 0 3px 0;
}

.skill-bar-percent {
position: absolute;
height: auto;
line-height: 1;
top: -21px;
right: 0;
color: #fff;
font-size: 11px;
 -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;
}


/* 15. facts counter */
.facts-counter-wrapper {
padding: 0;
margin: 2px 0 0 -15px;
}

@media only screen and (max-width: 768px) {
  .facts-counter-wrapper {
    margin: 4px 0 0 -15px;
  }
}

.facts-counter-number {
font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: -0.04em;
font-style: normal;
line-height: 1.3;
text-align: left;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .facts-counter-number {
    font-size: 18px;
  }
}

.facts-counter-description {
color: #fff;
text-align: left;
text-transform: uppercase;
 -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;
}

.facts-counter-description-img {
display: block;
font-size: 30px;
text-align: left;
color: #fff;
margin: 10px 0 9px 0;
 -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: 768px) {
  .facts-counter-description-img {
    font-size: 20px;
	margin: 14px 0 10px 0;
  }
}

.facts-counter-title {
font-size: 11px;
letter-spacing: 0.05em;
 -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;
}


/* 16. all content */
.all-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center!important;
-webkit-box-pack: center;
   -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center;
background: none;
}

.all-content .all-content-inner {
position: relative;
width: 100%;
margin: 0;
padding: 0 35px;
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner {
	padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner {
    padding: 0 35px;
  }
}

.all-content .all-content-inner-l {
position: relative;
width: 100%;
margin: 0;
padding: 0 35px;
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner-l {
	padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner-l {
    padding: 0 35px;
  }
}

.all-content .all-content-inner-form {
position: relative;
width: 100%;
margin: 0;
padding: 0 20px;
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner-form {
	padding: 0 35px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner-form {
    padding: 0 20px;
  }
}


/* 17. works section */
.works-page-img-wrapper {
position: relative;
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}

.works-page-img-wrapper a,
.works-page-img-wrapper a:hover {
color: #fff;
}

@media only screen and (max-width: 995px) {
  .works-page-img-wrapper {
    width: 100%;
  }
}

.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;
}

.works-page-img-carousel-wrapper::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s ease 0s;
   -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
background-color: rgba(0, 0, 0, .7);
}

.works-page-img-carousel-wrapper .works-page-img-carousel-text {
position: absolute;
width: 50%;
font-family: 'Raleway', sans-serif;
font-size: 14px;
line-height: 1.5;
text-align: left;
font-style: normal;
font-weight: 400;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
left: 0;
bottom: 80px;
padding: 0 70px 0 35px;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .works-page-img-carousel-wrapper .works-page-img-carousel-text {
	bottom: 110px;
    padding: 0 150px 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .works-page-img-carousel-wrapper .works-page-img-carousel-text {
	width: 100%;
	bottom: 80px;
	padding: 0 35px 0 35px;
  }
}

@media only screen and (max-width: 768px) {
  .works-page-img-carousel-wrapper .works-page-img-carousel-text {
    bottom: 115px;
	padding: 0 35px 0 35px;
  }
}

.works-page-img-carousel-wrapper .works-page-img-carousel-text .works-page-img-carousel-content {
max-height: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
overflow: hidden;
-webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}

.works-page-img-carousel-wrapper:hover::after {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.works-page-img-carousel-wrapper:hover .works-page-img-carousel-content {
max-height: 600px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 1s ease-in;
   -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
     -o-transition: all 1s ease-in;
        transition: all 1s ease-in;
}


/* 18. news section */
.news-page-img-wrapper {
position: relative;
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
}

@media only screen and (max-width: 995px) {
  .news-page-img-wrapper {
    width: 100%;
  }
}

.news-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;
}

.news-page-img-carousel-wrapper {
position: relative;
background: none;
height: 100vh;
}

.news-page-img-carousel-wrapper::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s ease 0s;
   -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
background-color: rgba(0, 0, 0, .7);
}

.news-page-img-carousel-wrapper .news-page-img-carousel-text {
position: absolute;
width: 50%;
font-family: 'Raleway', sans-serif;
font-size: 14px;
line-height: 1.5;
text-align: left;
font-style: normal;
font-weight: 400;
color: #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%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
left: 0;
bottom: 80px;
padding: 0 70px 0 35px;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .news-page-img-carousel-wrapper .news-page-img-carousel-text {
	bottom: 110px;
    padding: 0 150px 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .news-page-img-carousel-wrapper .news-page-img-carousel-text {
	width: auto;
	bottom: 80px;
	padding: 0 35px 0 35px;
  }
}

@media only screen and (max-width: 768px) {
  .news-page-img-carousel-wrapper .news-page-img-carousel-text {
    bottom: 115px;
	padding: 0 35px 0 35px;
  }
}

.news-page-img-carousel-wrapper .news-page-img-carousel-text .news-page-img-carousel-content {
max-height: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
overflow: hidden;
-webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}

.news-page-img-carousel-wrapper:hover::after {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.news-page-img-carousel-wrapper:hover .news-page-img-carousel-content {
max-height: 600px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 1s ease-in;
   -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
     -o-transition: all 1s ease-in;
        transition: all 1s ease-in;
}


/* 18.1. news more IMG carousel items */
.panel-left {
position: absolute;
width: 50%;
height: 100vh;
overflow: hidden;
top: 0;
left: -100%;
background: #111;
-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;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99999;
}

@media only screen and (max-width: 640px) {
  .panel-left {
    display: none;
	visibility: hidden;
  }
}

.panel-left.open {
left: 0;
}

.panel-left-bg-all {
position: absolute;
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;
}

.panel-right {
position: absolute;
width: 50%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: 0;
right: -100%;
background: #fff;
-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;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99999;
}

@media only screen and (max-width: 640px) {
  .panel-right {
    width: 100%;
  }
}

.panel-right.open {
right: 0;
}


/* 18.2. news panel right TXT */
.news-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center!important;
-webkit-box-pack: center;
   -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center;
background: #fff;
}

.news-content .news-content-inner {
position: relative;
width: 100%;
padding: 0 35px;
}

@media all and (min-width: 1920px) {
  .news-content .news-content-inner {
	padding: 0 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-content .news-content-inner {
	padding: 0 35px;
  }
}

.news-content-inner p {
padding: 48px 0 36px 0;
 -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: 1200px) {
  .news-content-inner p {
    padding: 0;
	margin-bottom: -7px;
  }
}

.news-text-txt {
line-height: 100px;
padding: 0;
margin-top: 0;
text-align: left;
border-left: none;
}

@media only screen and (max-width: 1200px) {
  .news-text-txt {
    padding: 0;
    border-left: none;
  }
}

.news-text-txt p {  
position: relative;
top: -7px;
color: #5f5f5f;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.news-text-txt a,
.news-text-txt a:hover,
.news-text-txt a:visited,
.news-text-txt a:active,
.news-text-txt a:focus {
color: #5f5f5f;
}


/* 19. overlay */
.overlay:before,
.overlay-video:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-video:before {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.overlay-inverse-dark-35:before {
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-inverse-dark-45:before {
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-60:before {
background: rgba(0, 0, 0, .6);
}


/* 20. 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-menu {
position: relative;
display: table;
width: 100%;
height: 100%;
left: -9px;
}

.center-block-menu {
display: table-cell;
vertical-align: middle;
}


/* 21. head details */
.head-details {
position: relative;
display: inline-block;
width: auto;
min-width: 200px;
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin-top: -5px;
text-align: left;
letter-spacing: normal;
}

@media all and (min-width: 1920px) {
  .head-details {
    min-width: 300px;
  }
}

@media only screen and (max-width: 995px) {
  .head-details {
    min-width: 100px;
  }
}


/* 22. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
overflow: hidden;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 23. item photo */
.item-photo {
-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-origin: center center;
   -moz-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
/* cursor: pointer; */
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;
}

.item-photo-title {	
cursor: auto;
}

.item-photo:not([data-item-photo]){
/* cursor: default; */
}

.item-photo:hover {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform-origin: center center;
   -moz-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
}

.item-photo:not([data-item-photo]):hover,
.item-photo.open:hover {
-webkit-transform: none;
   -moz-transform: none;
	-ms-transform: none;
	    transform: none;
}


/* 24. section heading */
.section-heading {
font-family: 'Oswald', sans-serif;
font-size: 50px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
letter-spacing: -0.04em;
text-align: left;
line-height: 1;
margin: -5px 0 0 -3px;
padding: 0;
 -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;
}

.section-heading.section-heading-light {
color: #fff;
}

.section-heading.section-heading-dark {
color: #111;
}

@media all and (min-width: 1920px) {
  .section-heading {
	font-size: 60px;
	margin: -7px 0 -1px -3px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-heading {
	font-size: 40px;
	margin: -3px 0 0 -3px;
  }
}


/* 25. section subheading */
h2.section-subheading {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
margin: 0 0 -2px 0;
padding: 0;
 -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;
}

h2.section-subheading.section-subheading-light {
color: #fff;
}

h2.section-subheading.section-subheading-dark {
color: #111;
}

h2.section-subheading span {
position: relative;
display: inline-block;
padding-right: 30px;
line-height: 1;
}

@media all and (min-width: 1920px) {
  h2.section-subheading span {
    padding-right: 50px;
  }
}

h2.section-subheading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 15px;
height: 0;
margin-top: 0;
}

@media all and (min-width: 1920px) {
  h2.section-subheading span:before {
    width: 25px;
  }
}

h2.section-subheading-light span:before {
border-top: 1px solid #fff;
}

h2.section-subheading-dark span:before {
border-top: 1px solid #111;
}

.all-txt {
margin: -7px 0 0 0;
 -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;
}

.all-txt.all-txt-contact {
margin: -7px 0 -6px 0;
}


/* 26. the button */
.the-button-wrapper,
.contact-form-submit-wrapper {
cursor: pointer;
}

.the-button-wrapper {
position: relative;
height: 49px;
text-align: left;
margin: -2px 0 0 7px;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    height: 53px;
	margin: 0 0 0 7px;
  }
}

@media only screen and (max-width: 995px) {
  .the-button-wrapper {
    height: 49px;
	margin: -2px 0 0 7px;
  }
}

.the-button {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
text-decoration: none;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
background: none;
padding: 8px 40px 0 40px;
top: 13px;
-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 {
    padding: 9px 40px 0 40px;
  }
}

.the-button.the-button-dark {
color: #111;
background: none;
}

.the-button.the-button-contact {
margin-top: -10px;
}

.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 #fff;
border-right: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::before {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .the-button::before {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button.the-button-dark::before {
border: 1px solid #111;
border-right: none;
}

.the-button::after {
content: "";
position: absolute;
width: 15px;
height: 38px;
top: -2px;
right: -6px;
border: 1px solid #fff;
border-left: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;  
}

@media all and (min-width: 1920px) {
  .the-button::after {
    width: 20px;
    height: 47px;
	top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .the-button::after {
    width: 15px;
	height: 38px;
	top: -2px;
  }
}

.the-button.the-button-dark::after {
border: 1px solid #111;
border-left: none;
}

.the-button-submit {
width: 175px;
top: -19px;
border: none;
}

@media all and (min-width: 1920px) {
  .the-button-submit {
    width: 205px;
	border: none;
  }
}

@media only screen and (max-width: 768px) {
  .the-button-submit {
    width: 175px;
	top: -19px;
  }
}

.contact-form-submit-wrapper {
position: relative;
width: 205px;
height: auto;
line-height: 1.5;
padding: 0;
left: 0;
margin: 34px auto -6px auto;
}

@media all and (min-width: 1920px) {
  .contact-form-submit-wrapper {
    margin: 34px auto -2px auto;
  }
}

@media only screen and (max-width: 995px) {
  .contact-form-submit-wrapper {
	margin: 34px 0 0 20px;
	text-align: left;
  }
}


/* 27. contact section */
.contact-info-sign {
display: block;
font-size: 30px;
color: #fff;
text-align: left;
}

.contact-info-sign.contact-info-sign-last {
margin-top: -12px;
}


/* 27.1. contact form */
.contact-form-submit-wrapper {
position: relative;
width: 205px;
height: auto;
line-height: 1.5;
margin: 51px 0 0 21px;
padding: 0;
left: 0;
}

#contact-form {
position: relative;
width: 100%!important;
left: 0;
right: 0;
top: -7px;
margin-left: auto;
margin-right: auto;
line-height: 1;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
 -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;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
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;
 -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 textarea {
color: #fff;
margin: 10px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
 -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 input:hover,
#form textarea:hover {
border-color: rgba(255, 255, 255, .35);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


#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: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: left;
color: #fff;
margin: 0;
padding: 39px 0 13px 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;
font-family: 'Raleway', sans-serif;
font-size: 9px;
text-transform: uppercase;
color: #ff264a;
display: block;
margin: 0;
padding: 0 0 0 4px;
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: 12px; color: #fff; }
     :-ms-input-placeholder { font-size: 12px; color: #fff; }
         ::-moz-placeholder { font-size: 12px; color: #fff; }
     input:-moz-placeholder { font-size: 12px; color: #fff; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }


/* 28. wrappers */
#news-page-img-carousel,
#works-page-img-carousel,
.swiper-container,
.section-inner,
.section-bg-home,
.section-bg-all {
position: relative;
width: -webkit-calc(100% - 160px);
width: -moz-calc(100% - 160px);
width: calc(100% - 160px);
height: -webkit-calc(100% - 160px);
height: -moz-calc(100% - 160px);
height: calc(100% - 160px);
top: 80px;
right: 80px;
bottom: 80px;
left: 80px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
overflow-x: hidden;
overflow-y: hidden;
}

@media all and (min-width: 1920px) {
  #news-page-img-carousel,
  #works-page-img-carousel,
  .swiper-container,
  .section-inner,
  .section-bg-home,
  .section-bg-all {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }
}

@media only screen and (max-width: 995px) {
  #news-page-img-carousel,
  #works-page-img-carousel,
  .swiper-container,
  .section-inner,
  .section-bg-home,
  .section-bg-all {
    width: 100%;
	height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.section-bg-home,
.section-bg-all {
position: relative;
top: 0;
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;
}

.panel-from-left-wrapper {
position: relative;
width: -webkit-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: calc(100% - 120px);
height: -webkit-calc(100% - 180px);
height: -moz-calc(100% - 180px);
height: calc(100% - 180px);
top: 90px;
right: 60px;
bottom: 90px;
left: 60px;
margin-left: 30px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
background: none;
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-left: 0;
}

.panel-from-right-wrapper {
position: relative;
width: -webkit-calc(100% - 120px);
width: -moz-calc(100% - 120px);
width: calc(100% - 120px);
height: -webkit-calc(100% - 180px);
height: -moz-calc(100% - 180px);
height: calc(100% - 180px);
top: 90px;
right: 60px;
bottom: 90px;
left: 60px;
margin-left: -30px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
background: none;
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-left: 0;
}

.section-inner {
position: absolute;
}

@media only screen and (max-width: 995px) {
  .section-inner {
    position: relative;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
}


/* 29. borders */
.borders-l,
.borders-r {
position: absolute;
width: 50%;
height: 100%;
top: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 10;
}

.borders-r {
left: 50%;
}

@media only screen and (max-width: 995px) {
  .borders-l,
  .borders-r {
    display: none;
	visibility: hidden;
  }
}

.borders-l,
.borders-r,
.borders-l::after,
.borders-r::after,
.borders-l::before,
.borders-r::before {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.borders-l {
border-top: 90px solid #fff;
border-left: 90px solid #fff;
border-bottom: 90px solid #fff;
border-right: 30px solid #fff;
}

@media all and (min-width: 1920px) {
  .borders-l {
    border-top: 120px solid #fff;
    border-left: 120px solid #fff;
    border-bottom: 120px solid #fff;
    border-right: 60px solid #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-l {
    border-top: 90px solid #fff;
    border-left: 90px solid #fff;
    border-bottom: 90px solid #fff;
    border-right: 30px solid #fff;
  }
}

.borders-r {
border-top: 90px solid #fff;
border-left: 30px solid #fff;
border-bottom: 90px solid #fff;
border-right: 90px solid #fff;
}

@media all and (min-width: 1920px) {
  .borders-r {
    border-top: 120px solid #fff;
    border-left: 60px solid #fff;
    border-bottom: 120px solid #fff;
    border-right: 120px solid #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-r {
    border-top: 90px solid #fff;
    border-left: 30px solid #fff;
    border-bottom: 90px solid #fff;
    border-right: 90px solid #fff;
  }
}

.borders-l.borders-dark {
border-top: 90px solid #2d2d2d;
border-left: 90px solid #2d2d2d;
border-bottom: 90px solid #2d2d2d;
border-right: 30px solid #2d2d2d;
}

@media all and (min-width: 1920px) {
  .borders-l.borders-dark {
    border-top: 120px solid #2d2d2d;
    border-left: 120px solid #2d2d2d;
    border-bottom: 120px solid #2d2d2d;
    border-right: 60px solid #2d2d2d;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-l.borders-dark {
    border-top: 90px solid #2d2d2d;
    border-left: 90px solid #2d2d2d;
    border-bottom: 90px solid #2d2d2d;
    border-right: 30px solid #2d2d2d;
  }
}

.borders-r.borders-dark {
border-top: 90px solid #2d2d2d;
border-left: 30px solid #2d2d2d;
border-bottom: 90px solid #2d2d2d;
border-right: 90px solid #2d2d2d;
}

@media all and (min-width: 1920px) {
  .borders-r.borders-dark {
    border-top: 120px solid #2d2d2d;
    border-left: 60px solid #2d2d2d;
    border-bottom: 120px solid #2d2d2d;
    border-right: 120px solid #2d2d2d;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-r.borders-dark {
    border-top: 90px solid #2d2d2d;
    border-left: 30px solid #2d2d2d;
    border-bottom: 90px solid #2d2d2d;
    border-right: 90px solid #2d2d2d;
  }
}


/* 30. link effect */
a.link-effect {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

a.link-effect::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #fff;
-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);
}

a.link-effect.link-effect-dark::after {
background-color: #5f5f5f;
}

a:hover.link-effect::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);
}


/* 31. videos */
/* Vimeo video */
.vimeo-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
  
  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #111;
z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
border: none;
}


/* YouTube video */
.YT-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

#videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #111;
z-index: 0;
}


/* 32. ken burns slideshow */
.kenburns-slide-wrapper {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
background: #111;
}

.kenburns-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
   -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
     -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
        animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.kenburns-slide-1 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
-webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
     -o-animation-delay: 6s;
        animation-delay: 6s;
}

.kenburns-slide-3 {
-webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
     -o-animation-delay: 12s;
        animation-delay: 12s;
}

.kenburns-slide-4 {
-webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
     -o-animation-delay: 18s;
        animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
	    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
 100% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 33. Magnific Popup CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
left: 15px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
}

.mfp-close {
font-weight: 500!important;
color: #fff!important;
cursor: pointer!important;
}

.mfp-arrow-left,
.mfp-arrow-right {
z-index: 99998!important;
}

.mfp-bg {
z-index: 99996!important;
}

.mfp-wrap {
z-index: 99997!important;
}

.mfp-content {
z-index: 99998!important;
}

.mfp-close,
.mfp-arrow {
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 34. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
top: 25px;
left: 25px;
font-weight: 500!important;
}

@media all and (min-width: 1920px) {
  .lity-close {
    top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .lity-close {
    top: 25px;
    left: 25px;
  }
}

.lity-close:active {
top: 25px;
left: 25px;
}

@media all and (min-width: 1920px) {
  .lity-close:active {
    top: 40px;
    left: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .lity-close:active {
    top: 25px;
    left: 25px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 35. Swiper CUSTOM */
.hero-slider-bg-controls {
position: absolute;
right: 35px;
bottom: 35px;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .hero-slider-bg-controls {
    right: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .hero-slider-bg-controls {
    right: 35px;
	bottom: 35px;
  }
}

.swiper-slide-controls {
display: inline-block;
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;
font-size: 16px;
color: #111;
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls.slide-prev {
margin-right: 6px;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
-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;
}

.swiper-slide-controls.swiper-button-disabled,
.swiper-slide-controls.swiper-button-disabled:hover {
display: inline-block;
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;
font-size: 16px;
color: #fff!important;
background: #2d2d2d!important;
cursor: default!important;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.swiper-slide-controls: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;
color: #111;
background: #fff;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.parallax .swiper-container {
left: 0;
}

.parallax .swiper-slide {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.parallax .parallax-bg {
position: absolute;
width: 130%;
height: 100%;
left: 0;
top: 0;
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;
}

.parallax .swiper-slide .text {
position: absolute;
width: 50%;
right: auto;
left: 35px;
bottom: 80px;
padding: 0 140px 0 0;
 -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: 2;
}

@media all and (min-width: 1920px) {
  .parallax .swiper-slide .text {
	left: 50px;
    bottom: 110px;
    padding: 0 300px 0 0;
  }
}

@media only screen and (max-width: 995px) {
  .parallax .swiper-slide .text {
    width: auto;
    bottom: 115px;
	padding: 0 35px 0 0;
  }
}


/* 36. Slick CUSTOM */
.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
height: 100%!important;
}

.slick-about,
.slick-contact {
position: relative;
width: 100%;
height: auto;
top: -80px;
background: #111;
cursor: grab;
}

@media all and (min-width: 1920px) {
  .slick-about,
  .slick-contact {
    top: -120px;
  }
}

@media only screen and (max-width: 995px) {
  .slick-about,
  .slick-contact {
    top: 0;
  }
}

.slick-about {
width: 100.5%;
}

@media only screen and (max-width: 995px) {
  .slick-about {
    width: 100%;
  }
}

.slick-fullscreen-slideshow-zoom-fade {
position: relative;
width: 100%;
/* height: auto; */
height: 100%!important;
/* top: -100px; */
background: #111;
cursor: grab;
}


/* slick fullscreen slideshow */
.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}

.slick-fullscreen-img-fill img {
position: relative;
display: inline-block;
min-width: 100%;
max-width: none;
min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
/* height: 100vh; */
height: 100%!important;
background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
position: relative;
width: auto;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
position: absolute;
width: 100%;
height: 5px;
left: 0;
bottom: 0;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, .25);
list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
position: absolute;
float: left;
width: 0;
height: 5px;
left: -5px;
background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
width: 100%;
-webkit-animation: progressDots 4s both;
   -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
     -o-animation: progressDots 4s both;
        animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
display: none;
float: left;
height: 100%;
}

.slick-initialized .slick-slide {
display: block;
}


/* slick fullscreen slideshow ZOOM/FADE transition */
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
   -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
     -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
        transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}


/* slick NAV  */
.slick-nav-custom-about,
.slick-nav-custom-contact {
position: absolute;
width: 114px!important;
max-width: 114px;
height: 50px;
right: 35px;
bottom: 35px;
margin: 0;
overflow: hidden;
}

@media all and (min-width: 1920px) {
  .slick-nav-custom-about,
  .slick-nav-custom-contact {
    right: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .slick-nav-custom-about,
  .slick-nav-custom-contact {
    right: 35px;
	bottom: 35px;
  }
}

.slick-prev {
left: 3px;
}

.slick-next {
right: 0;
}

.slick-prev,
.slick-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;
text-align: center;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before,
.slick-next:before {
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;
text-align: center;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:hover,
.slick-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;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-arrow.slick-disabled {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff!important;
background: #2d2d2d!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;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
color: #fff!important;
background: #2d2d2d!important;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 37. fullPage CUSTOM */
@media only screen and (max-width: 995px) {
  #fullpage {
    overflow-x: hidden;
  }
}

#fp-nav.right,
#fp-nav.left {
z-index: -1!important;
display: none;
visibility: hidden;
}


/* 38. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-works,
.owl-nav-custom-news {
position: absolute;
width: 114px!important;
max-width: 114px;
height: 50px;
right: 35px;
bottom: 35px;
margin: 0;
overflow: hidden;
}

@media all and (min-width: 1920px) {
  .owl-nav-custom-works,
  .owl-nav-custom-news {
    right: 50px;
	bottom: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .owl-nav-custom-works,
  .owl-nav-custom-news {
    right: 35px;
	bottom: 35px;
  }
}

.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: #2d2d2d!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;
}


/* 39. divider */
.inner-divider,
.inner-divider-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 50px;
}

.inner-divider-half {
height: 25px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 15px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}


/* text shadow */
.text h2.section-subheading,
.works-page-img-carousel-text h2.section-subheading,
.works-page-img-carousel-text h2.section-heading,
.news-page-img-carousel-text h2.section-subheading,
.news-page-img-carousel-text h2.section-heading,
.news-page-img-carousel-text .all-txt {
 -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;
}


/* finals */
.borders-l,
.borders-r {
display: none;
visibility: hidden;
}

#news-page-img-carousel,
#works-page-img-carousel,
.swiper-container,
.section-inner,
.section-bg-home,
.section-bg-all {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.slick-about,
.slick-contact {
top: 0;
}

ul.social-icons a,
ul.social-icons a:hover {
color: #fff;
}

.bottom-credits {
color: #fff;
}

.bottom-credits a,
.bottom-credits a:hover {
color: #fff;
}

h3.section-heading.section-heading-dark {
color: #fff;
}

h3.section-heading span {
color: #fff;
}

h3.section-heading.section-heading-dark span {
color: #fff;
}

h3.section-heading.section-heading-dark span:before {
border-top: 1px solid #fff;
}


/* NEW - news blog */
.the-button-wrapper.the-button-wrapper-details {
display: inline-block;
margin-right: 20px;
width: auto!important;
}

h2.section-subheading.section-subheading-details {
padding-left: 15px;
}

.inner-divider-full {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-full {
height: 100px;
}

.the-button-wrapper {
width: 250px!important;
}

.blog-body {
padding: 0 15px;
}

/* news blog content */
.news-blog .blog-content {
position: relative;
width: 100%;
height: 100%;
background: #151515;
z-index: 0;
}

.news-blog .blog-content {
padding: 180px 0 150px 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-blog .blog-content p {
text-align: left;
margin-bottom: 30px;
}

.news-blog .blog-content p.item-intro {
font-family: 'Raleway', sans-serif;
padding: 10px 0 0 0;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #5f5f5f;
text-align: center;
}

.news-blog .blog-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px;
}

.news-blog .blog-content img {
margin: 0;
}

.news-blog p,
.blog-quote p {
color: #5f5f5f;
}

.blog-quote p {
font-size: 30px;
color: #fdfdfd;
font-weight: 600;
padding: 0 100px;
margin: 0;
}

@media only screen and (max-width: 880px) {
  .blog-quote p {
    font-size: 20px;
	padding: 0;
  }
}

.blog-line {
position: absolute;
left: 0; 
right: 0; 
margin-left: 130px;
margin-right: auto; 
width: 150px!important;
height: 1px;
background: #e0e0e0;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .blog-line {
    margin-left: 30px;
  }
}

.blog-line:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #111;
-webkit-animation: blog-line 2s linear infinite both;
   -moz-animation: blog-line 2s linear infinite both;
        animation: blog-line 2s linear infinite both;
z-index: 2;
}

@keyframes blog-line {
  0% {
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
			transform: scale(0, 1);
  }
  45% {
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
			transform: scale(1, 1);
  }
  55% {
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
			transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
			transform: scale(0, 1);
  }
}


/* news blog comments */
.blog-comments {
width: 100%;
margin: 0 auto;
padding: 0;
line-height: 1;
}

.comments {
text-align: left;
}

.comments article {
position: relative;
margin: 0 auto;
}

.profile-photo {
display: block;
text-align: left;
margin: 0;
}

.comments article img {
width: 80px;
height: 80px;
border-width: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
margin: 15px auto 30px auto;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h4 a,
.comment-responce h4 a:hover,
.comment-responce h4 a:visited,
.comment-responce h4 a:active,
.comment-responce h4 a:focus {
color: #e0e0e0!important;
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
}

.comment-responce {
padding-left: 75px;
}


/* news blog sidebar */
.blog-sidebar-wrapper {
margin: -22px 0 0 0;
}

@media only screen and (max-width: 880px) {
  .blog-sidebar-wrapper {
    margin-top: 22px;
    margin-bottom: 50px;
  }
}

.blog-sidebar {
margin: 30px 0 0 0;
}

.blog-side-heading {
background: #111;
-webkit-border-radius: 50px;
   -moz-border-radius: 50px;
    -ms-border-radius: 50px;
     -o-border-radius: 50px;
        border-radius: 50px;	
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.05em;
margin: 0 0 -2px 0;
padding: 0; padding: 20px 0;
 -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;
}

.blog-side-text-wrapper {
border-bottom: 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;
cursor: pointer;
}

.blog-side-text-wrapper:hover {
background: none;
}

.blog-side-text p:first-child {
padding-top: 30px;
}

.blog-side-text p {
text-align: center!important;
font-size: 13px;
font-weight: 600;
}