/*------------------------------------------------------------------

Quadro CSS V.1

[Table of contents]

1. Global 
2. Reset 
3. Extra Classes
4. Header
5. Overlay Nav
6. Scene
7. Hero Intro
8. Animate
9. Cubeporfolio
10. Slick
11. Text Rotate
12. Filter
13. Buttons
14. magnifice-popup
15. Form
16. slider
17. Accordion
18. Tab
19. Animation Content
20. Table
21. Hover-effect
22. Video-bg
23. Main
24. Blog
25. Footer
26. Video Intro

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
   1. GLOBAL
-----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 100%;
}

body {
  min-height: 100%;
  font: normal 16px/24px "hind", sans-serif;
  color: #666;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "hind", sans-serif;
  line-height: 1.313em;
  font-weight: normal;
  color: #121314;
}

h1 {
  font-size: 3em;
  margin: 0.563em 0;
}

h2 {
  font-size: 2.25em;
  margin: 0.625em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1.313em 0;
}

h4 {
  font-size: 1.313em;
  margin: 1.313em 0;
}

h5 {
  font-size: 1.125em;
  margin: 1.313em 0;
}

h6 {
  font-size: 1em;
  margin: 0.75em 0;
}

.custom-title {
  font-size: 1.313em;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .big-title {
    font-size: 20px;
  }
}

.second-title {
  text-transform: uppercase;
  font-weight: bold;
}

.standard-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.patt-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGUlEQVQIW2NkYGD4z8DAcJaRgYHhDAMQAAAaHQKbJW7ICgAAAABJRU5ErkJggg==) repeat;
}

/*-----------------------------------------------------------------------------
   1. Reset
-----------------------------------------------------------------------------*/
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

input,
textarea {
  outline: none;
  border: 0;
}

button {
  border: 0;
}

.header-grid .header-grid__inner {
  text-align: center;
}

.header-grid .header-grid__inner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

.header-grid .header-grid__inner .centered {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
}

.cd-headline .main-header__counter, .services2 li .section-counter, .el__heading .section-counter, .main-header .main-header__counter, .submain-header .submain-heade__counter, .part-title .part-title__counter {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: bold;
}

.cd-headline .main-header__counter:before, .services2 li .section-counter:before, .el__heading .section-counter:before, .main-header .main-header__counter:before, .submain-header .submain-heade__counter:before, .part-title .part-title__counter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 1px;
  background-color: #121314;
}

.cd-headline .light.main-header__counter:before, .services2 li .light.section-counter:before, .el__heading .light.section-counter:before, .main-header .light.main-header__counter:before, .submain-header .light.submain-heade__counter:before, .part-title .light.part-title__counter:before {
  background-color: #fff;
}

#grid-container5 figure .cbp-info-plan:before, #grid-container6 ul li .one-card .one-card__block:before, #grid-container5 figure .cbp-info-plan:after, #grid-container6 ul li .one-card .one-card__block:after {
  content: " ";
  display: table;
}

#grid-container5 figure .cbp-info-plan:after, #grid-container6 ul li .one-card .one-card__block:after {
  clear: both;
}

/*-----------------------------------------------------------------------------
   3. Extra Classes
-----------------------------------------------------------------------------*/
.container-fluid-flat {
  position: relative;
}

