﻿/*
  [CSS Index]
*/

 
/* 
  1. TEMPLATE BACKGROUNDS
    1.1. about IMG BACKGROUND
    1.2. history IMG BACKGROUND
    1.3. works IMG BACKGROUND
	1.4. news IMG BACKGROUND
	1.5. home IMG BACKGROUND
	1.6. home parallax IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. dot
  5. center container
  6. link effect
  7. to top arrow
  8. preloader
  9. hero
  10. the line
  11. navigation
  12. section txt
  13. section subtitle
  14. section title
  15. vertical lines
  16. works
    16.1. works showcase
	16.2. works full IMG
  17. IMG carousel
  18. post box
  19. logo
  20. services panel
  21. background color
  22. intro
  23. button
  24. overlay
  25. post
  26. contact
    26.1. social icons
  27. Swiper CUSTOM
  28. Owl Carousel CUSTOM
  29. Magnific Popup CUSTOM
  30. Lity CUSTOM
  31. headers
  32. mistify slideshow
  33. divider
  34. blog
  35. home parallax
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. about IMG BACKGROUND */
.works-list .works-list-bg.about-list-bg {
background-image: url(../img/15/about/1.jpg);
}


/* 1.2. history IMG BACKGROUND */
.carousel-item-history-01 {
background-image: url(../img/15/history/1.jpg);
}

.carousel-item-history-02 {
background-image: url(../img/15/history/2.jpg);
}

.carousel-item-history-03 {
background-image: url(../img/15/history/3.jpg);
}

.carousel-item-history-04 {
background-image: url(../img/15/history/4.jpg);
}


/* 1.3. works IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1-1 {
background-image: url(../img/15/works/1.jpg);
}

.works-list .works-list-bg.works-list-bg-2-1 {
background-image: url(../img/15/works/2.jpg);
}

.works-list .works-list-bg.works-list-bg-3-1 {
background-image: url(../img/15/works/3.jpg);
}

.works-list .works-list-bg.works-list-bg-4-1 {
background-image: url(../img/15/works/4.jpg);
}


/* 1.4. news IMG BACKGROUND */
.works-list .works-list-bg.news-list-bg-1-1 {
background-image: url(../img/15/news/1.jpg);
}

.works-list .works-list-bg.news-list-bg-2-1 {
background-image: url(../img/15/news/2.jpg);
}

.works-list .works-list-bg.news-list-bg-3-1 {
background-image: url(../img/15/news/3.jpg);
}

.works-list .works-list-bg.news-list-bg-4-1 {
background-image: url(../img/15/news/4.jpg);
}


/* 1.5. home IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/15/background/1.jpg);
}

.bg-img-2 {
background-image: url(../img/15/background/2.jpg);
}

.bg-img-3 {
background-image: url(../img/15/background/3.jpg);
}

.bg-img-4 {
background-image: url(../img/15/background/4.jpg);
}


/* 1.6. home parallax IMG BACKGROUND */
.parallax-title.parallax-title-home {
background-image: url(../img/15/background/parallax-title-home.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: left;
color: #5f5f5f;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

a {
color: #111;
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: #111;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
font-size: 15px;
font-weight: 600;
letter-spacing: 0.05em;
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;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p.light {
color: #fff;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 3.1. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}


/* 4. dot */
.dot {
position: relative;
width: 16px!important;
height: 16px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 16px auto;
text-align: center;
background: #8a877a;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 10;
}

.dot:after {
content: "";
position: absolute;
width: 10px;
height: 10px;
top: 3px;
left: 3px;
background: #8a877a;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-animation: pulse 2s infinite;
   -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
     -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
-webkit-transform-origin: center center;
        transform-origin: center center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(4.5);
	opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4.5);
	opacity: 0;
  }
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
z-index: 15;
}

.center-block {
display: table-cell;
vertical-align: middle;
}

.center-container-menu {
position: relative;
display: table;
width: 100%;
height: 100%;
}

.center-block-menu {
display: table-cell;
vertical-align: middle;
}


/* 6. 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;
-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);
background-color: #b2b2b2;
}

a.link-effect.link-effect-contact::after {
bottom: -7px;
}

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);
}


/* 7. to top arrow */
.to-top-arrow {
position: fixed;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
left: 0; 
right: 0;
bottom: -10px;
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
overflow: hidden;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 115;
}

.to-top-arrow.show {
bottom: 30px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1200px) {
  .to-top-arrow.show {
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 8. preloader */
.preloader-bg,
#preloader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
display: table;
table-layout: fixed;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 9. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 2;
}

.hero-bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}

.hero-center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
z-index: 1;
}

.hero-center-block {
display: table-cell;
vertical-align: middle;
}


/* 10. the line */
.the-line {
position: relative;
width: 1px;
height: 80px;
background: #5e5e5e;
margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}


/* 11. navigation */
/* navigation panels overlay */
.panel-overlay-from-left {
position: fixed;
width: 26%;
height: 100%;
overflow: hidden;
top: 0;
left: -100%;
background: rgba(0, 0, 0, .7);
-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;
}

@media only screen and (max-width: 768px) {
  .panel-overlay-from-left {
	width: 0;
  }
}

.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: 75%;
height: 100%;
overflow: hidden;
top: 0;
right: -100%;
-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;
}

