@charset "utf-8";
/* CSS Document */


/* ken burns slideshow IMG BACKGROUND */
.kenburns-slide-1 {
  background-image: url(../../img/sliders/kenburns-bg-1.jpg);
}

.kenburns-slide-2 {
  background-image: url(../../img/sliders/kenburns-bg-2.jpg);
}

.kenburns-slide-3 {
  background-image: url(../../img/sliders/kenburns-bg-3.jpg);
}

.kenburns-slide-4 {
  background-image: url(../../img/sliders/kenburns-bg-4.jpg);
}

.kenburns-slide-5 {
  background-image: url(../../img/sliders/kenburns-bg-5.jpg);
}

.kenburns-slide-6 {
  background-image: url(../../img/sliders/kenburns-bg-6.jpg);
}

/* ken burns slideshow IMG BACKGROUND - RAIN, PARTICLES */
.kenburns-slide-1-2 {
  background-image: url(../../img/background/kenburns-bg-1-2.jpg);
}

.kenburns-slide-2-2 {
  background-image: url(../../img/background/kenburns-bg-2-2.jpg);
}

.kenburns-slide-3-2 {
  background-image: url(../../img/background/kenburns-bg-3-2.jpg);
}

.kenburns-slide-4-2 {
  background-image: url(../../img/background/kenburns-bg-4-2.jpg);
}


/* hero slider IMG BACKGROUND */
.bg-img-1 {
  background-image: url(../../img/background/hero-bg-1.jpg);
}

.bg-img-2 {
  background-image: url(../../img/background/hero-bg-2.jpg);
}

.bg-img-3 {
  background-image: url(../../img/background/hero-bg-3.jpg);
}

.bg-img-4 {
  background-image: url(../../img/background/hero-bg-4.jpg);
}

/* hero slider IMG BACKGROUND - RAIN, PARTICLES */
.bg-img-1-2 {
  background-image: url(../../img/background/hero-bg-1-2.jpg);
}

.bg-img-2-2 {
  background-image: url(../../img/background/hero-bg-2-2.jpg);
}

.bg-img-3-2 {
  background-image: url(../../img/background/hero-bg-3-2.jpg);
}

.bg-img-4-2 {
  background-image: url(../../img/background/hero-bg-4-2.jpg);
}


/* hero split slider IMG BACKGROUND */
.bg-split-img-1 {
  background-image: url(../../img/background/hero-split-bg-1.jpg);
}

.bg-split-img-2 {
  background-image: url(../../img/background/hero-split-bg-2.jpg);
}

.bg-split-img-3 {
  background-image: url(../../img/background/hero-split-bg-3.jpg);
}

.bg-split-img-4 {
  background-image: url(../../img/background/hero-split-bg-4.jpg);
}

/* hero split slider IMG BACKGROUND - RAIN, PARTICLES */
.bg-split-img-1-2 {
  background-image: url(../../img/background/hero-split-bg-1-2.jpg);
}

.bg-split-img-2-2 {
  background-image: url(../../img/background/hero-split-bg-2-2.jpg);
}

.bg-split-img-3-2 {
  background-image: url(../../img/background/hero-split-bg-3-2.jpg);
}

.bg-split-img-4-2 {
  background-image: url(../../img/background/hero-split-bg-4-2.jpg);
}


