/*
  [CSS Index]
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. know-how IMG BACKGROUND
    1.3. services IMG BACKGROUND
    1.4. parallax IMG BACKGROUND
  2. reset
  3. layout
  4. upper page
  5. center container
  6. main navigation
  7. overlay
  8. hero
  9. to top arrow
  10. intro years
  11. skills bar
  12. borders
  13. parallax
  14. fullwidth IMG
  15. preloader
  16. frame borders
  17. hover effect
  18. google maps
  19. headings
  20. blockquote
  21. services
  22. services accordion
  23. contact
  24. footer
    24.1. social icons
	24.2. copyright
  25. link effect
  26. home quotes
  27. extras
  28. Slick CUSTOM
  29. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/11/background/SINGLE-bg.jpg);
}


/* 1.2. know-how IMG BACKGROUND */
.img-fullwidth-know-how-carousel-1 {
background-image: url(../img/11/background/know-how-carousel-1.jpg);
}

.img-fullwidth-know-how-carousel-2 {
background-image: url(../img/11/background/know-how-carousel-2.jpg);
}


/* 1.3. services IMG BACKGROUND */
.img-fullwidth-services-carousel-1 {
background-image: url(../img/11/background/services-carousel-1.jpg);
}

.img-fullwidth-services-carousel-2 {
background-image: url(../img/11/background/services-carousel-2.jpg);
}


/* 1.4. parallax IMG BACKGROUND */
.parallax-contact {
background-image: url(../img/11/background/parallax-contact.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
/* line-height: 1; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
text-align: left;
color: #5f5f5f;
background: #fff; background: #f7f7f7;
 -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: #5f5f5f;
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: #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 {
text-align: left;
font-size: 15px;
font-weight: 500;
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;
font-weight: 500;
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);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #fff;
}

::selection {
background: #5f5f5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}

@media only screen and (max-width: 640px) {
  .upper-page {
    height: 100%;
  }
}


/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 6. main navigation */
.logo .logo-light {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.logo .logo-dark {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 999;
}

.logo {
padding-top: 40px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .logo {
	padding-top: 8px;
  }
}

.main-navigation .navbar-nav li a {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #fff;
letter-spacing: 0.05em;
padding: 88px 15px 35px 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
.main-navigation .navbar-nav li a {
    font-size: 11px;
	color: #111;
	padding: 10px 15px;
  }
}

.main-navigation .navbar-nav li a:hover {
color: #fff;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
 .main-navigation .navbar-nav li a:hover {
    color: #111;
  }
}

.nav li a:focus,
.nav li a:hover {
color: #fff;
background: none;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.main-navigation-bg {
height: 58px;
background: rgba(255, 255, 255, 1);
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
            box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  }
}

.main-navigation-bg .logo {
padding-top: 6px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #111;
padding: 19px 15px 0 15px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #111;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #111;
  }
  
  .navbar-toggle {
	margin-top: -42px;
    margin-right: -11px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -44px;
    margin-right: -11px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
  
  .navbar-collapse {
    background: rgba(255, 255, 255, 1);
	margin-top: 7px;
  }
}

.navbar-nav li.active {
color: #ccc!important;
text-decoration: none;
}

.navbar-nav > .active > a {
color: #ccc!important;
background: none;
text-decoration: none;
}


/* 7. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark-75:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 8. hero */
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}
 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 9. to top arrow */
.to-top-arrow {
position: fixed;
/* right: 60px; */
right: 80px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 47px;
cursor: pointer;
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-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all .6s ease;
   -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
     -o-transition: all .6s ease;
        transition: all .6s ease;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 15px;
  }
}

.to-top-arrow.show {
/* bottom: 40px; */
bottom: 60px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: -5px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 10. intro years */
.intro-years {
position: relative;
width: 325px;
height: 265px;
margin: 0;
}

@media only screen and (max-width: 880px) {
  .intro-years {
    margin: -30px 0 30px 0;
  }
}

.intro-years h2,
.intro-years h4 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.65em;
color: #111;
}

.intro-years h2 {
margin: 0 0 50px 0;
padding-top: 35px;
}

@media only screen and (max-width: 880px) {
  .intro-years h2 {
	padding-top: 65px;
  }
}

.intro-years h4 {
margin: 30px 0 0 0;
}

.intro-years h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 105px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #111;
width: 100%;
line-height: 100%;
margin-top: -18px;
z-index: 0;
}