.container-fluid-flat .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid-flat [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.container.no-gutter .row,
.container-fluid.no-gutter .row {
  margin: 0;
}

.container.no-gutter [class*='col-'],
.container-fluid.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.container.add-margin [class*='col-'],
.container-fluid.add-margin [class*='col-'] {
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .container.add-padding,
  .container-fluid.add-padding {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.container-wide {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.container-extra {
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .container-extra {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .equal-element {
    display: none;
  }
}

/*********************************************
	-	SPACE 	-
**********************************************/
.space {
  padding: 11.86024rem;
}

.space-y {
  padding-top: 11.86024rem;
  padding-bottom: 11.86024rem;
}

@media (max-width: 991px) {
  .space-y {
    padding-top: 5.93012rem;
    padding-bottom: 5.93012rem;
  }
}

.space-y-quarter {
  padding-top: 8.4716rem;
  padding-bottom: 8.4716rem;
}

.space-y-quarter-t {
  padding-top: 8.4716rem;
}

.space-y-half {
  padding-top: 5.93012rem;
  padding-bottom: 5.93012rem;
}

.space-small {
  padding-top: 3.95341rem;
  padding-bottom: 3.95341rem;
}

.space-y-t {
  padding-top: 11.86024rem;
}

@media (max-width: 991px) {
  .space-y-t {
    padding-top: 5.93012rem;
  }
}

.space-y-b {
  padding-bottom: 11.86024rem;
}

@media (max-width: 991px) {
  .space-y-b {
    padding-bottom: 5.93012rem;
  }
}

.space-y-t-h {
  padding-top: 5.93012rem;
}

.space-y-b-h {
  padding-bottom: 5.93012rem;
}

.space-y-t-s {
  padding-top: 3.95341rem;
}

.space-y-b-s {
  padding-bottom: 3.95341rem;
}

@media (min-width: 993px) {
  .space-nav {
    margin-top: 82px;
  }
}

.space-alt {
  padding-top: 11.86024rem;
  padding-bottom: 17.79036rem;
}

@media (max-width: 767px) {
  .space-alt {
    padding-top: 5.93012rem;
    padding-bottom: 5.93012rem;
  }
}

/*remove padding bottom under desktop */
@media (max-width: 991px) {
  .remove-pb-d {
    padding-bottom: 0 !important;
  }
}

/*remove padding bottom under tablet */
@media (max-width: 767px) {
  .remove-pb-t {
    padding-bottom: 0 !important;
  }
}

/* add padding bottm - 30px */
.space-y-b-m30 {
  padding-bottom: 9.98524rem;
}

/* add margin bottom 30px */
.space-ml-30 {
  margin-bottom: 30px;
}

/* add margin bottom 30px under desktop */
@media (max-width: 991px) {
  .space-md-30 {
    margin-bottom: 30px;
  }
}

/* add margin top 30px under desktop*/
@media (max-width: 991px) {
  .space-mdt-30 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mtb-30 {
    margin-bottom: 30px;
  }
}

/*add margin bottom 30px + header margin*/
.mb-30 {
  margin-bottom: calc(30px + 1.313em) !important;
}

.no-mg {
  margin: 0 !important;
}

.no-mg-t {
  margin-top: 0 !important;
}

.no-mg-b {
  margin-bottom: 0 !important;
}

@media (min-width: 769px) {
  .mg-side {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 993px) {
  .first-page {
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .first-page {
    padding-top: 30px;
  }
}

/*-----------------------------------------------------------------------------
   4. Header
-----------------------------------------------------------------------------*/
.nav-wrap {
  position: relative;
  z-index: 1001;
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
  /* white background header */
}

.nav-wrap [class^="logo"] {
  max-height: 81px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: inherit;
}

.nav-wrap .logo-white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.nav-wrap.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
  -webkit-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear;
}

@media (max-width: 992px) {
  .nav-wrap.is-fixed {
    position: relative;
    background-color: #121314;
  }
}

@media (max-width: 992px) {
  .nav-wrap.white_bg {
    background-color: #FFF;
  }
  .nav-wrap.white_bg .logo-white {
    display: none;
  }
  .nav-wrap.white_bg .logo-dark {
    display: block;
    max-height: 52px;
    opacity: 1;
  }
}

.nav-wrap[data-is-fill="true"] .logo-dark {
  opacity: 0;
}

@media (min-width: 993px) {
  .nav-wrap.header-fill {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .nav-wrap.header-fill .brand, .nav-wrap.header-fill .brand-widescreen {
    color: #121314;
    position: relative;
  }
  .nav-wrap.header-fill .brand .logo-dark, .nav-wrap.header-fill .brand-widescreen .logo-dark {
    opacity: 1;
  }
  .nav-wrap.header-fill .brand .logo-white, .nav-wrap.header-fill .brand-widescreen .logo-white {
    opacity: 0;
  }
}

@media (min-width: 993px) {
  .nav-wrap.is-dark .brand {
    color: #333;
  }
  .nav-wrap.is-dark .brand .logo-dark {
    opacity: 1;
  }
  .nav-wrap.is-dark .brand .logo-white {
    opacity: 0;
  }
  .nav-wrap.is-dark .button_container span {
    background-color: #121314;
  }
  .nav-wrap.is-dark .button_container span i {
    color: #121314;
  }
  .nav-wrap.is-dark .button_container span:before, .nav-wrap.is-dark .button_container span:after {
    background-color: #121314;
  }
}

@media (min-width: 993px) {
  .nav-wrap.is-fill {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .nav-wrap.is-fill .brand {
    color: #333;
  }
  .nav-wrap.is-fill .brand .logo-dark {
    opacity: 1;
  }
  .nav-wrap.is-fill .brand .logo-white {
    opacity: 0;
  }
  .nav-wrap.is-fill .button_container {
    background-color: #121314;
  }
  .nav-wrap.is-fill .button_container span {
    background-color: #fff;
    top: calc(50% + 4px);
  }
  .nav-wrap.is-fill .button_container span i {
    color: #fff;
  }
  .nav-wrap.is-fill .button_container span:before, .nav-wrap.is-fill .button_container span:after {
    background-color: #fff;
  }
}

.nav-wrap.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  padding: 0;
}

.boxed .nav-wrap.stuck {
  max-width: 1200px;
}

@media (max-width: 992px) {
  .nav-wrap {
    background-color: #121314;
  }
  .nav-wrap .logo-white {
    position: relative;
    max-height: 52px;
  }
  .nav-wrap .logo-dark {
    display: none;
  }
}

/* brand logo */
.brand {
  position: relative;
  display: inline-block;
  font-size: 30px;
  float: left;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
  .brand {
    float: left;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: normal;
  }
}

/* ADDING SMALLER */
@media (min-width: 993px) {
  .smaller {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .smaller .brand, .smaller .brand-widescreen {
    color: #121314;
    font-size: 20px;
  }
  .smaller .brand img[class*="logo"], .smaller .brand-widescreen img[class*="logo"] {
    max-height: 54px;
  }
  .smaller .button_container {
    max-height: 54px;
  }
}

/*-----------------------------------------------------------------------------
   5. Overlay Nav
-----------------------------------------------------------------------------*/
.button_container {
  position: relative;
  float: right;
  right: 0;
  height: 81px;
  max-height: 81px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  white-space: nowrap;
  -webkit-transition: opacity 0.25s ease, max-height 0.25s ease;
  transition: opacity 0.25s ease, max-height 0.25s ease;
  cursor: pointer;
  outline: none;
}

.button_container span {
  position: absolute;
  width: 32px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button_container span i {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s, color 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out 0.4s, color 0.2s ease-in-out;
  text-transform: uppercase;
}

.button_container span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}

.button_container span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}

.header-fill .button_container span {
  background-color: #121314;
}

.header-fill .button_container span:before, .header-fill .button_container span:after {
  background-color: #121314;
}

.button_container.active span i {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

.button_container.active span:before {
  top: 0;
  background-color: #121314;
  -webkit-transition: top 0.3s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, background-color 0.2s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, background-color 0.2s ease-in-out 0s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_container.active span:after {
  top: 0;
  background-color: #121314;
  -webkit-transition: top 0.3s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, background-color 0.2s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s, transform 0.2s ease-in-out 0.3s, background-color 0.2s ease-in-out 0s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .button_container {
    height: 52px;
  }
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 50%;
  right: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, left 0.35s cubic-bezier(0.55, 0, 0.1, 1), right 0.35s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.35s, visibility 0.35s, left 0.35s cubic-bezier(0.55, 0, 0.1, 1), right 0.35s cubic-bezier(0.55, 0, 0.1, 1);
  overflow-y: scroll;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  left: 0;
  right: 0;
}

.overlay.open .overlay-menu > ul > li {
  -webkit-animation: fadeInToptSocial 0.5s ease forwards;
  -moz-animation: fadeInToptSocial 0.5s ease forwards;
  animation: fadeInToptSocial 0.5s ease forwards;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(1) {
  left: next-z-index();
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(2) {
  left: next-z-index();
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(3) {
  left: next-z-index();
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(4) {
  left: next-z-index();
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(5) {
  left: next-z-index();
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(6) {
  left: next-z-index();
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(7) {
  left: next-z-index();
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay.open .overlay-menu > ul > li:nth-of-type(8) {
  left: next-z-index();
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay.open .social-block li {
  -webkit-animation: fadeInToptSocial 0.5s ease forwards;
  -moz-animation: fadeInToptSocial 0.5s ease forwards;
  animation: fadeInToptSocial 0.5s ease forwards;
}

.overlay.open .social-block li:nth-of-type(1) {
  left: next-z-index();
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay.open .social-block li:nth-of-type(2) {
  left: next-z-index();
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.overlay.open .social-block li:nth-of-type(3) {
  left: next-z-index();
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.overlay.open .social-block li:nth-of-type(4) {
  left: next-z-index();
  -webkit-animation-delay: 0.85s;
  -moz-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.overlay .overlay-menu {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.overlay .overlay-menu > ul {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay .overlay-menu > ul > li {
  float: none;
  display: block;
  height: calc(100% / 8);
  min-height: 50px;
  position: relative;
  opacity: 0;
  z-index: 50;
}

.overlay .overlay-menu > ul > li > a {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: relative;
  color: #121314;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.25;
  height: auto;
  font-weight: bold;
  font-size: 2.0625rem;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.overlay .overlay-menu > ul > li > a:hover:after, .overlay .overlay-menu > ul > li > a:hover:before {
  width: 30px;
}

.overlay .overlay-menu > ul > li > a:hover .highlight-nav__counter:before {
  width: 20px;
}

.overlay .overlay-menu > ul > li > a:hover .highlight-nav__counter.light:before {
  background-color: #fff;
}

.overlay .overlay-menu > ul > li > a .highlight-nav__counter {
  position: absolute;
  left: 0;
  top: -13px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
}

.overlay .overlay-menu > ul > li > a .highlight-nav__counter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  width: 0;
  height: 1px;
  background-color: #121314;
  -webkit-transition: width 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: width 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.overlay .overlay-menu > ul > li > a .highlight-nav__counter.light:before {
  background-color: #fff;
}

.overlay .overlay-menu > ul > li > a.active {
  color: #121314;
}

.overlay .overlay-menu > ul > li > a.active:after, .overlay .overlay-menu > ul > li > a.active:before {
  width: 30px;
}

.overlay .overlay-menu > ul > li > a.active .highlight-nav__counter:before {
  width: 20px;
}

.overlay .overlay-menu > ul > li > a.active .highlight-nav__counter.light:before {
  background-color: #fff;
}

@media (max-width: 991px) {
  .overlay .overlay-menu > ul > li > a {
    font-size: 20px;
  }
}

.overlay .overlay-menu > ul > li .nav-child {
  position: absolute;
  top: -50%;
  left: 50%;
  text-align: center;
  width: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transform: scale(1.3) translateX(-50%);
  -moz-transform: scale(1.3) translateX(-50%);
  -ms-transform: scale(1.3) translateX(-50%);
  -o-transform: scale(1.3) translateX(-50%);
  transform: scale(1.3) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.overlay .overlay-menu > ul > li .nav-child li {
  line-height: 1.5em;
}

.overlay .overlay-menu > ul > li .nav-child li a {
  display: inline-block;
  position: relative;
  color: #121314;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.5em;
  height: auto;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 2px;
  opacity: 1;
  white-space: nowrap;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 991px) {
  .overlay .overlay-menu > ul > li .nav-child li a {
    font-size: 20px;
  }
}

.overlay .overlay-menu > ul > li .nav-child.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.overlay .overlay-menu > ul > li.shrink-parent {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-menu > ul > li.shrink-parent a {
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-menu > ul > li.shrink a {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: .1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.social-block {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social-block li {
  display: inline-block;
  opacity: 0;
}

.social-block li a {
  display: inline-block;
  color: #121314;
  padding: 0 .5em;
}

@media (max-width: 767px) {
  .social-block {
    display: none;
  }
}

/*-----------------------------------------------------------------------------
   6. Scene
-----------------------------------------------------------------------------*/
.scene-intro {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}

.scene-intro .layer {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.scene-intro .bg-scene {
  position: absolute;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px);
  min-height: 100%;
}

.scene-intro .bg-scene.hero-img {
  margin: -1% -2% -2% -2%;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  width: 103%;
  height: 103%;
  background-image: url(../images/hero-img/intro7.jpg);
}

.scene-intro .bg-scene.hero-img:before {
  content: "";
  display: block;
  min-height: 300px;
  padding-top: 30%;
}

.scene-intro .text-intro {
  position: absolute;
  min-height: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.scene-intro .text-intro h1 {
  position: relative;
  font-weight: 900;
}

.scene-intro .text-intro h1 .main-header__counter {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.scene-intro .text-intro h1 .main-header__counter:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 1px;
  background-color: #121314;
}

.scene-intro .text-intro h1 .main-header__counter.light:before {
  background-color: #fff;
}

.scene-intro .text-intro p {
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 4px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

@media (max-width: 992px) {
  .scene-intro .text-intro p {
    font-size: 12px;
  }
}

.scene-section {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}

.scene-section .scene {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.scene-section .layer {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.scene-section .scene-section--bg {
  margin: 0 -2%;
  position: relative;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px);
  min-height: 100%;
}

#scene-about {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}

#scene-about .scene {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#scene-about .layer {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

#scene-about .scene-section--bg {
  position: relative;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px);
  background-size: contain;
  background-position: right center;
}

@media (max-width: 991px) {
  #scene-about .scene-section--bg {
    background-position: 50% 50%;
  }
}

/*-----------------------------------------------------------------------------
   7. Hero Intro
-----------------------------------------------------------------------------*/
.hero-intro {
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .hero-intro {
    padding-bottom: 0;
  }
}

.hero-intro .hero-intro__rotate .cd-intro {
  width: 90%;
  max-width: 1140px;
  text-align: left;
  position: relative;
  z-index: 10;
}

.hero-intro .hero-intro__rotate .cd-headline {
  color: #fff;
  font-size: 3.75rem;
}

.hero-intro .hero-intro__rotate .cd-headline .cd-words-wrapper, .hero-intro .hero-intro__rotate .cd-headline .waiting {
  color: #d3d3cd;
}

.hero-intro .hero-intro__rotate .cd-headline .cd-words-wrapper i, .hero-intro .hero-intro__rotate .cd-headline .waiting i {
  color: #fff;
}

.hero-intro .hero-intro__rotate .cd-headline i {
  font-style: normal;
}

@media (max-width: 991px) {
  .hero-intro .hero-intro__rotate .cd-headline {
    font-size: 2.5rem;
  }
}

.hero-intro .hero-intro__text {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #9b9ba4;
}

@media (max-width: 991px) {
  .hero-intro .hero-intro__text {
    margin-top: 1em;
    font-size: 1.25rem;
  }
}

/*-----------------------------------------------------------------------------
   8. Animate
-----------------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInToptSocial {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}

@-moz-keyframes fadeInToptSocial {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}

@keyframes fadeInToptSocial {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    -o-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}

@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    -o-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes frombottom {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes frombottom {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}

@keyframes frombottom {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fromtop {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes fromtop {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}

@keyframes fromtop {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.frombottom {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
}

@-webkit-keyframes fromleft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fromleft {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes fromleft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -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-keyframes fromright {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@-moz-keyframes fromright {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
  }
}

@keyframes fromright {
  from {
    -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);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fromleftBig {
  from {
    -webkit-transform: translate3d(-150%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fromleftBig {
  from {
    -moz-transform: translate3d(-150%, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes fromleftBig {
  from {
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);
    -o-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
  to {
    -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-keyframes fromrightBig {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(150%, 0, 0);
  }
}

@-moz-keyframes fromrightBig {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(150%, 0, 0);
  }
}

@keyframes fromrightBig {
  from {
    -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);
  }
  to {
    -webkit-transform: translate3d(150%, 0, 0);
    -moz-transform: translate3d(150%, 0, 0);
    -ms-transform: translate3d(150%, 0, 0);
    -o-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
  }
}

@-webkit-keyframes fromleftAlt {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(101%, 0, 0);
  }
}

@-moz-keyframes fromleftAlt {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  to {
    -moz-transform: translate3d(101%, 0, 0);
  }
}

@keyframes fromleftAlt {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(101%, 0, 0);
    -moz-transform: translate3d(101%, 0, 0);
    -ms-transform: translate3d(101%, 0, 0);
    -o-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
  }
}

@-webkit-keyframes fromrightAlt {
  from {
    -webkit-transform: translate3d(-105%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@-moz-keyframes fromrightAlt {
  from {
    -moz-transform: translate3d(-105%, 0, 0);
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
  }
}

@keyframes fromrightAlt {
  from {
    -webkit-transform: translate3d(-105%, 0, 0);
    -moz-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fromleftFlex {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}

@-moz-keyframes fromleftFlex {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}

@keyframes fromleftFlex {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}

@-webkit-keyframes fromrightFlex {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@-moz-keyframes fromrightFlex {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@keyframes fromrightFlex {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

@-webkit-keyframes motionblur {
  0% {
    top: -50px;
    text-shadow: 0 -10px 10px #9b9ba4;
    -webkit-transform: scaleX(1.1) skewX(-4deg);
  }
  50% {
    text-shadow: 0 -5px 5px #9b9ba4;
    opacity: .5;
  }
  100% {
    opacity: 1;
    top: 0px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transform: scaleX(1) skewX(0deg);
  }
}

@-moz-keyframes motionblur {
  0% {
    top: -50px;
    text-shadow: 0 -10px 10px #9b9ba4;
    -webkit-transform: scaleX(1.1) skewX(-4deg);
  }
  50% {
    text-shadow: 0 -5px 5px #9b9ba4;
    opacity: .5;
  }
  100% {
    opacity: 1;
    top: 0px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transform: scaleX(1) skewX(0deg);
  }
}

@keyframes motionblur {
  0% {
    top: -50px;
    text-shadow: 0 -10px 10px #9b9ba4;
    -webkit-transform: scaleX(1.1) skewX(-4deg);
  }
  50% {
    text-shadow: 0 -5px 5px #9b9ba4;
    opacity: .5;
  }
  100% {
    opacity: 1;
    top: 0px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transform: scaleX(1) skewX(0deg);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -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);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  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);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/*-----------------------------------------------------------------------------
   9. Cubeporfolio
-----------------------------------------------------------------------------*/
/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 3.7.1 (28 June, 2016)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2016, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp, .cbp *,
.cbp *:after, .cbp:after, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-dropdownHeader:after, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-text .cbp-filter-counter:after, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline * {
  -webkit-tap-highlight-color: transparent;
}

.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: cbp-rotation .8s infinite linear;
  animation: cbp-rotation .8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}

/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */
.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 400px;
}

.cbp > * {
  visibility: hidden;
}

.cbp .cbp-item {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  /*ISIK arka plan rengi*/
  background-color: #222326;
}

.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp a,
.cbp a:hover,
.cbp a:active {
  text-decoration: none;
  outline: 0;
}

.cbp-ready > * {
  visibility: visible;
}

.cbp-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}

.cbp-lazyload img {
  opacity: 1;
}

.cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}

.cbp-lazyload:after {
  z-index: 0;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cbp-wrapper,
.cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.cbp-item-on2off {
  z-index: 0;
}

.cbp-item-off2on {
  z-index: 1;
}

.cbp-item-on2on {
  z-index: 2;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-updateItems {
  -webkit-transition: height .5s ease-in-out !important;
  transition: height .5s ease-in-out !important;
  will-change: height;
}

.cbp-updateItems .cbp-item {
  -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
  transition: top .5s ease-in-out, left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out;
  -webkit-transition: none;
  transition: none;
}

.cbp-removeItem {
  -webkit-animation: fadeOut .5s ease-in-out;
  animation: fadeOut .5s ease-in-out;
}

/*  END - Default style for plugin. Please change them carefully! */
.cbp-panel {
  width: 94%;
  max-height: 400px;
  margin: 0 auto;
}

.cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}

.cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes cbp-rotation {
  0 {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes cbp-rotation {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.cbp-l-filters-left {
  float: left;
}

.cbp-l-filters-right {
  float: right;
}

/* general caption style */
.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
  display: block;
}

.cbp-caption-activeWrap {
  background-color: #282727;
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

/*  ---------------------------------------------------------------
    caption miscellaneous style
    --------------------------------------------------------------- */
.cbp-l-caption-title {
  color: #fff;
  font: 400 16px/21px "Open Sans", sans-serif;
}

.cbp-l-caption-desc {
  color: #aaa;
  font: 400 12px/16px "Open Sans", sans-serif;
}

.cbp-l-caption-text {
  font: 400 14px/21px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
  background-color: #547EB1;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
  opacity: 0.9;
}

/*  END - caption miscellaneous style */
/*  ---------------------------------------------------------------
    none caption
    --------------------------------------------------------------- */
.cbp-caption-none .cbp-caption-activeWrap {
  display: none;
}

/*  END - none caption */
/*  ---------------------------------------------------------------
    caption layout align left
    --------------------------------------------------------------- */
.cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px;
}

/*  END - caption layout left */
/*  ---------------------------------------------------------------
    caption layout center vertically and horizontally
    --------------------------------------------------------------- */
.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  -webkit-transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  left: -20px;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  left: 20px;
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  left: 0;
}

/*  END - caption layout center vertically and horizontally */
.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-minimal .cbp-l-caption-title,
.cbp-caption-minimal .cbp-l-caption-desc {
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  height: 60px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  bottom: -60px;
  height: 60px;
  -webkit-transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  top: -60px;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: 0;
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: 60px;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  top: -60px;
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -102%;
  height: 102%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(99%);
  transform: translateY(99%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap,
.cbp-caption-pushTop .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-opacity .cbp-item {
  padding: 1px;
}

.cbp-caption-opacity .cbp-caption,
.cbp-caption-opacity .cbp-caption-activeWrap,
.cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
  border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
  border-color: #EDEDED;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  opacity: .8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  top: 0;
}

.cbp-caption-expand .cbp-caption-activeWrap {
  height: auto;
  background-color: transparent;
}

.cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px "Roboto", sans-serif;
  color: #474747;
  padding: 12px 0 11px 26px;
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
  position: absolute;
  top: 16px;
  left: 0;
}

.cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px "Roboto", sans-serif;
  color: #888;
  padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
  -webkit-transition: height .4s !important;
  transition: height .4s !important;
}

.cbp-caption-expand-active .cbp-item {
  -webkit-transition: left .4s, top .4s !important;
  transition: left .4s, top .4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
  -webkit-transition: height .4s;
  transition: height .4s;
}

.cbp-l-filters-alignCenter {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #DADADA;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Open Sans", sans-serif;
  padding: 0 12px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
  background: none repeat scroll 0 0 #626161;
  border-radius: 3px;
  color: #FFFFFF;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #626161;
  display: none;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:after {
  display: block;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.cbp-l-filters-alignLeft {
  margin-bottom: 30px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px "Open Sans", sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 0 8px 10px 0;
  display: inline-block;
  color: #888888;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #6C7A89;
  border: 1px solid #6C7A89;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline;
}

.cbp-l-filters-alignRight {
  margin-bottom: 30px;
  text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  font: 400 11px/31px "Open Sans", sans-serif;
  padding: 0 14px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px 5px;
  border: 1px solid #E4E2E2;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:after {
  display: block;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #049372;
  border-color: #049372;
  cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background: none repeat scroll 0 0 #049372;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #049372;
  display: none;
}

.cbp-l-filters-button {
  margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Open Sans", sans-serif;
  margin: 0 10px 10px 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
  color: #545454;
  border-color: #DADADA;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #545454;
  color: #fff;
  border-color: #5d5d5d;
  cursor: default;
}

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #545454;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-button .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #545454;
  display: none;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after {
  display: block;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.cbp-l-filters-buttonCenter {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Roboto", sans-serif;
  margin: 0 10px 10px 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #3B9CB3;
  border-color: #8CD2E5;
  cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #68ABBC;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px "Roboto", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #68ABBC;
  display: none;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:after {
  display: block;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.cbp-l-filters-dropdown {
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #4d4c4d;
}

.cbp-l-filters-dropdownHeader {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}

.cbp-l-filters-dropdownHeader:after {
  border-color: #FFFFFF transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  cursor: default;
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
  display: inline;
}

.cbp-l-filters-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

.cbp-l-filters-list {
  margin-bottom: 30px;
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  float: left;
  border: 1px solid #3288C4;
  border-right-width: 0;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
  color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  cursor: default;
  color: #FFFFFF;
  background-color: #3288C4;
}

.cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px;
  }
}

.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
  background-color: #FFFFFF;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px "Open Sans", sans-serif;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607D8B;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background: #607D8B;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-work .cbp-filter-counter {
  font: 600 11px/37px "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
  content: '(';
}

.cbp-l-filters-work .cbp-filter-counter:after {
  content: ')';
}

.cbp-l-filters-big {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
  color: #444;
  cursor: pointer;
  font: 400 15px/22px "Roboto", sans-serif;
  margin: 0 15px 10px 0;
  padding: 10px 23px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
  color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
  border-color: #d5d5d5;
  cursor: default;
  color: #444;
}

.cbp-l-filters-text {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px "Lato", sans-serif;
  color: #DADADA;
  padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Lato", sans-serif;
  padding: 0 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
}

.cbp-l-filters-text .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
  background: none repeat scroll 0 0 #626161;
  border-radius: 3px;
  color: #FFFFFF;
  font: 400 11px/16px "Lato", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.cbp-l-filters-text .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #626161;
  display: none;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:after {
  display: block;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}

.cbp-l-filters-underline {
  margin-bottom: 30px;
}

.cbp-l-filters-underline .cbp-filter-item {
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font: 600 14px/21px "Open Sans", sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 20px 10px 0;
  display: inline-block;
  color: #787878;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #666;
  color: #444;
  cursor: default;
}

.cbp-l-filters-underline .cbp-filter-counter {
  display: inline;
}

.cbp-animation-quicksand {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-quicksand .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: quicksand-off .6s ease-out both;
  animation: quicksand-off .6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: quicksand-on .6s ease-out both;
  animation: quicksand-on .6s ease-out both;
}

/* in */
@-webkit-keyframes quicksand-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}

@keyframes quicksand-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

/* out */
@-webkit-keyframes quicksand-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}

@keyframes quicksand-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

.cbp-animation-fadeOut,
.cbp-animation-boxShadow {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: fadeOut-off .6s ease-in-out both;
  animation: fadeOut-off .6s ease-in-out both;
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: fadeOut-on .6s ease-in-out both;
  animation: fadeOut-on .6s ease-in-out both;
}

/* in */
@-webkit-keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

/* out */
@-webkit-keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cbp-animation-flipOut {
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOut .cbp-item {
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipOut-out .7s both ease-in;
  animation: flipOut-out .7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipOut-in .7s ease-out both;
  animation: flipOut-in .7s ease-out both;
}

/* out */
@-webkit-keyframes flipOut-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipOut-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

/* in */
@-webkit-keyframes flipOut-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

@keyframes flipOut-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

.cbp-animation-flipBottom {
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipBottom-out .7s both ease-in;
  animation: flipBottom-out .7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipBottom-in .7s ease-out both;
  animation: flipBottom-in .7s ease-out both;
}

/* out */
@-webkit-keyframes flipBottom-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipBottom-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

/* in */
@-webkit-keyframes flipBottom-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

@keyframes flipBottom-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

.cbp-animation-scaleSides {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.cbp-animation-scaleSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: scaleSides-out .9s ease both;
  animation: scaleSides-out .9s ease both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: scaleSides-in .9s ease both;
  animation: scaleSides-in .9s ease both;
}

/* out */
@-webkit-keyframes scaleSides-out {
  50%, 100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes scaleSides-out {
  50%, 100% {
    transform: scale(0.6);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes scaleSides-in {
  0%, 50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes scaleSides-in {
  0%, 50% {
    transform: scale(0.6);
    opacity: 0;
  }
}

.cbp-animation-skew {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-skew .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.cbp-animation-skew .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: skew-off .6s ease-out both;
  animation: skew-off .6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: skew-on .6s ease-out both;
  animation: skew-on .6s ease-out both;
}

/* in */
@-webkit-keyframes skew-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}

@keyframes skew-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}

/* out */
@-webkit-keyframes skew-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}

@keyframes skew-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}

.cbp-animation-fadeOutTop {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease-in-out;
  animation: fadeOutTop-out .6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-in-out;
  animation: fadeOutTop-in .6s both ease-in-out;
}

/* out */
@-webkit-keyframes fadeOutTop-out {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes fadeOutTop-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}

/* out */
@-webkit-keyframes fadeOutTop-in {
  0%, 50% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutTop-in {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-slideLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideLeft-out .8s both ease-in-out;
  animation: slideLeft-out .8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideLeft-in .8s both ease-in-out;
  animation: slideLeft-in .8s both ease-in-out;
}

/* out */
@-webkit-keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    -webkit-transform: scale(0.8);
  }
  75% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
}

@keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    transform: scale(0.8);
  }
  75% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
}

/* in */
@-webkit-keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}

@keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

.cbp-animation-sequentially {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease;
  animation: fadeOutTop-out .6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-out;
  animation: fadeOutTop-in .6s both ease-out;
}

.cbp-animation-3dflip {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-3dflip .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip-out 0.6s both ease-in-out;
  animation: flip-out 0.6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: flip-in 0.6s both ease-in-out;
  animation: flip-in 0.6s both ease-in-out;
}

@-webkit-keyframes flip-out {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}

@keyframes flip-out {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}

@-webkit-keyframes flip-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.cbp-animation-flipOutDelay {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: flipOut-out 1s both ease-in;
  animation: flipOut-out 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: flipOut-in 1s both ease-out;
  animation: flipOut-in 1s both ease-out;
}

.cbp-animation-slideDelay {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideDelay-out 0.5s both ease-in-out;
  animation: slideDelay-out 0.5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideDelay-in 0.5s both ease-in-out;
  animation: slideDelay-in 0.5s both ease-in-out;
}

/* out */
@-webkit-keyframes slideDelay-out {
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes slideDelay-out {
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slideDelay-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes slideDelay-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.cbp-animation-rotateSides {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out .5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in .6s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSides-in .6s both ease-out;
}

/* out */
@-webkit-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}

@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}

/* in */
@-webkit-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}

@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}

.cbp-animation-foldLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: foldLeft-out .7s both ease;
  animation: foldLeft-out .7s both ease;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: foldLeft-in .7s both ease;
  animation: foldLeft-in .7s ease both;
}

/* out */
@-webkit-keyframes foldLeft-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}

@keyframes foldLeft-out {
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}

/* in */
@-webkit-keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}

@keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%);
  }
}

.cbp-animation-unfold {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-unfold .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: unfold-out .8s ease both;
  animation: unfold-out .8s ease both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: unfold-in .8s both ease;
  transform-origin: 0% 50%;
  animation: unfold-in .8s both ease;
}

/* out */
@-webkit-keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
}

@keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

/* in */
@-webkit-keyframes unfold-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}

@keyframes unfold-in {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}

.cbp-animation-scaleDown {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: scaleDown-out .7s ease both;
  animation: scaleDown-out .7s ease both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: scaleDown-in .6s ease both;
  animation: scaleDown-in .6s ease both;
}

/* out */
@-webkit-keyframes scaleDown-out {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleDown-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* in */
@-webkit-keyframes scaleDown-in {
  0% {
    -webkit-transform: translateX(100%);
  }
}

@keyframes scaleDown-in {
  0% {
    transform: translateX(100%);
  }
}

.cbp-animation-frontRow {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-frontRow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: frontRow-out .7s both ease;
  animation: frontRow-out .7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: frontRow-in .6s both ease;
  animation: frontRow-in .6s both ease;
}

/* out */
@-webkit-keyframes frontRow-out {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}

@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes frontRow-in {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}

@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}

.cbp-animation-rotateRoom {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoom-out .8s both ease;
  animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoom-in .8s both ease;
  animation: rotateRoom-in .8s both ease;
}

/* out */
@-webkit-keyframes rotateRoom-out {
  90% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}

@keyframes rotateRoom-out {
  90% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg);
  }
}

/* in */
@-webkit-keyframes rotateRoom-in {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}

@keyframes rotateRoom-in {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}

.cbp-animation-bounceBottom {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
  -webkit-animation: bounceBottom-out .6s both ease-in-out;
  animation: bounceBottom-out .6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
  -webkit-animation: bounceBottom-in .6s both ease-in-out;
  animation: bounceBottom-in .6s both ease-in-out;
}

/* out */
@-webkit-keyframes bounceBottom-out {
  100% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes bounceBottom-out {
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes bounceBottom-in {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounceBottom-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-bounceLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
  -webkit-animation: bounceLeft-out .6s both ease-in-out;
  animation: bounceLeft-out .6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
  -webkit-animation: bounceLeft-in .6s both ease-in-out;
  animation: bounceLeft-in .6s both ease-in-out;
}

/* out */
@-webkit-keyframes bounceLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes bounceLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes bounceLeft-in {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bounceLeft-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-animation-bounceTop {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
  -webkit-animation: bounceTop-out .6s both ease-in-out;
  animation: bounceTop-out .6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
  -webkit-animation: bounceTop-in .6s both ease-in-out;
  animation: bounceTop-in .6s both ease-in-out;
}

/* out */
@-webkit-keyframes bounceTop-out {
  100% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes bounceTop-out {
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes bounceTop-in {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounceTop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-moveLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
  -webkit-animation: moveLeft-out .6s both ease-in-out;
  animation: moveLeft-out .6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
  -webkit-animation: moveLeft-in .6s both ease-in-out;
  animation: moveLeft-in .6s both ease-in-out;
}

/* out */
@-webkit-keyframes moveLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes moveLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* in */
@-webkit-keyframes moveLeft-in {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveLeft-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-displayType-bottomToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
  -webkit-animation: fadeInBottomToTop .3s both ease-in;
  animation: fadeInBottomToTop .3s both ease-in;
}

@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-fadeIn {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn .5s both ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cbp-displayType-fadeInToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-animation: fadeInToTop .5s both ease-in;
  animation: fadeInToTop .5s both ease-in;
}

@-webkit-keyframes fadeInToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInToTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-sequentially .cbp-item {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn .5s both ease-in;
}

.cbp-lightbox img {
  /*
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  */

  /*ISIK resim boyut*/
  border: 0;
  width: auto;
  max-height: 722px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 15px #1d1d1d;
  -moz-box-shadow: 10px 10px 5px #1d1d1d;
  -webkit-box-shadow: 10px 10px 5px #1d1d1d;
  -khtml-box-shadow: 10px 10px 5px #1d1d1d;
  border-radius:3px;
  
}

.cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cbp-popup-wrap {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  z-index: 9990;
  padding: 0 10px;
}

.cbp-popup-wrap video {
  outline: 0 none;
}

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cbp-popup-singlePage {
  background: white;
  padding: 0;
}

.cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.cbp-popup-lightbox-figure {
  position: relative;
}

.cbp-popup-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}

.cbp-popup-lightbox-title {
  padding-right: 70px;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 95%;
  }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  background: #000;
}

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-iframe audio {
  margin-top: 27%;
}

/* NAVIGATION BUTTONS */
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  max-height: 40px;/*ISIK*/
  background-color: #3D4750;
}

.cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
  top: 0 !important;
}

.cbp-popup-singlePage-counter {
  color: #fff;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px "Open Sans", sans-serif;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-singlePage-counter {
    right: 3%;
  }
}

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
  visibility: hidden;
}

/* NAVOGATION BUTTONS */
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
  visibility: visible;
}

/* PREVIOUS BUTTON LIGHBOX */
.cbp-popup-lightbox .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 -46px;
}

/* PREVIOUS BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: 0 -138px;
}

/* NEXT BUTTON LIGHTBOX */
.cbp-popup-lightbox .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px -46px;
}

/* NEXT BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -46px -138px;
}

/* CLOSE BUTTON LIGTHBOX */
.cbp-popup-lightbox .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px -46px;
}

/* CLOSE BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -92px -138px;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff;
}

@media only screen and (max-width: 360px), (max-height: 600px) {
  .cbp-popup-next,
  .cbp-popup-prev,
  .cbp-popup-close {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-next {
    right: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px;
  }
  .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px;
  }
  .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px;
  }
}

.cbp-popup-loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.85);
}

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden;
  display: none;
}

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible;
  display: block;
}

.cbp-popup-transitionend {
  overflow-y: scroll;
}

.cbp-popup-singlePage {
  left: 100%;
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0;
}

.cbp-popup-singlePage-open {
  left: 0;
}

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1;
}

.cbp-popup-singlePage.cbp-popup-singlePage-right {
  left: -100%;
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
  left: 0;
}

.cbp-l-project-title {
  color: #454444;
  font: 600 42px/46px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.cbp-l-project-subtitle {
  color: #787878;
  font: 400 14px/21px "Open Sans", sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both;
}

.cbp-l-project-desc {
  float: left;
  width: 62%;
}

.cbp-l-project-details {
  float: right;
  width: 38%;
  padding-left: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px;
  }
  .cbp-l-project-desc {
    width: 100%;
  }
  .cbp-l-project-details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.cbp-l-project-desc-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444;
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555;
  margin-bottom: 20px;
}

.cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444;
}

.cbp-l-project-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbp-l-project-details-list > li,
.cbp-l-project-details-list > div {
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif;
}

.cbp-l-project-details-list > li:last-child,
.cbp-l-project-details-list > div:last-child {
  border: none;
}

.cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px;
}

.cbp-l-project-details-visit {
  color: #FFFFFF;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  background-color: #62B57B;
  padding: 8px 19px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.cbp-l-project-details-visit:hover {
  opacity: 0.9;
  color: #fff;
}

.cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.cbp-l-project-related-item {
  margin-left: 5%;
  max-width: 30%;
  float: left;
}

.cbp-l-project-related-item:first-child {
  margin-left: 0;
}

.cbp-l-project-related-title {
  font: 700 14px/18px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 20px;
}

.cbp-l-project-related-link {
  text-decoration: none;
}

.cbp-l-project-related-link:hover {
  opacity: 0.9;
}

.cbp-l-member-img {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.cbp-l-member-img img {
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

.cbp-l-member-info {
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .cbp-l-member-img {
    width: 100%;
    text-align: center;
  }
  .cbp-l-member-info {
    width: 100%;
    padding-left: 0;
  }
}

.cbp-l-member-name {
  font: 400 28px/28px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-member-position {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 6px;
}

.cbp-l-member-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  color: #474747;
}

/* SINGLE PAGE INLINE */
.cbp-popup-singlePageInline-open {
  -webkit-transition: height .5s ease 0s !important;
  transition: height .5s ease 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
  -webkit-transition: -webkit-transform .5s ease 0s !important;
  transition: transform .5s ease 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
  display: none;
  visibility: hidden;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  /* CLOSE BUTTON singlePageInline */
}

.cbp-popup-singlePageInline .cbp-popup-content {
  opacity: 0;
  width: 100%;
  z-index: 1;
  min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition: opacity .4s ease-in .2s;
  transition: opacity .4s ease-in .2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: 0.7;
}

.cbp-popup-singlePageInline-ready {
  z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content,
.cbp-popup-singlePageInline-ready .cbp-popup-navigation {
  opacity: 1;
}

.cbp-popup-singlePageInline-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-singlePageInline-active {
  opacity: 0.6 !important;
}

.cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #FAFAFA;
  padding: 30px;
}

.cbp-l-inline-left {
  float: left;
  width: 44%;
}

.cbp-l-project-img {
  max-width: 100%;
}

.cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit;
}

@media only screen and (max-width: 768px) {
  .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.cbp-l-inline-title {
  font: 400 28px/30px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-inline-subtitle {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 7px;
}

.cbp-l-inline-desc {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 20px;
}

.cbp-l-inline-view-wrap {
  text-align: right;
}

.cbp-l-inline-view {
  font: 400 13px/35px "Open Sans", sans-serif;
  color: #9C9C9C;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.cbp-l-inline-view:hover {
  color: #757575;
}

.cbp-l-inline-details {
  margin-bottom: 15px;
  font: 13px/22px "Open Sans", sans-serif;
}

/* default state */
.cbp-l-loadMore-defaultText,
.cbp-l-loadMore-button-defaultText {
  display: block;
}

.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

/* loading state */
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
  display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

/* no more loading */
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
  display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
  display: none;
}

.cbp-l-loadMore-bgbutton {
  text-align: center;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 13px/40px "Lato", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 50px;
  margin-top: 50px;
  outline: 0;
  box-shadow: none;
  letter-spacing: 1px;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  cursor: default;
  color: #B0B0B0;
}

.cbp-l-loadMore-button {
  text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 12px/36px "Open Sans", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 30px;
  outline: 0;
  margin-top: 40px;
  box-shadow: none;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  cursor: default;
  color: #B0B0B0;
}

.cbp-l-loadMore-text {
  text-align: center;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  color: #7E7B7B;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: block;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop,
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  color: #B0B0B0;
  cursor: default;
}

.cbp-mode-slider {
  -webkit-transition: height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
  transition: height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
}

.cbp-mode-slider .cbp-wrapper,
.cbp-mode-slider .cbp-item {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
  transition: transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);
}

.cbp-mode-slider .cbp-wrapper {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -ms-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}

.cbp-mode-slider-dragStart .cbp-wrapper {
  -webkit-transition: none;
  transition: none;
}

.cbp-nav-next,
.cbp-nav-prev {
  position: relative;
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px;
}

.cbp-nav-next {
  border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
  border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover,
.cbp-nav-prev:hover {
  opacity: 0.8;
}

.cbp-nav-next:after,
.cbp-nav-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px;
}

.cbp-nav-next:after {
  background-position: -134px 0;
}

.cbp-nav-prev:after {
  background-position: -134px -12px;
}

.cbp-nav-stop {
  opacity: 0.5 !important;
  cursor: default !important;
}

.cbp-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-nav-controls {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100;
}

.cbp-nav-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center;
}

.cbp-nav-pagination-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.cbp-nav-pagination-active {
  background: #797979;
}

.cbp-pagination-item {
  max-width: 100px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}

.cbp-pagination-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-pagination-item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.cbp-pagination-active:after {
  background: transparent;
}

.cbp-slider-wrap,
.cbp-slider-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
  position: static;
}

.cbp-slider .cbp-nav-next,
.cbp-slider .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next {
  right: 25px;
  left: auto;
}

.cbp-slider .cbp-nav-prev {
  left: 25px;
  right: auto;
}

.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next:after {
  background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:hover:after {
  background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
  background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
  background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
  /*ISIK*/
  text-align: right;
  bottom: 25px;
  right: 25px;
  left: auto;
}

.cbp-slider-edge .cbp-nav-controls {
  position: static;
}

.cbp-slider-edge .cbp-nav-next,
.cbp-slider-edge .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
  right: -14px;
  left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
  left: -14px;
  right: auto;
}

.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-edge .cbp-nav-next:after {
  background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
  background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
  bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
  border: 2px solid #0f0f0f;
  opacity: 0.4;
  background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
  background: #000;
}

.cbp-slider-inline {
  position: relative;
}

.cbp-slider-inline .cbp-slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  transition: left .5s ease;
}

.cbp-slider-inline .cbp-slider-item--active {
  position: relative;
  z-index: 2;
}

.cbp-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.cbp-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity .7s ease-in-out;
}

.cbp-slider-inline-ready .cbp-slider-controls {
  opacity: 1;
}

.cbp-slider-next,
.cbp-slider-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #547EB1;
}

.cbp-slider-next {
  margin-left: 1px;
}

.cbp-slider-next:after,
.cbp-slider-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-next:after {
  background-position: -134px -60px;
}

.cbp-slider-prev:after {
  background-position: -134px -78px;
}

.cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.cbp-l-grid-agency-title {
  margin-top: 18px;
  font: 700 17px/24px "Lato", sans-serif;
  color: #666;
  text-align: center;
}

.cbp-item:hover .cbp-l-grid-agency-title {
  color: #222;
}

.cbp-l-grid-agency-desc {
  font: 400 12px/21px "Open Sans", sans-serif;
  color: #aaa;
  text-align: center;
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.cbp-l-grid-work .cbp-item {
  padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #F4F4F4;
}

.cbp-l-grid-work-title {
  margin-top: 17px;
  font: 400 17px/25px "Roboto Condensed", sans-serif;
  color: #607D8B;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.cbp-l-grid-work-title:hover {
  color: #365D67;
}

.cbp-l-grid-work-desc {
  font: 400 11px/16px "Open Sans", sans-serif;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
}

.cbp-l-grid-blog-title {
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #444;
  display: block;
  margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
  color: #787878;
}

.cbp-l-grid-blog-date {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-blog-comments {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #3C6FBB;
  display: inline-block;
}

.cbp-l-grid-blog-comments:hover {
  opacity: .8;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9B9B9B;
  margin-top: 9px;
}

.cbp-l-grid-blog-split {
  margin: 0 4px;
  font: 400 13px/16px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-clients {
  height: 180px;
}

.cbp-l-clients-title-block {
  font: 400 32px/53px "Roboto", sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px;
}

.cbp-l-grid-faq .cbp-item {
  width: 100%;
}

.cbp-l-grid-projects-title {
  font: 700 14px/21px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 15px;
}

.cbp-l-grid-projects-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px;
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.95);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  background-color: #545454;
}

.cbp-l-grid-masonry-projects-title {
  font: 500 15px/22px "Roboto", sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
  color: #457C8B;
}

.cbp-l-grid-masonry-projects-desc {
  font: 400 12px/18px "Roboto", sans-serif;
  color: #b2b2b2;
  text-align: center;
}

.cbp-l-grid-team-name {
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
  color: #34425C;
}

.cbp-l-grid-team-position {
  font: italic 400 13px/21px "Open Sans", sans-serif;
  color: #999;
  text-align: center;
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: #64C28E;
  background-color: rgba(101, 199, 150, 0.95);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  color: #FFFFFF;
  font: 400 14px/21px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 0;
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.97);
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: #FFEA71;
  background-color: rgba(255, 234, 113, 0.95);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #5A5A5A;
  font: 500 18px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #585858;
  font: 400 13px/20px "Roboto", sans-serif;
}

.cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}

.cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px "Roboto", sans-serif;
}

.cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px "Roboto", sans-serif;
  color: #494949;
  margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px "Roboto", sans-serif;
  color: #A6A6A6;
}

.cbp-l-grid-slider-team-desc {
  font: 13px/20px "Roboto", sans-serif;
  color: #969696;
  margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 22px;
}

.cbp-l-grid-slider-team-social a {
  margin-left: 4px;
}

.cbp-l-grid-slider-team-social a:hover {
  opacity: 0.8;
}

.cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 20px;
}

.cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cbp-l-grid-tabs {
  height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
  font: 14px/24px "Lato", sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px "Roboto", sans-serif;
  color: #E7E7E7;
  margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 23px;
  height: 2px;
  bottom: -6px;
  background-color: #C2C2C2;
  left: 0;
  right: 0;
}

.cbp-l-testimonials-wrap {
  background: #2D2D2D;
  padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px "Roboto", sans-serif;
  text-align: center;
  padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #C2C2C2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px;
}

.cbp-search {
  position: relative;
  width: 220px;
  margin-bottom: 40px;
}

.cbp-search .cbp-search-nothing {
  display: none;
}

.cbp-search-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}

.cbp-search-icon:after {
  content: '';
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cbp-search-input {
  height: 36px;
  padding: 0 32px 0 12px;
  margin: 0;
  border-radius: 1px;
  border: 1px solid #c6c3c4;
  font: 400 12px "Open Sans", sans-serif;
  width: 100%;
}

.cbp-search-input[value] + .cbp-search-icon {
  pointer-events: auto;
}

.cbp-search-input[value] + .cbp-search-icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}

.cbp-search-nothing {
  position: absolute;
  top: 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
  font: 13px "Open Sans", sans-serif;
}

.cbp-l-project-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb,
.cbp-social-twitter,
.cbp-social-googleplus,
.cbp-social-pinterest {
  margin-right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb:hover,
.cbp-social-twitter:hover,
.cbp-social-googleplus:hover,
.cbp-social-pinterest:hover {
  opacity: .8;
}

.cbp-social-fb:focus,
.cbp-social-twitter:focus,
.cbp-social-googleplus:focus,
.cbp-social-pinterest:focus {
  outline: none;
}

.cbp-social-fb path {
  fill: #415C9B;
}

.cbp-social-twitter path {
  fill: #55acee;
}

.cbp-social-googleplus path {
  fill: #E57371;
}

.cbp-social-pinterest path {
  fill: #cb2027;
}

/*********************************************
	-	quadro EXTRA 	-
**********************************************/
.cbp-popup-singlePage {
  background-color: #121314;
}

.cbp-wrapper-outer {
  overflow: visible;
}

#grid-container3 .cbp-wrapper-outer,
#grid-container22 .cbp-wrapper-outer {
  overflow: hidden;
}

#grid-container3 .cbp-item,
#grid-container22 .cbp-item {
  overflow: hidden;
}

#grid-container4 {
  margin: 0 23px;
}

#grid-container4 .cbp-item {
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#grid-container4 .cbp-popup-content .cbp-item {
  box-shadow: none;
}

#grid-list .cbp-wrapper-outer {
  overflow: inherit;
}

.cbp-slider .cbp-wrapper-outer {
  overflow: hidden;
}

.cbp-popup-singlePage .cbp-popup-content {
  background-color: #121314;
}

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

.cbp-popup-singlePage .cbp-popup-content {
  padding: 82px 0;
  vertical-align: top;
  width: 100%;
  margin: 0;
  max-width: 100%;
}

/* FILTER*/
.cbp-l-filters-dropdown {
  margin: 0 auto;
  height: 70px;
  position: relative;
  z-index: 12;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  left: 0;
}

.cbp-l-filters-dropdownHeader {
  margin: 0 17px;
  color: #FFF;
  cursor: pointer;
  position: relative;
  line-height: 35px;
  font-size: 13px;
  font-family: inherit;
}

.cbp-l-filters-dropdownHeader:after {
  border-color: #FFF transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.cbp-l-filters-dropdownList li {
  margin: 0;
}

.cbp-l-filters-dropdownWrap:hover .cbp-l-filters-dropdownList {
  display: block;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: none;
  color: #ebebeb;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: .8;
  line-height: 35px;
  font-size: 13px;
  font-family: inherit;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #fff;
  opacity: 1;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  opacity: 1;
}

/* END FILTER*/
.cbp-popup-singlePage-counter {
  color: #fbfbfc;
  position: absolute;
  padding: 0 3px 0 0;
  height: 44px;
  font: normal 16px/24px "Playfair Display", serif;
  line-height: 44px;
}

.cbp-l-grid-fullScreen .cbp-item-portrait {
  height: 600px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  height: 40px;
  width: 40px;
  top: 40px;
  right: 0;
  background: none;
  text-align: center;
  line-height: 40px;
  opacity: 1;
}

.cbp-popup-singlePageInline .cbp-popup-close:before {
  content: '\e681';
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  color: #a3a2a2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: 1;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover:before {
  color: #fbfbfc;
}

.cbp-fullscreen .cbp-popup-singlePageInline .cbp-popup-close {
  right: 15px;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #222326;
  height: 82px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.cbp-popup-singlePage .cbp-popup-prev,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-close {
  line-height: 44px;
  text-align: center;
  background: transparent;
}

.cbp-popup-singlePage .cbp-popup-prev:hover,
.cbp-popup-singlePage .cbp-popup-next:hover,
.cbp-popup-singlePage .cbp-popup-close:hover {
  background: none;
}

.cbp-popup-singlePage .cbp-popup-prev:before,
.cbp-popup-singlePage .cbp-popup-next:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  color: #a3a2a2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cbp-popup-singlePage .cbp-popup-prev:hover:before,
.cbp-popup-singlePage .cbp-popup-next:hover:before {
  color: #fbfbfc;
}

.cbp-popup-singlePage .cbp-popup-prev:before {
  content: '\e686';
}

.cbp-popup-singlePage .cbp-popup-next:before {
  content: '\e684';
}

.cbp-popup-singlePage .cbp-popup-close:after {
  content: '\e680';
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  color: #a3a2a2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cbp-popup-singlePage .cbp-popup-close:hover:after {
  color: #fbfbfc;
}

.cbp-l-project-img {
  width: 100%;
  max-width: 100%;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 1px solid #9b9ba4;
  border-radius: 1px;
  color: #7E7B7B;
  display: inline-block;
  min-width: 80px;
  text-decoration: none;
  padding: .37rem .2rem;
  outline: 0;
  margin: 30px 0;
  font-size: 13px;
  font-family: 'raleway';
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
  text-decoration: none;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 14px/1.5em "hind", sans-serif;
}

.header-grid {
  width: 20%;
  height: 300px;
  top: 0;
  left: 0;
  background-color: #000;
}

.header-grid .header-grid__inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-grid .header-grid__inner h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
}

.cbp-l-filters-alignLeft {
  margin-bottom: 3rem;
  padding: 0;
  z-index: 2;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item {
  padding: .4em 1.2em;
  margin: .5em 0;
  color: #9b9ba4;
  border: none;
  text-transform: uppercase;
  font: 400 14px/1.5em "hind", sans-serif;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item:hover {
  color: #fbfbfc;
  background-color: #222326;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  color: #fbfbfc;
  background-color: #222326;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.cbp-l-filters-alignCenter {
  margin-bottom: 3rem;
  padding: 0;
  background-color: #fff;
  z-index: 2;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  padding: .4em 1.2em;
  margin: .5em 0;
  font: 400 14px/1.5em "hind", sans-serif;
  text-transform: uppercase;
  color: gray;
  font-size: 12px;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  cursor: pointer;
}

.cbp .cbp-item1 {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cbp-popup-lightbox {
  background-color: rgba(18, 19, 20, 0.9);
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  background: transparent;
  color: #a3a2a2;
}

.cbp-popup-lightbox .cbp-popup-prev:before,
.cbp-popup-lightbox .cbp-popup-next:before,
.cbp-popup-lightbox .cbp-popup-close:before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cbp-popup-lightbox .cbp-popup-prev:hover:before,
.cbp-popup-lightbox .cbp-popup-next:hover:before,
.cbp-popup-lightbox .cbp-popup-close:hover:before {
  color: #fbfbfc;
}

.cbp-popup-lightbox .cbp-popup-prev:before {
  content: '\e686';
}

.cbp-popup-lightbox .cbp-popup-next:before {
  content: '\e684';
}

.cbp-popup-lightbox .cbp-popup-close:before {
  content: '\e680';
}

.cbp-popup-lightbox-counter {
  font: 400 12px/1.5em "Playfair Display", serif;
  color: #a3a2a2;
}

.cbp-popup-lightbox-img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.cbp-popup-lightbox-title {
  font: normal 16px/24px "hind", sans-serif;
  color: #fbfbfc;
}

.cbp .cbp-item {
  overflow: inherit;
}

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
  background: none;
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.cbp-slider .cbp-nav-prev:after {
  content: '\e686';
}

.cbp-slider .cbp-nav-next:after {
  content: '\e684';
}

.cbp-slider:hover .cbp-nav-prev:after {
  opacity: 1;
}

.cbp-slider:hover .cbp-nav-next:after {
  opacity: 1;
}

.cbp-popup-singlePageInline .cbp-slider {
  margin-bottom: 60px;
}

.cbp-slider {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  /*ISIK*/
  max-height:840px;
  width: auto;
  height: auto;
}

.cbp-info {
  position: relative;
  background-color: #222326;
  padding: 1em;
}

.cbp-info .cbp-info__title {
  text-transform: capitalize;
  color: #fbfbfc;
  font-size: 14px;
}

.cbp-info .cbp-info__tags {
  margin-top: 1em;
  font-size: 14px;
  color: #9b9ba4;
  text-transform: capitalize;
}

.cbp-nav-pagination-active {
  background-color: #000;
}

.cbp-slider-next, .cbp-slider-prev {
  background-color: #121314;
}

.cbp-slider-next:after, .cbp-slider-prev:after {
  background: none;
  font-family: 'Pe-icon-7-stroke';
  line-height: 36px;
  width: auto;
  height: auto;
  text-align: center;
  color: #fbfbfc;
}

.cbp-slider-prev:after {
  content: '\e686';
}

.cbp-slider-next:after {
  content: '\e684';
}

.cbp-slider-edge .cbp-nav-pagination {
  bottom: -53px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
  background: none;
  opacity: 1;
  border: 0;
}

.cbp-slider-edge .cbp-nav-pagination-active {
  background: none;
}

.cbp-slider .cbp-nav-pagination {
  right: 10px;
  bottom: 10px;
}

.cbp-nav-pagination-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  overflow: hidden;
  font-size: 0;
  border: 0;
  background: none;
  opacity: 1;
}

.cbp-nav-pagination-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 9px;
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #a3a2a2;
}

.cbp-nav-pagination-item:after {
  position: absolute;
  content: '';
  top: 0;
  left: 8px;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #f0f0f0;
  -webkit-animation-name: fromtop;
  -moz-animation-name: fromtop;
  animation-name: fromtop;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.cbp-nav-pagination-item.cbp-nav-pagination-active {
  opacity: 1;
}

.cbp-nav-pagination-item.cbp-nav-pagination-active:after {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  background-color: #f0f0f0;
}

.cbp-info__date {
  display: block;
}

.cbp-info__details {
  font-size: 14px;
  color: #9b9ba4;
}

.cbp-slider--alt {
  background-color: transparent;
  text-align: center;
}

.cbp-slider--alt img {
  width: auto;
  display: inline-block;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
  border: 0;
  font: normal 16px/24px "hind", sans-serif;
  text-transform: capitalize;
  color: #9b9ba4;
  font-weight: bold;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
  color: #121314;
}

#grid-container5 {
  margin: 0 23px;
}

#grid-container5 figure {
  padding: 0 2rem;
}

@media (max-width: 767px) {
  #grid-container5 figure {
    padding: 0;
  }
}

#grid-container5 figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#grid-container5 figure .info-block {
  overflow: inherit;
}

#grid-container5 figure .info-block__media {
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#grid-container5 figure .info-block__media:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 2;
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -o-transform: translateZ(100px);
  transform: translateZ(100px);
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.8), #121314);
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.8), #121314);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

#grid-container5 figure .cbp-info-plan {
  position: relative;
  z-index: 5;
}

#grid-container5 figure .cbp-info-plan .cbp-info-plan__date {
  position: absolute;
  right: -30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #a3a2a2;
  padding: .2em .6em;
  color: #fbfbfc;
  font-size: 14px;
}

@media (max-width: 767px) {
  #grid-container5 figure .cbp-info-plan .cbp-info-plan__date {
    right: 15px;
  }
}

#grid-container5 figure .cbp-info-plan .cbp-info-plan__place {
  margin: 1rem 0 .5rem;
  font-size: 15px;
  text-transform: capitalize;
  color: #a3a2a2;
}

#grid-container5 figure .cbp-info-plan .cbp-info-plan__category {
  font-size: 18px;
  text-transform: capitalize;
  color: #a3a2a2;
  font-weight: bold;
  margin: 0 0 0 4em;
}

#grid-container5 figure:hover .info-block__media:after {
  opacity: .2;
  -webkit-transform: translate3d(15%, -15%, 0) scale(1.3);
  -moz-transform: translate3d(15%, -15%, 0) scale(1.3);
  -ms-transform: translate3d(15%, -15%, 0) scale(1.3);
  -o-transform: translate3d(15%, -15%, 0) scale(1.3);
  transform: translate3d(15%, -15%, 0) scale(1.3);
}

#grid-container6 ul li img {
  width: auto;
}

#grid-container6 ul li .one-card {
  position: relative;
  z-index: 5;
}

#grid-container6 ul li .one-card .one-card__media {
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

#grid-container6 ul li .one-card .one-card__media .one-card__media-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-315deg, #a3a2a2, #121314);
  background-image: linear-gradient(45deg, #a3a2a2, #121314);
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

#grid-container6 ul li .one-card .one-card__media img {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

#grid-container6 ul li .one-card .one-card__media:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: .5;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: -webkit-linear-gradient(-315deg, #a3a2a2, #121314);
  background-image: linear-gradient(45deg, #a3a2a2, #121314);
}

#grid-container6 ul li .one-card .one-card__media i {
  position: absolute;
  opacity: 0;
  z-index: 5;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -webkit-transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
}

#grid-container6 ul li .one-card .one-card__details {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}

#grid-container6 ul li .one-card .one-card__details .one-card__title {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  color: #fbfbfc;
  font-size: 1.875rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #grid-container6 ul li .one-card .one-card__details .one-card__title {
    font-size: 1.25rem;
  }
}

#grid-container6 ul li .one-card .one-card__details .one-card__title .blast {
  display: inline-block;
}

#grid-container6 ul li .one-card .one-card__details .one-card__title .blast:nth-child(1) {
  text-transform: capitalize;
}

#grid-container6 ul li .one-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#grid-container6 ul li .one-card:hover .one-card__media {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#grid-container6 ul li .one-card:hover .one-card__media img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#grid-container6 ul li .one-card:hover .one-card__media:after {
  opacity: 0;
}

#grid-container6 ul li .one-card:hover .one-card__media i {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

#grid-container6 ul li .one-card:hover .one-card__details {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

#grid-container6 ul li .one-card:hover .blast {
  opacity: 0;
}

#grid-container6 ul li:nth-child(odd) .one-card__media {
  float: right;
}

