/*
  [CSS Index]
  
  ---
  
  Template Name: Smartex - One Page Portfolio Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. slide IMG BACKGROUND
    1.2. panel left IMG BACKGROUND
    1.3. news IMG BACKGROUND
	1.4. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND
  2. reset
  3. layout
  4. headers
  5. lower page
  6. icon view contact
    6.1. signature
  7. panels
    7.1. panel elements
  8. template introduction
  9. navigation
    9.1. menu
  10. contact form
  11. footer credits
  12. hero
  13. center container
  14. works
  15. unveil
  16. loader
  17. slide
  18. skills bar
  19. facts counter
  20. color BG
  21. timeline
  22. testimonials
  23. services
  24. post
  25. overline
  26. news
  27. buttons
  28. video play button
  29. link effect
  30. Owl Carousel v2.3.4 CUSTOM
  31. Magnific Popup v1.1.0 CUSTOM
  32. videos
    32.1. YouTube video
	32.2. Vimeo video
	32.3. HTML5 video
  33. Slick v1.6.0 CUSTOM
  34. Lity v2.2.2 CUSTOM
  35. ken burns slideshow
  36. vertical / horizontal lines
    36.1. vertical / horizontal lines pure
	36.2. vertical / horizontal lines effect
  37. divider
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. slide IMG BACKGROUND */
.slide .slide1 {
  background-image: url(../img/background/slide-bg-1.jpg);
}

.slide .slide2 {
  background-image: url(../img/background/slide-bg-2.jpg);
}

.slide .slide3 {
  background-image: url(../img/background/slide-bg-3.jpg);
}


/* 1.2. panel left IMG BACKGROUND */
.panel-left-bg.panel-left-bg-SINGLE {
  background-image: url(../img/background/panel-left-bg.jpg);
}


/* 1.3. news IMG BACKGROUND */
.news-bg-1 {
  background-image: url(../img/news/news-bg-1.jpg);
}

.news-bg-2 {
  background-image: url(../img/news/news-bg-2.jpg);
}

.news-bg-3 {
  background-image: url(../img/news/news-bg-3.jpg);
}

.news-bg-4 {
  background-image: url(../img/news/news-bg-4.jpg);
}


/* 1.4. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
  background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
  background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
  background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
  background-image: url(../img/background/hero-bg-4.jpg);
}


/* 2. reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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: #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: #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;
  font-weight: 500;
  -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.a-light {
  color: #fff;
}

a.a-light:hover,
a.a-light:visited,
a.a-light:active,
a.a-light:focus {
  color: #fff;
}

p {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  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;
  font-weight: 500;
  -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: #fff;
  color: #fff;
}

::selection {
  background: #fff;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* 4. headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  -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;
}


/* 5. lower page */
.lower-page {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 880px) {
  .lower-content {
    margin: 0 0 0 45px;
  }
}

.lower-content p {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 5px 10px 5px;
  -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;
}

.info-contact p {
  position: relative;
  margin: -7px 0 0 0;
  padding: 0;
  text-align: left;
  color: #fff;
}

.sections {
  position: relative;
  width: 95%;
  z-index: 5;
}


/* 6. icon view contact */
.icon-view-contact {
  position: relative;
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
}


/* 6.1. signature */
.signature {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background: none;
  border: none;
  width: auto;
  height: 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-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;
}

.signature a,
.signature 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%;
}

.signature li a:hover,
.signature li a:visited,
.signature li a:active,
.signature li a:focus {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
}

.signature li {
  display: inline;
  padding: 0;
}

.signature li span {
  color: #fff;
  padding: 0 10px;
}

.signature-social {
  position: relative;
  margin: 2px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .signature-social {
    margin: 2px 0;
  }
}


/* 7. panels */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  overflow: hidden;
  z-index: 20;
}

.panel-left-bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 880px) {
  .panel-left-bg {
    display: none;
    visibility: hidden;
  }
}

.panel-left-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .55);
  overflow: hidden;
  z-index: 10;
}

.panel-left {
  position: fixed;
  width: 50%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background: none;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 98;
}

.panel-left.open {
  left: 0;
}

.panel-left.close {
  left: -100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.panel-right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: -100%;
  background: #fff;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (max-width: 880px) {
  .panel-right {
    width: 100%;
  }
}

.panel-right-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.panel-right.open {
  right: 0;
}

.panel-right.close {
  right: -100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}