/* works IMG BACKGROUND */
.works-inner-img-1 {
  background-image: url(../../img/works/works-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.works-inner-img-2 {
  background-image: url(../../img/works/works-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.works-inner-img-3 {
  background-image: url(../../img/works/works-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.works-inner-img-4 {
  background-image: url(../../img/works/works-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.works-inner-img-5 {
  background-image: url(../../img/works/works-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.works-inner-img-6 {
  background-image: url(../../img/works/works-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}



.decoration {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  text-shadow: 1px 1px 2px #000;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .decoration {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.decoration-left {
  width: 6%;
  height: 1px;
  background: #fff;
  margin: 0 119px 10px 0;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .decoration-left {
    width: 3%;
  }
}

.decoration-right {
  width: 6%;
  height: 1px;
  background: #fff;
  margin: 0 0 10px 119px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .decoration-right {
    width: 3%;
  }
}

.decoration-effect {
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  background: none;
  width: 202px;
  height: 61px;
  padding: 17px 0 0 0;
  margin-left: -101px;
  left: 50%;
  top: -25px;
  z-index: 0;
}

.decoration-effect a,
.decoration-effect a:hover {
  color: #fff;
  text-decoration: none;
}

.effect-bubba::before,
.effect-bubba::after {
  width: 180px;
  height: 39px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-bubba::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-bubba:hover::before,
.effect-bubba:hover::after {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.decoration-2 {
  position: relative;
  margin: 33px auto 94px auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .decoration-2 {
    margin: 33px auto 74px auto;
  }
}

.decoration-left-2 {
  width: 6%;
  height: 1px;
  background: #fff;
  margin: 0 119px 10px 0;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  decoration-left-2 {
    width: 3%;
  }
}

.decoration-right-2 {
  width: 6%;
  height: 1px;
  background: #fff;
  margin: 0 0 10px 119px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .decoration-right-2 {
    width: 3%;
  }
}

.decoration-effect-2 {
  position: absolute;
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  background: none;
  width: 202px;
  height: 61px;
  padding: 17px 0 0 0;
  margin-left: -101px;
  left: 50%;
  top: -25px;
  z-index: 0;
}

.decoration-effect-2 a,
.decoration-effect-2 a:hover {
  color: #fff;
  text-decoration: none;
}

.effect-bubba-2::before,
.effect-bubba-2::after {
  width: 180px;
  height: 39px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba-2::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-bubba-2::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.effect-bubba-2:hover::before,
.effect-bubba-2:hover::after {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.quote {
  margin: 0 auto;
}

.quote p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.quote-mark-l {
  color: #fff;
  padding: 0 10px 0 0;
}

.quote-mark-r {
  color: #fff;
  padding: 0 0 0 10px;
}




/* ui layer */
#ui-layer {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 10;
  top: 0;
}

.ui-layer-inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  top: 0;
  left: 0;
}


/* borders */
.border-top,
.border-bottom,
.border-left,
.border-right {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

@media only screen and (min-width: 880px) {
  .border-top {
    position: absolute;
    width: 50%;
    height: 2px;
    left: 10px;
    top: 10px;
    background: #fff;
    z-index: 10;
  }

  .border-top.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
  }

  .border-bottom {
    position: absolute;
    width: 50%;
    height: 2px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 10;
  }

  .border-bottom.bottom-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
  }

  .border-left {
    position: absolute;
    width: 2px;
    height: 50%;
    left: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 10;
  }

  .border-left.left-position {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
  }

  .border-right {
    position: absolute;
    width: 2px;
    height: 50%;
    right: 10px;
    top: 10px;
    background: #fff;
    z-index: 10;
  }

  .border-right.right-position {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
  }

  .border-top,
  .border-bottom,
  .border-left,
  .border-right {
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
  }
}


/* countdown */
#countdown-wrapper {
  position: relative;
  margin: 28px auto;
  width: 400px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  text-shadow: 1px 1px 2px #000;
}

@media only screen and (max-width: 640px) {
  #countdown-wrapper {
    margin: -21px auto -16px auto;
    width: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#countdown {
  margin: 0;
  padding: 0;
}

ul#countdown li {
  display: inline-block;
  width: 115px;
}

@media only screen and (max-width: 640px) {
  ul#countdown li {
    width: 90px;
  }
}

ul#countdown li span {
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 640px) {
  ul#countdown li span {
    font-size: 50px;
  }
}

ul#countdown li span.seconds {
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #db0962;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  ul#countdown li span.seconds {
    font-size: 35px;
  }

  ul#countdown li span.seconds {
    padding: 0 0 0 20px;
  }
}

ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0 0 0 5px;
}

@media only screen and (max-width: 640px) {

  ul#countdown li p.timeRefDays,
  ul#countdown li p.timeRefHours,
  ul#countdown li p.timeRefMinutes {
    padding: 0 0 0 3px;
  }
}

ul#countdown li p.timeRefSeconds {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0 0 0 24px;
}

@media only screen and (max-width: 640px) {
  ul#countdown li p.timeRefSeconds {
    padding: 0 0 0 18px;
  }
}