#grid-container6 ul li:nth-child(odd) .one-card__media .one-card__media-cover.appear {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#grid-container6 ul li:nth-child(odd) .one-card__title {
  left: 15%;
}

#grid-container6 ul li:nth-child(even) .one-card__media .one-card__media-cover.appear {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#grid-container6 ul li:nth-child(even) .one-card__title {
  right: 15%;
  left: auto;
}

.touchy #grid-container6 ul li .one-card .one-card__media i {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.touchy #grid-container6 ul li .one-card__details {
  opacity: 1;
}

.touchy #grid-container6 ul li .blast {
  opacity: 1;
}

.touchy #grid-container6 ul li .one-card .one-card__details .one-card__title {
  bottom: 5%;
  transform: none;
  top: auto;
}

.touchy #grid-container6 ul li:nth-child(odd) .one-card__title {
  left: 5%;
}

.touchy #grid-container6 ul li:nth-child(even) .one-card__title {
  right: 5%;
}

.cbp-popup-singlePageInline .lines {
  display: none;
}

/*********************************************
	-	$END CUBE PORTFOLIO 	-
******************************************/
/*-----------------------------------------------------------------------------
   10. Slick
-----------------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  margin: 15px 4px;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.slick-dots li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 9px;
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #a3a2a2;
}

.slick-dots li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 8px;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #f0f0f0;
  -webkit-animation-name: fromtop;
  -moz-animation-name: fromtop;
  animation-name: fromtop;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.slick-dots li.slick-active:after {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  background-color: #f0f0f0;
}

.dark-dots .slick-dots li:after {
  background-color: #121314;
}

.dark-dots .slick-dots li.slick-active:after {
  background-color: #121314;
}

/*-----------------------------------------------------------------------------
   11. Text Rotate
-----------------------------------------------------------------------------*/
.img-intro .cd-intro {
  width: 90%;
  height: 100%;
  max-width: 1140px;
  text-align: left;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

@media (max-width: 1023px) {
  .img-intro .cd-intro {
    position: absolute;
    top: 0;
  }
}

.cd-headline {
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.cd-headline .main-header__counter {
  position: relative;
  display: block;
  left: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .cd-headline .main-header__counter {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .cd-headline {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .cd-headline {
    font-size: 2.5rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #fff;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #a3a2a2;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 1s;
  -moz-animation: slide-in 1s;
  animation: slide-in 1s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 1s;
  -moz-animation: slide-out 1s;
  animation: slide-out 1s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}

@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}

@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}

@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}

/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*-----------------------------------------------------------------------------
   12. Filter
-----------------------------------------------------------------------------*/
.groups {
  height: 350px;
}

@media (max-width: 767px) {
  .groups {
    height: 610px;
  }
}

.filter {
  margin-top: 30px;
  text-align: center;
}

.filter a {
  position: relative;
  margin: 30px 4px 0;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 0;
}

.filter a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 9px;
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #a3a2a2;
}

.filter a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 8px;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #121314;
  -webkit-animation-name: fromtop;
  -moz-animation-name: fromtop;
  animation-name: fromtop;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.filter a.active:after {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  background-color: #121314;
}

.filter.dark a:before {
  background-color: #9b9ba4;
}

.is-animated {
  animation: .6s zoomInside;
}

@-webkit-keyframes zoomInside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

@-moz-keyframes zoomInside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

@keyframes zoomInside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes movingAside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

@-moz-keyframes movingAside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

@keyframes movingAside {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}

/*-----------------------------------------------------------------------------
   13. Buttons
-----------------------------------------------------------------------------*/
.btn-main {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 1.5em;
  z-index: 2;
  text-align: center;
  background-color: transparent;
  color: #121314;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease-in-out, opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

.btn-main:before {
  z-index: -1;
  position: absolute;
  content: '';
  height: 1px;
  background-color: #121314;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: height 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.btn-main:hover, .btn-main:active, .btn-main:focus {
  cursor: pointer;
  color: #fff;
}

.btn-main:hover:before, .btn-main:active:before, .btn-main:focus:before {
  height: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.btn-main.xsmall {
  padding: 0.3rem 0.2rem;
  font-size: 12px;
}

.btn-main.small {
  padding: 0.33rem 0.2rem;
  font-size: 14px;
}

.btn-main.medium {
  padding: 0.37rem 0.2rem;
  font-size: 16px;
}

.btn-main.large {
  padding: 0.4rem 0.2rem;
  font-size: 18px;
}

.alt-button {
  position: relative;
  padding: .30rem .2rem;
  text-transform: capitalize;
  color: #fbfbfc;
  font-weight: bold;
  z-index: 1;
  background-color: transparent;
  border: 0;
  -webkit-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.alt-button:before {
  content: '';
  background-color: #f0f0f0;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: height 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s ease;
  transition: height 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s ease;
}

.alt-button:hover {
  color: #121314;
}

.alt-button:hover:before {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/*-----------------------------------------------------------------------------
   14. magnifice-popup
-----------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  overflow: hidden;
  position: fixed;
  background-color: rgba(18, 19, 20, 0.9);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9993;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9995;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/*.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}*/
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  background: url(../images/cbp-loading-popup.gif) no-repeat;
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  left: 50%;
  z-index: 9994;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9996;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -4px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=1);
  padding: 0 0 18px 10px;
  color: #a3a2a2;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:before {
  content: '\e680';
  font-family: 'Pe-icon-7-stroke';
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #a3a2a2;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  color: #fbfbfc;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #a3a2a2;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=1);
  margin: 0;
  top: 50%;
  padding: 0;
  width: 100px;
  height: 100px;
  color: #a3a2a2;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fbfbfc;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  position: absolute;
  border: medium inset transparent;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a3a2a2;
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  left: 25px;
  content: '\e686';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mfp-arrow-left:hover:before {
  color: #fbfbfc;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  right: 25px;
  content: '\e684';
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mfp-arrow-right:hover:before {
  color: #fbfbfc;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fbfbfc;
  word-wrap: break-word;
  padding-right: 36px;
  font-size: 16px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: translateY(-50%) scale(0.75);
    -moz-transform: translateY(-50%) scale(0.75);
    -ms-transform: translateY(-50%) scale(0.75);
    -o-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
for zoom animation
*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* FADE X */
.mfp-fade-x.mfp-bg {
  opacity: 0;
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out;
}

.mfp-fade-x.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-fade-x.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade-x.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -moz-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -ms-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -o-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-fade-x.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateX(0) perspective(600px) rotateY(0);
  -moz-transform: translateX(0) perspective(600px) rotateY(0);
  -ms-transform: translateX(0) perspective(600px) rotateY(0);
  -o-transform: translateX(0) perspective(600px) rotateY(0);
  transform: translateX(0) perspective(600px) rotateY(0);
}

.mfp-fade-x.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -moz-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -ms-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  -o-transform: translateX(-20px) perspective(600px) rotateY(10deg);
  transform: translateX(-20px) perspective(600px) rotateY(10deg);
}

/* SLIDE IN RIGHT */
.mfp-slide-right.mfp-bg {
  opacity: 0;
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out;
}

.mfp-slide-right.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-slide-right.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-slide-right.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-slide-right.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.mfp-slide-right.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}

/* ZOOM IN */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out;
}

.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

a[data-popup] {
  outline: none;
}

/*-----------------------------------------------------------------------------
   15. Form
-----------------------------------------------------------------------------*/
.quform-success-message,
.quform-outer-no-js .quform-success-message {
  position: relative;
  display: block;
  float: left;
  margin: 10px 0;
  font-size: 12px;
  padding: 3px 12px;
  color: #fff;
  width: 100%;
  background-color: #0eb493;
}

.quform-success-message:before,
.quform-outer-no-js .quform-success-message:before {
  content: '\f00c';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.quform-element {
  margin-bottom: 4em;
  text-align: left;
  /*Captcha*/
}

.quform-element label {
  display: block;
  margin-bottom: .5em;
  text-align: left;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
}

.quform-element label .quform-required {
  color: #ee1c25;
  font-size: 12px;
  vertical-align: bottom;
}

.quform-element input,
.quform-element textarea {
  padding: 12px 20px;
  width: 100%;
  border: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.quform-element input:focus,
.quform-element textarea:focus {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.quform-element .quform-errors {
  display: none;
}

.quform-element .quform-error {
  position: absolute;
  display: inline-block;
  float: left;
  margin-top: 10px;
  font-size: 12px;
  padding: 3px 12px;
  color: #fff;
  background-color: #ee1c25;
}

.quform-element .quform-error:before {
  content: '\f071';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.quform-element .quform-captcha-inner {
  position: relative;
  float: left;
  margin-top: 8px;
  background: url(../quform/images/captcha-refresh-icon.png) no-repeat center center;
}

.quform-element .quform-captcha-inner img {
  max-width: 100%;
  display: block;
}

.quform-submit-inner {
  float: left;
}

/*Loading the submit*/
.quform-loading-wrap {
  display: none;
  float: left;
  height: 10px;
  line-height: 10px;
  text-align: center;
  margin-top: 12px;
  margin-left: 10px;
}

.quform-loading-wrap .quform-loading {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: transparent url("../images/ajax-loader.gif") no-repeat center center;
}

/*********************************************
	-	COMMENT FORM 	-
**********************************************/
.quform-theme-comments {
  margin-top: 4em;
}

.quform-theme-comments button[type='submit'] {
  border: none;
}

/*-----------------------------------------------------------------------------
   16. slider
-----------------------------------------------------------------------------*/
.sliders-client {
  padding-top: 4em;
  text-align: center;
}

@media (max-width: 767px) {
  .sliders-client.with-bg {
    padding-top: 0;
  }
}

.slick-slide {
  outline: none;
}

.client-wrap .sliders-client {
  padding: 4em 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

@media (min-width: 993px) {
  .sldier-classic .slick-list {
    overflow: visible;
  }
}

.sldier-classic .slick-slide {
  position: relative;
  z-index: 5;
}

.sldier-classic .slick-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.sldier-classic .slick-prev.slick-arrow,
.sldier-classic .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  z-index: 10;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #121314;
  outline: none;
}

@media (max-width: 767px) {
  .sldier-classic .slick-prev.slick-arrow,
  .sldier-classic .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
  }
}

.sldier-classic .slick-prev.slick-arrow {
  left: -15px;
}

.sldier-classic .slick-prev.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e687';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic .slick-prev.slick-arrow {
    left: 15px;
  }
  .sldier-classic .slick-prev.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic .slick-next.slick-arrow {
  right: -15px;
}

.sldier-classic .slick-next.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e685';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic .slick-next.slick-arrow {
    right: 15px;
  }
  .sldier-classic .slick-next.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic [class^='strip'] {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  z-index: 11;
  background-color: #ebebe8;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media (max-width: 767px) {
  .sldier-classic [class^='strip'] {
    display: none;
  }
}

.sldier-classic .strip-left {
  left: 0;
  width: 200px;
}

.sldier-classic .strip-right {
  right: 0;
}

.sldier-classic .slider-details-standard .mini-title {
  font-size: 1.5em;
}

.sldier-classic .slider-details-standard p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sldier-classic .slider-details-standard {
    padding: 1em;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    left: 60px;
    z-index: 12;
  }
  .sldier-classic .slider-details-standard .mini-title,
  .sldier-classic .slider-details-standard p {
    color: #121314;
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .sldier-classic .slider-details-standard .mini-title {
    font-size: 3.125rem;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
  }
}

.sldier-classic .slick-active.slick-slide:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.sldier-classic .slick-active .slider-details-standard {
  position: absolute;
}

.sldier-classic .slick-active .slider-details-standard .mini-title,
.sldier-classic .slick-active .slider-details-standard p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sldier-classic .slick-active .slider-details-standard p {
  -webkit-transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.sldier-classic .slick-active .strip-left {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-classic .slick-active .strip-right {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-classic2 .slick-track {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sldier-classic2 {
    height: auto;
  }
}

@media (min-width: 993px) {
  .sldier-classic2 .slick-list {
    overflow: visible;
  }
}

.sldier-classic2 .slick-slide {
  position: relative;
  z-index: 5;
  opacity: .2;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.sldier-classic2 .slick-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .sldier-classic2 .slick-slide {
    height: auto;
  }
  .sldier-classic2 .slick-slide:after {
    background-color: transparent;
  }
}

.sldier-classic2 .slick-prev.slick-arrow,
.sldier-classic2 .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  z-index: 10;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #121314;
  outline: none;
}

@media (max-width: 767px) {
  .sldier-classic2 .slick-prev.slick-arrow,
  .sldier-classic2 .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
  }
}

.sldier-classic2 .slick-prev.slick-arrow {
  left: -15px;
}

.sldier-classic2 .slick-prev.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e687';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic2 .slick-prev.slick-arrow {
    left: 15px;
  }
  .sldier-classic2 .slick-prev.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic2 .slick-next.slick-arrow {
  right: -15px;
}

.sldier-classic2 .slick-next.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e685';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic2 .slick-next.slick-arrow {
    right: 15px;
  }
  .sldier-classic2 .slick-next.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic2 [class^='strip'] {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 11;
  background-color: #ebebe8;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

@media (max-width: 767px) {
  .sldier-classic2 [class^='strip'] {
    display: none;
  }
}

.sldier-classic2 .strip-left {
  left: 0;
  width: 200px;
}

.sldier-classic2 .strip-right {
  right: 0;
  width: 100px;
}

.sldier-classic2 .slick-active.slick-slide {
  opacity: 1;
}

.sldier-classic2 .slick-active.slick-slide:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.sldier-classic2 .slick-active .slider-details-standard {
  position: absolute;
}

.sldier-classic2 .slick-active .slider-details-standard .mini-title,
.sldier-classic2 .slick-active .slider-details-standard p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sldier-classic2 .slick-active .slider-details-standard p {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sldier-classic2 .slick-active .strip-left {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-classic2 .slick-active .strip-right {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-classic2 .slider-details-standard {
  padding: 1em;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 100px;
  z-index: 12;
}

.sldier-classic2 .slider-details-standard .mini-title,
.sldier-classic2 .slider-details-standard p {
  color: #9b9ba4;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sldier-classic2 .slider-details-standard .mini-title {
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: bold;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}

.sldier-classic2 .slider-details-standard p {
  letter-spacing: 1px;
  width: 300px;
}

@media (max-width: 767px) {
  .sldier-classic2 .slider-details-standard p {
    display: none;
  }
}

@media (max-width: 991px) {
  .sldier-classic2 .slider-details-standard .mini-title {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .sldier-classic2 .slider-details-standard {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .sldier-classic2 .slider-details-standard .mini-title {
    font-size: 1.875rem;
    margin-top: 0;
  }
}

.sldier-classic2-wrap {
  position: relative;
}

.sldier-classic2-wrap .numbers {
  position: absolute;
  top: 160px;
  left: 128px;
  z-index: 10;
  font-size: 20px;
  color: #121314;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.sldier-classic2-wrap .numbers .current {
  position: relative;
  top: -20px;
  right: -5px;
}

.sldier-classic2-wrap .numbers .total:before {
  content: '/';
  font-size: 40px;
}

@media (max-width: 1199px) {
  .sldier-classic2-wrap .numbers {
    top: 90px;
  }
}

@media (max-width: 991px) {
  .sldier-classic2-wrap .numbers {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .sldier-classic2-wrap .numbers {
    display: none;
  }
}

.sldier-classic3 .slick-track,
.sldier-classic3 .slick-list {
  overflow: visible;
}

@media (min-width: 993px) {
  .sldier-classic3 .slick-list {
    overflow: visible;
  }
}

.sldier-classic3 .slide {
  opacity: .5;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.sldier-classic3 .slick-prev.slick-arrow,
.sldier-classic3 .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  z-index: 10;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #fff;
  outline: none;
}

@media (max-width: 767px) {
  .sldier-classic3 .slick-prev.slick-arrow,
  .sldier-classic3 .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
  }
}

.sldier-classic3 .slick-prev.slick-arrow {
  left: -15px;
}

.sldier-classic3 .slick-prev.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e687';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic3 .slick-prev.slick-arrow {
    left: 15px;
  }
  .sldier-classic3 .slick-prev.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic3 .slick-next.slick-arrow {
  right: -15px;
}

.sldier-classic3 .slick-next.slick-arrow:before {
  font-family: 'Pe-icon-7-stroke';
  content: '\e685';
  font-size: 60px;
}

@media (max-width: 991px) {
  .sldier-classic3 .slick-next.slick-arrow {
    right: 15px;
  }
  .sldier-classic3 .slick-next.slick-arrow:before {
    font-size: 50px;
  }
}

.sldier-classic3 .slider-details-standard {
  left: 0;
  padding: 1em;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: rgba(18, 19, 20, 0.7);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (min-width: 769px) {
  .sldier-classic3 .slider-details-standard {
    position: absolute;
    bottom: -5.93012rem;
  }
}

.sldier-classic3 .slider-details-standard .mini-title,
.sldier-classic3 .slider-details-standard p {
  margin-bottom: 0;
  color: #121314;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sldier-classic3 .slider-details-standard .mini-title {
  margin: 0 0 12px 0;
  font-weight: bold;
  color: #fbfbfc;
}

.sldier-classic3 .slider-details-standard p {
  color: #fbfbfc;
  width: 300px;
}

.sldier-classic3 .slick-active.slide {
  opacity: 1;
}

.sldier-classic3 .slick-active.slide .slider-details-standard {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sldier-classic3 .slick-active.slide .slider-details-standard .mini-title,
.sldier-classic3 .slick-active.slide .slider-details-standard p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sldier-classic3 .slick-active.slide .slider-details-standard p {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sldier-fullwidth {
  position: relative;
}

.sldier-fullwidth .slick-vertical .slick-slide {
  border: 0;
}

.sldier-fullwidth .slick-track {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sldier-fullwidth {
    height: auto;
  }
}

@media (min-width: 993px) {
  .sldier-fullwidth .slick-list {
    overflow: visible;
  }
}

.sldier-fullwidth .slick-slide {
  position: relative;
  z-index: 5;
  -webkit-transform: perspective(800px) translate3d(0px, 0px, -300px);
  -moz-transform: perspective(800px) translate3d(0px, 0px, -300px);
  -ms-transform: perspective(800px) translate3d(0px, 0px, -300px);
  -o-transform: perspective(800px) translate3d(0px, 0px, -300px);
  transform: perspective(800px) translate3d(0px, 0px, -300px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.6s;
  transition: transform 0.5s ease-in-out 0.6s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

@media (max-width: 767px) {
  .sldier-fullwidth .slick-slide {
    height: auto;
  }
}

.sldier-fullwidth .slick-prev.slick-arrow,
.sldier-fullwidth .slick-next.slick-arrow {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  outline: none;
  right: 15px;
}

@media (max-width: 767px) {
  .sldier-fullwidth .slick-prev.slick-arrow,
  .sldier-fullwidth .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
  }
}

.sldier-fullwidth .slick-prev.slick-arrow {
  top: calc(50% - 50px);
}

.sldier-fullwidth .slick-prev.slick-arrow:before {
  font-family: 'FontAwesome';
  content: '\f176';
  font-size: 20px;
}

.sldier-fullwidth .slick-next.slick-arrow {
  top: calc(50% + 25px);
}

.sldier-fullwidth .slick-next.slick-arrow:before {
  font-family: 'FontAwesome';
  content: '\f175';
  font-size: 20px;
}

.sldier-fullwidth .numbers {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 10;
  font-size: 15px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .sldier-fullwidth .numbers {
    right: 12px;
    font-size: 12px;
    top: calc(50% - 10px);
  }
}

.sldier-fullwidth .numbers .current {
  position: relative;
  top: -20px;
  right: -5px;
}

.sldier-fullwidth .numbers .total:before {
  content: '/';
  font-size: 40px;
}

.sldier-fullwidth .slider-details-standard {
  padding: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 12;
  text-align: center;
}

.sldier-fullwidth .slider-details-standard .mini-title,
.sldier-fullwidth .slider-details-standard p {
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(800px) translate3d(0px, 0px, -200px);
  -moz-transform: perspective(800px) translate3d(0px, 0px, -200px);
  -ms-transform: perspective(800px) translate3d(0px, 0px, -200px);
  -o-transform: perspective(800px) translate3d(0px, 0px, -200px);
  transform: perspective(800px) translate3d(0px, 0px, -200px);
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
}

.sldier-fullwidth .slider-details-standard .mini-title {
  margin: 0;
  font-size: 5.625rem;
  font-weight: bold;
}

.sldier-fullwidth .slider-details-standard .linein {
  position: relative;
  width: 300px;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  -webkit-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -moz-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -ms-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -o-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767px) {
  .sldier-fullwidth .slider-details-standard .linein {
    display: none;
  }
}

.sldier-fullwidth .slider-details-standard p {
  letter-spacing: 1px;
  position: relative;
  width: 300px;
  left: calc(50% - 150px);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sldier-fullwidth .slider-details-standard p {
    display: none;
  }
}

@media (max-width: 991px) {
  .sldier-fullwidth .slider-details-standard .mini-title {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .sldier-fullwidth .slider-details-standard {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .sldier-fullwidth .slider-details-standard .mini-title {
    font-size: 1.875rem;
    margin-top: 0;
  }
}

.sldier-fullwidth .slick-active {
  -webkit-transform: perspective(800px) translate3d(0px, 0px, 0px);
  -moz-transform: perspective(800px) translate3d(0px, 0px, 0px);
  -ms-transform: perspective(800px) translate3d(0px, 0px, 0px);
  -o-transform: perspective(800px) translate3d(0px, 0px, 0px);
  transform: perspective(800px) translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.6s;
  transition: transform 0.5s ease-in-out 0.6s;
}

.sldier-fullwidth .slick-active.slick-slide:after {
  opacity: .2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sldier-fullwidth .slick-active .slider-details-standard {
  position: absolute;
}

.sldier-fullwidth .slick-active .slider-details-standard .mini-title,
.sldier-fullwidth .slick-active .slider-details-standard p {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sldier-fullwidth .slick-active .slider-details-standard .linein {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -moz-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -ms-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -o-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
}

.sldier-fullwidth .slick-active .slider-details-standard p {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sldier-fullwidth .slick-active .strip-left {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-fullwidth .slick-active .strip-right {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sldier-fullwidth-fade {
  position: relative;
}

.sldier-fullwidth-fade .slick-vertical .slick-slide {
  border: 0;
}

.sldier-fullwidth-fade .slick-track {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade {
    height: auto;
  }
}

@media (min-width: 993px) {
  .sldier-fullwidth-fade .slick-list {
    overflow: visible;
  }
}

.sldier-fullwidth-fade .slick-slide {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .slick-slide {
    height: auto;
  }
}

.sldier-fullwidth-fade .slick-prev.slick-arrow,
.sldier-fullwidth-fade .slick-next.slick-arrow {
  position: absolute;
  font-size: 0;
  background-color: transparent;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  outline: none;
  right: 15px;
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .slick-prev.slick-arrow,
  .sldier-fullwidth-fade .slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
  }
}

.sldier-fullwidth-fade .slick-prev.slick-arrow {
  top: calc(50% - 50px);
}

.sldier-fullwidth-fade .slick-prev.slick-arrow:before {
  font-family: 'FontAwesome';
  content: '\f176';
  font-size: 20px;
}

.sldier-fullwidth-fade .slick-next.slick-arrow {
  top: calc(50% + 25px);
}

.sldier-fullwidth-fade .slick-next.slick-arrow:before {
  font-family: 'FontAwesome';
  content: '\f175';
  font-size: 20px;
}

.sldier-fullwidth-fade .numbers {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 10;
  font-size: 15px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .numbers {
    right: 12px;
    font-size: 12px;
    top: calc(50% - 10px);
  }
}

.sldier-fullwidth-fade .numbers .current {
  position: relative;
  top: -20px;
  right: -5px;
}

.sldier-fullwidth-fade .numbers .totall:before {
  content: '/';
  font-size: 40px;
}

.sldier-fullwidth-fade .slider-details-standard {
  padding: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 12;
  text-align: center;
  overflow: hidden;
}

.sldier-fullwidth-fade .slider-details-standard > * {
  display: block;
  overflow: hidden;
}

.sldier-fullwidth-fade .slider-details-standard .mini-title span,
.sldier-fullwidth-fade .slider-details-standard .slider-details-text p {
  display: block;
  color: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}

.sldier-fullwidth-fade .slider-details-standard .mini-title {
  margin: 0;
  font-size: 5.625rem;
  font-weight: bold;
}

.sldier-fullwidth-fade .slider-details-standard .linein {
  position: relative;
  width: 300px;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  -webkit-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -moz-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -ms-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -o-transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  transform: perspective(500px) translateY(-17px) scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .slider-details-standard .linein {
    display: none;
  }
}

.sldier-fullwidth-fade .slider-details-standard .slider-details-text p {
  letter-spacing: 1px;
  position: relative;
  width: 300px;
  left: calc(50% - 150px);
  margin: 0;
  text-transform: capitalize;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .slider-details-standard .slider-details-text p {
    display: none;
  }
}

@media (max-width: 991px) {
  .sldier-fullwidth-fade .slider-details-standard .mini-title {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .sldier-fullwidth-fade .slider-details-standard {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  .sldier-fullwidth-fade .slider-details-standard .mini-title {
    font-size: 1.875rem;
    margin-top: 0;
  }
}

.sldier-fullwidth-fade .slick-active.slick-slide:after {
  opacity: .2;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sldier-fullwidth-fade .slick-active .slider-details-standard {
  position: absolute;
}

.sldier-fullwidth-fade .slick-active .slider-details-standard .mini-title span,
.sldier-fullwidth-fade .slick-active .slider-details-standard .slider-details-text p {
  opacity: 1;
  -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-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sldier-fullwidth-fade .slick-active .slider-details-standard .mini-sub-title span {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -moz-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -ms-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  -o-transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
  transform: perspective(500px) translateY(-17px) scale3d(1, 1, 1);
}

.sldier-fullwidth-fade .slick-active .slider-details-standard .slider-details-text p {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.testimonial__content {
  position: relative;
  z-index: 2;
}

.testimonial-slider .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slider .slick-slide {
  height: auto;
}

.testimonial-slider .testimonial-slider__inner {
  position: relative;
  padding: 2em;
  margin: 0 30px;
  color: #9b9ba4;
  background-color: #fff;
  text-align: center;
  flex: 1;
  box-shadow: none;
  opacity: .5;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s, box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s, box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.testimonial-slider .testimonial-slider__inner i {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #ebebed;
}

.testimonial-slider .testimonial-slider__inner img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  margin: 15px 0;
  -webkit-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
}

.testimonial-slider .testimonial-slider__inner .testimonial-slider__body {
  padding: 30px 0 60px;
}

.testimonial-slider .testimonial-slider__inner .testimonial-slider__footer {
  text-align: left;
  position: absolute;
  bottom: 2.2em;
  left: 2.2em;
  font-size: 12px;
  color: #121314;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
}

.testimonial-slider .testimonial-slider__inner.slick-active {
  opacity: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.testimonial-slider .slick-dots {
  margin-top: 30px;
}

.testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner {
  position: relative;
  padding: 0 0 2em 0;
  margin: 0 30px;
  color: #fbfbfc;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner {
    font-size: 1.25rem;
    padding: 0;
  }
}

.testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
}

.testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner .testimonial-slider__body {
  padding: 0 0 60px;
}

.testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner .testimonial-slider__footer {
  text-align: left;
  position: absolute;
  bottom: 2.2em;
  left: 0;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
}

.testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner .testimonial-slider__footer .testimonial-slider__footer-text {
  display: inline-block;
  margin-top: 5px;
  color: #fbfbfc;
  float: left;
}

@media (max-width: 767px) {
  .testimonial-slider2-wrap .testimonial-slider2 .testimonial-slider__inner .testimonial-slider__footer {
    bottom: 0;
  }
}

.testimonial-slider2-wrap .testimonial-slider2__counter {
  position: absolute;
  bottom: 24px;
  right: 45px;
  z-index: 10;
  font-size: 20px;
  color: #fbfbfc;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.testimonial-slider2-wrap .testimonial-slider2__counter .current {
  position: relative;
  top: -20px;
  right: -5px;
}

.testimonial-slider2-wrap .testimonial-slider2__counter .total:before {
  content: '/';
  font-size: 40px;
}

@media (max-width: 767px) {
  .testimonial-slider2-wrap .testimonial-slider2__counter {
    display: none;
  }
}

.flick-wrap {
  position: relative;
  width: 100%;
}

.flickity-carousel .cell {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.flickity-carousel .cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flickity-carousel .cell:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-image: -webkit-linear-gradient(-315deg, #a3a2a2, #121314);
  background-image: linear-gradient(45deg, #a3a2a2, #121314);
  z-index: 5;
  -webkit-transition: opacity 0.4s ease-in-out 0.6s, transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  transition: opacity 0.4s ease-in-out 0.6s, transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}

.flickity-carousel .cell.cell-h {
  width: 37.5%;
}

.flickity-carousel .cell .cell-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.flickity-carousel .cell.is-selected:before {
  opacity: .2;
  -webkit-transform: translateX(10%) translateY(10%) scale(1.2);
  -moz-transform: translateX(10%) translateY(10%) scale(1.2);
  -ms-transform: translateX(10%) translateY(10%) scale(1.2);
  -o-transform: translateX(10%) translateY(10%) scale(1.2);
  transform: translateX(10%) translateY(10%) scale(1.2);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
  background-color: rgba(18, 19, 20, 0.5);
}

.flickity-carousel .carousel-content {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  max-width: 350px;
  padding: 30px;
  z-index: 10;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .flickity-carousel .carousel-content {
    left: 0;
    padding: 15px;
  }
}

.flickity-carousel .carousel-content:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #a3a2a2;
  -webkit-transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
  transition: left 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0.6s;
}

@media (max-width: 991px) {
  .flickity-carousel .carousel-content:before {
    content: none;
  }
}

.flickity-carousel .carousel-content h1 {
  margin: 0;
  font-weight: bold;
  color: #fbfbfc;
  font-size: calc(29px + 45 * ((100vw - 320px) / 1360));
}

.flickity-carousel .carousel-content p {
  color: #fbfbfc;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flickity-carousel .carousel-content p {
    display: none;
  }
}

.flickity-carousel .is-selected .carousel-content:before {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 100px;
}

.flickity-page-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
}

.flickity-page-dots .dot {
  margin: 0 4px;
  opacity: 1;
  position: relative;
  background: none;
  border-radius: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.flickity-page-dots .dot:before {
  position: absolute;
  content: '';
  top: 0;
  left: 9px;
  display: inline-block;
  height: 100%;
  width: 2px;
  background-color: #a3a2a2;
}

.flickity-page-dots .dot:after {
  position: absolute;
  content: '';
  top: 0;
  left: 8px;
  display: inline-block;
  height: 100%;
  width: 4px;
  background-color: #f0f0f0;
  -webkit-animation-name: fromtop;
  -moz-animation-name: fromtop;
  animation-name: fromtop;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.flickity-page-dots .dot.is-selected:after {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  background-color: #f0f0f0;
}

.flickity-carousel2 {
  margin-bottom: 60px;
}

.flickity-carousel2 .cell {
  position: relative;
  padding: 0 0 42.85714% 0;
  height: 0;
  width: 70%;
  overflow: hidden;
  margin-right: 3%;
}

.flickity-carousel2 .cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flickity-carousel2 .cell.cell-h {
  width: 37.5%;
}

.flickity-carousel2 .cell .cell-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.container-boxed-carousel {
  position: relative;
  overflow-x: hidden;
}

.flickity-carousel3 .cell {
  position: relative;
  padding: 0 0 42.85714% 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.flickity-carousel3 .cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flickity-carousel3 .cell.cell-h {
  width: 45.5%;
}

.flickity-carousel3 .cell .cell-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.flickity-carousel3 .cell img {
  width: auto;
  position: relative;
}

.flickity-carousel3 .cell .parallax__layer__cell {
  width: 50%;
  height: 100%;
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.3), rgba(18, 19, 20, 0.3));
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.3), rgba(18, 19, 20, 0.3));
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.flickity-carousel3 .carousel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 30px 30px 30px 0;
  z-index: 10;
  width: 100%;
  max-width: 1140px;
  text-align: left;
  text-transform: capitalize;
  z-index: 20;
}

@media (max-width: 991px) {
  .flickity-carousel3 .carousel-content {
    padding: 15px;
  }
}

.flickity-carousel3 .carousel-content > * {
  display: block;
  overflow: hidden;
}

.flickity-carousel3 .carousel-content h1 {
  max-width: 460px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  color: #fbfbfc;
  font-size: calc(24px + 40 * ((100vw - 320px) / 1024));
}

.flickity-carousel3 .carousel-content p {
  max-width: 350px;
  color: #fbfbfc;
  margin-top: 20px;
  margin-bottom: 0;
}

.flickity-carousel3 .carousel-content .mini-title span, .flickity-carousel3 .carousel-content .mini-title p,
.flickity-carousel3 .carousel-content .slider-details-text span,
.flickity-carousel3 .carousel-content .slider-details-text p {
  display: block;
  color: #fff;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
  transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
}

@media (max-width: 767px) {
  .flickity-carousel3 .carousel-content .mini-title p,
  .flickity-carousel3 .carousel-content .slider-details-text p {
    display: none;
  }
}

.flickity-carousel3 .is-selected .carousel-content.animation:before {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 100px;
}

.flickity-carousel3 .is-selected .carousel-content.animation .mini-title span,
.flickity-carousel3 .is-selected .carousel-content.animation .slider-details-text p {
  opacity: 1;
  -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-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.flickity-carousel3 .is-selected .carousel-content.animation .slider-details-text p {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.flickity-count__totla,
.flickity-count__curent {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  max-width: 1140px;
  display: block;
  color: #fbfbfc;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  z-index: 5;
}

@media (max-width: 1139px) {
  .flickity-count__totla,
  .flickity-count__curent {
    display: none;
  }
}

.flickity-count__totla {
  margin-left: 21px;
}

.flickity-count__totla:before {
  content: ' /';
  font-size: 40px;
}

.flickity-count__curent {
  bottom: 30px;
}

/*-----------------------------------------------------------------------------
   17. Accordion
-----------------------------------------------------------------------------*/
.accordion li {
  border: 1px solid #2a2d2f;
  margin-bottom: 1em;
  -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.accordion li:hover {
  border: 1px solid #a3a2a2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.accordion li:hover .accordion-more:before, .accordion li:hover .accordion-more:after {
  background-color: #a3a2a2;
}

.accordion li.opened {
  border: 1px solid #a3a2a2;
}

.accordion li.opened:hover {
  box-shadow: none;
}

.accordion li.opened .accordion-more:before, .accordion li.opened .accordion-more:after {
  background-color: #a3a2a2;
}

.accordion .accordion-q {
  z-index: 1;
  margin-top: 1px;
  cursor: pointer;
  color: #fbfbfc;
  text-transform: capitalize;
  font-size: 1.313em;
  padding: 1em;
  cursor: pointer;
}

.accordion .accordion-q .accordion-more {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  top: calc(50% - 8px);
}

.accordion .accordion-q .accordion-more:before, .accordion .accordion-q .accordion-more:after {
  content: "";
  background-color: #2a2d2f;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion .accordion-q .accordion-more:before {
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
}

.accordion .accordion-q .accordion-more:after {
  left: 0;
  height: 1px;
  width: 100%;
  top: calc(50% - 1px);
}

.accordion .accordion-q.active-q .accordion-more:before {
  top: 50%;
  bottom: 50%;
}

.accordion .accordion-q, .accordion .accordion-a {
  position: relative;
}

.accordion .accordion-a {
  color: #9b9ba4;
  padding: 1.313em;
  padding-top: 0;
}

.accordion.accordion--altra li {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #2a2d2f;
}

.accordion .accordion__edge {
  width: 100%;
  margin-right: 2%;
  display: block;
  font-size: 16px;
  color: #9b9ba4;
}

.accordion .accordion__edge .accordion__edge-title {
  color: #fbfbfc;
  font-size: 16px;
  margin-top: 5px;
}

@media (min-width: 993px) {
  .accordion .accordion__edge {
    float: left;
    width: 20%;
    border-right: 1px solid #2a2d2f;
  }
}

.accordion .accordion__main {
  display: block;
}

.accordion .accordion__main .accordion__main-title {
  color: #fbfbfc;
  font-size: 1.5rem;
}

@media (min-width: 993px) {
  .accordion .accordion__main .accordion__main-title {
    margin-top: 0;
  }
}

.accordion .accordion__main a {
  color: gray;
  font-size: 16px;
}

.accordion .accordion__main .accordion-more {
  top: 1.1em;
}

@media (min-width: 993px) {
  .accordion .accordion__main {
    width: 78%;
  }
  .accordion .accordion__main .accordion__inner {
    width: 78%;
    margin-left: 22%;
  }
}

@media (min-width: 993px) {
  .accordion .accordion__inner {
    width: 78%;
    margin-left: 22%;
  }
}

.img-changer-list {
  overflow: hidden;
}

.img-changer {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.img-changer > img {
  -webkit-animation-name: fromrightBig;
  -moz-animation-name: fromrightBig;
  animation-name: fromrightBig;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  z-index: -1;
  position: relative;
}

.img-changer.active > img {
  visibility: visible;
  -webkit-animation-name: fromleftBig;
  -moz-animation-name: fromleftBig;
  animation-name: fromleftBig;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  position: relative;
}

.img-changer.active:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #121314;
  z-index: 10;
  -webkit-animation-name: fromrightAlt;
  -moz-animation-name: fromrightAlt;
  animation-name: fromrightAlt;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

.img-changer[data-img-id] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.img-changer[data-img-id="start"] {
  position: relative;
}

/*-----------------------------------------------------------------------------
   18. Tab
-----------------------------------------------------------------------------*/
.services1 {
  position: relative;
  min-height: 600px;
  background-color: #222326;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.services1 [class*="services1-"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 6rem;
  color: #9b9ba4;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media (max-width: 767px) {
  .services1 [class*="services1-"] {
    padding: 1.5rem 3rem;
  }
}

.services1 [class*="services1-"] .table {
  display: table;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
}

.services1 [class*="services1-"] .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.services1 [class*="services1-"] .services1__headline {
  color: #9b9ba4;
  text-transform: capitalize;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.services1 [class*="services1-"] .services1__title {
  color: #fbfbfc;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .services1 [class*="services1-"] .services1__title {
    font-size: 2em;
  }
}

.services1 [class*="services1-"] .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #9b9ba4;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 60px;
  opacity: 1;
  text-shadow: none;
  line-height: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.services1 [class*="services1-"] .close:hover {
  color: #fbfbfc;
}

.services1 [class*="services1-"].active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.services1 .services1-original {
  position: relative;
}

.services2 {
  text-align: center;
  min-height: 600px;
  background: url(http://placehold.it/780x1080);
  background-position: 50% 50%;
  background-size: cover;
  padding: 3rem 6rem;
}

@media (max-width: 767px) {
  .services2 {
    padding: 1.5rem 3rem;
  }
}

.services2 .table {
  display: table;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
}

.services2 .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.services2 li {
  font-size: 2em;
  color: #9b9ba4;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 1em;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.services2 li .section-counter {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}

.services2 li .section-counter:before {
  background-color: #fbfbfc;
  opacity: .5;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.services2 li.active {
  color: #fbfbfc;
}

.services2 li.active .section-counter:before {
  opacity: 1;
}

.services2 li:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .services1,
  .services2 {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .services1 [class*="services1-"] .table,
  .services2 .table {
    height: 500px;
  }
}

/*-----------------------------------------------------------------------------
   19. Animation Content
-----------------------------------------------------------------------------*/
.cont {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.cont__inner {
  position: relative;
  height: 100%;
}

.cont__inner:hover .el__bg:after {
  opacity: .8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
}

.el:not(.s--active) {
  cursor: pointer;
}

.el__overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media (min-width: 993px) {
  .el__overflow:before {
    content: '';
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ebebe8;
    z-index: 2;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s;
  }
}

.el__overflow:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  opacity: .7;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.8), #121314);
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.8), #121314);
  top: 0;
  left: 0;
}

.el__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: transform 1s;
}

.cont.s--inactive .el__inner {
  transform: translate3d(0, 100%, 0);
}

.el__bg {
  position: relative;
  width: calc(100vw - 140px);
  height: 100%;
  transition: transform 0.6s 0.7s;
}

.el__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: transform 1s;
  transform: translate3d(0, 0, 0) scale(1);
}

.cont.s--inactive .el__bg:before {
  transform: translate3d(0, -100%, 0) scale(1.2);
}

.el.s--active .el__bg:before {
  transition: transform 0.8s;
}

.el__bg:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.8), #121314);
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.8), #121314);
  opacity: 0;
  -webkit-transform: scale(5.5);
  -moz-transform: scale(5.5);
  -ms-transform: scale(5.5);
  -o-transform: scale(5.5);
  transform: scale(5.5);
  -webkit-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.cont.s--el-active .el__bg:after {
  transition: opacity 0.5s 1.4s;
}

@media (max-width: 1299px) {
  .el__bg {
    width: 100vw;
  }
}

.el__preview-cont {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s 1.1s;
}

.cont.s--inactive .el__preview-cont {
  opacity: 0;
  transform: translateY(10px);
}

.cont.s--el-active .el__preview-cont {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

.el__heading {
  color: #fbfbfc;
  text-transform: capitalize;
  font-size: 1.5em;
  position: relative;
  font-weight: bold;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .el__heading {
    font-size: 1em;
  }
}

.el__heading .section-counter {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.el__heading .section-counter:before {
  background-color: #fbfbfc;
  opacity: .5;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .el__heading .section-counter {
    display: none;
  }
}

.el__content {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 1;
  pointer-events: none;
  transition: all 0.1s;
}

.el.s--active .el__content {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s 1.4s;
}

.el__text {
  text-transform: capitalize;
  color: #121314;
  max-width: 300px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  z-index: 3;
}

.el__text h2 {
  font-size: 3.125rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: opacity 0.5s 1.6s, transform 0.5s 1.6s;
  transition: opacity 0.5s 1.6s, transform 0.5s 1.6s;
}

@media (max-width: 991px) {
  .el__text {
    display: none;
  }
}

.el__close-btn {
  z-index: -1;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: all 0s 0.45s;
  cursor: pointer;
}

.el.s--active .el__close-btn {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transition: all 0s 1.4s;
}

.el__close-btn:before, .el__close-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #121314;
  opacity: 0;
  transition: opacity 0s;
}

.el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
  opacity: 1;
}

.el__close-btn:before {
  transform: rotate(45deg) translateX(100%);
}

.el.s--active .el__close-btn:before {
  transition: all 0.3s 1.6s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transform: rotate(45deg) translateX(0);
}

.el__close-btn:after {
  transform: rotate(-45deg) translateX(100%);
}

.el.s--active .el__close-btn:after {
  transition: all 0.3s 1.75s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transform: rotate(-45deg) translateX(0);
}

.el:nth-child(1) {
  transform: translate3d(0%, 0, 0);
  transform-origin: 50% 50%;
}

.cont.s--el-active .el:nth-child(1):not(.s--active) {
  transform: scale(0.5) translate3d(0%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(1) .el__inner {
  transition-delay: 0s;
}

.el:nth-child(1) .el__bg {
  transform: translate3d(0%, 0, 0);
}

.el:nth-child(1) .el__bg:before {
  transition-delay: 0s;
  background-image: url("../images/studio/1.jpg");
}

.el:nth-child(2) {
  transform: translate3d(100%, 0, 0);
  transform-origin: 150% 50%;
}

.cont.s--el-active .el:nth-child(2):not(.s--active) {
  transform: scale(0.5) translate3d(100%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(2) .el__inner {
  transition-delay: 0.1s;
}

.el:nth-child(2) .el__bg {
  transform: translate3d(-25%, 0, 0);
}

.el:nth-child(2) .el__bg:before {
  transition-delay: 0.1s;
  background-image: url("../images/studio/2.jpg");
}

.el:nth-child(3) {
  transform: translate3d(200%, 0, 0);
  transform-origin: 250% 50%;
}

.cont.s--el-active .el:nth-child(3):not(.s--active) {
  transform: scale(0.5) translate3d(200%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(3) .el__inner {
  transition-delay: 0.2s;
}

.el:nth-child(3) .el__bg {
  transform: translate3d(-50%, 0, 0);
}

.el:nth-child(3) .el__bg:before {
  transition-delay: 0.2s;
  background-image: url("../images/studio/3.jpg");
}

.el:nth-child(4) {
  transform: translate3d(300%, 0, 0);
  transform-origin: 350% 50%;
}

.cont.s--el-active .el:nth-child(4):not(.s--active) {
  transform: scale(0.5) translate3d(300%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}

.el:nth-child(4) .el__inner {
  transition-delay: 0.3s;
}

.el:nth-child(4) .el__bg {
  transform: translate3d(-75%, 0, 0);
}

.el:nth-child(4) .el__bg:before {
  transition-delay: 0.3s;
  background-image: url("../images/studio/4.jpg");
}

.el:hover .el__overflow:after {
  opacity: .4;
}

.el:hover .el__bg:after {
  opacity: 0;
}

.el.s--active {
  z-index: 1;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
}

.el.s--active .el__overflow:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.el.s--active .el__overflow:after {
  opacity: .7;
  background-image: -webkit-linear-gradient(-315deg, rgba(255, 255, 255, 0.8), transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8), transparent);
}

.el.s--active .el__text h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.el.s--active .el__bg {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s;
}

.el.s--active .el__bg:before {
  transition-delay: 0.6s;
}

/*-----------------------------------------------------------------------------
   20. Table
-----------------------------------------------------------------------------*/
.table-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.table-info {
  padding: 1em;
  border: 1px solid #2a2d2f;
  overflow: hidden;
  position: relative;
  margin-right: 3%;
  float: left;
  width: 31.33333%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.table-info:nth-child(n) {
  margin-right: 3%;
}

.table-info:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .table-info {
    margin-right: 2%;
    float: left;
    width: 49%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 340px;
    -moz-flex: 0 1 340px;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
  }
  .table-info:nth-child(n) {
    margin-right: 2%;
  }
  .table-info:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 739px) {
  .table-info {
    margin-right: 0%;
    float: left;
    width: 100%;
  }
  .table-info:nth-child(n) {
    margin-right: 0%;
  }
  .table-info:nth-child(1n) {
    margin-right: 0;
  }
}

.table-info .table-letter {
  position: relative;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 200px;
  width: 65%;
  margin: 50px 0;
  line-height: 200px;
  text-align: center;
  font-size: 7.5rem;
  color: #fbfbfc;
  text-transform: uppercase;
  font-weight: 900;
  background: url(../images/strip.png);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  z-index: 12;
}

.table-info .table-header {
  position: relative;
  padding: 0 16px;
  margin-top: 0;
  color: #fbfbfc;
  text-transform: capitalize;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  z-index: 12;
  font-weight: bold;
}

.table-info .table-text {
  position: relative;
  padding: 0 1em 1em;
  color: #9b9ba4;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  z-index: 12;
}

.table-info .table-info-bgc {
  background-color: #121314;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.table-info .table-text-hidden {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2em;
  opacity: 0;
  background-color: #ebebe8;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.table-info .table-text-hidden li {
  font-size: 14px;
  padding: .2em 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.table-info .table-text-hidden li:nth-child(n+2) {
  border-top: 1px solid #c8c8c8;
}

.table-info:hover {
  border: 1px solid #a3a2a2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.table-info:hover .table-letter {
  -webkit-transform: translateY(-300px) translateX(-50%);
  -moz-transform: translateY(-300px) translateX(-50%);
  -ms-transform: translateY(-300px) translateX(-50%);
  -o-transform: translateY(-300px) translateX(-50%);
  transform: translateY(-300px) translateX(-50%);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.table-info:hover .table-header {
  -webkit-transform: translateY(-280px);
  -moz-transform: translateY(-280px);
  -ms-transform: translateY(-280px);
  -o-transform: translateY(-280px);
  transform: translateY(-280px);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.table-info:hover .table-text {
  -webkit-transform: translateY(-290px);
  -moz-transform: translateY(-290px);
  -ms-transform: translateY(-290px);
  -o-transform: translateY(-290px);
  transform: translateY(-290px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.table-info:hover .table-info-bgc {
  -webkit-transform: translateY(-290px);
  -moz-transform: translateY(-290px);
  -ms-transform: translateY(-290px);
  -o-transform: translateY(-290px);
  transform: translateY(-290px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.table-info:hover .table-text-hidden {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.table-info:hover .table-text-hidden li {
  padding: .3em 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media (max-width: 991px) {
  .table-info {
    margin-bottom: 30px;
  }
  .table-info:last-child {
    margin-bottom: 0;
  }
  .table-info .table-letter {
    -webkit-transform: translateY(-300px) translateX(-50%);
    -moz-transform: translateY(-300px) translateX(-50%);
    -ms-transform: translateY(-300px) translateX(-50%);
    -o-transform: translateY(-300px) translateX(-50%);
    transform: translateY(-300px) translateX(-50%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .table-info .table-header {
    -webkit-transform: translateY(-280px);
    -moz-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    -o-transform: translateY(-280px);
    transform: translateY(-280px);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .table-info .table-text {
    -webkit-transform: translateY(-290px);
    -moz-transform: translateY(-290px);
    -ms-transform: translateY(-290px);
    -o-transform: translateY(-290px);
    transform: translateY(-290px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .table-info .table-info-bgc {
    -webkit-transform: translateY(-290px);
    -moz-transform: translateY(-290px);
    -ms-transform: translateY(-290px);
    -o-transform: translateY(-290px);
    transform: translateY(-290px);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .table-info .table-text-hidden {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .table-info .table-text-hidden li {
    padding: .3em 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

.table-offer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1;
  margin-right: 3%;
  float: left;
  width: 31.33333%;
  border-top: 8px solid #2a2d2f;
  border-bottom: 8px solid #2a2d2f;
  -webkit-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.table-offer:nth-child(n) {
  margin-right: 3%;
}

.table-offer:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .table-offer {
    margin-right: 2%;
    float: left;
    width: 49%;
    flex: 0 1 340px;
  }
  .table-offer:nth-child(n) {
    margin-right: 2%;
  }
  .table-offer:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .table-offer {
    margin-bottom: 3%;
  }
  .table-offer:last-child {
    margin: 0;
  }
}

@media (max-width: 739px) {
  .table-offer {
    margin-right: 2%;
    float: left;
    width: 100%;
  }
  .table-offer:nth-child(n) {
    margin-right: 2%;
  }
  .table-offer:nth-child(1n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .table-offer {
    flex: 0 1 340px;
  }
}

.table-offer .table-header {
  margin-top: 0;
  color: #fbfbfc;
  text-transform: capitalize;
  font-weight: bold;
}

.table-offer .table-price {
  width: 100%;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fbfbfc;
  padding: 1em 0;
  border-top: 1px solid #2a2d2f;
}

.table-offer .table-price .pricing__currency {
  font-size: 14px;
  font-weight: normal;
  vertical-align: super;
}

.table-offer .table-text {
  color: #fbfbfc;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #2a2d2f;
}

.table-offer .table-list {
  padding: 1.875rem 0;
  color: #9b9ba4;
}

.table-offer .btn-main {
  margin-top: auto;
  background-color: #2a2d2f;
  color: #fbfbfc;
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 20px;
  padding: .6em 0;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.table-offer .btn-main:before {
  content: none;
}

.table-offer .btn-main:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.table-offer:hover {
  border-color: #a3a2a2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

/*-----------------------------------------------------------------------------
   21. Hover-effect
-----------------------------------------------------------------------------*/
/* info HOVER */
.info-block {
  position: relative;
  width: 100%;
  display: block;
  z-index: 5;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease;
}

.info-block .info-block__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.info-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info-block .info-block__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out 0.6s, transform 0.5s ease-in-out;
}

.info-block .info-block__details .info-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .4;
  background-image: -webkit-linear-gradient(-315deg, rgba(163, 162, 162, 0.8), #121314);
  background-image: linear-gradient(45deg, rgba(163, 162, 162, 0.8), #121314);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.info-block .info-block__details .info-block__title {
  position: absolute;
  margin: 0;
  text-transform: none;
  font-weight: bold;
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.info-block .info-block__details .info-block__title .blast {
  display: inline-block;
}

.info-block .info-block__details .info-block__title .blast:nth-child(1) {
  text-transform: capitalize;
}

.info-block .info-block__details .info-block__title.large {
  font-size: 30px;
}

@media (max-width: 991px) {
  .info-block .info-block__details .info-block__title.large {
    font-size: 20px;
  }
}

.info-block .info-block__details .info-block__content {
  text-align: center;
  position: absolute;
  color: #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  font-size: 14px;
}

.info-block .info-block__details .info-block__content .info-block__content-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.info-block .info-block__details .info-block__content .info-block__content-subtitle {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 1px;
  color: #121314;
}

.info-block .info-block__details .info-block__icon {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  transform: translateX(-50%) translateY(-15px) rotate(45deg);
  font-size: 20px;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.info-block .info-block__details .info-block__icon.icon-expand {
  font-size: 20px;
}

.info-block .info-block__details .info-block__date {
  position: absolute;
  top: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.info-block .open-popup-link {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 20px;
  color: #000;
  text-transform: uppercase;
  outline: none;
  font-size: 12px;
  -webkit-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

.no-touchy .info-block:hover .info-block__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.no-touchy .info-block:hover .info-block__details {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.no-touchy .info-block:hover .info-block__details .info-block__bg {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchy .info-block:hover .info-block__details .info-block__title span {
  opacity: 0;
}

.no-touchy .info-block:hover .info-block__details .info-block__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.touchy .info-block {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__details {
  opacity: 1;
}

.touchy .info-block .info-block__details .info-block__bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .info-block .info-block__details .info-block__title span {
  opacity: 1;
}

.touchy .info-block .info-block__details .info-block__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.info-block.visible .info-block--visible {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #121314;
}

.info-block.visible .info-block__details {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  background-color: transparent;
}

.info-block.visible .info-block__details .main-header {
  color: #fbfbfc;
  margin-bottom: 35px;
}

.info-block.visible .info-block__details p {
  color: #9b9ba4;
}

.no-touchy .info-block.visible:hover .info-block__details {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.card-data {
  position: relative;
  width: 100%;
  display: block;
  z-index: 5;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease;
  border: 0px solid #FFF;
}

.card-data .card-data__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.card-data .card-data__details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.7s;
  transition: transform 0.5s ease-in-out, opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.7s;
}

.card-data .card-data__details:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background-image: -webkit-linear-gradient(-315deg, #121314, #a3a2a2);
  background-image: linear-gradient(45deg, #121314, #a3a2a2);
}

.card-data .card-data__details:before {
  content: '';
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
  opacity: 0;
  -webkit-transition: border-width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  transition: border-width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  border: 0px solid #fff;
}

.card-data .card-data__details .card-data__title {
  position: absolute;
  margin: 0;
  text-transform: none;
  font-weight: bold;
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.card-data .card-data__details .card-data__title .blast {
  display: inline-block;
}

.card-data .card-data__details .card-data__title .blast:nth-child(1) {
  text-transform: capitalize;
}

.card-data .card-data__details .card-data__title.large {
  font-size: 30px;
}

@media (max-width: 991px) {
  .card-data .card-data__details .card-data__title.large {
    font-size: 20px;
  }
}

.card-data .card-data__details .card-data__icon {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-15px) rotate(45deg);
  transform: translateX(-50%) translateY(-15px) rotate(45deg);
  font-size: 20px;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.card-data .card-data__details .card-data__icon.icon-expand {
  font-size: 20px;
}

.card-data a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.no-touchy .card-data:hover .card-data__img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchy .card-data:hover .card-data__details {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.no-touchy .card-data:hover .card-data__details .card-data__title span {
  opacity: 0;
}

.no-touchy .card-data:hover .card-data__details:before {
  opacity: 1;
  border: 12px solid #fff;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.no-touchy .card-data:hover .card-data__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.touchy .card-data .info-block__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.touchy .card-data .card-data__details {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.touchy .card-data .card-data__details:before {
  border: 16px solid #fff;
}

.touchy .card-data .card-data__icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(0) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(0) rotate(45deg);
  -o-transform: translateX(-50%) translateY(0) rotate(45deg);
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

.card-data--intro .card-data--intro__inner {
  position: absolute;
  text-align: center;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10%;
  border: 10px solid #fff;
  padding: 1em;
}

.card-data--intro .card-data--intro__inner .post-title {
  font-weight: bold;
}

.news-layout .info-block .info-block__details {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.6s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.6s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.news-layout .info-block .info-block__details:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.news-layout .info-block .info-block__details .info-block__icon {
  color: #000;
}

.news-layout .info-block .info-block__details.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.news-layout .info-block .info-block__details.black {
  background-color: rgba(18, 19, 20, 0.9);
  color: #fff;
}

.news-layout .info-block .info-block__details.black .info-block__content,
.news-layout .info-block .info-block__details.black h3,
.news-layout .info-block .info-block__details.black .info-block__icon,
.news-layout .info-block .info-block__details.black .info-block__date,
.news-layout .info-block .info-block__details.black .info-block__content-title,
.news-layout .info-block .info-block__details.black .info-block__content-subtitle {
  color: #fff;
}

.news-layout .info-block .info-block__details.black:before {
  border-top-color: #fff;
}

.news-layout .info-block .info-block__details.black.deep {
  background-color: #121314;
}

.news-layout .info-block .info-block__details.no-opacity {
  background-color: #fff;
}

.news-layout .info-block:hover .info-block__details {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.news-layout .info-block--news {
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.news-layout .info-block--news:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

/*article*/
.card {
  -webkit-transition: box-shadow 0.5s ease-out, transform 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease-in-out;
}

.card .card-block {
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s ease-out, transform 0.5s ease-in-out, border-width 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-out, transform 0.5s ease-in-out, border-width 0.5s ease-in-out;
}

.card .card-block img {
  filter: grayscale(1%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.no-touchy .card:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.no-touchy .card:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.card.hover--ending {
  transition: box-shadow 0.5s ease;
}

.block-folio {
  position: relative;
  display: block;
  z-index: 10;
}

.block-folio .block-folio__img {
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.block-folio .block-folio__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.block-folio .block-folio__info:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: .6;
  background-image: -webkit-linear-gradient(-315deg, #121314, #a3a2a2);
  background-image: linear-gradient(45deg, #121314, #a3a2a2);
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  -ms-transform: translateZ(100px);
  -o-transform: translateZ(100px);
  transform: translateZ(100px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.block-folio .block-folio__info .block-folio__title {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  opacity: .5;
  margin: 0;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.block-folio a {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block-folio:hover .block-folio__info:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: .2;
}

.block-folio:hover .block-folio__title {
  opacity: 1;
}

/*-----------------------------------------------------------------------------
   22. Video-bg
-----------------------------------------------------------------------------*/
.header-video {
  position: relative;
  overflow: hidden;
}

.container-video {
  max-width: 700px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-video iframe {
  height: 100%;
  width: 100%;
}

.header-video video {
  width: 100%;
}

.header-video__teaser-video {
  width: 100%;
  height: auto;
}

.header-video__media {
  width: 100%;
  height: auto;
}

.header-video__title {
  margin: 0;
  z-index: 5;
  color: #fff;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  text-transform: capitalize;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.header-video__title .cd-headline {
  display: inline-block;
  font-size: 6.875rem;
}

@media (max-width: 1599px) {
  .header-video__title .cd-headline {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .header-video__title .cd-headline {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .header-video__title .cd-headline {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .header-video__title .cd-headline {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .header-video__title {
    text-align: center;
  }
}

.header-video__title i {
  font-style: normal;
  text-transform: none;
}

.header-video__title .cd-words-wrapper {
  display: inline-block;
}

.header-video__sub-title {
  text-transform: capitalize;
  color: #fbfbfc;
  z-index: 5;
  letter-spacing: 2px;
  text-align: center;
}

.header-video__sub-title p {
  text-align: left;
}

.header-video__sub-title span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

@media (max-width: 767px) {
  .header-video__sub-title {
    width: 100%;
    text-align: center;
  }
  .header-video__sub-title p {
    display: none;
  }
}

.header-video__play-trigger {
  display: inline-block;
  margin-top: 15px;
  bottom: 10%;
  z-index: 5;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#header-video__close-trigger {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  z-index: 2001;
  background-color: transparent;
}

#header-video__close-trigger i {
  font-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header-video__close-trigger i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*-----------------------------------------------------------------------------
   23. Main
-----------------------------------------------------------------------------*/
.content-wrapper {
  overflow: hidden;
  background-color: #ebebe8;
  margin-bottom: 300px;
  position: relative;
  z-index: 10;
}

.content-wrapper.content-wrapper--visible {
  overflow: visible;
}

.pages {
  background-color: #ebebe8;
  position: relative;
}

.section-separatore {
  position: relative;
  z-index: 16;
}

.section-separatore:after {
  content: '';
  background: url(../images/separatore-line1.svg);
  background-position: center center;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 66px);
  background-repeat: no-repeat;
  z-index: 20;
  width: 132px;
  height: 15px;
  opacity: .15;
}

#intro {
  z-index: 2;
}

#about, #work, #news, #services, #studio, #contact {
  position: relative;
  z-index: 15;
}

#about.section-separatore, #work.section-separatore, #news.section-separatore, #services.section-separatore, #studio.section-separatore, #contact.section-separatore {
  position: relative;
  z-index: 16;
}

#about.section-separatore:after, #work.section-separatore:after, #news.section-separatore:after, #services.section-separatore:after, #studio.section-separatore:after, #contact.section-separatore:after {
  content: '';
  background-image: url(../images/separatore-line1.svg);
  background-position: center center;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 66px);
  background-repeat: no-repeat;
  z-index: 20;
  width: 132px;
  height: 15px;
  opacity: .15;
}

.bg-color--1 {
  background-color: #121314;
}

.bg-color--2 {
  background-color: #f0f0f0;
}

.bg-color--3 {
  background-color: #ebebe8;
}

.bg-color--4 {
  background-color: #fff;
}

.bg-color--5 {
  background-color: #a3a2a2;
}

/*ISIK*/
.bg-color--6 {
  
  background: linear-gradient(#16A085, #117865,#16A085);
}


.bg-color--1 .main-header {
  color: #fbfbfc;
}

.visible-line span {
  opacity: 0;
}

.story-bg {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.intro-fixed {
  top: 0;
  position: fixed;
  width: 100%;
  left: 0;
}

@media (max-width: 1023px) {
  .intro-fixed {
    position: relative;
  }
}

.main-header {
  position: relative;
  display: block;
  margin: auto;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  font-size: calc(36px + 38 * ((100vw - 320px) / 1360));
  padding: 10px 0;
  margin-bottom: 1.1em;
  color: #121314;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.main-header.double-space {
  margin-bottom: calc(70px + 60px);
}

@media (max-width: 767px) {
  .main-header.double-space {
    margin-bottom: 4.375rem;
  }
}

.main-header .main-header__counter {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .main-header .main-header__counter {
    left: 25px;
  }
}

.main-header.light {
  color: #fff;
}

.shade-header {
  font-size: calc(118px + 71 * ((100vw - 1024px) / 656));
  font-family: "Playfair Display", serif;
  color: #dfdfda;
  opacity: .8;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.shade-header.dark {
  color: #1e2021;
}

.shade-header_projects {
  font-size: calc(118px + 71 * ((100vw - 1024px) / 656));
  font-family: "Playfair Display", serif;
  color: #01747f;
  opacity: .1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.submain-header {
  position: relative;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  padding: 1px 0;
  color: #ce391f;
  /*ISIK mobil de ne olur?*/
  margin-top: -21px;
  max-height: 12px;
}

@media (max-width: 767px) {
  .submain-header {
    font-size: 24px;
  }
}

.submain-header.double-space {
  margin-bottom: calc(70px + 60px);
}

.submain-header .submain-heade__counter {
  position: absolute;
  left: 0;
  top: -20px;
}

.submain-header .submain-heade__counter.light {
  color: #fbfbfc;
}

@media (max-width: 767px) {
  .submain-header .submain-heade__counter {
    left: 25px;
  }
}

.submain-header.light {
  color: #fbfbfc;
}

.header-info-content {
  margin-bottom: 1.689em;
}

.part-title {
  position: relative;
  text-transform: capitalize;
  font-size: calc(2em + 16 * ((100vw - 320px) / 1046));
  font-weight: 900;
  margin: 0;
}

.part-title.part-title--space {
  margin-top: 30px;
}

.part-title.light {
  color: #fbfbfc;
}

.part-title.part-title--withcount {
  padding: 10px 0;
}

.part-title .part-title__counter {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .part-title .part-title__counter {
    left: 25px;
  }
}

.sub-title {
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 2em;
  }
}

@media (min-width: 993px) {
  .sub-title.with-space {
    margin-top: 30px;
  }
}

.numeration {
  font-size: 40px;
  color: gray;
  font-weight: 900;
  display: block;
  position: absolute;
  left: -50px;
  display: none;
}

.part-subtitle {
  font-size: 12px;
  text-transform: capitalize;
  display: block;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  color: #121314;
}

.mini-title {
  text-transform: capitalize;
  font-weight: 900;
}

.body-info-content {
  position: relative;
  z-index: 10;
}

.highlight-txt {
  letter-spacing: 2px;
  word-spacing: 2px;
}

.highlight-txt.with-margin {
  margin-bottom: 3rem;
}

.item-header {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.item-header__sub {
  color: gray;
  font-size: 14px;
}

.block1 {
  padding: 4em;
  border: 1px solid #a3a2a2;
}

@media (max-width: 767px) {
  .block1 {
    padding: 15px;
  }
}

.block1__content {
  padding: 0 3em;
}

@media (max-width: 767px) {
  .block1__content {
    padding: 0;
  }
}

.about-img-content {
  position: relative;
  z-index: -1;
  margin-top: -125px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .about-img-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-img-content {
    margin-top: 0;
  }
}

.about-img-content.dark {
  background-color: #121314;
}

.about-img-content.dark .part-title,
.about-img-content.dark .part-subtitle {
  color: #fff;
}

.block2 .block2-description {
  padding: 3em;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .block2 .block2-description {
    padding: 30px 0 0;
  }
}

.block2:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 30px;
  border: 1px solid #a3a2a2;
  z-index: 2;
}

@media (max-width: 991px) {
  .block2:before {
    content: none;
  }
}

.block2-img {
  position: relative;
  z-index: 1;
}

.block3 .block3__content {
  position: relative;
}

@media (min-width: 993px) {
  .block3 .block3__content {
    margin-top: 50px;
  }
}

.block3 .block3__content:before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 20px;
  left: 30px;
  border: 1px solid #a3a2a2;
}

.block3 .block3__content p {
  font-size: 18px;
}

.block3 .block3__content p:last-child {
  margin-bottom: 0;
}

.block3 .block3__img {
  position: relative;
}

.block3 .block3__img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: -30px;
  border: 1px solid #a3a2a2;
}

@media (max-width: 767px) {
  .block3 .block3__img:before {
    width: auto;
    height: auto;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

.social-inline {
  padding-top: 1em;
}

.social-inline li {
  display: inline-block;
}

.social-inline li a {
  position: relative;
  padding: 10px;
  display: block;
  overflow: hidden;
  margin-right: 5px;
  color: #000;
  line-height: 20px;
  text-align: center;
  color: #9b9ba4;
  font-size: 13px;
  margin: 0 10px;
  width: 110px;
  height: 64px;
  text-transform: uppercase;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}

.social-inline li a i {
  margin-top: 5px;
  color: #fbfbfc;
  font-size: 18px;
}

.social-inline li a:hover {
  color: #fbfbfc;
  border-color: #fbfbfc;
}

.social-inline li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2a2d2f;
}

.social-inline li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-animation-name: fromright;
  -moz-animation-name: fromright;
  animation-name: fromright;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.social-inline li a:hover:after {
  -webkit-animation-name: fromleft;
  -moz-animation-name: fromleft;
  animation-name: fromleft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  animation-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

.block3 {
  position: relative;
}

.block3:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 0;
  left: 30px;
  border: 1px solid #a3a2a2;
  z-index: 5;
}

@media (max-width: 991px) {
  .block3:before {
    content: none;
  }
}

.intro-txt {

  text-align: inherit;
}

.intro-txt span {
  opacity: 0;
  display: inline-block;
}

.intro-txt span.letters {
  display: inline;
}

.intro-header span {
  opacity: 0;
  display: inline-block;
}

.intro-header span.letters {
  display: inline;
}

.bold-text b {
  position: relative;
  display: inline-block;
  color: #121314;
}

.bold-text b:before {
  content: '';
  background-color: #ebebe8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .mixed-layout [class^='col-'] {
    margin-left: 25%;
  }
}

.mixed-layout .blog-list-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.mixed-layout .blog-list-media:after {
  content: '';
  position: absolute;
  background-color: #fff;
  opacity: .8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.mixed-layout .blog-list-media .blog-list-media__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 2;
}

.mixed-layout .blog-list-media .blog-list-media__inner time {
  font-size: 12px;
  color: #121314;
  font-weight: bold;
  text-transform: uppercase;
}

.mixed-layout .blog-list-media .blog-list-media__inner .post-title {
  font-weight: bold;
}

.mixed-layout .blog-list-media .blog-list-media__inner .post-categorize {
  font-family: "Playfair Display", serif;
  color: #121314;
  font-style: italic;
}

.mixed-layout .blog-list-media img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767px) {
  .mixed-layout .blog-list-media img {
    width: 100%;
  }
}

.mixed-layout .blog-list-media.lgihtt-txt time, .mixed-layout .blog-list-media.lgihtt-txt .post-title, .mixed-layout .blog-list-media.lgihtt-txt .post-categorize {
  color: #fbfbfc;
}

.mixed-layout .blog-list-media.lgihtt-txt:after {
  content: none;
}

.mixed-layout .blog-list-media:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.mixed-layout .blog-list-media:hover:after {
  opacity: .5;
}

@media (max-width: 991px) {
  .mixed-layout .blog-list-media {
    margin-bottom: 60px;
  }
}

.mixed-layout .col-md-4:nth-child(n+2):nth-child(n -3) [class^="blog-list-"]:first-child {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .mixed-layout .col-md-4 [class^="blog-list-"] {
    margin-bottom: 60px;
  }
  .mixed-layout .col-md-4:last-child [class^="blog-list-"]:last-child {
    margin-bottom: 0;
  }
}

.mixed-layout .col-md-4.layout-alt:nth-child(n -2) [class^="blog-list-"]:first-child {
  margin-bottom: 60px;
}

.img-covered {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-uncovered {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* HERO HEADER */
.hero-header, .scene-intro .text-intro h1 {
  font-size: 5.625rem;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
  margin: 0;
  letter-spacing: 2px;
}

@media (max-width: 1200px) {
  .hero-header, .scene-intro .text-intro h1 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .hero-header, .scene-intro .text-intro h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-header, .scene-intro .text-intro h1 {
    font-size: 24px;
  }
}

.hero-header.dark-title, .scene-intro .text-intro h1.dark-title {
  color: #fff;
}

.hero-sub-header {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.5em;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 1200px) {
  .hero-sub-header {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .hero-sub-header {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-sub-header {
    font-size: 18px;
  }
}

.hero-sub-header.dark-sub-title {
  color: #fff;
}

.mixed-intro {
  position: relative;
}

.mixed-intro img {
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.mixed-intro .highlight-txt2 {
  position: relative;
  padding: 10% 10% 0 10%;
  height: calc(100% - 100px);
  overflow: hidden;
  overflow-y: auto;
}

.mixed-intro .highlight-txt2 P {
  color: #fbfbfc;
}

.mixed-intro .highlight-txt2 P span {
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.mixed-intro .highlight-txt2 P span b {
  position: relative;
  z-index: 2;
}

.mixed-intro .highlight-txt2 P span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #9b9ba4;
  z-index: 1;
}

.mixed-intro .highlight-txt2 .btn-main {
  color: #fbfbfc;
}

.mixed-intro .highlight-txt2 .btn-main:before {
  background-color: #9b9ba4;
}

.mixed-intro .text-footer {
  position: absolute;
  bottom: 5%;
  left: 10%;
  z-index: 11;
}

.mixed-intro .text-footer .text-footer__title {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.mixed-intro .text-footer .text-footer__social li {
  display: inline;
}

.mixed-intro .text-footer .text-footer__social li a {
  color: #fff;
  padding: 5px;
  margin: 5px;
}

.mixed-intro .text-footer .text-footer__social li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.box {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.box .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 180%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.box .hover .hover-close {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
}

.box .hover .hover-close:after {
  content: '\e680';
  font-family: Pe-icon-7-stroke;
  color: #fff;
  font-size: 40px;
}

.box .hover .img-blur {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.box .hover:before {
  content: '';
  background-color: rgba(18, 19, 20, 0.2);
  width: 100%;
  height: 100%;
}

.box .box-over {
  position: relative;
  background-color: rgba(18, 19, 20, 0.8);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.box .box-over:before {
  content: '';
  position: absolute;
  width: 150%;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #a3a2a2;
  z-index: 10;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (max-width: 991px) {
  .box .box-over:before {
    content: none;
  }
}

.box .box-over:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\e680';
  text-align: center;
  color: #9b9ba4;
  font-weight: bold;
  font-size: 40px;
  vertical-align: middle;
  font-family: Pe-icon-7-stroke;
  z-index: 2;
  opacity: 0;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -moz-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -ms-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -o-transform: rotate(45deg) translateY(-50%) translateX(-50%);
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.box .box-over .box-hover__img {
  overflow: hidden;
}

.box .box-over .box-hover__img img {
  -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.box .box-over:hover img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.box .box-over:hover:after {
  opacity: 1;
}

.box .box-over .box-over__footer {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 100%;
  padding: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box .box-over .box-over__footer .box-over__snap {
  font-size: 2.25em;
  margin: 0;
  color: #9b9ba4;
  font-weight: bold;
}

@media (max-width: 991px) {
  .box .box-over .box-over__footer .box-over__snap {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .box .box-over .box-over__footer {
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
  }
}

.box.open .box-inner {
  background-color: transparent;
}

.box.open .box-inner:hover img {
  opacity: 1;
}

.box.open .box-inner:after {
  opacity: 0;
}

.box.open .box-over:before {
  width: 80%;
}

.box.open .img-blur {
  opacity: 1;
  visibility: visible;
}

.box.open .box-over__footer {
  opacity: 0;
  visibility: hidden;
}

.box.open .hover {
  opacity: 1;
  visibility: visible;
}

/* HERO IMG FULL SCREEN */
.hero-img {
  position: relative;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-img {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .hero-img {
    height: 1024px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .hero-img {
    height: 768px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .hero-img {
    height: 500px;
  }
}

.overlay-text {
  background-color: #262626;
  position: relative;
}

.overlay-text:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 25%;
  border: 1px solid #a3a2a2;
  z-index: 1;
}

.overlay-text img {
  width: 100%;
}

.overlay-text .part-title, .overlay-text .part-subtitle {
  color: #fff;
}

.overlay-text .overlay-text__content {
  margin-top: -50px;
  color: #fbfbfc;
  padding: 0 30px;
  z-index: 2;
}

@media (min-width: 993px) {
  .overlay-text .overlay-text__content {
    position: absolute;
    top: 50%;
    left: 12.5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px;
    margin-top: 0;
    padding: 0;
    margin: 0;
  }
}

.overlay-text .overlay-text__content b {
  font-weight: normal;
  color: #fbfbfc;
}

.overlay-text .overlay-text__content a {
  color: #fbfbfc;
  border-color: #fbfbfc;
}

.overlay-text .overlay-text__content a:before {
  background-color: #fbfbfc;
}

.overlay-text .overlay-text__content a:hover {
  color: #121314;
}

@media (max-width: 991px) {
  .overlay-text.dark .overlay-text__content {
    margin-top: 0;
  }
}

@media (min-width: 993px) {
  .overlay-text.dark .part-title, .overlay-text.dark .part-subtitle {
    color: #121314;
  }
  .overlay-text.dark .overlay-text__content b {
    color: #121314;
  }
  .overlay-text.dark .overlay-text__content a {
    color: #121314;
    border-color: #121314;
  }
  .overlay-text.dark .overlay-text__content a:before {
    background-color: #121314;
  }
  .overlay-text.dark .overlay-text__content a:hover {
    color: #fbfbfc;
  }
}

.highlight-txt2 {
  letter-spacing: 2px;
  word-spacing: 2px;
  margin-bottom: 3rem;
  color: #9b9ba4;
  font-size: 22px;
  line-height: 1.5em;
}

.highlight-txt2 a {
  position: relative;
  color: #121314;
  border-bottom: 1px solid #121314;
}

.highlight-txt2.normal {
  color: #666;
}


.highlight-txt2.ISIK {
  color: #666;
  text-shadow: 1px 2px rgb(242, 247, 246);
  text-emphasis-color: 2px 1px rgb(15, 15, 15);
}

@media (min-width: 993px) {
  .highlight-txt2.dark {
    color: #666;
  }
}

/* PREVIEW ITEM  */
@media (min-width: 993px) {
  .preview-item {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .preview-item .left-panal,
  .preview-item .right-panal {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
  }
  .preview-item .left-panal {
    left: 0;
  }
  .preview-item .right-panal {
    right: 0;
  }
  .preview-item .vertical-align {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.preview-item .left-panal {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .preview-item .left-panal {
    padding: 0 15px;
  }
}

.preview-item .left-panal > div {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991px) {
  .preview-item .left-panal > div {
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

.preview-item .left-panal .left-panal__img {
  position: relative;
}

.preview-item .left-panal .img-content {
  position: relative;
}

@media (max-width: 991px) {
  .preview-item .left-panal .img-content {
    padding: 0 15px;
  }
}

.preview-item .left-panal .img-content .mag-lightbox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  outline: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.preview-item .left-panal .img-content .mag-lightbox i {
  display: block;
  padding: 10px;
  color: #000;
}

.preview-item .left-panal .img-content .mag-lightbox:hover {
  background-color: #fff;
}

.preview-item .right-panal {
  background-color: #f0f0f0;
  padding: 15px;
  text-align: center;
}

.preview-item .right-panal .right-panal__meta {
  padding: 0;
}

.preview-item .right-panal .right-panal__meta li {
  display: inline-block;
  text-transform: uppercase;
  color: #121314;
  font-size: 12px;
  text-transform: uppercase;
}

.preview-item .right-panal .right-panal__meta li:after {
  content: ' /';
  font-size: 12px;
}

.preview-item .right-panal .right-panal__meta li:last-child:after {
  content: none;
}

.preview-item .right-panal .right-panal__meta .post-categorize {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: capitalize;
}

.preview-item .right-panal .right-panal__meta .post-date {
  font-weight: bold;
}

.preview-item .right-panal .submain-header {
  padding: 0;
  margin-top: 10px;
}

@media (min-width: 993px) {
  .content-scroller {
    height: 300px;
  }
}

.address {
  margin-bottom: 4.375rem;
}

.address li {
  padding: 0;
  font-size: 1rem;
}

.address li:nth-child(1) {
  padding-bottom: 5px;
  display: inline-block;
  color: #121314;
  text-transform: capitalize;
  font-weight: 900;
}

.address li:last-child {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #a3a2a2;
}

.address li a {
  display: block;
  font-weight: bold;
  color: #121314;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.address li a:hover {
  color: #42464a;
}

.address .submain-header {
  margin: 0;
}

.address-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-flex-wrap: wrap;
}

.address-block [class*="col-"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 auto;
  background-color: #FFF;
  text-align: center;
  margin-bottom: 60px;
}

.address-block [class*="col-"]:first-child {
  border-right: 1px solid #eee;
}

@media (max-width: 767px) {
  .address-block [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .address-block [class*="col-"]:first-child {
    border-right: 0;
  }
}

.address-block .address-location {
  position: absolute;
  top: -10px;
  left: 100px;
  color: #121314;
  font-weight: bold;
  border-bottom: 2px solid;
}

.address-alt {
  background-color: #FFF;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5.93012rem 15px;
}

.address-alt li {
  display: inline;
}

.address-alt li i {
  font-weight: bold;
  margin-top: 15px;
  color: #121314;
  font-size: 40px;
}

.address-alt .address-alt__header {
  display: block;
}

.address-alt .address-alt__header h1 {
  font-weight: bold;
  font-size: calc(24px + 24 * ((100vw - 320px) / 1046));
}

.address-alt .address-alt__footer {
  display: block;
}

.address-alt .address-alt__footer a {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  color: #121314;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.address-alt .address-alt__footer a:hover {
  color: #42464a;
}

.columns-widget {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.columns-widget li {
  padding: 70px 0 40px 0;
  width: 100%;
  display: inline-block;
  position: relative;
}

.columns-widget li span {
  position: absolute;
  top: 10px;
  left: 50px;
  background-color: #ebebe8;
  padding: .2em 1em;
  z-index: 13;
  font-size: 14px;
  color: #121314;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767px) {
  .columns-widget li span {
    left: 15px;
  }
}

.columns-widget li .date {
  left: 180px;
}

@media (max-width: 767px) {
  .columns-widget li .date {
    display: none;
  }
}

.columns-widget li .likes:before {
  content: '\f004';
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
  vertical-align: middle;
  color: #ED4956;
}

.columns-widget li a {
  position: relative;
  display: block;
  z-index: 10;
}

.columns-widget li a:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #bcbcbc;
  border: 1px solid #a3a2a2;
  top: -30px;
  -webkit-transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: top 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.columns-widget li a img {
  width: 100%;
  height: auto;
}

.columns-widget li:hover span {
  top: 0;
}

.columns-widget li:hover a:before {
  top: -40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .columns-widget {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.columns-widget.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.flex-widget {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.flex-widget li {
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-right: 6%;
  float: left;
  width: 29.33333%;
  margin-bottom: 5rem;
  -webkit-transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.flex-widget li:nth-child(n) {
  margin-right: 6%;
}

.flex-widget li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .flex-widget li {
    margin-right: 5%;
    float: left;
    width: 47.5%;
    margin-bottom: 4rem;
  }
  .flex-widget li:nth-child(n) {
    margin-right: 5%;
  }
  .flex-widget li:nth-child(2n) {
    margin-right: 0;
  }
}

.flex-widget li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.flex-widget li span {
  position: absolute;
  top: -37px;
  left: 30px;
  background-color: #ebebe8;
  padding: .2em 1em;
  z-index: 13;
  font-size: 14px;
  color: #121314;
}

@media (max-width: 767px) {
  .flex-widget li span {
    left: 15px;
    font-size: 14px;
  }
}

.flex-widget li .date-flick:before {
  content: '\f073';
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
}

.flex-widget li .date {
  left: 180px;
}

@media (max-width: 767px) {
  .flex-widget li .date {
    display: none;
  }
}

.flex-widget li .likes:before {
  content: '\f004';
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
  vertical-align: middle;
  color: #ED4956;
}

.flex-widget li a {
  position: relative;
  z-index: 10;
  display: block;
}

.flex-widget li a:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  position: absolute;
  border: 1px solid #a3a2a2;
  -webkit-transform: translate3d(10px, -20px, 0);
  -moz-transform: translate3d(10px, -20px, 0);
  -ms-transform: translate3d(10px, -20px, 0);
  -o-transform: translate3d(10px, -20px, 0);
  transform: translate3d(10px, -20px, 0);
}

.flex-widget-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.flex-widget-2 a {
  color: #121314;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-right: 5%;
  float: left;
  width: 30%;
  margin-bottom: 7%;
  -webkit-transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.flex-widget-2 a:nth-child(n) {
  margin-right: 5%;
}

.flex-widget-2 a:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .flex-widget-2 a {
    margin-right: 5%;
    float: left;
    width: 47.5%;
    margin-bottom: 14%;
  }
  .flex-widget-2 a:nth-child(n) {
    margin-right: 5%;
  }
  .flex-widget-2 a:nth-child(2n) {
    margin-right: 0;
  }
}

.flex-widget-2 a span {
  position: absolute;
  top: -37px;
  left: 40px;
  background-color: #ebebe8;
  padding: .2em 1em;
  z-index: 13;
  font-size: 14px;
}

@media (max-width: 767px) {
  .flex-widget-2 a span {
    left: 15px;
    font-size: 14px;
  }
}

.flex-widget-2 a .date {
  left: 180px;
}

@media (max-width: 767px) {
  .flex-widget-2 a .date {
    display: none;
  }
}

.flex-widget-2 a .likes:before {
  content: '\f004';
  margin-right: 10px;
  vertical-align: baseline;
  font-family: "FontAwesome";
  vertical-align: middle;
  color: #ED4956;
}

.flex-widget-2 a:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  position: absolute;
  border: 1px solid #fff;
  -webkit-transform: translate3d(10px, -20px, 0);
  -moz-transform: translate3d(10px, -20px, 0);
  -ms-transform: translate3d(10px, -20px, 0);
  -o-transform: translate3d(10px, -20px, 0);
  transform: translate3d(10px, -20px, 0);
}

.flex-widget-2 a:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.social-flat li {
  position: relative;
  margin-right: 0%;
  float: left;
  width: 25%;
  height: 300px;
  overflow: hidden;
}

.social-flat li:nth-child(n) {
  margin-right: 0%;
}

.social-flat li:nth-child(4n) {
  margin-right: 0;
}

.social-flat li img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991px) {
  .social-flat li {
    margin-right: 0%;
    float: left;
    width: 50%;
    height: 200px;
  }
  .social-flat li:nth-child(n) {
    margin-right: 0%;
  }
  .social-flat li:nth-child(2n) {
    margin-right: 0;
  }
}

.strip {
  position: fixed;
  background-color: #121314;
  z-index: 9999;
  display: none;
}

.strip.strip-top {
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
}

.strip.strip-bottom {
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
}

.strip.strip-left {
  height: 100%;
  width: 8px;
  top: 0;
  left: 0;
}

.strip.strip-right {
  height: 100%;
  width: 8px;
  top: 0;
  right: 0;
}

.lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.lines [class*='lines__'] {
  height: 100%;
  /*ISIK*/
  width: 1px;
  position: absolute;
  background-color: #565558;
}

.lines [class*='lines__']:nth-child(1) {
  left: 20%;
}

.lines [class*='lines__']:nth-child(2) {
  left: 40%;
}

.lines [class*='lines__']:nth-child(3) {
  left: 60%;
}

.lines [class*='lines__']:nth-child(4) {
  left: 80%;
}


.lines_center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.lines_center [class*='lines__center'] {
  height: 100%;
  /*ISIK*/
  width: 1px;
  position: absolute;
  background-color: #565558;
}
.lines_center [class*='lines__center']:nth-child(1) {
  left: 30%;
}

.lines_center [class*='lines__center']:nth-child(2) {
  left: 70%;
}

.award .award__content {
  padding: 0 1em;
  font-size: 1.313em;
}

.award .award__edge {
  display: block;
  text-transform: capitalize;
}

@media (min-width: 993px) {
  .award .award__edge {
    width: 20%;
    float: left;
    border-right: 1px solid #2a2d2f;
    margin-right: 2%;
  }
}

.award .award__edge .award__edge-title {
  color: #fbfbfc;
  font-size: 16px;
  margin-top: 5px;
}

.award .award__main {
  overflow: hidden;
  font-size: 16px;
  color: #9b9ba4;
}

@media (min-width: 993px) {
  .award .award__main {
    width: 78%;
  }
}

.award .awards__prize {
  margin-top: 60px;
}

.award .awards__prize ul li {
  width: 24%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 991px) {
  .award .awards__prize ul li {
    width: 48%;
  }
  .award .awards__prize ul li:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}

.award .awards__prize ul li .awards__prize-num {
  position: relative;
  display: block;
  font-size: 3.75rem;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  line-height: 1;
  color: #9b9ba4;
  opacity: 0;
  top: -50px;
}

.award .awards__prize ul li .awards__prize-num.with-motion {
  -webkit-animation: motionblur 0.8s both cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation: motionblur 0.8s both cubic-bezier(0.19, 1, 0.22, 1);
  animation: motionblur 0.8s both cubic-bezier(0.19, 1, 0.22, 1);
}

.award .awards__prize ul li img {
  opacity: .8;
  width: 50%;
  height: 50%;
}

.client-simple {
  text-align: center;
  padding-top: 3.95341rem;
  position: relative;
}

@media (max-width: 767px) {
  .client-simple .text-right,
  .client-simple .text-left {
    text-align: center;
  }
}

.client-simple img {
  width: 140px;
  height: 140px;
}

.client-simple.add-line:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 1px;
  top: 0;
  left: calc(50% - 150px);
  background-color: rgba(18, 19, 20, 0.15);
}

.block-client-3 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.grab {
  cursor: url(../images/grab.png), auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grab {
    cursor: move;
  }
}

.grabing {
  cursor: url(../images/grabbing.png), auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grabing {
    cursor: move;
  }
}

.separator {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.separator .fixed-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  text-align: center;
  z-index: -1;
}

.separator .quote {
  font-family: "Playfair Display", serif;
  text-align: center;
  height: 80%;
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: auto;
  color: #121314;
  font-size: calc(29px + 35 * ((100vw - 320px) / 1360));
  line-height: 1.1;
}

.separator .quote_body {
  margin-bottom: 30px;
  position: relative;
}

.separator .quote_body:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 4px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #121314;
  width: 0;
  height: 0;
  opacity: .1;
}

.separator .quote__writer {
  font-size: 14px;
  text-align: left;
  display: block;
}

.separator .quote__writer:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #121314;
  vertical-align: middle;
  margin-right: 4px;
}

.separator:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 80%;
  left: 0;
  background-image: -webkit-linear-gradient( top , #ebebe8, rgba(235, 235, 232, 0));
  background-image: linear-gradient(to bottom, #ebebe8, rgba(235, 235, 232, 0));
}

/*********************************************
	-	BACK TO TOP	-
**********************************************/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 8px;
  right: 8px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #121314;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover, .back-to-top:focus {
  background-color: #000;
  color: #fff;
}

.back-to-top.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*-----------------------------------------------------------------------------
   24. Blog
-----------------------------------------------------------------------------*/
.blog-intro {
  position: relative;
  height: 50vh;
  background-color: #121314;
  z-index: 10;
}

.blog-intro .header-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 4rem;
  max-width: 1000px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .blog-intro .header-intro {
    font-size: 2em;
  }
}

.blog-intro .header-intro .main-header {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.5rem;
}

.blog-intro .header-intro .main-header .main-header__counter:before {
  background-color: #fff;
}

.blog-intro.blog-intro--blank {
  background-color: #121314;
}

.blog-layout-wrapper .post-layout {
  padding: 1em;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.blog-layout-wrapper .post-layout .post-layout__intry {
  margin-bottom: 1em;
}

.blog-layout-wrapper .post-layout .post-layout__intry img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.blog-layout-wrapper .post-layout .post-layout__intry:hover img {
  opacity: 0.8;
}

.blog-layout-wrapper .post-layout .post-title {
  margin-top: 10px;
  font-weight: bold;
}

.blog-layout-wrapper .post-layout .post-title a {
  color: #121314;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog-layout-wrapper .post-layout .post-title a:hover {
  color: #42464a;
}

.blog-layout-wrapper .post-layout .post-layout__group {
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.blog-layout-wrapper .post-layout .post-layout__group li {
  display: inline-block;
  text-transform: uppercase;
}

.blog-layout-wrapper .post-layout .post-layout__group li a {
  color: #9b9ba4;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog-layout-wrapper .post-layout .post-layout__group li a:hover {
  color: #121314;
}

.blog-layout-wrapper .post-layout .post-layout__group li:after {
  content: ' /';
  font-size: 12px;
}

.blog-layout-wrapper .post-layout .post-layout__group li:last-child:after {
  content: none;
}

.blog-layout-wrapper .post-layout .post-layout__group li img {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.blog-layout-wrapper .post-layout .post-layout__group.first {
  padding-top: 0;
  border: 0;
}

.blog-layout-wrapper .post-layout time {
  display: block;
  color: #121314;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-layout-wrapper .post-layout.post-quote {
  background-color: #121314;
}

.blog-layout-wrapper .post-layout.post-quote .post-categorize {
  color: #9b9ba4;
}

.blog-layout-wrapper .post-layout.post-quote time {
  color: #9b9ba4;
}

.blog-layout-wrapper .post-layout.post-quote .post-quote__in a {
  font-size: 22px;
  color: #fbfbfc;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1em;
}

.blog-layout-wrapper .post-layout.post-quote .post-quote__in a p {
  margin-top: 10px;
}

.blog-layout-wrapper .post-layout.post-quote .post-quote__in a span {
  text-transform: capitalize;
  font-size: 14px;
  color: #9b9ba4;
}

#grid-list .blog-list-content {
  margin-bottom: 60px;
}

@media (min-width: 993px) {
  #grid-list .cbp-item:nth-child(n+3) .blog-list-content {
    margin-bottom: 0;
  }
}

#grid-list .cbp-item:last-child .blog-list-content {
  margin-bottom: 0;
}

.blog-list-wrapper .blog-list-content:nth-child(2n) {
  background-color: #f0f0f0;
}

.blog-list {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .blog-list .post-layout {
    padding: 0 15px;
  }
}

.blog-list .post-layout a {
  display: block;
  color: #666;
  overflow: hidden;
}

.blog-list .post-layout .post-title {
  margin-top: 10px;
  font-weight: bold;
  color: #121314;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-list .post-layout .post-title {
    font-size: 1.5rem;
  }
}

.blog-list .post-layout .post-layout__group li {
  display: inline-block;
  text-transform: uppercase;
  color: #9b9ba4;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-list .post-layout .post-layout__group li:after {
  content: ' /';
  font-size: 12px;
}

.blog-list .post-layout .post-layout__group li:last-child:after {
  content: none;
}

.blog-list .post-layout .post-layout__group li img {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.blog-list .post-layout .post-layout__group.first {
  border: 0;
}

.blog-list .post-layout .post-layout__group.last {
  padding-top: 0;
}

.blog-list .post-layout .post-layout__brief {
  font-size: 20px;
}

@media (max-width: 767px) {
  .blog-list .post-layout .post-layout__brief {
    font-size: 1rem;
  }
}

.blog-list .post-layout time {
  display: block;
  color: #121314;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-list:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #121314;
  -webkit-animation-name: fromtop;
  -moz-animation-name: fromtop;
  animation-name: fromtop;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.blog-list:hover:after {
  -webkit-animation-name: frombottom;
  -moz-animation-name: frombottom;
  animation-name: frombottom;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}

.blog-list.blog-list--inline .post-layout__group {
  padding: 0;
}

.blog-list.blog-list--inline .post-layout__group .post-categorize {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #121314;
}

.blog-list--inline .post-layout .post-layout__brief {
  font-size: 16px;
  margin-bottom: 30px;
}

.pagination {
  display: block;
  margin: 60px 0 0;
}

.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  margin-right: 8px;
  background-color: #121314;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.pagination a:hover {
  background-color: #fff;
  color: #121314;
}

.pagination a i {
  vertical-align: middle;
}

.pagination.add-padding {
  padding-bottom: 60px;
}

.scroll-down {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: calc(50% - 20px);
  background-color: #ebebe8;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  z-index: 20;
}

.scroll-down i {
  margin-top: 7px;
  font-size: 25px;
  color: #fff;
  background-color: #121314;
  border-radius: 100%;
}

/* blog-sidebar */
@media (max-width: 991px) {
  .blog-sidebar {
    padding-top: 5.93012rem;
  }
}

.blog-sidebar #searchfom {
  margin-bottom: 30px;
}

.blog-sidebar #searchfom input {
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
}

.blog-sidebar > section {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.blog-sidebar > section .post-title {
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 0;
}

.blog-sidebar > section li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #eee;
}

.blog-sidebar > section li a {
  display: inline-block;
  color: #121314;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog-sidebar > section li a img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
}

.blog-sidebar > section li a:hover {
  color: #5a6065;
}

.blog-sidebar > section li .recent-post__inner a {
  display: block;
}

.blog-sidebar > section li time {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-sidebar > section li:last-child {
  border-bottom: 0;
}

.blog-sidebar > section.tags a {
  float: left;
  padding: 6px;
  margin: 0 3px 3px 0;
  border: 1px solid #eee;
  font-size: 12px;
  text-align: center;
  color: #121314;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.blog-sidebar > section.tags a:hover {
  color: #5a6065;
}

.blog-sidebar > section .social-feed li {
  float: left;
  margin: 0 3px 3px 0;
  border: 0;
}

.blog-sidebar > section .social-feed li a {
  display: inline-block;
  margin: 0 10px 10px 0;
  background-color: transparent;
  height: auto;
  min-height: inherit;
}

.blog-sidebar > section .social-feed li a:after {
  content: none;
}

.blog-sidebar > section .social-feed li img {
  margin: 0;
}

.blog-sidebar > section:last-child {
  margin-bottom: 0;
}

.blog-sidebar > section .instagram-list li {
  width: auto;
}

.blog-sidebar > section.archives time {
  font-size: 14px;
  text-transform: uppercase;
}

.info-block2 {
  background-color: #FFF;
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.info-block2 a {
  display: inline-block;
  overflow: hidden;
}

.info-block2 .info-block2__img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.info-block2 .info-block2__details {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.info-block2 .info-block2__details:before {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #121314;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-block2 .info-block2__date {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #121314;
  font-weight: bold;
  text-transform: uppercase;
}

.info-block2 .info-block2__content-title {
  margin-top: 10px;
  color: #121314;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.info-block2 .info-block2__content-subtitle {
  margin: 10px 0 0;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
}

.info-block2:hover .info-block2__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-single .blog-single__intro {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 1140px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.blog-single .blog-single__header {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 4rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .blog-single .blog-single__header {
    font-size: 1.5rem;
  }
}

.blog-single .blog-single__meta {
  font-size: 12px;
  margin: 10px 0 20px;
  line-height: 1em;
  text-align: center;
}

.blog-single .blog-single__meta li {
  display: inline;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-single .blog-single__meta li a {
  display: inline-block;
  font-weight: normal;
  color: #fbfbfc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog-single .blog-single__meta li a:hover {
  color: #fff;
}

.blog-single .blog-single__meta li a:after {
  background-color: #fff;
}

.blog-single .blog-single__meta li:after {
  content: " / ";
}

.blog-single .blog-single__meta li:last-child:after {
  content: none;
}

.post-text img {
  margin-bottom: 1.5em;
}

.post-text .quote {
  font-size: 18px;
  padding: 1em;
  color: #9b9ba4;
  border-left: 4px solid #121314;
  font-family: "Playfair Display", serif;
}

.post-band {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d4d4d4;
}

.post-band .post-band__title {
  text-transform: capitalize;
  font-weight: bold;
}

.post-band.last-band {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-band.with-title {
  margin-bottom: 1.75rem;
}

.post-share time {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.post-share .social-share {
  text-align: right;
}

.post-share .social-share a {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: gray;
}

.post-share .social-share a:hover {
  color: #5a6065;
}

@media (max-width: 991px) {
  .post-share .social-share {
    text-align: left;
  }
}

/* AUTHOR POST */
.author-post img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 30px;
}

.author-post .author-post__data {
  overflow: hidden;
}

.author-post .author-post__data .author-post__title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
}

.author-post .author-post__data a {
  color: #121314;
  text-transform: capitalize;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.author-post .author-post__data a:hover {
  color: #5a6065;
}

.author-post .author-post__data p {
  margin-bottom: 0;
}

.comment-wrap .join {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}

.comment-wrap .section-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px 0 30px;
}

.commentsList > .comment {
  padding: 2em 0;
}

.commentsList > .comment:first-child {
  padding-top: 0;
}

.commentsList > .comment:last-child {
  padding-bottom: 0;
}

.commentBand .comment-header {
  display: block;
  overflow: hidden;
}

.commentBand .avatar {
  float: left;
  margin-right: 2em;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.commentBand .comment-author h5 {
  font-size: 14px;
  margin: 0;
  line-height: inherit;
  text-transform: capitalize;
}

.commentBand .comment-author time {
  font-size: 12px;
  text-transform: uppercase;
}

.commentBand .comment-text {
  display: block;
  overflow: hidden;
  margin-top: 1em;
}

.commentBand .comment-text.nested-comment {
  margin-bottom: 2em;
}

.commentBand .more-title {
  font-size: 12px;
  color: #5a6065;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.commentBand .more-title:hover {
  color: #121314;
}

.comment .commentListSub {
  padding-left: 4em;
  padding-top: 2em;
  border-left: 1px solid #d4d4d4;
}

@media (max-width: 768px) {
  .comment .commentListSub {
    margin-left: 1em;
    border: 0;
  }
}

.post-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-flex .post-flex__item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 1 0 29%;
  position: relative;
}

@media (max-width: 991px) {
  .post-flex .post-flex__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 1 0 45%;
  }
}

@media (max-width: 767px) {
  .post-flex .post-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 1 0 100%;
  }
}

.post-flex .post-flex__item .post-flex__link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px 60px 80px;
  background-color: #FFF;
  color: #666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.post-flex .post-flex__item .post-flex__link .post-flex__list {
  position: relative;
  align-self: flex-start;
  flex: 1 1 100%;
}

.post-flex .post-flex__item .post-flex__link .post-flex__footer {
  position: relative;
  align-self: flex-end;
}

.post-flex.add-margin {
  margin-bottom: -100px;
  z-index: 10;
  position: relative;
}

.post-flex__link .post-flex__list .post-flex__list--meta li {
  display: inline-block;
  color: #121314;
  font-size: 12px;
}

.post-flex__link .post-flex__list .post-flex__list--meta li:after {
  content: ' /';
  font-size: 12px;
}

.post-flex__link .post-flex__list .post-flex__list--meta li:last-child:after {
  content: none;
}

.post-flex__link .post-flex__list .post-flex__list--title .post-title {
  margin-top: 10px;
  font-weight: bold;
  text-transform: capitalize;
}

.post-flex__link .post-flex__list--meta .post-flex__list--categorize {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 1px;
}

.post-flex__link .post-flex__list--meta .post-flex__list--date {
  font-weight: bold;
  text-transform: uppercase;
}

.post-flex__link .post-flex__footer {
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.post-flex__link .post-flex__footer li {
  display: inline-block;
  text-transform: uppercase;
  color: #121314;
  font-size: 12px;
  text-transform: uppercase;
}

.post-flex__link .post-flex__footer li:after {
  content: ' /';
  font-size: 12px;
}

.post-flex__link .post-flex__footer li:last-child:after {
  content: none;
}

.post-flex__link .post-flex__footer .post-flex__footer--author img {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.post-flex__link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(240, 240, 240, 0.2);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}

.post-flex__link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #121314;
  -webkit-animation: fromrightFlex 1s 0ms 1 normal ease both;
  -moz-animation: fromrightFlex 1s 0ms 1 normal ease both;
  animation: fromrightFlex 1s 0ms 1 normal ease both;
}

.post-flex__link:hover:after {
  -webkit-animation-name: fromleftFlex;
  -moz-animation-name: fromleftFlex;
  animation-name: fromleftFlex;
}

.block-news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-flex-wrap: wrap;
}

.block-news [class*="col-"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.block-news .post-layout {
  background-color: transparent;
  border: 1px solid #a3a2a2;
  box-shadow: none;
}

.block-news .post-layout .post-title {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------------
   25. Footer
-----------------------------------------------------------------------------*/
footer {
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #121314;
}

.main-shape {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #9b9ba4;
  left: calc(50% - 20px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-footer {
  color: #9b9ba4;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}

/*-----------------------------------------------------------------------------
   26. Video Intro
-----------------------------------------------------------------------------*/
/* Container */
.video-intro {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  background: #333 url(../media/livealohamp4.jpg) no-repeat center center;
  background-size: cover;
}

/* Image stack */
.deco-stack {
  width: 100%;
  margin: 1em 0;
  text-align: center;
  white-space: nowrap;
}

.deco-stack__img {
  min-width: 200px;
  max-width: 50%;
  min-height: 200px;
  max-height: 100%;
  margin: 0 -60px;
  border: 10px solid #fff;
  outline: 1px solid transparent;
  /* For FF */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #aaa;
}

.deco-stack__img--rotation-1 {
  -webkit-transform: rotate3d(0, 0, 1, -8deg);
  transform: rotate3d(0, 0, 1, -8deg);
}

.deco-stack__img--rotation-2 {
  -webkit-transform: rotate3d(0, 0, 1, -1deg);
  transform: rotate3d(0, 0, 1, -1deg);
}

.deco-stack__img--rotation-3 {
  -webkit-transform: rotate3d(0, 0, 1, 9deg);
  transform: rotate3d(0, 0, 1, 9deg);
}

.video-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.video-wrap--show {
  pointer-events: auto;
}

.video-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  background: black;
}

.video-wrap--show .video-inner {
  opacity: 1;
}

.video-player {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Content */
.content {
  position: relative;
}

/* Loader */
.loader {
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mobile .loader {
  display: none;
}

.video-loaded .loader {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Button */
.action {
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #fff;
  background: none;
  -webkit-flex: none;
  flex: none;
}

.action:focus {
  outline: none;
}

.action__label {
  display: inline-block;
  margin: 0 0 0 0.75em;
}

.action__label--hidden {
  position: absolute;
  top: 200%;
}

.action--play {
  display: block;
  margin: 1em auto;
  opacity: 0;
  pointer-events: none;
}

.video-loaded .action--play {
  opacity: 1;
  pointer-events: auto;
}

.action--close {
  line-height: 1;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 30px);
  right: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}

.action--close i {
  font-size: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.action--close i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.video-wrap--show .action--close {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

@media screen and (min-width: 25em) {
  .deco-stack__img {
    width: 20vw;
    height: 20vw;
  }
  .video-inner {
    width: 30vw;
    height: 30vw;
    border: 20px solid #fff;
    -webkit-transform: scale3d(0.1, 0.1, 1) rotate3d(0, 0, 1, -5deg);
    transform: scale3d(0.1, 0.1, 1) rotate3d(0, 0, 1, -5deg);
  }
  .video-wrap--show .video-inner {
    opacity: 0;
    -webkit-animation: showVideo-1 1.25s forwards;
    animation: showVideo-1 1.25s forwards;
  }
  .video-wrap--hide .video-inner {
    -webkit-animation: hideVideo 1.25s forwards;
    animation: hideVideo 1.25s forwards;
  }
  .video-player {
    left: 50%;
    width: auto;
    height: 100vh;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1) rotate3d(0, 0, 1, 5deg);
    transform: translate3d(-50%, -50%, 0) scale3d(0.7, 0.7, 1) rotate3d(0, 0, 1, 5deg);
  }
  .video-wrap--show .video-player,
  .video-wrap--hide .video-player {
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  }
}

@media (max-width: 767px) {
  .deco-stack__img {
    min-width: 180px;
    min-height: 180px;
  }
}

/* This is the same as an aspect ratio of 16/9.
Here we take the viewport height as main measure
and size the video-inner accordingly.
The video itself will use the viewport width as main 
measure so that we ensure a filling of the screen.
*/
@media screen and (min-width: 25em) and (min-aspect-ratio: 1280 / 720) {
  .deco-stack__img {
    width: 20vh;
    height: 20vh;
  }
  .video-inner {
    width: 30vh;
    height: 30vh;
  }
  .video-wrap--show .video-inner {
    -webkit-animation: showVideo-2 1.25s forwards;
    animation: showVideo-2 1.25s forwards;
  }
  .video-player {
    width: 100vw;
    height: auto;
  }
}

/* Animation for showing the video wrapper */
@-webkit-keyframes showVideo-1 {
  50% {
    width: 50vw;
    height: 50vw;
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
    transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes showVideo-1 {
  50% {
    width: 50vw;
    height: 50vw;
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
    transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

/* Alternate animation for showing the video wrapper */
@-webkit-keyframes showVideo-2 {
  50% {
    width: 50vh;
    height: 50vh;
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
    transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes showVideo-2 {
  50% {
    width: 50vh;
    height: 50vh;
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
    transform: scale3d(0.5, 0.5, 1) rotate3d(0, 0, 1, -5deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

/* Animation for hiding the video wrapper */
@-webkit-keyframes hideVideo {
  0% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes hideVideo {
  0% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
  100% {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0deg);
  }
}

/* Header */
.video-intro__header {
  padding: 0 1em 0;
  text-align: left;
  max-width: calc(1140px / 2);
  width: 100%;
}

.video-intro__header .main-header {
  font-size: 2.5rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .video-intro__header .main-header {
    font-size: 1.875rem;
  }
}

.video-intro__header .cd-headline {
  margin-top: 0;
}

@media (min-width: 993px) {
  .video-intro__header {
    margin-top: 80px;
  }
}

.video-intro__header h1 {
  font-size: 4.375rem;
  font-weight: normal;
  line-height: 1;
  margin: 0.5em 0 0;
  padding: 0;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
}

.video-intro__header h1 span i {
  font-style: normal;
}

@media (max-width: 991px) {
  .video-intro__header h1 {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .video-intro__header h1 {
    font-size: 1.875rem;
  }
}