/* 7.1. panel elements */
h6.open,
.titleOT.open,
#navigation.open {
  left: 50%;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

h6.close,
.titleOT.close,
#navigation.close {
  left: 25%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}


/* 8. template introduction */
.template-introduction {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 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: 10;
}

.template-introduction-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.template-wrapper {
  position: relative;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.template-inner {
  position: relative;
  height: 100%;
}

.center-space-top {
  position: absolute;
  width: 100%;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: -20px;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  .center-space-top {
    top: -45px;
  }
}

@media only screen and (max-width: 480px) {
  .center-space-top {
    top: -30px;
  }
}

.main-logo {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* 9. navigation */
nav#navigation {
  position: absolute;
  display: block;
  width: 400px;
  bottom: 0;
  left: 50%;
  padding: 0 0 78px 0;
  margin-left: -200px;
  text-align: center;
  z-index: 99;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  nav#navigation {
    padding: 0 0 28px 0;
  }
}

@media only screen and (max-width: 480px) {
  nav#navigation {
    padding: 0 0 62px 0;
  }
}

h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  position: absolute;
  display: block;
  width: 400px;
  left: 50%;
  top: 0;
  padding: 114px 0 0 1px;
  margin-left: -200px;
  text-align: center;
  z-index: 99;
}

@media only screen and (max-width: 995px) {
  h6 {
    z-index: 98;
  }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  h6 {
    padding: 64px 0 0 1px;
  }
}

@media only screen and (max-width: 480px) {
  h6 {
    padding: 98px 0 0 1px;
  }
}

.morphext>.animated {
  display: inline-block;
}

.titleOT {
  position: absolute;
  width: 600px;
  max-width: 600px;
  top: 50%;
  left: 50%;
  margin-left: -298px;
  margin-top: -146px;
  padding: 0 115px;
  z-index: 99;
}

@media only screen and (max-width: 880px) {
  .titleOT {
    z-index: 98;
  }
}


/* 9.1. menu */
#main-menu {
  position: fixed;
  width: 60px;
  height: 100%;
  top: 0;
  margin-left: -30px;
  z-index: 100;
}

@media only screen and (max-width: 880px) {
  #main-menu {
    margin-left: -45px;
    width: 45px;
  }
}

.main-menu {
  position: absolute;
  height: 100%;
  width: 60px;
  top: 0;
  right: 50%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  list-style-type: none;
  -webkit-transition: width .4s ease;
  -moz-transition: width .4s ease;
  -ms-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
  background: #B7D5E8;
  overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .main-menu {
    right: 0;
    width: 45px;
  }
}

.main-menu:hover {
  width: 200px;
}

@media only screen and (max-width: 880px) {
  .main-menu:hover {
    width: 45px;
  }
}

.main-menu li {
  width: 200px;
}

.main-menu li .main-menu-icon {
  display: inline-block;
  font-size: 23px;
  margin: 10px 30px 0 20px;

  position: relative;
  top: 3px;
}

@media only screen and (max-width: 880px) {
  .main-menu li .main-menu-icon {
    margin: 10px 0 0 13px;

    top: auto;
  }

  .main-menu li .main-menu-txt {
    display: none;
  }
}

.main-menu li a {
  display: block;
  height: 60px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  font-weight: 400;
}

.main-menu li a:hover {
  display: block;
  background: #111;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  font-weight: 400;
}

.main-menu li:first-child a {
  display: block;
  background: #000;
}

.main-menu li a.active {
  background: #000;
}


/* 10. contact form */
#contact-form {
  width: 100%;
  margin: -20px 0 0 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

#form input {
  margin: 10px 0 10px 0;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

#form textarea {
  margin: 10px 0 10px 0;
}

#form input:hover,
#form textarea:hover {
  border-color: rgba(0, 0, 0, .35);
}

#form .error {
  position: absolute;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
  color: #5f5f5f;
  display: block;
  margin: -2px 0 0 1px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.success {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: left;
  color: #5f5f5f;
  margin: 0;
  padding: 0 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;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}

::-moz-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}

input:-moz-placeholder {
  font-size: 12px;
  color: #5f5f5f;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}


/* 11. footer credits */
.footer-credits-copyright {
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
}

.footer-credits-copyright a,
.footer-credits-copyright a:hover {
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  color: #5f5f5f;
  -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;
}


/* 12. hero */
.hero-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}


/* 13. center container */
.center-container-home {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.center-block-home {
  display: table-cell;
  vertical-align: middle;
}

.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}