.until-launch {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
}


/* center container */
.center-container-home {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.center-block-home {
  display: table-cell;
  vertical-align: middle;
}

.center-container {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}

.center-container-ex-modal {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
}

.center-block-ex-modal {
  display: table-cell;
  vertical-align: middle;
}


/* lines */
.lines-button {
  margin: -16px 0 0 -3px;
  padding: 30px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lines-button:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lines-button:active {
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.lines {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.lines:after,
.lines:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 2px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: 0;
  -webkit-transform-origin: .28571rem center;
  -moz-transform-origin: .28571rem center;
  -ms-transform-origin: .28571rem center;
  -o-transform-origin: .28571rem center;
  transform-origin: .28571rem center;
  background: #fff;
}

.lines:before {
  top: 10px;
}

.lines:after {
  top: -10px;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  width: 35px;
  background: #111;
}

@media only screen and (max-width: 640px) {

  .lines-button.minus.lines-close .lines:after,
  .lines-button.minus.lines-close .lines:before {
    background: #fff;
  }
}

.lines-button.x.lines-close .lines {
  background: 0 0;
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 35px;
  background: #111;
}

@media only screen and (max-width: 640px) {

  .lines-button.x.lines-close .lines:after,
  .lines-button.x.lines-close .lines:before {
    background: #fff;
  }
}

.lines-button.x.lines-close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.lines-close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  -webkit-transition: background .3s .5s ease;
  -moz-transition: background .3s .5s ease;
  -ms-transition: background .3s .5s ease;
  -o-transition: background .3s .5s ease;
  transition: background .3s .5s ease;
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
  -ms-transition: top .3s .6s ease, -ms-transform .3s ease;
  -o-transition: top .3s .6s ease, -o-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.lines-close .lines {
  -webkit-transition: background .3s 0 ease;
  -moz-transition: background .3s 0 ease;
  -ms-transition: background .3s 0 ease;
  -o-transition: background .3s 0 ease;
  transition: background .3s 0 ease;
  background: 0 0;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
  -ms-transition: top .3s ease, -ms-transform .3s .5s ease;
  -o-transition: top .3s ease, -o-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  top: 0;
  width: 35px;
  background: #111;
}

@media only screen and (max-width: 640px) {

  .lines-button.x2.lines-close .lines:after,
  .lines-button.x2.lines-close .lines:before {
    background: #fff;
  }
}

.lines-button.x2.lines-close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.lines-close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

button {
  outline: none;
  border: none;
}


/* intro years */
.intro-years {
  position: relative;
  width: 325px;
  height: 265px;
  margin: 45px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .intro-years {
    margin: 45px 0 0 10px;
  }
}

.intro-years h2 {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.65em;
  color: #fff;
  margin: 38px 0 32px 0;
}

.intro-years h3 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 105px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  width: 100%;
  line-height: 100%;
  z-index: 0;
}

.borders-berlin {
  position: absolute;
  left: 0;
  top: -35px;
  margin: 0 auto;
  border: 15px solid rgba(219, 0, 24, .45);
  z-index: -1;
}

.borders-berlin,
.borders-berlin:after,
.borders-berlin:before {
  width: 165px;
  height: 265px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* facts counter */
.facts-counter-wrapper,
.contact-info-wrapper {
  padding: 0;
}

.facts-counter-number {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .facts-counter-number {
    margin: 20px 0 0 0;
  }
}

.facts-counter-number.large {
  font-size: 50px;
}

@media only screen and (max-width: 880px) {
  .facts-counter-number.large {
    font-size: 35px;
  }
}

.facts-counter-description,
.contact-info-description {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.facts-counter-description-img,
.contact-info-description-img {
  display: block;
  font-size: 25px;
  text-align: center;
  color: #db0962;
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 880px) {

  .facts-counter-description-img,
  .contact-info-description-img {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
}

.facts-counter-description-img.large,
.contact-info-description-img.large {
  font-size: 40px;
}

@media only screen and (max-width: 880px) {

  .facts-counter-description-img.large,
  .contact-info-description-img.large {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
}

.facts-counter-title,
.contact-info-text {
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 880px) {

  .facts-counter-title,
  .contact-info-text {
    font-size: 10px;
  }
}

.facts-counter-title.large,
.contact-info-text.large {
  font-size: 12px;
}

@media only screen and (max-width: 880px) {

  .facts-counter-title.large,
  .contact-info-text.large {
    font-size: 10px;
  }
}


/* blockquote */
blockquote {
  position: relative;
  margin-bottom: 125px;
}

@media only screen and (max-width: 1200px) {
  blockquote {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 880px) {
  blockquote {
    margin: 25px 0 50px 0;
  }
}

blockquote p {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  z-index: 1;
}

blockquote p::before {
  position: relative;
  font-family: ionicons;
  content: "\f347";
  font-size: 40px;
  font-style: normal;
  left: 0;
  top: -5px;
  color: #ccc;
}

blockquote p::after {
  position: absolute;
  font-family: ionicons;
  content: "\f347";
  font-size: 100px;
  font-style: normal;
  right: 0;
  top: 0;
  color: #ccc;
  z-index: -1;
}


/* services */
.service-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: #fff;
}

.service-number {
  position: absolute;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 140px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: rgba(219, 0, 24, .45);
  z-index: -1;
}

#services p {
  padding-left: 100px;
  text-align: left;
}

@media only screen and (max-width: 880px) {
  .service-number {
    font-size: 100px;
  }

  .services-block.middle {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 640px) {
  .services-block.middle {
    margin: 40px 0;
  }
}


/* skills bar */
.show-skillbar {
  position: relative;
  padding: 0 20px;
  margin: 20px 0 0 0;
  text-align: left;
}

@media only screen and (max-width: 880px) {
  .show-skillbar {
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .show-skillbar {
    padding: 0 30px 0 20px;
  }
}

.skillbar {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 21px;
  margin: 0 0 30px 0;
  background: none;
}

.skillbar-title {
  position: absolute;
  width: auto;
  height: 21px;
  line-height: 21px;
  top: -21px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: none;
  padding: 0;
}

.skillbar-bar {
  display: inline-block;
  width: 0px;
  height: 3px;
  background: #fff;
  margin: 0 0 3px 0;
}

.skill-bar-percent {
  position: absolute;
  height: auto;
  line-height: 1;
  top: -21px;
  right: 0;
  color: #fff;
  font-size: 11px;
}


/* link underline */
.link-underline {
  position: relative;
  display: inline-block;
}

.link-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline.contact::before {
  bottom: -5px;
  background: #fff;
}

.link-underline.services::before {
  bottom: -5px;
  background: #fff;
  width: 150px;
}

a.contact,
a:hover.contact {
  color: #fff;
}

.link-underline:hover::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}


/* contact form */
#contact-form {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form input {
  margin: 10px 0 10px 0;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#form textarea {
  margin: 10px 0 10px 0;
}

#form input:hover,
#form textarea:hover {
  border-color: rgba(255, 255, 255, .35);
}

.success {
  font-family: 'Dosis', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 80px 0 0 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#form .error {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  color: #db0962;
  display: block;
  margin: -2px 0 0 1px;
  padding: 0;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}


/* contact form placeholders */
::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

:-ms-input-placeholder {
  font-size: 12px;
  color: #fff;
}

::-moz-placeholder {
  font-size: 12px;
  color: #fff;
}

input:-moz-placeholder {
  font-size: 12px;
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}


/* button effect */
.c-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  background: none;
  letter-spacing: 0.25em;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 15px 25px;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.c-btn-dark {
  border: 1px solid #111;
  color: #111;
}

.c-btn.fullwidth {
  width: 225px;
}

.c-btn::before,
.c-btn-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(219, 0, 24, .45);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn-dark::before {
  background: #111;
}

.c-btn:hover::before,
a:hover .c-btn::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
  color: #fff;
}

.c-btn-dark:hover {
  color: #fff;
}


/* works */
#works-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
  margin: 10px 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #works-content {
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #works-content {
    margin: -10px 0 0 0;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #works-content {
    height: 100%;
  }
}

#works-content .works-grid-inner {
  width: 100%;
  height: 50%;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  list-style: none;
}