.borders-color {
position: absolute;
left: 0;
top: 0;
margin: 0 auto;
border: 15px solid rgba(17, 17, 17, .25);
z-index: -1;
-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
    -ms-border-radius: 10px;
     -o-border-radius: 10px;
        border-radius: 10px;
}

@media only screen and (max-width: 995px) {
  .borders-color {
    left: 2px;
  }
}

@media only screen and (max-width: 880px) {
  .borders-color {
    left: 0;
	top: 30px;
  }
}

.borders-color,
.borders-color:after,
.borders-color:before {
width: 165px;
height: 265px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* 11. skills bar */
.show-skillbar {
position: relative;
padding: 0 20px;
margin: 40px 0 0 0;
text-align: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .show-skillbar {
	padding: 0 30px 0 20px;
  }
}

.show-skillbar {
padding: 0 200px;
}

@media only screen and (max-width: 1200px) {
  .show-skillbar {
    padding: 0 40px;
  }  
}

@media only screen and (max-width: 880px) {
  .show-skillbar {
    padding: 0 15px;
  }  
}

.skillbar {
position: relative;
display: inline-block;
width: 100%;
height: 21px;
margin: 0 0 30px 0;
background: none;
}

.skillbar-title {
position: absolute;
width: auto;
height: 21px;
line-height: 21px;
top: -21px;
left: 0;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
color: #5f5f5f;
padding: 0;
letter-spacing: 0.05em;
}

.skillbar-bar {
display: inline-block;
width: 0px;
height: 1px;
background: #ccc;
margin: 0 0 3px 0;
}

.skill-bar-percent {
position: absolute;
height: auto;
line-height: 1;
top: -21px;
right: 0;
color: #5f5f5f;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
}


/* 12. borders */
.borders {
position: absolute;
border: 15px solid rgba(225, 225, 225, .25);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  .borders {
    border: 15px solid rgba(225, 225, 225, .25);
  }
}

.borders,
.borders:after,
.borders:before {
width: -webkit-calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: calc(100% - 80px);
height: -webkit-calc(100% - 80px);
height: -moz-calc(100% - 80px);
height: calc(100% - 80px);
top: 40px;
left: 40px;
bottom: 40px;
right: 40px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

@media only screen and (max-width: 880px) {
  .borders,
  .borders:after,
  .borders:before {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}


/* 13. parallax */
.parallax-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .75);
z-index: 0;
}

.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 200px 0;
}

.parallax-contact {
position: relative;
background-repeat: no-repeat;
background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}


/* 14. fullwidth IMG */
.img-fullwidth-wrapper {
position: relative;
}

.img-fullwidth {
min-height: 600px;
}