@media only screen and (max-width: 768px) {
  .panel-overlay-from-right {
	width: 100%;
  }
}

.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)";
}


/* navigation panels */
.panel-from-left {
position: fixed;
width: 26%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
top: 0;
left: -100%;
-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;
}

@media only screen and (max-width: 768px) {
  .panel-from-left {
	width: 0;
  }
}

.panel-from-left.open {
left: 0;
}

.panel-from-right {
position: fixed;
width: 75%;
height: 100%;
overflow-x: hidden;
overflow-y: 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: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 200;
}

@media only screen and (max-width: 768px) {
  .panel-from-right {
	width: 100%;
  }
}

.panel-from-right.open {
right: 0;
}


/* navigation icon */
.round-menu-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
background: none;
z-index: 1001;
}

.round-menu.direction {
background: #111;
top: 50px;
right: 50px;	
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

@media only screen and (max-width: 768px) {
  .round-menu.direction {
	top: 30px;
    right: 30px;
  }
}

.round-menu {
position: absolute;
display: block;
width: 60px;
height: 60px;
top: 35px;
right: 35px;
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition-property: color, -webkit-transform;
        transition-property: color, -webkit-transform;
        transition-property: transform, color;
        transition-property: transform, color, -webkit-transform;	
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
overflow: hidden;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .round-menu {
    top: 15px;
    right: 15px;
  }
}

.round-menu::before {
content: "";
position: absolute;
display: block;
width: 60px;
height: 60px;
top: -webkit-calc(50% - 30px);
top: -moz-calc(50% - 30px);
top: calc(50% - 30px);
left: -webkit-calc(50% - 30px);
left: -moz-calc(50% - 30px);
left: calc(50% - 30px);
background: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
-webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
-webkit-transform: scale(0.75);
        transform: scale(0.75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 0;
}

.round-menu.direction.round-menu::before {
background: #111;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
position: absolute;
display: block;
width: 5px;
height: 5px;
top: -webkit-calc(50% - 3px);
top: -moz-calc(50% - 3px);
top: calc(50% - 3px);
left: -webkit-calc(50% - 3px);
left: -moz-calc(50% - 3px);
left: calc(50% - 3px);
background: #fff;
-webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
        transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 1;
}

.round-menu.direction .dot-1,
.round-menu.direction .dot-2,
.round-menu.direction .dot-3 {
background: #fff;
}

.round-menu .dot-1 {
-webkit-transform: translateX(-12px);
        transform: translateX(-12px);
}

.round-menu .dot-3 {
-webkit-transform: translateX(12px);
        transform: translateX(12px);
}

.round-menu:hover::before {
-webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
mix-blend-mode: exclusion;
background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
-webkit-transform: translateX(0);
        transform: translateX(0);
}


/* navigation links */
nav.navigation-menu {
position: relative;
width: 100%;
height: 100%;
background: none;
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;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: auto!important;
cursor: pointer;
}

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 li {
margin: 0 auto 15px auto;
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu li {
    margin: 0 auto 10px auto;
  }
}

nav.navigation-menu li:last-child {
margin: 0;
}

nav.navigation-menu a {
font-family: 'Syne', sans-serif;
font-size: 50px;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.04em;
text-decoration: none;
color: #e0e0e0;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
	font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
	font-size: 20px;
  }
}

nav.navigation-menu a.active {
/* color: #bc002d; */
}


/* center container menu */
.center-container-menu {
position: relative;
display: table;
width: 100%;
height: 100%;
}

.center-block-menu {
display: table-cell;
vertical-align: middle;
}


/* 12. section txt */
.section-txt p {
text-align: left;
}

.section-txt a,
.section-txt a:hover {
text-decoration: none;
font-weight: 600;
}


/* 13. section subtitle */
.subtitle {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
color: #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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 15px;
  }
}

.subtitle.subtitle-light {
color: #fff;
}

.subtitle.subtitle-light {
text-align: center;
}

.subtitle.subtitle-light.subtitle-light-2 {
text-align: left;
}


/* 14. section title */
h1.main-title {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
/*
font-size: 75px;
margin: 0 auto -7px auto;
*/
font-size: 65px;
margin: 0 auto -14px auto;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    /* font-size: 105px;
	margin: 0 auto -11px auto; */
	font-size: 75px;
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 65px;
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 45px;
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 30px;
	margin: -5px auto;
  }
}

h1.main-title.main-title-main {
margin: -14px auto;
}