#works-content .works-grid-inner .relative-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#works-content .works-grid-inner .relative-container .works-inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 0;
}

@media only screen and (max-width: 1200px) {
  #works-content .works-grid-inner .relative-container .works-inner {
    min-height: 350px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #works-content .works-grid-inner .relative-container .works-inner {
    min-height: 350px;
  }
}

#works-content .works-grid-inner .relative-container:hover .works-inner {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  #works-content .works-grid-inner .relative-container:hover .works-inner {
    min-height: 350px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #works-content .works-grid-inner .relative-container:hover .works-inner {
    min-height: 350px;
  }
}

#works-content .works-grid-inner .relative-container .table-cell {
  position: relative;
  top: 50%;
}

#works-content .works-grid-inner .relative-container .table-cell>* {
  position: relative;
  top: 50%;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 0;
}

#works-content .works-grid-inner .relative-container label.works-title {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  width: 225px;
  padding: 10px 20px;
  display: inline-block;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

@media only screen and (max-width: 1200px) {
  #works-content .works-grid-inner .relative-container label.works-title {
    margin-top: 150px;
  }
}

#works-content .works-grid-inner .relative-container a.works-button {
  position: relative;
  display: block;
  visibility: hidden;
  top: 50px;
  width: 300px;
  margin: auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 12;
}