/* 14. works */
.icon-works {
  position: absolute;
  width: 100%;
  top: 50%;
  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;
}

.icon-works a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0 2px;
  font-size: 20px;
  background: #fff;
  border: 1px solid #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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-works a,
.icon-works a:hover,
.icon-works a:visited,
.icon-works a:active,
.icon-works a:focus {
  -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: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  color: #111;
}

.icon-works 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);
}

.icon-works 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);
}

.image-works:hover .icon-works a {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.icon-works a:hover {
  background: #fff;
  border: 1px solid #fff;
}

.icon-works a:hover:after {
  background: #fff;
}

.image-works:hover .icon-works {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
  position: relative;
  z-index: 1;
}

.icon-works a i {
  position: relative;
  z-index: 1;
}

.image-works {
  position: relative;
  z-index: 5 !important;
}

.hover-effect {
  position: absolute;
  background: #000;
  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;
  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;

  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
  height: -webkit-calc(100% - 46px);
  height: -moz-calc(100% - 46px);
  height: calc(100% - 46px);
  top: 23px;
  left: 23px;
  bottom: 23px;
  right: 23px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.image-works:hover .hover-effect {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -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;
width: 100%!important;
height: auto;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.legendary-gallery figure {
margin: 0;
padding: 0;
}

.legendary-gallery .img-caption {
display: none;
}
*/

.legendary-gallery {
  position: relative;
  margin: -18px 7px 0 7px;
  bottom: -10px;
  z-index: 0;
}

.legendary-gallery figure {
  margin: 0;
  padding: 7.9px;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery figure {
    padding: 7.9px 8px;
  }
}

.legendary-gallery figure:last-child {
  margin-bottom: 17px;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 19px;
  }
}

.legendary-gallery .img-caption {
  display: none;
}


/* 15. unveil */
#intro-wrapper,
#intro-wrapper-2,
#intro-wrapper-3 {
  margin: 0 auto;
  width: 100%;
}

.unveil-1 {
  position: relative;
  margin: 40px 0 0 -10px;
}

@media only screen and (max-width: 880px) {
  .unveil-1 {
    margin: 50px 0 0 -8px;
  }
}

@media only screen and (max-width: 640px) {
  .unveil-1 {
    margin: 60px 0 0 -7px;
  }
}

.unveil-2 {
  position: relative;
  padding: 45px 0 0 0;
}

.unveil-3 {
  position: relative;
  padding: 59px 0 0 0;
}

.intro-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  line-height: 1;
  margin: 0 auto -2px 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 all and (min-width: 1920px) {
  .intro-title {
    font-size: 5rem;
    margin: 0 auto -3px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .intro-title {
    font-size: 80px;
    margin: 0 auto -2px auto;
  }
}

@media only screen and (max-width: 995px) {
  .intro-title {
    font-size: 60px;
    margin: 0 auto -1px auto;
  }
}

.additional-pages h3 {
  position: relative;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  line-height: 1;
  text-shadow: 1px 1px 2px #111;
  margin: -2px auto -1px auto;
  z-index: 10;
}

@media all and (min-width: 1920px) {
  .additional-pages h3 {
    font-size: 40px;
    margin: -4px auto -1px auto;
  }
}

.additional-pages-color {
  color: #fff;
}

.additional-section {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  z-index: 5;
}


/* 16. loader */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 60px;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  #loader {
    padding: 30px;
  }
}

#loader .loaderStatic {
  width: 0;
  height: 100%;
  display: block;
  background: #000;
}

#loader .loaderDynamic {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

#loaderText {
  position: fixed;
  display: block;
  width: 100%;
  padding: 50px;
  top: 50%;
  margin-top: -85px;
  left: 0;
  text-align: center;
}

#loaderText .loaderTitle {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5f5f5f;
}

#loaderText .loaderSubTitle {
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  line-height: 1;
  margin: 14px auto 0 auto;
}

@media only screen and (max-width: 995px) {
  #loaderText .loaderSubTitle {
    font-size: 30px;
    margin: 11px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #loaderText .loaderSubTitle {
    font-size: 20px;
    margin: 12px auto 0 auto;
  }
}


/* 17. slide */
.slide {
  position: fixed;
  display: block;
  background: none;
  width: 100%;
  height: 100%;
  left: 100%;
  visibility: inherit;
  z-index: 99;
}