@media all and (min-width: 1920px) {
  h1.main-title.main-title-main {
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title.main-title-main {
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title.main-title-main {
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title.main-title-main {
	margin: -5px auto;
  }
}


h2.main-title {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
/*
font-size: 75px;
margin: 0 auto -7px auto;
*/
font-size: 65px;
margin: 0 auto -14px auto;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  h2.main-title {
    /* font-size: 105px;
	margin: 0 auto -11px auto; */
	font-size: 75px;
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h2.main-title {
    font-size: 65px;
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.main-title {
    font-size: 45px;
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.main-title {
    font-size: 30px;
	margin: -5px auto;
  }
}

h2.main-title.main-title-main {
margin: -14px auto;
}

@media all and (min-width: 1920px) {
  h2.main-title.main-title-main {
    margin: -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h2.main-title.main-title-main {
	margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.main-title.main-title-main {
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.main-title.main-title-main {
	margin: -5px auto;
  }
}


.main-title.main-title-all {
color: #111;
text-align: center;
}

.main-title.main-title-all span {
color: #111;
}

@media only screen and (max-width: 768px) {
  .main-title.main-title-all {
    font-size: 30px;
  }
}

.main-title.main-title-home {
font-size: 30px;
margin: 0 auto -2px auto;
text-transform: uppercase;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .main-title.main-title-home {
    font-size: 50px;
  }
}


/* 15. vertical lines */
.vertical-lines-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

.vertical-lines {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.vertical-effect {
position: relative;
width: 25%;
height: 100%;
float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-right: 1px solid rgba(119, 119, 119, .2);
}

.vertical-effect::before {
content: "";
position: absolute;
display: block;
width: 3px;
-webkit-animation-direction: normal;
   -moz-animation-direction: normal;
    -ms-animation-direction: normal;
     -o-animation-direction: normal;
        animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
content: "";
position: absolute;
right: -2px;
}

.vertical-effect:first-child::before {
top: 0;
-webkit-animation: raindrop 6s ease-out infinite;
   -moz-animation: raindrop 6s ease-out infinite;
    -ms-animation: raindrop 6s ease-out infinite;
     -o-animation: raindrop 6s ease-out infinite;
        animation: raindrop 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
background: -ms-linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
background: linear-gradient(top, rgba(138, 135, 122, 0), rgba(138, 135, 122, 1));
}

.vertical-effect:last-child::before {
bottom: 0;
-webkit-animation: raindrop-reverse 6s ease-out infinite;
   -moz-animation: raindrop-reverse 6s ease-out infinite;
    -ms-animation: raindrop-reverse 6s ease-out infinite;
     -o-animation: raindrop-reverse 6s ease-out infinite;
        animation: raindrop-reverse 6s ease-out infinite;
background: -webkit-linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
background: -ms-linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
background: linear-gradient(top, rgba(138, 135, 122, 1), rgba(138, 135, 122, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}


/* 16. works */
.works-list .works-list-wrapper {
margin: -40px 0 0 0;
padding: 0 0 150px 0;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.works-list .works-list-wrapper.works-list-wrapper-home {
padding: 0;
}

.works-list .works-list-item {
position: relative;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.works-list .works-list-item:not(:first-of-type) {
margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg {
left: 0;
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg.works-list-bg-reverse {
left: auto;
right: 0;
}

.works-list .works-list-item:nth-of-type(even) .works-list-bg {
right: 0;
}

.works-list .works-list-item-container {
max-width: 100%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.works-list .works-list-row {
position: relative;
z-index: 2;
}

.works-list .works-list-content {
padding: 150px 150px;
background: #e9e9e6;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-content {
    padding: 55px 55px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    padding: 0 40px;
	margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .works-list .works-list-content {
    padding: 0 30px;
  }
}

.works-list .works-list-bg {
position: absolute;
width: calc(50% + 150px);
height: calc(100% + 300px);
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-bg {
    width: calc(50% + 130px);
	height: calc(100% + 120px)
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 580px;
    -webkit-transform: none;
            transform: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.works-list .works-list-bg.works-list-bg-home {
position: relative;
width: 100%;
max-width: 100%;
height: auto;
min-height: 580px;
-webkit-transform: none;
        transform: none;
padding-top: 50%;
-webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.works-list-content-wrapper {
padding-top: 190px;
margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .works-list-content-wrapper {
    padding-top: 60px
  }
}

.works-list-content-wrapper.works-list-content-wrapper-home {
padding-top: 0;
}

.container-custom {
width: 100%;
padding-left: 0;
padding-right: 0;
margin-right: auto;
margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
	padding: 0;
  }
}

.col-md-6-custom {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}


/* 16.1. works showcase */
.showcase {
position: relative;
display: block;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 2;
}

.showcase .showcase-img-right {
width: 50%;
float: right;
}

.showcase .showcase-img-left {
width: 50%;
float: left;
}

@media only screen and (max-width: 995px) {
  .showcase .showcase-img-right,
  .showcase .showcase-img-left {
    width: 100%;
	float: none;
  }
}

.showcase .showcase-img-right img,
.showcase .showcase-img-left img {
position: relative;
display: inline-block;
width: 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;
float: left;
overflow: hidden;
}


/* 16.2. works full IMG */
.works-section {
margin: 0;
}

.works-section .box-img {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 2;
}

.row.no-gutter {
margin-left: 0;
margin-right: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
padding-left: 0;
padding-right: 0;
}

.no-mrg-pdg {
margin: 0;
padding: 0;
}

.img-fullwidth-all img {
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 17. IMG carousel */
.carousel-item-img-wrapper {
position: relative;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
height: auto;
}

.carousel-item-all {
position: relative;
width: 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;
}

.carousel-item-all {
height: 70vh;
}


/* 18. post box */
.post-box-inner {
margin: 0;
}

.post-spacing {
padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .post-spacing {
    padding: 0 30px;
  }
}

.post-spacing-2 {
padding: 0 35px;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-2 {
	padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-2 {
    padding: 0;
  }
}

.post-spacing-3 {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
background: none;
padding: 0;
}

@media only screen and (max-width: 1200px) {
  .post-spacing-3 {
    margin-left: 0;
    margin-right: 0;
	padding: 0 10px;
  }
  
  .container.container-fix {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .post-spacing-3 {
    margin-left: -10px;
    margin-right: -10px;
	padding: 0;
  }
}


/* 19. logo */
.logo {
position: absolute;
display: inline-block;
top: 50px;
left: 50px;
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 .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;
cursor: pointer;
z-index: 150;
}

@media only screen and (max-width: 768px) {
  .logo {
	top: 30px;
    left: 30px;
  }
}

.logo-img::before {
content: "";
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-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;
}

.logo .logo-img::before {
background: url(../img/15/logo.png) no-repeat;
}


/* 20. services panel */
.panel-wrapper {
position: relative;
background: none;
width: 100%;
height: calc(100% + 300px);
margin: 5px auto -15px -15px;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .panel-wrapper {
	margin: 5px auto -15px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .panel-wrapper {
	margin: 5px auto -15px -10px;
  }
}

.panel-title {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .panel-title {
    font-size: 15px;
  }
}

.panel-group .panel {
border: none;
background: none;
box-shadow: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
}

.panel-group .panel .panel-heading {
border: none;
background: none;
}

.panel-group .panel .panel-heading h4 a {
display: block;
background: none;
padding: 15px;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
background: none;
-webkit-transition: 0.15s all ease-in-out;
   -moz-transition: 0.15s all ease-in-out;
    -ms-transition: 0.15s all ease-in-out;
     -o-transition: 0.15s all ease-in-out;
        transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
content: "\f209";
font-family: "Ionicons";
}

.ion {
font-size: 15px;
}

.panel-group .panel .panel-heading h4 a i {
position: relative;
display: block;
top: 8px;
left: -30px;
color: #fff;
text-align: center;
}

@media only screen and (max-width: 768px) {
  .panel-group .panel .panel-heading h4 a i {
    top: 4px;
  }
}

.panel-group .panel .panel-body {
padding-top: 0;
}

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
border-top: none;
background: none;
text-align: center;
padding: 50px 0;
}

.panel-group .panel + .panel {
border: none;
margin-top: 0; 
}

.panel-body p {
text-align: left;
}


/* 21. background color */
.bg-light {
background: #d3d3cd;
}


/* 22. intro */
.intro {
position: relative;
font-family: 'Syne', sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1.5;
text-align: left;
letter-spacing: normal;
color: #111;
margin: 0 0 20px 0;
padding: 0;
z-index: 2;
}

.intro span {
color: #111;
}


/* 23. button */
.more-wraper-center {
position: relative;
width: 120px!important;
top: 50%;
text-align: left;
left: -15px;
z-index: 1;
}

.more-wraper-center.more-wraper-center-home,
.more-wraper-center.more-wraper-center-form {
width: 120px!important;
height: 220px!important;
text-align: center!important;
left: auto;
margin: 0 auto;
}

.more-wraper-center.more-wraper-center-home {
/* margin: -30px auto 0 auto; */
margin: -80px auto 0 auto;
}

.more-button-txt-center {
position: relative;
top: 10px;
left: 60px;
width: 120px!important;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
color: #fff!important;
margin: 0 auto;
}

.more-button-txt-center.more-button-txt-center-home {
top: 110px;
}

.more-button-txt-center.more-button-txt-center-form {
top: 105px;
}

.more-button-txt-center {
font-family: 'Syne', sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
 -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) {
  .more-button-txt-center {
	font-size: 11px;
  }
}


/* button effect */
a.button-effect,
.button-effect {
padding: 0;
background-color: transparent;
overflow: visible;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .2; opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0
  }
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
content: "";
position: absolute;
width: 80px;
height: 80px;
top: -webkit-calc(50% - 40px);
top: -moz-calc(50% - 40px);
top: calc(50% - 40px);
left: -webkit-calc(50% - 40px);
left: -moz-calc(50% - 40px);
left: calc(50% - 40px);
right: auto;
bottom: auto;  
-webkit-transform: none;
        transform: none;
-webkit-transform-origin: center center;
        transform-origin: center center;
-webkit-animation: pulse 4s linear infinite;
        animation: pulse 4s linear infinite;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border: 1px solid #fff;
border-radius: 50%;
background-color: transparent;
}

a.button-effect::after,
.button-effect::after {
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

a.button-effect .pulse::after,
.button-effect .pulse::after {
-webkit-animation-delay: 3s;
        animation-delay: 3s;
}

a.button-effect .pulse::before,
.button-effect .pulse::before {
-webkit-animation-delay: 2s;
        animation-delay: 2s;
}


/* 24. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark:before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
background: rgba(0, 0, 0, .45);
}


/* 25. post */
.post-title {
position: relative;
font-family: 'Syne', sans-serif;
font-weight: 400;
line-height: 1.5;
color: #fff;
text-align: center;
 -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;
}


/* 26. contact */
#contact-form {
width: 100%;
margin: -10px auto 0 auto;
padding: 0;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #b2b2b2;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #b2b2b2;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #b2b2b2;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: 600;
text-align: center;
color: #b2b2b2;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form textarea {
margin: 15px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
border-color: #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;
}

#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: 600;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #b2b2b2;
margin: 0;
padding: 25px 0 0 15px;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#form .error {
position: absolute;
display: block;
width: 200px!important;
left: 0;
right: 0;
margin: 0 auto;
padding: 0;
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #b2b2b2;
letter-spacing: 0.15em;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}

::-webkit-input-placeholder { font-size: 13px; color: #b2b2b2; }
     :-ms-input-placeholder { font-size: 13px; color: #b2b2b2; }
         ::-moz-placeholder { font-size: 13px; color: #b2b2b2; }
     input:-moz-placeholder { font-size: 13px; color: #b2b2b2; }

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; }

button {
border: none;
background: none;
outline: none;
}

button.more-button-wrapper {
margin: 5px auto 0 auto;
}


/* 26.1. social icons */
.social-icons {
position: relative;
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
text-align: left;
color: #5f5f5f;
margin: 10px auto 0 auto;
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;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

@media only screen and (max-width: 995px) {
  .social-icons {
    margin: 10px 0 0 0;
  }
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-weight: 800;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #5f5f5f;
padding: 0 10px;
}


/* 27. Swiper CUSTOM */
/* CUSTOM 1 */
.swiper-slide-pagination {
position: absolute;
width: 8px;
right: 57px;
bottom: 45px;
line-height: 2;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    right: 37px;
    bottom: 25px;
  }
}

.swiper-slide-pagination::before {
content: "";
position: absolute;
top: -50px;
left: 0;
right: 0;
bottom: -50px;
background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
position: relative;
width: 100%;
height: 6px;
background: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 50%;
left: 50%;
margin: -4px 0 0 -1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
-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: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
-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: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
background: #fff;
}

.circle-svg {
position: absolute;
left: 0;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle {
stroke-dasharray: 400px;
}

.circle {
stroke-dashoffset: 400px;
}


/* CUSTOM 2 */
.hero-slider-bg-controls {
position: absolute;
left: 110px;
bottom: 50px;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    left: 90px;
    bottom: 30px;
  }
}

.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: #fff;
background: none;
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: 6px;
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: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;
background: none;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}


/* CUSTOM 3 */
.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg circle,
.circle {
fill: none;
stroke: #fff;
stroke-dasharray: 3;
stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 4s stroke-dashoffset;
        transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 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: 16px;
color: #fff;
background: none;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	left: 30px;
    bottom: 30px;
  }
}

.swiper-slide-controls-play-pause: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;
background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-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-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f478";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: none;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

/*
.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .8s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .8s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .8s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .8s;
        transition: opacity .6s ease-in-out, transform 2s ease .8s;
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*/

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .8s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .8s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .8s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .8s;
        transition: opacity .6s ease-in-out, transform 2s ease .8s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
/*
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
*/
}

.swiper-slide-active .swiper-slide-inner-bg {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: absolute;
width: 100%!important;
top: 50%;
left: 50%;
bottom: auto;
margin: 0;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
-webkit-transition: opacity 1.8s ease .8s;
   -moz-transition: opacity 1.8s ease .8s;
    -ms-transition: opacity 1.8s ease .8s;
     -o-transition: opacity 1.8s ease .8s;
        transition: opacity 1.8s ease .8s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* HTML5 video */
video { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}


/* 28. Owl Carousel CUSTOM */
.owl-carousel {
cursor: grab;
}

.owl-nav-custom-history,
.owl-nav-custom-works,
.owl-nav-custom-news {
position: relative;
width: 114px!important;
max-width: 114px;
height: 50px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 19px auto 0 auto;
text-align: center;
overflow: hidden;
}

.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
text-align: center;
}

.owl-prev {
left: 0;
}

.owl-next {
left: 60px;
}

.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: #111!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;
}


/* 29. 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)";
}


/* 30. Lity CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
background: rgba(0, 0, 0, .55);
}

.lity-close {
top: 40px;
left: 40px;
font-weight: 500!important;
}

@media only screen and (max-width: 768px) {
  .lity-close {
    top: 20px;
    left: 20px;
  }
}

.lity-close:active {
top: 40px;
left: 40px;
}

@media only screen and (max-width: 768px) {
  .lity-close:active {
    top: 20px;
    left: 20px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-shadow: none;
}


/* 31. headers */
.intro {
font-size: 40px;
margin: 0 auto -1px auto;
}

@media all and (min-width: 1920px) { 
  .intro {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    font-size: 20px;
  }
}

.intro span {
font-size: 40px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro span {
    font-size: 20px;
  }
}

.intro.intro-all {
font-size: 30px;
margin: 0 auto -2px auto;
text-transform: uppercase;
line-height: 1.25;
}

@media all and (min-width: 1920px) {
  .intro.intro-all {
    font-size: 50px;
  }
}

.more-wraper {
margin: 3px auto;
}

.more-wraper.more-wraper-form {
margin: 19px auto 0 auto;
}

.section-txt p {
margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0;
  }
}

.post-title {
font-size: 20px;
margin: 0 auto -2px auto;
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 15px;
  }
}

.owl-nav-custom-history,
.owl-nav-custom-works,
.owl-nav-custom-news {
margin: 3px auto;
}


/* 32. mistify slideshow */
.mistify {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
}

.mistify__slide {
position: relative;
width: 100%;
height: 100%;
-webkit-background-size: cover;
   -moz-background-size: cover;
        background-size: cover;
background-position: center;
overflow: hidden;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 0;
}

.mistify__slide img {
display: none;
}

.mistify__slide--active {
position: absolute;
top: 0;
left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 1;
}

.mistify__slide-content {
position: absolute;
display: none;
top: 50%;
left: 10%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.mistify__slide-title,
.mistify__slide-title span,
.mistify__info-title,
.mistify__info-title span {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 75px;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: 50px auto;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 105px;
	margin: 75px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 65px;
	margin: 50px auto;
  }
}

@media only screen and (max-width: 995px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 35px;
  }
}


.mistify__slide-title,
.mistify__slide-title span,
.mistify__info-title,
.mistify__info-title span {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 900;
/*
font-size: 75px;
margin: 0 auto -7px auto;
*/
font-size: 65px;
margin: 36px auto;
text-align: center!important;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
width: 100%;
line-height: 1.15;
position: relative;
z-index: 3;
}

@media all and (min-width: 1920px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    /* font-size: 105px;
	margin: 0 auto -11px auto; */
	font-size: 75px;
    margin: 58px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 65px;
	margin: 36px auto;
  }
}

@media only screen and (max-width: 995px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 45px;
	margin: 41px auto;
  }
}

@media only screen and (max-width: 768px) {
  .mistify__slide-title,
  .mistify__slide-title span,
  .mistify__info-title,
  .mistify__info-title span {
    font-size: 30px;
	margin: 45px auto;
  }
}


.mistify__slide-description,
.mistify__info-description {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .mistify__slide-description,
  .mistify__info-description {
    font-size: 15px;
  }
}

.mistify__info--active .mistify__info-description {
-webkit-animation: slideInRight 1.3s;
        animation: slideInRight 1.3s;
}


.mistify__slide-description,
.mistify__info-description {
font-family: 'Syne', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}


.mistify__info-more {
display: inline-block;
position: relative;
margin: 0 auto 0 -60px;
color: #fff;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .3s;
        transition: .3s;
}


.mistify__info-more {
font-family: 'Syne', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}


.mistify__info-more::before {
content: "";
position: absolute;
height: 3px;
bottom: -5px;
left: -6px;
right: -6px;
background-color: #fff;
-webkit-transition: .3s;
        transition: .3s;
z-index: -1;
}

.mistify__info-more:hover::before {
bottom: -15px;
}

.mistify__slide-timestamp {
display: none;
}

.mistify__info-container {
position: absolute;
width: 100%;
max-width: 100%;
margin: 0 auto;
text-align: center;
left: 0;
top: 50%;
margin: 0;
padding: 0;
list-style-type: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
z-index: 5;
}

.mistify__info {
display: none;
}

.mistify__info a {
text-decoration: none;
}

.mistify__info--active {
display: block;
}

.mistify__info--active:hover .mistify__info-more {
margin-left: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mistify__info--active .mistify__info-title {
-webkit-animation: slideInLeft 1.3s;
        animation: slideInLeft 1.3s;
}

.mistify__mask-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.mistify__mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 2;
}

.mistify__mask img {
position: absolute;
min-width: 100%;
min-height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
        transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
}

.mistify__mask--active {
-webkit-animation: fadingOut 5s ease-in;
        animation: fadingOut 5s ease-in;
}

.mistify__mask--active img {
-webkit-animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mistify__mask--playing {
-webkit-animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mistify__arrows {
position: absolute;
display: inline-block;
width: 50px;
height: 100px;
left: 31px;
bottom: 27px;
margin: 0;
z-index: 5;
}

/*
@media only screen and (max-width: 1200px) {
  .mistify__arrows {
    left: 21px;
    bottom: 17px;
  }
}
*/

@media only screen and (max-width: 768px) {
  .mistify__arrows {
	left: 11px;
    bottom: 7px;
  }
}

.mistify__arrows a {
position: relative;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
font-size: 16px;
-webkit-transition: .2s;
        transition: .2s;
}

.mistify__arrows .mistify__arrows--prev:hover,
.mistify__arrows .mistify__arrows--prev.mistify__arrows--active {
color: #fff;
-webkit-transform: translateY(-10%);
     ms-transform: translateY(-10%);
        transform: translateY(-10%);
}

.mistify__arrows .mistify__arrows--next:hover,
.mistify__arrows .mistify__arrows--next.mistify__arrows--active {
color: #fff;
-webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
        transform: translateY(10%);
}


.mistify__arrows a,
.mistify__arrows a:hover,
.mistify__arrows a:visited,
.mistify__arrows a:active,
.mistify__arrows a:focus {
color: #fff;
}


.mistify__dots-container {
position: absolute;
display: block;
right: 50px;
bottom: 45px;
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
z-index: 5;
}

/*
@media only screen and (max-width: 1200px) {
  .mistify__dots-container {
    right: 40px;
    bottom: 35px;
  }
}
*/

@media only screen and (max-width: 768px) {
  .mistify__dots-container {
	right: 30px;
    bottom: 25px;
  }
}

.mistify__dots-container--hover .mistify__dots--active {
padding-right: 50px;
}

.mistify__dots-container--hover .mistify__dots--active::after {
width: 35px;
background-color: #fff;
}

.mistify__dots-container--hover .mistify__dots--active span {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mistify__dots-container--hover .mistify__dots--hover {
padding-right: 90px;
}

.mistify__dots-container--hover .mistify__dots--hover::after {
width: 70px;
background-color: #fff;
}

.mistify__dots-container--hover .mistify__dots--hover span {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mistify__dots {
position: relative;
display: block;
width: 200px;
height: 10px;
padding: 0 50px 0 0;
text-align: right;
cursor: pointer;
-webkit-transition: .3s;
        transition: .3s;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.mistify__dots::after {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 1px;
top: 4px;
right: 0;
margin-left: 15px;
background-color: #fff;
-webkit-transition: .3s;
        transition: .3s;
}

.mistify__dots span {
position: relative;
display: inline-block;
top: -11px;
font-size: 13px;
color: #fff;
-webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mistify__dots--active {
padding-right: 90px;
}

.mistify__dots--active::after {
width: 70px;
background-color: #fff;
}

.mistify__dots--active span {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 767px) {
  .mistify__info-container {
    max-width: 80%;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    left: 50px;
    margin-left: 0;
    padding-right: 20px;
  }
  
  .mistify__info--active {
    display: block;
  }
  
  .mistify__info-more {
            opacity: 1;
       -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin: 0;
  }
  
  .mistify__info-more::before {
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  
  .mistify__info-more:hover::before {
    bottom: -14px;
  }
  
  .mistify__mask--active img {
    -webkit-animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .mistify__arrows .mistify__arrows--prev:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  
  .mistify__arrows .mistify__arrows--next:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mistZooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}
@keyframes mistZooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mistZoomingMobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}
@keyframes mistZoomingMobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
            transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    margin-left: -120px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes slideInLeft {
  0% {
    margin-left: -120px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    margin-right: -120px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes slideInRight {
  0% {
    margin-right: -120px;
  }
  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes fadingOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadingOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media only screen and (max-width: 768px) {
  .mistify__info-container {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: 50%;
    margin: 0;
    padding: 0;
    list-style-type: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    z-index: 5;
  }
}


/* 33. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-ultra-half-2,
.inner-divider-50,
.inner-divider-last {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 200px;
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 150px;
  }
}

.inner-divider-half {
height: 75px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 75px;
  }
}

.inner-divider-ultra-half {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half {
    height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half {
    height: 50px;
  }
}

.inner-divider-ultra-half-2 {
height: 60px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half-2 {
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half-2 {
    height: 60px;
  }
}

.inner-divider-50 {
height: 50px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-50 {
    height: 30px;
  }
}

.inner-divider-last {
height: 300px;
}

@media only screen and (max-width: 1200px) {
  .inner-divider-last {
    height: 290px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-last {
    height: 230px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider.inner-divider-showcase {
	height: 75px;
  }
}

.mobile-visible {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-visible {
    display: block;
    visibility: visible;
  }
  
  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}

.extra-margin-all,
.extra-margin-owl {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}


/* 34. blog */
.blog-quote {
line-height: 100px;
padding: 0 0 0 50px;
border-left: 5px solid #fff;
}

@media only screen and (max-width: 1200px) {
  .blog-quote {
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
  }
}

.blog-quote p {
font-size: 23px;
font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}

.blog-quote p {
font-family: 'Syne', sans-serif;
color: #fff!important;
}

.panel-from-left-blog {
position: fixed;
width: 50%;
height: 100vh;
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: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 995px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
left: 0;
}

.panel-overlay-from-right-blog {
position: fixed;
width: 50%;
height: 100vh;
overflow: hidden;
top: 0;
right: -100%;
background: rgba(0, 0, 0, .7);
-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)";
cursor: crosshair;
z-index: 99996!important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 995px) {
  .panel-overlay-from-right-blog {
    width: 25%;
  }
}

.panel-overlay-from-right-blog.open {
right: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
position: relative;
margin: 0;
padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text 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);
}

.blog-side-text a:hover {
color: #d3d3cd;
}

@media only screen and (max-width: 768px) {
  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
font-family: 'Syne', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
text-align: left;
text-transform: none;
letter-spacing: -0.02em;
color: #fff;
margin: -5px 0 -2px 0;
width: 100%;
line-height: 1.5;
text-shadow: 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 only screen and (max-width: 768px) {
  .blog-side-heading h3 {
    font-size: 20px;
	margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
left: 50px;
bottom: 50px;
font-size: 16px;
text-align: center;
color: #111;
background: #fff;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 1200px) {
  .blog-side-launcher {
	left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-side-launcher {
	left: 30px;
    bottom: 30px;
  }
}

.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: -8px 0 -22px 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 {
font-size: 11px;
text-transform: uppercase;
}

.comment-responce {
padding-left: 75px;
}

.blog-search {
width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
background: none;
outline: none;
border: none;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
    -ms-border-radius: 0;
     -o-border-radius: 0;
        border-radius: 0;
color: #fff;
}

.blog-search input {
width: 250px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid rgba(255, 255, 255, .5);
font-size: 13px;
color: #fff;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-search input {
    width: 200px;
  }
}


/* extras */
.subtitle.subtitle-news {
text-align: center!important;
}

.intro.intro-last {
margin-left: 15px!important;
}


/* colors */
h1.main-title,
h2.main-title,
nav.navigation-menu a,
.intro.intro-all {
font-weight: 800;
}

.subtitle,
.post-title {
font-weight: 700;
}

.bg-light {
background: #191919;
}

.works-list .works-list-content {
background: #1b1b1b;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
background: none;
}

.film-grain,
.film-grain-50 {
display: none;
visibility: hidden;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
/*
.subtitle,
.main-title.main-title-all,
.main-title.main-title-all span,
*/
.intro,
.intro span,
/*
.section-txt p,
.section-txt-2 p,
.panel-body p,*/
.social-icons
/* .social-icons li span */ {
color: #b2b2b2!important;
}

p,
p a,
p a:hover,
p a:visited,
p a:active,
p a:focus {
color: #b2b2b2;
}

.section-txt p,
.section-txt-2 p,
.panel-body p,
.social-icons li span {
color: #b2b2b2;
}

.main-title.main-title-all,
.main-title.main-title-all span {
color: #fff!important;
}

.subtitle,
.main-title.main-title-all span {
color: #fff;
}

/* .panel-title,
.panel-group .panel .panel-heading h4 a i,
.post-title, */
.post-heading,
.subtitle.subtitle-light {
color: #fff!important;
}

.panel-title,
.panel-group .panel .panel-heading h4 a i {
color: #fff;
}

.subtitle.subtitle-light {
color: #fff;
}

.intro.intro-all {
color: #fff!important;
}

nav.navigation-menu a,
nav.navigation-menu a:hover,
nav.navigation-menu a:visited,
nav.navigation-menu a:active,
nav.navigation-menu a:focus {
color: #e0e0e0!important;
}

nav.navigation-menu a.active {
color: #818181!important;
}

h1.main-title.main-title-all a,
h1.main-title.main-title-all a span,
a.mistify__arrows,
a.mistify__arrows--prev,
a.mistify__arrows--next {
color: #fff!important;
}

.blog-comments h4,
.comment-time {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
}

.post-title {
position: relative;
font-family: 'Syne', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
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;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 15px;
  }
}


/* upper page FIX */
.upper-page {
position: relative;
display: table;
width: 100%;
height: 100%;
min-height: 586px;
}

@media only screen and (max-width: 768px) {
  .upper-page {
    /* min-height: 786px; */
  }
}


/* placeholder */
h6 {
display: none;
visibility: hidden;
}


/* 35. home parallax */
.parallax-title-content {
position: relative;
font-family: 'Syne', sans-serif;
font-weight: 800;
font-size: 110px;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.08em;
color: #2e2e2e;
background: #fff;
mix-blend-mode: lighten;
overflow: hidden;
margin: 0 auto;
}

.parallax-title-content.parallax-title-content-dark {
color: #fff;
background: #000;
mix-blend-mode: darken;
}

@media all and (min-width: 1920px) {
  .parallax-title-content {
    font-size: 310px;
  }
}

@media only screen and (max-width: 1200px) {
  .parallax-title-content {
    font-size: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-title-content {
	font-size: 90px;
	letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 995px) {
  .parallax-title-content {
    letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 880px) {
  .parallax-title-content {
    font-size: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .parallax-title-content {
    font-size: 50px;
  }
}

.parallax-title {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* finals */
/* navigation links */
nav.navigation-menu a {
font-size: 30px;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
	font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
	font-size: 20px;
  }
}


/* home navigation dropdown */
nav.navigation-menu ul.sub-menu li a {
font-family: 'Syne', sans-serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.04em;
text-decoration: none;
color: #fff;
-webkit-text-stroke: unset;
        text-stroke: unset;
}

nav.navigation-menu ul.sub-menu li a {
font-size: 14px;
}

nav.navigation-menu li ul.sub-menu li {
margin: 1px auto 0 auto;
}
  
@media all and (min-width: 1920px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 15px;
  }
  
  nav.navigation-menu li ul.sub-menu li {
    /* margin: 9px auto 0 auto; */
	margin: 3px auto 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 14px;
  }
  
  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 14px;
  }
  
  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu ul.sub-menu li a {
    font-size: 13px;
  }
  
  nav.navigation-menu li ul.sub-menu li {
    margin: 1px auto 0 auto;
  }
}

.sub-menu li:first-child {
margin: 16px auto 0 auto!important;
}

@media all and (min-width: 1920px) {
  .sub-menu li:first-child {
    margin: 16px auto 0 auto!important;
  }
}

@media only screen and (max-width: 1200px) {
  .sub-menu li:first-child {
    margin: 10px auto 0 auto!important;
  }
}

@media only screen and (max-width: 995px) {
  .sub-menu li:first-child {
    margin: 10px auto 0 auto!important;
  }
}

@media only screen and (max-width: 880px) {
  .sub-menu li:first-child {
    margin: 5px auto 0 auto!important;
  }
}