#works-content .works-grid-inner .relative-container:hover .table-cell>* {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#works-content .works-grid-inner .relative-container:hover a.works-button {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: -36px;
}

#works-content .works-grid-inner .relative-container a.works-button {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  width: 225px;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

#works-content .works-grid-inner a.works-button:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 40em) {
  #works-content .works-grid-inner {
    width: 50%;
    min-height: 350px;
  }
}

@media screen and (min-width: 60em) {
  #works-content .works-grid-inner {
    width: 33.3333%;
    min-height: 350px;
  }
}

@media only screen and (max-width: 640px) {
  #works-content .works-grid-inner {
    min-height: 350px;
  }
}


/* works modal */
.works-modal {
  left: -20px;
}

.works-modal .modal-content .modal-content-date {
  width: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  padding: 0 0 12px 0;
  text-align: right;
  font-size: 9px;
  letter-spacing: 1px;
  color: #111;
  text-transform: uppercase;
}

.works-modal .modal-content {
  padding: 100px 0 50px 0;
  min-height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.works-modal .modal-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  color: #000;
}

.works-modal .modal-content p {
  text-align: left;
  margin-bottom: 30px;
}

.works-modal .modal-content p.item-intro {
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0 0 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5f5f5f;
  text-align: right;
}

.works-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.works-modal .modal-content img {
  margin: 50px 0;
}