.home-slides-bg,
.home-slides-bg-video {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  background: none;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slide1,
.slide2,
.slide3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide .home-slide {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#home-slides-nav {
  position: fixed;
  width: 100%;
  height: 10px;
  text-align: center;
  bottom: 36px;
  left: 0;
  margin-left: 0;
  z-index: 100;
}

@media only screen and (min-width: 1200px) {
  #home-slides-nav {
    bottom: 36px;
  }
}

@media only screen and (max-width: 995px) {
  #home-slides-nav {
    bottom: 37px;
  }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  #home-slides-nav {
    bottom: 12px;
  }
}

@media only screen and (max-width: 480px) {
  #home-slides-nav {
    bottom: 27px;
    left: 0;
    margin-left: 0;
  }
}

#home-slides-nav.open {
  display: block;
  visibility: visible;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#home-slides-nav.close {
  display: none;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.home-slides-nav-position {
  position: relative;
  display: inline-block;
  width: 45px;
  height: auto;
  margin: 0 5px;
  padding: 5px 0;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home-slides-nav-line {
  display: block;
  width: 45px;
  height: 2px;
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #5f5f5f;
  -webkit-transition: background .8s ease-in-out;
  -moz-transition: background .8s ease-in-out;
  -ms-transition: background .8s ease-in-out;
  -o-transition: background .8s ease-in-out;
  transition: background .8s ease-in-out;
}

.active .home-slides-nav-line {
  opacity: 100;
  -moz-opacity: 100;
  -webkit-opacity: 100;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #fff;
  -webkit-transition: background .8s ease-in-out;
  -moz-transition: background .8s ease-in-out;
  -ms-transition: background .8s ease-in-out;
  -o-transition: background .8s ease-in-out;
  transition: background .8s ease-in-out;
}


/* 18. skills bar */
.show-skillbar {
  position: relative;
  margin: -42px 0 0 0;
}

.skillbar {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 21px;
  margin: 0 0 30px 0;
  background: none;
}

.skillbar-title {
  position: absolute;
  width: 100px;
  height: 21px;
  line-height: 21px;
  top: -20px;
  left: 0;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  text-align: left;
  background: none;
  padding: 0;
}

.skillbar-bar {
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #fff;
  margin: 0 0 3px 0;
}

.skill-bar-percent {
  position: absolute;
  height: auto;
  line-height: 1;
  top: -17px;
  right: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  font-size: 11px;
  font-weight: 700;
}


/* 19. facts counter */
.facts-counter-wrapper {
  position: relative;
  margin: -50px 0 0 0;
  padding: 0;
}

.facts-counter-number {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #111;
  margin: -2px auto -1px auto;
}

.facts-counter-description {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #111;
}

.facts-counter-description-img {
  display: block;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: 15px 0 15px 0;
  text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 880px) {
  .facts-counter-description-img {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
}

.facts-counter-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 880px) {
  .facts-counter-title {
    font-size: 11px;
  }
}


/* 20. color BG */
.light-bg {
  background: #fff;
}

.dark-bg {
  background: #000;
}


/* 21. timeline */
.timeline {
  position: relative;
  margin: 5px 0 0 0;
}

h3.cd-timeline-name {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  line-height: 1.25;
  margin: -6px 0 -4px 0;
}

h3.cd-timeline-name.left {
  text-align: left;
}

h4.cd-timeline-date {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: normal;
  color: #5f5f5f;
  margin: -7px 0 -2px 0;
}

.cd-timeline-position {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  margin: 4px 0 3px 0;
}

@media only screen and (max-width: 768px) {
  .cd-timeline-position {
    font-size: 15px;
    margin: 4px 0;
  }
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f5f5f5;
}

.timeline>li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
  content: "";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 0 25px 100px;
  text-align: left;
}

.timeline>li .timeline-panel.timeline-panel-last {
  padding: 0 0 0 100px;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 5px solid #fff;
  text-align: center;
  color: #fff;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  z-index: 100;
}

.timeline-image .img-circle {
  max-width: 100%;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

.timeline-image:hover .img-circle {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
  box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 25px 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
}

.timeline .timeline-body>p {
  margin: -15px 0 -10px -5px;
}

@media only screen and (min-width: 1200px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    min-height: 140px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 40%;
    padding: 0 55px 25px 0;
  }

  .timeline>li .timeline-panel.timeline-panel-last {
    padding: 0 55px 0 0;
  }

  .timeline>li .timeline-image {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    left: 50%;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 0 25px 55px;
  }
}