@media (min-width: 992px) {
  .img-fullwidth {
    position: absolute;
	width: 50vw;
    height: auto;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .img-fullwidth {
    min-height: 350px;
  }
}

.img-fullwidth-all {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 15. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(17, 17, 17, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(17, 17, 17, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 16. frame borders */
@media only screen and (min-width: 880px) {
  .border-top {
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
  }

  .border-top.top-position {
    -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
         -o-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
  }

  .border-bottom {
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
  }

  .border-bottom.bottom-position {
    -webkit-transform: translateY(200px);
       -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
         -o-transform: translateY(200px);
            transform: translateY(200px);
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
  }

  .border-left {
    position: fixed;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
  }

  .border-left.left-position {
    -webkit-transform: translateX(-200px);
       -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
         -o-transform: translateX(-200px);
            transform: translateX(-200px);
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
  }

  .border-right {
    position: fixed;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 10;
  }

  .border-right.right-position {
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
         -o-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
  }

  .border-top,
  .border-bottom,
  .border-left,
  .border-right {
    -webkit-transition: all 1.0s ease;
       -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
         -o-transition: all 1.0s ease;
            transition: all 1.0s ease;
  }
}


/* 17. hover effect */
.hover-icons {
position: absolute; 
width: 100%;
top: 50%;
left: 15px;
text-align: center;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .hover-icons {
    left: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .hover-icons {
    left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .hover-icons {
    left: 0;
  }
}

.hover-icons a {
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 4px;
font-size: 20px;
background: #111;
border: 1px solid #111;
color: #fff;	
-webkit-transition: all 0.35s ease-out;
   -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
	 -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.hover-icons a.iw-slide-left {
-webkit-transform: translate3d(-60px,0,0);
   -moz-transform: translate3d(-60px,0,0);
    -ms-transform: translate3d(-60px,0,0);
     -o-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
}

.hover-icons a.iw-slide-right {
-webkit-transform: translate3d(60px,0,0);
   -moz-transform: translate3d(60px,0,0);
    -ms-transform: translate3d(60px,0,0);
     -o-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
}

.hover-effect-img:hover .hover-icons a {
padding: 0;
-webkit-transform: translate3d(0,0,0)!important;
   -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
     -o-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
}

.hover-icons a:hover {
background: #111;
border: 1px solid #111;
color: #fff;
}

.hover-icons a:hover:after {
background: #111;
}

.hover-effect-img:hover .hover-icons {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover-icons a:before {
position: relative;
z-index: 1;
}

.hover-icons a i {
position: relative;
z-index: 1;
}

.hover-effect-img {
position: relative;
z-index: 5!important;
}

.hover-effect {
position: absolute;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
cursor: pointer;
}

.hover-effect {
width: -webkit-calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: calc(100% - 80px);
height: -webkit-calc(100% - 80px);
height: -moz-calc(100% - 80px);
height: calc(100% - 80px);
top: 40px;
left: 40px;
bottom: 40px;
right: 40px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
}

.hover-effect-img:hover .hover-effect {
        opacity: 0.85;
   -moz-opacity: 0.85;
-webkit-opacity: 0.85;
filter: alpha(opacity=85);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.legendary-gallery {
position: relative;
margin: -20px 20px 0 20px;
z-index: 0;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
    margin: 0 15px;
  }
}

.legendary-gallery figure {
padding: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
    padding: 0;
  }
}

.legendary-gallery figure:last-child {
margin-bottom: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 15px;
  }
}

.legendary-gallery .img-caption {
display: none;
}

.move-down {
margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .move-down {
    margin-bottom: 15px;
  }
}


/* 18. google maps */
#google-maps-wrapper {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
-webkit-filter: grayscale(100%);
        filter: gray;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
bottom: -54px;
margin: -54px auto 0 auto;
}

.google-maps {
width: 100%;
height: 400px;
}

.google-maps iframe {
position: relative;
top: -54px;
width: 100%;
height: 400px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}


/* 19. headings */
h2.section-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 45px;
letter-spacing: -0.02em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #111;
margin: -16px auto;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  h2.section-heading {
    font-size: 40px;
	margin: -15px auto;
  } 
}

@media only screen and (max-width: 640px) {
  h2.section-heading {
    font-size: 35px;
	margin: -13px auto;
  } 
}

h2.section-heading.section-heading-light {
color: #fff;
}

.hero-heading {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 55px;
text-align: center;
text-transform: none;
letter-spacing: -0.04em;
color: #fff;
margin: 0 auto -4px auto;
 -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%;
line-height: 1;
}

@media all and (min-width: 1920px) {
  .hero-heading {
    font-size: 65px;
	margin: 0 auto -5px auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 45px;
	margin: 0 auto -2px auto;
  }
}

@media only screen and (max-width: 640px) {
  .hero-heading {
	padding: 0 25px;
  }
}

@supports((text-stroke: 1px #ff264a) or (-webkit-text-stroke: 1px #ff264a)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #ff264a;
            text-stroke: 1px #ff264a;
    text-shadow: none;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
            text-stroke: 1px #fff;
    text-shadow: none;
  }
}

.hero-subheading {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: normal;
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;
margin: 0 auto -2px auto; text-align: center;
}


/* 20. blockquote */
.testimonial {
background: none;
text-align: left;
margin-bottom: 50px;
}

.testimonial .inner {
margin: 0 auto;
padding: 0;
}

.testimonial blockquote {
position: relative;
font-family: 'Raleway', sans-serif;
color: #5f5f5f;
font-size: 20px;
font-style: italic;
font-weight: 600;
line-height: 2;
margin-bottom: 25px;
padding: 0;
z-index: 1;
}

q,
blockquote {
quotes: none;
}

.quote-inner a,
.quote-inner a:hover {
color: #5f5f5f;
text-decoration: none;
}

.testimonial blockquote::before {
content: "“";
position: absolute;
color: rgba(17, 17, 17, .15);
font-family: Georgia, serif;
font-size: 165px;
font-style: normal;
left: 0;
top: -90px;
z-index: -10;
}

@media only screen and (max-width: 768px) {
  .testimonial blockquote::before {
    font-size: 135px;
	top: -70px;
  }
}


/* 21. services */
.services-steps-wrapper {
position: relative;
margin: -20px 0 0 0;
}

@media only screen and (max-width: 995px) {
  .services-steps-wrapper {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 640px) {
  .services-steps-wrapper {
    margin-bottom: 0;
  }
}

.service-heading {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin: 15px 0;
padding-left: 135px;
text-align: left;
color: #111;
}

@media only screen and (max-width: 880px) {
  .service-heading {
    padding-left: 90px;
  }  
}

.service-number {
position: absolute;
top: -50px;
font-family: 'Montserrat', sans-serif;
font-size: 175px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
color: rgba(17, 17, 17, .25);
z-index: -1;
}

@media only screen and (max-width: 995px) {
  .service-number {
    font-size: 135px;
  }
}

#services p {
padding-left: 135px;
text-align: left;
}

@media only screen and (max-width: 880px) {
  #services p {
    padding-left: 90px;
  }  
}

@media only screen and (max-width: 995px) { 
  .services-block.middle {
    margin: 80px 0;
  } 
}

@media only screen and (max-width: 640px) {
  .services-block.middle {
    margin: 40px 0;
  }
}


/* 22. services accordion */
.services-wrapper {
max-height: 400px;
padding: 0 200px;
text-align: left;
margin-top: -18px;
}

@media only screen and (max-width: 1200px) {
  .services-wrapper {
    padding: 0 40px;
  }  
}

@media only screen and (max-width: 880px) {
  .services-wrapper {
    padding: 0 15px;
  }  
}

.services-accordion {
background: none;
width: auto;
}

.services-accordion > ul > li {
list-style: none;
border-bottom: 1px solid #ccc;
}

.services-accordion ul li span {
position: relative;
display: block;
line-height: 1.5;
padding: 15px 0;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
color: #5f5f5f;
letter-spacing: 0.05em;
}

.services-accordion ul li span:after {
position: absolute;
display: block;
content: "+";
font-family: "Ionicons";					
right: -2px;
top: 20px;
font-size: 16px;
line-height: 16px;
width: 15px;
height: 15px;
text-align: center;
color: #5f5f5f;
font-weight: bold;
}

.services-accordion ul li.toggled span:after {
content: "–";
color: #5f5f5f;
font-size: 16px;
line-height: 16px;
}

.services-accordion ul ul {
margin-left: 15px;
display: none;
}

.services-accordion ul ul li,
.services-accordion ul ul li a {
display: block;
color: #5f5f5f;
font-size: 12px;
text-decoration: none;
margin-bottom: 15px;
width: auto;
font-weight: 700;
}

.services-accordion ul ul li a:hover {
color: #111;
}


/* 23. contact */
.contact-info-wrapper {
position: relative;
padding: 0;
z-index: 1;
}

.contact-info-description {
color: #fff;
text-align: center;
text-transform: uppercase;
}

.contact-info-description-img {
display: block;
font-size: 25px;
text-align: center;
color: #fff;
margin: -5px auto 0 auto;
 -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: 995px) {
  .contact-info-description-img {
    font-size: 25px;
	margin: -5px auto 0 auto;
  }
}

.contact-info-description-img.large {
font-size: 40px;
margin: 15px auto 0 auto;
}

@media only screen and (max-width: 995px) {
  .contact-info-description-img.large {
    font-size: 25px;
	margin: -5px auto 0 auto;
  }
}

.contact-info-text {
font-size: 13px;
letter-spacing: 0.05em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .contact-info-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-info-text {
    font-size: 11px;
  }
}

.contact-info-text.large {
font-size: 14px;
letter-spacing: 0.05em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .contact-info-text.large {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .contact-info-text.large {
    font-size: 11px;
  }
}

.contact-info-text a,
.contact-info-text a:hover,
.contact-info-text a:visited,
.contact-info-text a:active,
.contact-info-text a:focus {
color: #fff;
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);
}


/* 24. footer */
.footer-credits {
text-align: center;
}

.footer-credits-logo {
margin: 1px auto -5px auto;
}


/* 24.1. social icons */
.social-icons {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
color: #111;
background: none;
border: none;
width: auto;
height: auto;
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-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;
margin: -2px auto -4px auto;
}

.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%;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #111;
padding: 0 10px;
}


/* 24.2. copyright */
.copyright {
position: relative;
margin: 0 auto;
text-align: center;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 auto -2px auto;
color: #111;
font-weight: 700;
}


/* 25. link effect */
a.link-effect {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

a.link-effect::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #5f5f5f;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect.link-effect-light::after {
background-color: #fff;
}

a.link-effect:hover::after {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


/* 26. home quotes */
.home-quotes-wrap {
position: relative;
}


/* 27. extras */
.section-all {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 40px;
margin-right: 40px;
}

@media only screen and (max-width: 880px) {
  .section-all {
    margin-left: 0;
    margin-right: 0;
  }  
}


/* 28. Slick CUSTOM */
.slick-slide {
text-align: center;
color: #111;
height: 550px;
background: #fff;
}

@media only screen and (max-width: 880px) {
  .slick-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 640px) {
  .slick-slide {
    height: 350px;
  }
}
		
.slick-slider {
margin-bottom: 0;
margin-top: 0;
cursor: default;
}


/* slick left */
.slick-left {
width: 100%;
height: auto;
}

.slick-left p {
padding: 20px;
}


/* slick right */
.slick-right {
width: 100%;
height: auto;
}


/* slick navigation */
.slick-prev,
.slick-next {
position: absolute;
display: block;
margin-top: -25px;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 1;
}

.slick-prev {
left: -50px;
}

.slick-next {
right: -50px;
}

.slick-prev:before,
.slick-next:before {
position: absolute;
display: block;
width: 50px;
height: 50px;
font-size: 12px;
text-align: center;
color: #fff;
padding-top: 20px;
background: rgba(0, 0, 0, 1);
-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);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before {
left: 55px;
top: 9px;
}

.slick-next:before {
right: 55px;
top: 9px;
}

.slick-prev:hover,
.slick-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before,
.slick-right-alternative:hover .slick-prev,
.slick-right-alternative:hover .slick-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-right-alternative:hover .slick-prev {
/* left: -35px; */
left: -15px;
}

@media only screen and (max-width: 995px) {
  .slick-right-alternative:hover .slick-prev {
    left: -15px;
  }
}

@media only screen and (max-width: 880px) {
  .slick-right-alternative:hover .slick-prev {
    left: -40px;
  }
}

.slick-right-alternative:hover .slick-next {
/* right: -35px; */
right: -15px;
}

@media only screen and (max-width: 995px) {
  .slick-right-alternative:hover .slick-next {
    right: -15px;
  }
}

@media only screen and (max-width: 880px) {
  .slick-right-alternative:hover .slick-next {
    right: -40px;
  }
}


/* 29. divider */
.inner-divider-home,
.inner-divider-large,
.inner-divider,
.inner-divider-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-home {
height: 50px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-home {
    height: 25px;
  }
}

.inner-divider-large {
height: 130px;
}

@media all and (min-width: 1920px) {
  .inner-divider-large {
	height: 150px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-large {
    height: 100px;
  }
}

.inner-divider {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
	height: 75px;
  }
}

.inner-divider-half {
height: 65px;
}

@media all and (min-width: 1920px) {
  .inner-divider-half {
	height: 75px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 50px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}


/* hide mob. scoll FIX */
#home,
#about,
#know-how,
#services,
#services-2,
#works,
#contact,
#footer,
#google-maps-wrapper {
overflow: hidden;
}

h6 {
display: none;
visibility: hidden;
}