.works-modal .close-modal {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.works-modal .close-modal:hover {
  opacity: 0.30;
  -moz-opacity: 0.30;
  -webkit-opacity: 0.30;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.works-modal .close-modal .lr {
  width: 1px;
  height: 25px;
  margin: 10px 0 0 23px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1050;
}

.works-modal .close-modal .lr .rl {
  width: 1px;
  height: 25px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1051;
}

.modal-body p {
  color: #111;
}


/* ex modal */
.ex-modal h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #111;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  padding: 10px 0 0 0;
}

.ex-modal h5 {
  font-family: 'Dosis', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #111;
  margin: 0;
  padding: 0;
}

.ex-modal-closer {
  position: relative;
  width: 50px;
  height: auto;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #111;
  cursor: pointer;
}

.ex-modal p {
  font-size: 13px;
  color: #111;
  text-align: center;
}

.ex-modal {
  position: fixed;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 20px, 100px, 20px, 100px);
  height: -moz-calc(100% - 20px, 100px, 20px, 100px);
  height: calc(100% - 20px, 100px, 20px, 100px);
  top: 10px;
  right: 50px;
  bottom: 10px;
  left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1005;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.reverse-rotation-ex-modal {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 640px) {
  .reverse-rotation-ex-modal {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.ex-modal.close {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ex-modal.open {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 20px, 100px, 20px, 100px);
  height: -moz-calc(100% - 20px, 100px, 20px, 100px);
  height: calc(100% - 20px, 100px, 20px, 100px);
  top: 10px;
  right: 50px;
  bottom: 10px;
  left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 640px) {
  .ex-modal.open {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
}

.ex-modal-launcher {
  cursor: pointer;
}


/* newsletter form */
#subscribe-wrapper {
  position: relative;
  width: 300px;
  height: 160px;
  margin: 0 auto;
  background: none;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #subscribe-wrapper {
    width: 260px;
    margin: 0 auto;
  }
}

.newsletter {
  position: relative;
  clear: both;
  border: none;
  background: none;
  padding: 0;
  overflow: hidden;
}

#subscribe input {
  position: relative;
  width: 225px;
  height: 40px;
  text-align: center;
  color: #111;
  border: none;
  border-bottom: 1px solid #111;
  background: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

#subscribe input:focus,
#subscribe textarea:focus {
  color: #111;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#subscribe input:hover {
  border-color: rgba(119, 119, 119, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.subscribe-success {
  font-family: 'Dosis', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  margin: 0 auto;
  padding: 80px 0 0 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  display: block;
  margin: 8px auto 0 auto;
  padding: 0;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* newsletter placeholders */
input[type="text"].subscribe-email::-webkit-input-placeholder {
  color: #111;
}

input[type="text"].subscribe-email:-ms-input-placeholder {
  color: #111;
}

input[type="text"].subscribe-email::-moz-placeholder {
  color: #111;
}

input:focus.subscribe-email::-webkit-input-placeholder {
  color: transparent;
}

input:focus.subscribe-email:-ms-input-placeholder {
  color: transparent;
}

input:focus.subscribe-email::-moz-placeholder {
  color: transparent;
}

input:focus.subscribe-email:-moz-placeholder {
  color: transparent;
}


/* shadow */
.top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  z-index: 1;
}

.cover-all {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 1;
}


/* hero container */
.hero-fullscreen {
  position: relative;
  width: 100%;
  height: 84vh;
  left: auto;
  top: auto;
  overflow: hidden;
  z-index: 9;
}


/* hero bg */
.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 2s ease;
  -moz-transition: -moz-transform 2s ease-out;
  -ms-transition: -ms-transform 2s ease-out;
  -o-transition: -o-transform 2s ease-out;
  transition: transform 2s ease;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-bg-show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* hero fullscreen FIX */
.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}


/* slick fullscreen,
slick fullscreen SPLIT */
.slick-fullscreen.slick-fullscreen-split-content {
  width: 50%;
  left: 50%;
}

.slick-fullscreen-img-fill {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.slick-fullscreen-img-fill img {
  position: relative;
  display: inline-block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill {
  height: 100vh;
  background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .slick-fullscreen-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 100vh;
  text-align: center;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
  position: relative;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-info>div,
.slick-fullscreen-split .slick-fullscreen-item .slick-fullscreen-info>div {
  display: inline-block !important;
  vertical-align: middle;
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-prev,
.slick-fullscreen-split:hover .slick-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-fullscreen:hover .slick-prev,
.slick-fullscreen-split:hover .slick-prev {
  left: -35px;
}

.slick-fullscreen:hover .slick-next,
.slick-fullscreen-split:hover .slick-next {
  right: -35px;
}


.slick-fullscreen .slick-dots,
.slick-fullscreen-split .slick-dots {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .25);
  list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-split .slick-dots li button {
  display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-split .slick-dots li {
  position: absolute;
  float: left;
  width: 0;
  height: 5px;
  left: -5px;
  bottom: 0;
  background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-split .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: progressDots 4s both;
  -moz-animation: progressDots 4s both;
  -ms-animation: progressDots 4s both;
  -o-animation: progressDots 4s both;
  animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-split {
  background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-split .slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}


/* ken burns slideshow */
.kenburns-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.kenburns-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
  animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.kenburns-slide-6 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-2 {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-4 {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-5 {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -ms-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-3 {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -ms-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* YouTube video */
.YT-bg {
  background: none;
}

@media only screen and (max-width: 880px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../../img/background/YT-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.background-video {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

video,
source {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  bottom: 0;
  left: 0;
}

.loaded .ytplayer-container {
  display: block;
}

.ytplayer-container {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.ytplayer-shield {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ytplayer-player {
  position: absolute;
}


/* HTML5 video */
#video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}


/* Vimeo video */
#vimeo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.vimeo-bg {
  background: none;
}

@media only screen and (max-width: 880px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../../img/background/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}


/* divider */
.dividerOT {
  position: relative;
  width: auto;
  height: 118px;
  margin: 0 auto;
  background: none;
}

@media only screen and (max-width: 640px) {
  .dividerOT {
    height: 93px;
  }
}


/* footer social icons */
.social-icons-wrapper {
  position: fixed;
  right: 40px;
  bottom: 17px;
  z-index: 15;
}

@media only screen and (max-width: 880px) {
  .social-icons-wrapper {
    position: absolute;
    right: 20px;
    top: 19px;
  }
}

.social-icons-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.social-icons-wrapper ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 5px;
}

ul.social-icons {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 880px) {
  ul.social-icons {
    font-size: 15px;
  }
}

ul.social-icons a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

ul.social-icons a:hover {
  padding: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}


/* preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, .15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* EFFECTS */
/* film grain */
#film-grain {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url(../../img/effects/film-grain.gif) repeat top left;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -webkit-opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: 1;
}


/* particles */
#particles-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  z-index: 2;
}

#particles-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
}


/* appear element */
.appear-element {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: appear 2.4s 1;
  -moz-animation: appear 2.4s 1;
  -ms-animation: appear 2.4s 1;
  -o-animation: appear 2.4s 1;
  animation: appear 2.4s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes appear {
  from {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes appear {
  from {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/* snow */
#snow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}


/* fog */
#fog-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

#fog {
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-width: 800px;
  height: 200px;
  left: 0;
  bottom: 0;
}


/* rain */
.weather {
  position: fixed;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}

.weather:before,
.weather:after {
  content: "";
  position: absolute;
  left: -100%;
  top: -100%;
  right: -100%;
  bottom: -100%;
  pointer-events: none;
  background: transparent repeat;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: weather;
  animation-name: weather;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.weather:after {
  -webkit-animation-name: weather2;
  animation-name: weather2;
}

.weather.rain:before,
.weather.rain:after {
  background: url(../../img/effects/rain.png) left top;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.weather.rain:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes weather {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 1024px;
  }
}

@keyframes weather {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 1024px;
  }
}

@-webkit-keyframes weather2 {
  from {
    background-position: 64px 64px;
  }

  to {
    background-position: 64px 1088px;
  }
}

@keyframes weather2 {
  from {
    background-position: 64px 64px;
  }

  to {
    background-position: 64px 1088px;
  }
}


/* clouds */
.clouds {
  position: fixed;
  width: 150%;
  height: 100%;
  left: -50%;
  top: 0;
  background: none;
  overflow: hidden;
  z-index: 2;
}

.cloud-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../../img/effects/cloud-1.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-1 50s linear infinite;
  -moz-animation: cloud-1 50s linear infinite;
  -ms-animation: cloud-1 50s linear infinite;
  -o-animation: cloud-1 50s linear infinite;
  animation: cloud-1 50s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../../img/effects/cloud-2.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-2 90s linear infinite;
  -moz-animation: cloud-2 90s linear infinite;
  -ms-animation: cloud-2 90s linear infinite;
  -o-animation: cloud-2 90s linear infinite;
  animation: cloud-2 90s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.cloud-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background-image: url(../../img/effects/cloud-3.png);
  background-repeat: repeat-x;
  -webkit-animation: cloud-3 70s linear infinite;
  -moz-animation: cloud-3 70s linear infinite;
  -ms-animation: cloud-3 70s linear infinite;
  -o-animation: cloud-3 70s linear infinite;
  animation: cloud-3 70s linear infinite;
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

@media only screen and (max-width: 880px) {

  .cloud-1,
  .cloud-2,
  .cloud-3 {
    -webkit-background-size: 25% !important;
    background-size: 25% !important;
  }
}

@-webkit-keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-1 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-2 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@-moz-keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}

@keyframes cloud-3 {
  0% {
    left: 0;
  }

  100% {
    left: -200%;
  }
}


/* birds */
#birdman-container {
  display: none;
  visibility: hidden;
}

#birdman-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  z-index: 2;
}

canvas {
  position: fixed;
  left: 0;
  /* top: 0; */
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature__item .icon {
  color: #ff0082;
}