@media all and (min-width: 1920px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 40%;
    padding: 0 55px 25px 0;
  }

  .timeline>li .timeline-panel.timeline-panel-last {
    padding: 0 55px 0 0;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
    left: 50%;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 0 25px 55px;
  }
}


/* 22. testimonials */
.testimonials-carousel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.testimonials-carousel.owl-carousel {
  width: auto;
  cursor: grab;
}

.testimonials-carousel,
.testimonials-quote,
.testimonials-quote-img {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.testimonials-quote-img {
  position: relative;
  margin: 1px auto;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .testimonials-quote-img {
    text-align: left;
    margin: 1px 0;
  }
}

.testimonials-quote p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .testimonials-quote p {
    text-align: left;
    margin: 0;
  }
}

.testimonials-signature {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  margin: -2px auto 0 auto;
}

@media only screen and (max-width: 1200px) {
  .testimonials-signature {
    text-align: left;
    margin: -2px 0 0 0;
  }
}

.testimonials-signature:before {
  content: "― ";
  display: inline-block;
}


/* 23. services */
.services-box {
  text-align: left;
}

.services-box p {
  margin: -15px 0 -10px -5px;
}

.services-box-icon {
  font-size: 35px;
  margin: -10px 0;
}

.services-box h5 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  line-height: 1.25;
  margin: -6px 0 -4px 0;
}

.services-img {
  text-align: left;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

/*
.services-hover:hover .services-img {
text-align: left;
-webkit-transform-origin: 0 50%;
   -moz-transform-origin: 0 50%;
	    transform-origin: 0 50%;
-webkit-transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
     -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
-webkit-transition: -webkit-transform 1s;
   -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
     -o-transition: -o-transform 1s;
        transition: transform 1s;
}
*/


/* 24. post */
.post-txt {
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
}

.post-txt p {
  position: relative;
  margin: -15px 0 -10px -5px;
}

.post-heading,
.post-heading-all {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: -0.04em;
  color: #5f5f5f;
}

.post-heading,
.post-heading-all {
  margin: -4px 0 -3px 0;
}

.post-heading-all.post-heading-all-light {
  color: #5f5f5f;
}

@media only screen and (max-width: 768px) {

  .post-heading,
  .post-heading-all {
    font-size: 15px;
    margin: -4px 0 -2px 0;
  }
}

.post-title {
  position: relative;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.04em;
  color: #5f5f5f;
  line-height: 1;
  z-index: 10;
}

.post-title.post-title-news {
  font-size: 30px;
  text-align: center;
  margin: -2px auto -1px auto;
  color: #5f5f5f;
}

@media all and (min-width: 1920px) {
  .post-title.post-title-news {
    font-size: 40px;
    margin: -4px auto -1px auto;
  }
}

@media only screen and (max-width: 995px) {
  .post-title.post-title-news {
    text-align: left;
    margin: -2px 0 -1px 15px;
  }
}

.post-title.post-title-contact {
  font-size: 30px;
  text-align: left;
  margin: -2px 0 -1px 15px;
  color: #5f5f5f;
}

@media all and (min-width: 1920px) {
  .post-title.post-title-contact {
    font-size: 40px;
    margin: -4px 0 -1px 15px;
  }
}

@media only screen and (max-width: 995px) {
  .post-title.post-title-contact {
    margin: -2px 0 -1px 15px;
  }
}

.post-title-color {
  color: #fff;
}

.post-title-color.post-title-color-dark {
  color: #111;
}

.post-title {
  margin: -7px auto -2px auto;
}

@media all and (min-width: 1920px) {
  .post-title {
    font-size: 65px;
    margin: -9px auto -1px auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-title {
    font-size: 40px;
    margin: -4px auto -1px auto;
  }
}

.post-title.post-title-light {
  color: #5f5f5f;
}


/* 25. overline */
.the-overline {
  position: relative;
  width: 65px;
  height: 9px;
  text-align: left;
  background: #5f5f5f;
  margin: 1px 0 1px 0;
  z-index: 10;
}

@media all and (min-width: 1920px) {
  .the-overline {
    width: 80px;
  }
}

@media only screen and (max-width: 995px) {
  .the-overline {
    width: 65px;
    height: 7px;
  }
}

@media only screen and (max-width: 640px) {
  .the-overline {
    width: 45px;
    height: 5px;
  }
}

.the-overline.the-overline-light {
  background: #5f5f5f;
}

.the-overline.the-overline-contact {
  margin-left: 15px;
}


/* 26. news */
.news-info h3 {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff;
  padding: 0;
  margin: -2px 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%;
}

@media only screen and (max-width: 995px) {
  .news-info h3 {
    text-align: left;
    margin: -2px 0 -2px 15px;
  }
}

#news-carousel {
  z-index: 10;
  position: relative;
  margin: 0;
}

.news-item-inner {
  position: relative;
  width: 70%;
  top: -25vh;
  margin: 0 auto -50px auto;
  padding: 0 50px;
  background: #000;
  text-align: center;
}

@media only screen and (max-width: 995px) {
  .news-item-inner {
    width: 100%;
    top: auto;
    margin: 0;
    padding: 0;
  }
}

p.text {
  position: relative;
  color: #fff;
  text-align: center;
  margin: -15px 0 -10px -5px;
}

@media only screen and (max-width: 995px) {
  p.text {
    text-align: left;
    margin: -15px 0 -10px 10px;
  }
}

.news-bg-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  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;
}

@media only screen and (max-width: 995px) {
  .news-bg-wrapper {
    min-height: 400px;
  }
}


/* 27. buttons */
.the-button-wrapper {
  position: relative;
  height: 49px;
  margin: -2px auto;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    height: 53px;
  }
}

@media only screen and (max-width: 995px) {
  .the-button-wrapper {
    height: 49px;
  }
}

.the-button-wrapper.the-button-wrapper-news {
  position: relative;
  height: 49px;
  margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .the-button-wrapper.the-button-wrapper-news {
    margin: -3px 0 0 20px;
    text-align: left;
  }
}

.the-button {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background: none;
  padding: 8px 40px 10px 40px;
  top: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media all and (min-width: 1920px) {
  .the-button {
    padding: 8px 40px 15px 40px;
  }
}

a.the-button,
a.the-button:hover,
a.the-button:visited,
a.the-button:active,
a.the-button:focus {
  color: #fff;
  font-weight: 700;
}

.the-button.the-button-contact {
  color: #5f5f5f;
  margin-top: 10px;
}

.the-button:hover:before {
  width: 100%;
}

.the-button:hover:after {
  width: 100%;
}

.the-button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 45px;
  top: -6px;
  left: -5px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::before {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .the-button::before {
    width: 15px;
    height: 45px;
    top: -6px;
  }
}

.the-button.the-button-contact::before {
  border: 1px solid #5f5f5f;
  border-right: none;
}

.the-button::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 45px;
  top: -6px;
  right: -6px;
  border: 1px solid #fff;
  border-left: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::after {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .the-button::after {
    width: 15px;
    height: 38px;
    top: -2px;
  }
}

.the-button.the-button-contact::after {
  border: 1px solid #5f5f5f;
  border-left: none;
}

.the-button-submit {
  width: 175px;
  top: -19px;
  border: none;
}

@media all and (min-width: 1920px) {
  .the-button-submit {
    width: 205px;
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .the-button-submit {
    width: 175px;
    top: -19px;
  }
}

.contact-form-submit-wrapper {
  position: relative;
  width: 205px;
  height: auto;
  line-height: 1.5;
  padding: 0;
  left: 0;
  margin: 34px auto -6px auto;
}

@media all and (min-width: 1920px) {
  .contact-form-submit-wrapper {
    margin: 34px auto -2px auto;
  }
}

@media only screen and (max-width: 995px) {
  .contact-form-submit-wrapper {
    margin: 34px 0 0 20px;
    text-align: left;
  }
}


/* 28. video play button */
.more-wraper {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
}

.more-wraper-center {
  position: relative;
  width: 90px !important;
  max-width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}

.more-wraper-centers {
  position: relative;
  height: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}

.more-button-bg {
  background: #111;
  border: 2px dashed #111;
}

.more-button-bg-center {
  background: none;
  border: 2px dashed #fff;
}

.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
}

.more-wraper:hover .more-button-circle,
.more-wraper-center:hover .more-button-circle {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.more-wraper:hover .more-button-circle,
.more-wraper-centers:hover .more-button-circle {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.more-button-txt,
.more-button-txt-center {
  position: absolute;
  top: 45px;
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 auto;
  text-align: center;
}

.more-button-txt {
  color: #fff;
}

.more-button-txt-center {
  color: #fff;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* 29. 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: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);
}


/* 30. Owl Carousel v2.3.4 CUSTOM */
.owl-carousel {
  cursor: grab;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  cursor: pointer;
}

.owl-prev {
  left: -65px;
}

@media only screen and (max-width: 880px) {
  .owl-prev {
    left: -55px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-prev {
    left: -45px;
  }
}

.owl-next {
  right: -65px;
}

@media only screen and (max-width: 880px) {
  .owl-next {
    right: -55px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-next {
    right: -45px;
  }
}

.owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  -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)";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.owl-prev:before {
  left: 49px;
  top: 8px;
}

@media only screen and (max-width: 880px) {
  .owl-prev:before {
    left: 35px;
  }
}

.owl-next:before {
  right: 49px;
  top: 8px;
}

@media only screen and (max-width: 880px) {
  .owl-next:before {
    right: 35px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
  position: relative;
}

.owl-prev .owl-custom {
  left: 49px;
  top: 9px;
}

@media only screen and (max-width: 880px) {
  .owl-prev .owl-custom {
    left: 35px;
  }
}

.owl-next .owl-custom {
  right: 49px;
  top: 9px;
}

@media only screen and (max-width: 880px) {
  .owl-next .owl-custom {
    right: 35px;
  }
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none;
  -moz-transition: 0 none;
  -ms-transition: 0 none;
  -o-transition: 0 none;
  transition: 0 none;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.owl-carousel:hover .owl-prev {
  left: -35px;
}

.owl-carousel:hover .owl-next {
  right: -35px;
}

#news-carousel .owl-prev,
#news-carousel .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #111;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#news-carousel.owl-prev {
  left: -50px;
}

#news-carousel.owl-next {
  right: -50px;
}

#news-carousel .owl-prev:before,
#news-carousel .owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #111;
  background: #fff;
  -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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#news-carousel.owl-prev:before {
  left: 45px;
  top: 9px;
}

#news-carousel.owl-next:before {
  right: 45px;
  top: 9px;
}

#news-carousel.owl-prev .owl-custom,
#news-carousel.owl-next .owl-custom {
  position: relative;
}

#news-carousel.owl-prev .owl-custom {
  position: relative;
  left: 34px;
}

#news-carousel.owl-next .owl-custom {
  position: relative;
  right: 34px;
}

#news-carousel.owl-prev:hover,
#news-carousel.owl-next:hover {
  -webkit-transition: 0 none;
  -moz-transition: 0 none;
  -ms-transition: 0 none;
  -o-transition: 0 none;
  transition: 0 none;
}

#news-carousel .owl-prev:hover,
#news-carousel .owl-next:hover,
#news-carousel .owl-prev:hover:before,
#news-carousel .owl-next:hover:before,
#news-carousel .owl-prev:active:before,
#news-carousel .owl-next:active:before,
#news-carousel.owl-carousel:hover .owl-prev,
#news-carousel.owl-carousel:hover .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#news-carousel.owl-carousel:hover .owl-prev {
  left: 1px;
}

@media only screen and (max-width: 880px) {
  #news-carousel.owl-carousel:hover .owl-prev {
    left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #news-carousel.owl-carousel:hover .owl-prev {
    left: -10px;
  }
}

#news-carousel.owl-carousel:hover .owl-next {
  right: 1px;
}

@media only screen and (max-width: 880px) {
  #news-carousel.owl-carousel:hover .owl-next {
    right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #news-carousel.owl-carousel:hover .owl-next {
    right: -10px;
  }
}


/* 31. Magnific Popup v1.1.0 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)";
}


/* 32. videos */
/* 32.1. YouTube video */
.YT-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}

#videoContainment {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 0;
}


/* 32.2. Vimeo video */
.vimeo-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }

  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
  border: none;
}


/* 32.3. HTML5 video */
.html5-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .html5-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/html5-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}

.html5-videoContainment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}


/* 33. Slick v1.6.0 CUSTOM */
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  top: 191px;
  width: 60px;
  height: 60px;
  line-height: normal;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  visibility: visible;
}

@media all and (min-width: 1920px) {

  .slick-prev,
  .slick-next {
    top: 50%;
  }
}

@media only screen and (max-width: 1200px) {

  .slick-prev,
  .slick-next {
    top: 176px;
  }
}

@media only screen and (max-width: 995px) {

  .slick-prev,
  .slick-next {
    top: 50%;
  }
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 11px;
  color: #111;
  padding-top: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  background: #fff;
  -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)";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-prev:before {
  left: 85px;
  top: 9px;
}

@media only screen and (max-width: 1200px) {
  .slick-prev:before {
    left: 70px;
  }
}

.slick-next:before {
  right: 85px;
  top: 9px;
}

@media only screen and (max-width: 1200px) {
  .slick-next:before {
    right: 70px;
  }
}

.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-fullscreen-slideshow-zoom-fade:hover .slick-prev,
.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-fullscreen-slideshow-zoom-fade:hover .slick-prev {
  left: -35px;
}

.slick-fullscreen-slideshow-zoom-fade:hover .slick-next {
  right: -35px;
}

.slick-fullscreen-img-fill {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.slick-fullscreen-img-fill img {
  position: relative;
  display: inline-block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
  height: 100vh;
  background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
  position: relative;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .25);
  list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
  display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
  position: absolute;
  float: left;
  width: 0;
  height: 5px;
  left: -5px;
  background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: progressDots 4s both;
  -moz-animation: progressDots 4s both;
  -ms-animation: progressDots 4s both;
  -o-animation: progressDots 4s both;
  animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
  background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.home-slide>h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slide .slide2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 34. Lity v2.2.2 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: 995px) {
  .lity-close {
    top: 30px;
    left: 30px;
  }
}

@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: 995px) {
  .lity-close:active {
    top: 30px;
    left: 30px;
  }
}

@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;
}


/* 35. ken burns slideshow */
.kenburns-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.kenburns-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
  animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-1 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

.kenburns-slide-3 {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.kenburns-slide-4 {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 36. vertical / horizontal lines */
.vertical-lines-out {
  position: absolute;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .vertical-lines-out {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
}


/* 36.1. vertical / horizontal lines pure */
.vertical-lines-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.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-2 {
  position: relative;
  width: 100%;
  height: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(119, 119, 119, .2);
}

@media only screen and (max-width: 768px) {
  .vertical-effect-2 {
    display: none;
    visibility: hidden;
  }
}

.vertical-lines-wrapper {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.vertical-lines-wrapper.off {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


/* 36.2. vertical / horizontal lines effect */
.vertical-lines-wrapper-e,
.vertical-lines-wrapper-e-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.vertical-lines-e {
  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-e {
  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-e::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-e:first-child::before,
.vertical-effect-e:last-child::before {
  content: "";
  position: absolute;
  right: -2px;
}

.vertical-effect-e: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(119, 119, 119, 0), rgba(119, 119, 119, 1));
  background: -ms-linear-gradient(top, rgba(119, 119, 119, 0), rgba(119, 119, 119, 1));
  background: linear-gradient(top, rgba(119, 119, 119, 0), rgba(119, 119, 119, 1));
}

.vertical-effect-e: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(119, 119, 119, 1), rgba(119, 119, 119, 0));
  background: -ms-linear-gradient(top, rgba(119, 119, 119, 1), rgba(119, 119, 119, 0));
  background: linear-gradient(top, rgba(119, 119, 119, 1), rgba(119, 119, 119, 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%;
  }
}

.vertical-effect-2-e {
  position: relative;
  width: 100%;
  height: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(119, 119, 119, .2);
}

@media only screen and (max-width: 768px) {
  .vertical-effect-2-e {
    display: none;
    visibility: hidden;
  }
}

.vertical-lines-wrapper-e,
.vertical-lines-wrapper-e-2 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.vertical-lines-wrapper-e.off,
.vertical-lines-wrapper-e-2.off {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


/* 37. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-mobile,
.inner-divider-dt,
.inner-divider-post,
.inner-divider-m,
.inner-divider-s {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.inner-divider {
  height: 100px;
}

@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-half {
  height: 25px;
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  .inner-divider-half {
    height: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .inner-divider-half {
    height: 25px;
  }
}

.inner-divider-mobile {
  display: none;
  visibility: hidden;
  height: 40px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-mobile {
    display: block;
    visibility: visible;
  }
}

.inner-divider-dt {
  display: block;
  visibility: visible;
  height: 60px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-dt {
    display: none;
    visibility: hidden;
  }
}

.inner-divider-post {
  height: 60px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-post {
    height: 40px;
  }
}

.inner-divider-m {
  height: 40px;
}

.inner-divider-s {
  height: 15px;
}