@charset "UTF-8";
/* @group ALGEMEEN */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'Karla', sans-serif;
  line-height: 1.2em;
  margin: 0 0 5px;
  color: #1a1a1a;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 40px;
  position: relative;
}
h1.line,
.h1.line {
  padding-bottom: 15px;
}
h1.line:before,
.h1.line:before {
  display: block;
  content: " ";
  width: 50px;
  height: 4px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 2px;
}
h1.line.white:before,
.h1.line.white:before {
  background: #fff;
}
h2,
.h2 {
  font-size: 32px;
  position: relative;
}
h2.line,
.h2.line {
  padding-bottom: 10px;
}
h2.line:before,
.h2.line:before {
  display: block;
  content: " ";
  width: 50px;
  height: 4px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 5px;
}
h3,
.h3 {
  font-size: 20px;
}
p {
  line-height: 2.18em;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #8dc63f;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.container {
  position: relative;
}
.containerx {
  background: rgba(75, 125, 88, 0.2);
}
/* @end */
/* @group BUTTONS */
button.button,
a.button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-size: 20px;
  padding: 0.6em 0.7em 0.6em 1.2em;
  position: relative;
  border: none;
  background: #1a1a1a;
  color: #fff;
}
button.button i,
a.button i {
  margin: 0 0 0 15px;
  position: relative;
  right: 0;
  transition: all 0.1s ease-out;
}
button.button i:before,
a.button i:before {
  margin: 0;
}
button.button:hover,
a.button:hover {
  background: #8dc63f;
  color: #fff;
}
button.button:hover i,
a.button:hover i {
  right: -3px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
button.button.big,
a.button.big {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
button.button.white,
a.button.white {
  background: #fff;
  color: #61717E;
}
button.button.white i:after,
a.button.white i:after {
  background: #61717E;
}
button.button.white:hover,
a.button.white:hover {
  background: #1a1a1a;
  color: #fff;
}
button.button.white:hover i:after,
a.button.white:hover i:after {
  background: #fff;
}
.btn-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  font-size: 30px;
}
/* @end */
/* @group COMP-LOGO */
.comp-logo {
  display: block;
  width: 190px;
  height: 40px;
  background: url(../de_img/lavoir-logo.png) 0 0 no-repeat;
  background-size: contain;
}
/* @end */
/* @group SITE HEADER */
.site-wrapper {
  overflow: hidden;
}
.site-header {
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  color: #fff;
}
.site-header .nav-icon-box {
  width: 100px;
  height: 100px;
  background: #1a1a1a;
  overflow: hidden;
  text-align: center;
  line-height: 100px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-icon-box .inner {
  width: 200px;
  height: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-icon-box .nav-text {
  width: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-icon-box.open {
  background: #8dc63f;
}
.site-header .nav-icon-box.open .inner {
  margin-left: -100px;
}
.site-header .container {
  height: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  top: 35px;
  left: 130px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.site-header .contact {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.site-header .contact i {
  font-size: 24px;
}
.site-header .contact a {
  display: inline-block;
  color: inherit;
  margin-left: 10px;
}
.site-header .contact a.magazine {
  margin-right: 20px;
}
.site-header .contact a.magazine .text {
  display: block;
  background: #8dc63f;
  padding: 0 10px;
  border-radius: 2px;
}
.site-header .contact a.magazine:hover {
  opacity: 0.8;
}
.site-header .contact a.phone {
  margin-right: 20px;
}
.tpl-cms-search .comp-logo,
.tpl-cms-projectbook .comp-logo,
.tpl-cms-default .comp-logo {
  background-image: url(../de_img/lavoir-logo-dark.png);
}
.tpl-cms-search .site-header,
.tpl-cms-projectbook .site-header,
.tpl-cms-default .site-header {
  color: #1a1a1a;
}
.tpl-cms-brochure .site-header {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.dark-header .comp-logo {
  background-image: url(../de_img/lavoir-logo.png);
}
.dark-header .site-header {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.scrolled .comp-logo {
  background-image: url(../de_img/lavoir-logo.png);
}
.scrolled .site-header {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.scrolled .site-header .nav-icon-box {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.scrolled .site-header .nav-icon-box .inner {
  width: 160px;
  height: 80px;
}
.scrolled .site-header .nav-icon-box .nav-text {
  width: 80px;
  line-height: 80px;
}
.scrolled .site-header .nav-icon-box .nav-icon {
  top: 27px;
  right: 25px;
}
.scrolled .site-header .nav-icon-box.open .inner {
  margin-left: -80px;
}
.scrolled .site-header .container {
  height: 80px;
}
.scrolled .site-header .comp-logo {
  top: 25px;
  left: 110px;
}
.scrolled .site-header .contact {
  top: 25px;
}
.showsearch .site-header {
  background: transparent;
}
@media (max-width: 991px) {
  body {
    padding-top: 0;
  }
  .scrolled .site-header .container,
  .site-header .container {
    height: 60px !important;
    position: static;
  }
  .scrolled .site-header .nav-icon-box,
  .site-header .nav-icon-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .scrolled .site-header .nav-icon-box .inner,
  .site-header .nav-icon-box .inner {
    width: 120px;
    height: 60px;
  }
  .scrolled .site-header .nav-icon-box .nav-text,
  .site-header .nav-icon-box .nav-text {
    width: 60px;
    line-height: 60px !important;
  }
  .scrolled .site-header .nav-icon-box .nav-icon,
  .site-header .nav-icon-box .nav-icon {
    right: 16px;
    top: 17px !important;
  }
  .scrolled .site-header .nav-icon-box.open,
  .site-header .nav-icon-box.open {
    background: #8dc63f;
  }
  .scrolled .site-header .nav-icon-box.open .inner,
  .site-header .nav-icon-box.open .inner {
    margin-left: -60px;
  }
  .scrolled .site-header .comp-logo,
  .site-header .comp-logo {
    width: 160px;
    height: 30px;
    position: absolute;
    top: 17px !important;
    left: 77px;
    z-index: 100;
  }
  .scrolled .site-header .contact,
  .site-header .contact {
    top: 15px !important;
    right: 15px;
  }
  .scrolled .site-header .contact a.phone,
  .site-header .contact a.phone {
    margin-right: 10px;
  }
}
@media (max-width: 810px) {
  .scrolled .site-header .contact a.magazine,
  .site-header .contact a.magazine {
    display: none;
  }
}
@media (max-width: 650px) {
  .scrolled .site-header .nav-icon-box,
  .site-header .nav-icon-box {
    background: #8dc63f;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: auto;
    bottom: 24px;
    left: 20px;
    z-index: 600;
  }
  .scrolled .site-header .nav-icon-box .nav-text,
  .site-header .nav-icon-box .nav-text {
    line-height: 60px !important;
  }
  .scrolled .site-header .comp-logo,
  .site-header .comp-logo {
    left: 20px;
  }
  .scrolled .site-header .contact a.whatsapp,
  .site-header .contact a.whatsapp,
  .scrolled .site-header .contact a.email,
  .site-header .contact a.email {
    display: none;
  }
}
@media (max-width: 500px) {
  .site-header .contact a {
    margin-right: 0 !important;
    margin-left: 5px !important;
  }
  .site-header .contact a .number {
    display: none;
  }
}
/* @end */
/* @group MOBILE-NAV */
.nav-icon {
  width: 30px;
  position: absolute;
  right: 35px;
  top: 37px;
  z-index: 900;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
.open .nav-icon:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.open .nav-icon:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.open .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -110%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  z-index: 200;
  font-size: 18px;
  padding-top: 120px;
  padding-bottom: 10px;
}
.mobile-nav .left-col {
  height: 100vh;
  width: 50%;
  padding: 200px 30px 40px 130px;
}
.mobile-nav .right-col {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  background-position: center center;
  background-size: cover;
}
.mobile-nav .message-box {
  width: 50%;
  background: #8dc63f;
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-nav .message-box .title,
.mobile-nav .message-box .subtitle {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.mobile-nav .message-box .subtitle {
  font-size: 28px;
}
.mobile-nav .message-box .output {
  padding-top: 20px;
}
.mobile-nav .message-box .output p {
  font-size: 16px;
  line-height: 1.4em;
  color: #1a1a1a;
}
.mobile-nav .message-box .output p:last-child {
  margin-bottom: 0;
}
.mobile-nav .message-box .actions {
  margin-top: 30px;
  text-align: center;
}
.mobile-nav .message-box .actions a {
  margin: 0 auto;
}
.mobile-nav .mainnav {
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translate(0, -50%);
}
.mobile-nav .mainnav li {
  margin-bottom: 20px;
}
.mobile-nav .mainnav li a {
  display: block;
  font-family: 'Karla', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mainnav li a:hover {
  color: #fff;
}
.mobile-nav .mainnav > li:last-child {
  margin-bottom: 0;
}
.mobile-nav .mainnav ul {
  display: none;
  padding: 20px 0;
}
.mobile-nav .mainnav ul.show-subnavxx {
  display: block;
}
.mobile-nav .mainnav ul li:last-child {
  margin-bottom: 0;
}
.mobile-nav .mainnav ul li a {
  color: #fff;
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
  padding-left: 10px;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 1480px) {
  .mobile-nav .message-box {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .mobile-nav .message-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mobile-nav .mainnav {
    left: 75px;
  }
}
@media (max-width: 680px) {
  .mobile-nav .mainnav {
    left: 75px;
  }
  .mobile-nav .message-box {
    padding: 25px;
  }
}
@media (max-width: 650px) {
  .mobile-nav .left-col {
    width: 100%;
    padding: 100px 20px 40px;
  }
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0);
  }
  .mobile-nav .mainnav li {
    text-align: center;
  }
  .mobile-nav .right-col {
    display: none;
    position: static;
    width: 100%;
  }
  .mobile-nav .right-col .message-box {
    position: static;
  }
}
/* @end */
/* @group SEARCH-PANEL */
.close-icon {
  width: 30px;
  position: absolute;
  right: 35px;
  top: 37px;
  z-index: 900;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.close-icon:after,
.close-icon:before,
.close-icon div {
  background-color: #8dc63f;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
.close-icon.open:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.close-icon.open:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.close-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.search-panel {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 700;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease-in-out;
  background: #1a1a1a;
}
.search-panel .close-icon {
  top: 84px;
}
.search-panel .container {
  position: relative;
  height: 100vh;
}
.search-panel .qsearch {
  width: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-panel .qsearch input {
  width: 100%;
  background: none;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 8px;
  font-family: 'Karla', sans-serif;
  font-size: 26px;
  text-align: left;
}
.showsearch .search-panel {
  left: 0;
}
.tpl-search {
  padding: 160px 0 60px;
}
.tpl-search .search-header {
  margin-bottom: 60px;
}
.tpl-search .search-header h1 {
  margin: 0 0 20px;
}
.tpl-search .search-header input[type="text"] {
  border: none;
  border-bottom: 2px solid #333;
  margin-left: 20px;
  font-size: 18px;
}
.tpl-search .result-list {
  margin-top: 30px;
}
.tpl-search .result-list .item {
  padding-bottom: 60px;
}
.tpl-search .result-list .item .post-image {
  margin-bottom: 30px;
}
.tpl-search .result-list .item h3 {
  color: #1a1a1a;
  font-size: 30px;
}
.tpl-search .result-list .item h3 a {
  color: inherit;
}
.tpl-search .result-list .item .post-output {
  margin-bottom: 30px;
}
/* @end */
/* @group HOME BANNER */
.slick-banner {
  height: 100vh;
  overflow: hidden;
}
.slick-banner .slick-dots {
  width: auto;
  left: auto;
  right: 60px;
  bottom: 50%;
  transform: translateY(50%);
}
.slick-banner .slick-dots li {
  display: block;
}
.slick-banner .slide {
  display: block !important;
  position: relative;
  overflow: hidden;
}
.slick-banner .slide .container {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.slick-banner .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-banner .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.5;
}
.slick-banner .contentbox {
  width: 650px;
  margin: 20% 0 0 0;
  color: #fff;
}
.slick-banner .contentbox .label {
  display: block;
  font-size: 18px;
  opacity: 0.5;
  margin-bottom: 30px;
  transition: all 0.6s ease-in-out 0s;
  transform: translateX(200px);
  opacity: 0;
}
.slick-banner .contentbox .title {
  font-size: 65px;
  line-height: 1em;
  margin-left: -4px;
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out 0.1s;
  transform: translateX(200px);
  opacity: 0;
}
.slick-banner .contentbox .output {
  width: 80%;
  font-size: 18px;
  transition: all 0.6s ease-in-out 0.2s;
  transform: translateX(200px);
  opacity: 0;
}
.slick-banner .contentbox .actions {
  transition: all 0.6s ease-in-out 0.3s;
  transform: translateX(200px);
  opacity: 0;
}
.slick-banner .slick-active .contentbox .label,
.slick-banner .slick-active .contentbox .title,
.slick-banner .slick-active .contentbox .output,
.slick-banner .slick-active .contentbox .actions {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .slick-banner .contentbox {
    width: 70%;
    margin: 50% 0 0 0;
    transform: translateY(-50%);
  }
  .slick-banner .contentbox .title {
    font-size: 50px;
  }
  .slick-banner .contentbox .output {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .slick-banner .slick-dots {
    right: 20px;
  }
  .slick-banner .contentbox {
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 25px;
  }
  .slick-banner .contentbox .title {
    font-size: 40px;
  }
  .slick-banner .contentbox .output {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .slick-banner .contentbox .title {
    font-size: 28px;
  }
  .slick-banner .contentbox .label {
    margin-bottom: 20px;
  }
  .slick-banner .contentbox .output p {
    line-height: 1.6em;
  }
  .slick-banner .btn-arrow {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 28px;
  }
}
/* @end */
/* @group MOD-INTRO */
.mod-intro {
  padding: 80px 0;
}
.mod-intro h1 {
  margin-bottom: 30px;
}
.mod-intro h1 span {
  display: block;
}
@media (max-width: 767px) {
  .mod-intro {
    padding: 40px 0 0;
  }
}
/* @end */
/* @group MOD-PROJECTEN */
.mod-projecten .mod-actions {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.project-list {
  margin: 10px;
  overflow: hidden;
}
.project-list .item {
  float: left;
  width: 50%;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.project-list .item .bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  overflow: hidden;
}
.project-list .item .bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  left: -100%;
}
.project-list .item .inner {
  height: 500px;
  position: relative;
  z-index: 10;
}
.project-list .item .c-box {
  width: 100%;
  padding: 0 30px;
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: 50%;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.project-list .item .c-box h2 {
  font-size: 22px;
  color: inherit;
  width: 100%;
  margin-bottom: 8px;
}
.project-list .item .c-box .client {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.project-list .item .c-box .city {
  display: block;
  font-size: 16px;
}
.project-list .item .c-box .c-box-left,
.project-list .item .c-box .c-box-right {
  width: 50%;
  float: left;
}
.project-list .item .c-box .c-box-left {
  padding-right: 50px;
}
.project-list .item .c-box .c-box-left p {
  margin-bottom: 0;
}
.project-list .item .c-box .c-box-right {
  padding-left: 50px;
}
.project-list .item .c-box .c-box-right span {
  display: block;
  font-size: 26px;
}
.project-list .item .c-box .c-box-right span.city {
  font-size: 18px;
  font-style: italic;
}
.project-list .item .btn-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.project-list .item.onnn .bg:before,
.project-list .item:hover .bg:before {
  left: 0;
  opacity: 0.5;
}
.project-list .item.onnn .c-box,
.project-list .item:hover .c-box {
  top: 50%;
  opacity: 1;
}
.project-list .item.onnn .btn-arrow,
.project-list .item:hover .btn-arrow {
  transform: translate(-50%, 0);
  opacity: 1;
}
.project-list .item:nth-child(n+3):nth-child(-n+5) {
  width: 33.3334%;
}
.project-list .item:nth-child(n+3):nth-child(-n+5) .inner {
  height: 290px;
}
.project-list .item:nth-child(6) {
  width: 66.6667%;
}
.project-list .item:nth-child(7) {
  width: 33.3334%;
}
.project-list .item:nth-child(n+6):nth-child(-n+7) .inner {
  height: 400px;
}
.project-list .item:nth-child(n+3):nth-child(-n+7) .btn-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 20px;
}
.project-list .item:nth-child(n+3):nth-child(-n+5) .c-boxxx,
.project-list .item:nth-child(7) .c-boxxx {
  bottom: 50px;
}
.project-list .item:nth-child(n+3):nth-child(-n+5) .c-boxxx .c-box-left,
.project-list .item:nth-child(7) .c-boxxx .c-box-left,
.project-list .item:nth-child(n+3):nth-child(-n+5) .c-boxxx .c-box-right,
.project-list .item:nth-child(7) .c-boxxx .c-box-right {
  width: 100%;
  float: none;
  padding: 0;
}
.project-list .item:nth-child(n+3):nth-child(-n+5) .c-boxxx .c-box-left,
.project-list .item:nth-child(7) .c-boxxx .c-box-left {
  display: none;
}
@media (max-width: 1280px) {
  .project-list .item .inner {
    height: 400px;
  }
  .project-list .item .c-box {
    padding: 30px;
  }
  .project-list .item:nth-child(n+3):nth-child(-n+5) .c-box h2,
  .project-list .item:nth-child(7) .c-box h2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .project-list .item .c-box {
    padding: 20px;
  }
  .project-list .item .c-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 930px) {
  .mod-projecten .project-list .item:nth-child(1) {
    width: 100%;
  }
  .mod-projecten .project-list .item:nth-child(1) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(2),
  .mod-projecten .project-list .item:nth-child(3) {
    width: 40%;
  }
  .mod-projecten .project-list .item:nth-child(2) .inner,
  .mod-projecten .project-list .item:nth-child(3) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(3) {
    width: 60%;
  }
  .mod-projecten .project-list .item:nth-child(4),
  .mod-projecten .project-list .item:nth-child(5) {
    width: 40%;
  }
  .mod-projecten .project-list .item:nth-child(4) .inner,
  .mod-projecten .project-list .item:nth-child(5) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(4) {
    width: 60%;
  }
  .mod-projecten .project-list .item:nth-child(6),
  .mod-projecten .project-list .item:nth-child(7) {
    width: 40%;
  }
  .mod-projecten .project-list .item:nth-child(6) .inner,
  .mod-projecten .project-list .item:nth-child(7) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(7) {
    width: 60%;
  }
  .mod-projecten .project-list .c-box h2 {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .mod-projecten .project-list .item:nth-child(1) {
    width: 100%;
  }
  .mod-projecten .project-list .item:nth-child(2),
  .mod-projecten .project-list .item:nth-child(3) {
    width: 50%;
  }
  .mod-projecten .project-list .item:nth-child(2) .inner,
  .mod-projecten .project-list .item:nth-child(3) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(4) {
    width: 100%;
  }
  .mod-projecten .project-list .item:nth-child(5),
  .mod-projecten .project-list .item:nth-child(6) {
    width: 50%;
  }
  .mod-projecten .project-list .item:nth-child(5) .inner,
  .mod-projecten .project-list .item:nth-child(6) .inner {
    height: 280px;
  }
  .mod-projecten .project-list .item:nth-child(7) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mod-projecten .project-list .item {
    width: 100% !important;
  }
}
/* @end */
/* @group mod-counters */
.mod-counters {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mod-counters .mod-header {
  text-align: center;
  margin-bottom: 70px;
}
.mod-counters .mod-header h2 {
  padding-bottom: 50px;
}
.mod-counters .mod-header h2:after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-counters .counters {
  overflow: hidden;
}
.mod-counters .counters .counter {
  width: 33.3334%;
  float: left;
  text-align: center;
  border-left: 4px solid #1a1a1a;
}
.mod-counters .counters .counter:first-child {
  border: none;
}
.mod-counters .counters .count-up {
  font-size: 123px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .mod-counters {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .mod-counters .counters .count-up {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .mod-counters {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .mod-counters .counters .count-up {
    font-size: 80px;
  }
}
@media (max-width: 650px) {
  .mod-counters {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mod-counters .mod-header {
    margin-bottom: 50px;
  }
  .mod-counters .counters .counter {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    border: none;
  }
  .mod-counters .counters .count-up {
    font-size: 80px;
  }
}
/* @end */
/* @group ARTICLE OUTPUT */
.page-content {
  padding: 60px 0;
}
.page-header {
  margin-bottom: 30px;
}
.page-header h1 {
  font-size: 46px;
}
.page-intro {
  padding: 80px 0;
}
.page-intro.bggreen {
  background: #8dc63f;
  color: #fff;
}
.page-intro.bggreen h1,
.page-intro.bggreen h2,
.page-intro.bggreen h3 {
  color: #fff;
}
.page-intro.bgwhite {
  background: #fff;
  color: #1a1a1a;
}
.page-intro.bgwhite h1,
.page-intro.bgwhite h2,
.page-intro.bgwhite h3 {
  color: #1a1a1a;
}
.page-intro.bgdark {
  background: #000;
  color: #fff;
}
.page-intro.bgdark h1,
.page-intro.bgdark h2,
.page-intro.bgdark h3 {
  color: #fff;
}
.page-intro.nobanner {
  padding-top: 180px;
}
.page-intro .actions-top {
  margin-bottom: 30px;
}
.page-intro .left-box h1,
.page-intro .left-box .h1 {
  width: 60%;
}
.page-intro .left-box .post-intro {
  width: 60%;
  margin-top: 40px;
}
.page-intro .post-header {
  margin-bottom: 60px;
}
.page-intro p:last-child {
  margin-bottom: 0;
}
.page-intro.hasimage {
  padding: 0;
}
.page-intro.hasimage .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-intro .panel-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.page-intro .panel-image img {
  opacity: 0;
}
.page-intro.photo-blok {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.page-intro.photo-blok:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.page-intro.photo-blok .container {
  position: relative;
  z-index: 5;
}
.page-intro.photo-blok h1,
.page-intro.photo-blok h2,
.page-intro.photo-blok h3 {
  color: #fff;
}
.page-intro.photo-blok h1.line:before,
.page-intro.photo-blok h2.line:before,
.page-intro.photo-blok h3.line:before {
  background: #fff;
}
.page-intro.medewerkers {
  padding-bottom: 0;
}
.page-intro.medewerkers .post-header {
  max-width: 900px;
}
.page-intro.medewerkers .grid-team .inner {
  padding: 0;
}
@media (max-width: 767px) {
  .page-intro.nobanner {
    padding-top: 120px;
  }
  .page-intro.hasimage .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-intro .panel-image {
    height: 400px;
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  .page-intro.hasimage .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-intro .panel-image {
    height: 300px;
  }
}
.post-output {
  line-height: 2em;
}
.post-output h1,
.post-output h2,
.post-output h3,
.post-output h4 {
  color: #1a1a1a;
  margin-bottom: 20px;
}
.post-output h1 {
  font-size: 32px;
}
.post-output h2 {
  font-size: 22px;
}
.post-output h3 {
  font-size: 20px;
}
.post-output h4 {
  font-size: 18px;
}
.post-output ul,
.post-output ol,
.post-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-output ul {
  margin: 0 0 30px;
}
.post-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.post-output ol {
  margin: 0 0 30px;
}
.post-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
.post-output blockquote {
  background: #eef5fa;
  border-left: 5px solid #1a1a1a;
  margin: 0 0 30px;
  padding: 10px 10px 10px 20px;
}
.post-output blockquote p {
  margin: 0;
  font-style: italic;
}
.post-output a img {
  display: inline-block;
}
@media (max-width: 991px) {
  .page-intro {
    padding: 60px 0;
  }
  .page-intro .left-box h1,
  .page-intro .left-box .h1 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .page-intro .left-box {
    margin-bottom: 30px;
  }
  .page-intro .left-box h1,
  .page-intro .left-box .h1 {
    font-size: 36px;
    width: 60%;
  }
}
@media (max-width: 420px) {
  .page-intro .left-box h1,
  .page-intro .left-box .h1 {
    width: 100%;
  }
}
/* @end */
/* @group VIDEO CONTAINER */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container.video-banner {
  padding-top: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @end */
/* @group page-content-panel */
.page-content-panel {
  background: #8dc63f;
  color: #fff;
}
.page-content-panel h1,
.page-content-panel h2,
.page-content-panel h3 {
  color: #fff;
}
.page-content-panel.bggreen {
  background: #8dc63f;
  color: #fff;
}
.page-content-panel.bggreen h1,
.page-content-panel.bggreen h2,
.page-content-panel.bggreen h3 {
  color: #fff;
}
.page-content-panel.bgwhite {
  background: #fff;
  color: #1a1a1a;
}
.page-content-panel.bgwhite h1,
.page-content-panel.bgwhite h2,
.page-content-panel.bgwhite h3 {
  color: #1a1a1a;
}
.page-content-panel.bgdark {
  background: #000;
  color: #fff;
}
.page-content-panel.bgdark h1,
.page-content-panel.bgdark h2,
.page-content-panel.bgdark h3 {
  color: #fff;
}
.page-content-panel h2 {
  font-size: 22px;
}
.page-content-panel .panel-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.page-content-panel .panel-image img {
  opacity: 0;
}
.page-content-panel .container {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.page-content-panel .container p {
  font-size: 28px;
  line-height: 1.4em;
}
.page-content-panel .post-output {
  margin: 0 15% 60px;
}
@media (max-width: 1280px) {
  .page-content-panel .post-output {
    margin: 0 10% 60px;
  }
}
@media (max-width: 767px) {
  .page-content-panel .panel-image {
    height: 400px;
    background-attachment: scroll;
  }
  .page-content-panel .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-content-panel .post-output {
    margin: 0 5% 40px;
  }
}
@media (max-width: 600px) {
  .page-content-panel .panel-image {
    height: 300px;
  }
  .page-content-panel .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-content-panel .post-output {
    margin: 0 0 30px;
  }
  .page-content-panel .post-output p {
    font-size: 25px;
  }
  .page-content-panel h2 {
    font-size: 18px;
  }
}
/* @end */
/* @group DEFAULT CONTENT PAGE */
.tpl-page-default .post {
  margin-bottom: 60px;
}
.tpl-page-default .post .post-header {
  margin-bottom: 40px;
}
/* @end */
/* @group PROJECT DETAILPAGINA */
.tpl-project-details {
  background: #fff;
  color: #1a1a1a;
}
.tpl-project-details h1,
.tpl-project-details h2,
.tpl-project-details h3,
.tpl-project-details p,
.tpl-project-details a {
  color: #1a1a1a;
}
.tpl-project-details .project-banner {
  background-attachment: fixed;
  background-size: cover;
  background-position: center 0px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.tpl-project-details .project-banner h1,
.tpl-project-details .project-banner h2,
.tpl-project-details .project-banner h3,
.tpl-project-details .project-banner p,
.tpl-project-details .project-banner a {
  color: #fff;
}
.tpl-project-details .project-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.5;
}
.tpl-project-details .project-banner .after {
  display: none !important;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,164c94+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tpl-project-details .project-banner .container {
  height: 100vh;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
}
.tpl-project-details .project-banner .return {
  display: inline-block;
  position: absolute;
  top: 160px;
  left: 30px;
}
.tpl-project-details .project-banner .tagline {
  width: 50%;
  font-size: 65px;
  line-height: 1.1em;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.tpl-project-details .project-banner .shares {
  position: absolute;
  bottom: 120px;
  left: 30px;
}
.tpl-project-details .project-banner .shares .share-title {
  display: block;
  margin-bottom: 5px;
}
.tpl-project-details .at-share-btn-elements .at-share-btn {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.tpl-project-details .project-info {
  padding: 80px 0 60px;
}
.tpl-project-details .project-info h1 {
  font-size: 40px;
  max-width: 300px;
}
.tpl-project-details .project-credits {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.tpl-project-details .project-credits .item span {
  display: inline-block;
  width: 70px;
}
.tpl-project-details .project-description {
  padding: 80px 0 60px;
}
.tpl-project-details .project-description .full-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.project-images {
  overflow: hidden;
  margin: 0 10px 10px;
}
.project-images .image {
  display: block;
  float: left;
  width: 50%;
  padding: 10px;
}
.project-images .image .inner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.project-images .image .inner:before,
.project-images .image .inner:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}
.project-images .image .inner:before {
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(-100%);
}
.project-images .image .inner:after {
  display: none;
  transition: all 0.4s ease-in-out 0s;
  transform: translateX(100%);
}
.project-images .image img {
  display: none;
}
.project-images .image:nth-child(7n+3),
.project-images .image:nth-child(7n+5) {
  width: 25%;
}
.project-images .image:nth-child(7n+3) .inner,
.project-images .image:nth-child(7n+5) .inner {
  height: 250px;
}
.project-images .image:nth-child(7n+4) {
  width: 50%;
}
.project-images .image:nth-child(7n+4) .inner {
  height: 250px;
}
.project-images .image:nth-child(7n+6) {
  width: 60%;
}
.project-images .image:nth-child(7n+6) .inner {
  height: 380px;
}
.project-images .image:nth-child(7n+7) {
  width: 40%;
}
.project-images .image:nth-child(7n+7) .inner {
  height: 380px;
}
.project-images .image .icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translate(-50%, 150px);
  opacity: 0;
  z-index: 1;
}
.project-images .image:hover .inner:before,
.project-images .image:hover .inner:after {
  transform: translateX(0);
  opacity: 0.5;
}
.project-images .image:hover .icon {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.project-images .image-button {
  display: block;
  float: left;
  width: 25%;
  padding: 10px;
}
.project-images .image-button .inner {
  height: 250px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.project-images .image-button span {
  display: block;
  width: 100%;
  padding: 30px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-images .image-button:hover .inner {
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .project-images .image .inner {
    height: 360px;
  }
  .project-images .image:nth-child(7n+3),
  .project-images .image:nth-child(7n+5) {
    width: 25%;
  }
  .project-images .image:nth-child(7n+3) .inner,
  .project-images .image:nth-child(7n+5) .inner {
    height: 250px;
  }
  .project-images .image:nth-child(7n+4) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+4) .inner {
    height: 250px;
  }
  .project-images .image:nth-child(7n+6) {
    width: 60%;
  }
  .project-images .image:nth-child(7n+6) .inner {
    height: 340px;
  }
  .project-images .image:nth-child(7n+7) {
    width: 40%;
  }
  .project-images .image:nth-child(7n+7) .inner {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .project-images .image .inner {
    height: 280px;
  }
  .project-images .image:nth-child(7n+3),
  .project-images .image:nth-child(7n+5) {
    width: 25%;
  }
  .project-images .image:nth-child(7n+3) .inner,
  .project-images .image:nth-child(7n+5) .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+4) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+4) .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+6) {
    width: 60%;
  }
  .project-images .image:nth-child(7n+6) .inner {
    height: 260px;
  }
  .project-images .image:nth-child(7n+7) {
    width: 40%;
  }
  .project-images .image:nth-child(7n+7) .inner {
    height: 260px;
  }
}
@media (max-width: 580px) {
  .project-images .image .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+3),
  .project-images .image:nth-child(7n+5) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+3) .inner,
  .project-images .image:nth-child(7n+5) .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+4) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+4) .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+6) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+6) .inner {
    height: 200px;
  }
  .project-images .image:nth-child(7n+7) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+7) .inner {
    height: 200px;
  }
}
@media (max-width: 580px) {
  .project-images .image .inner {
    height: 140px;
  }
  .project-images .image:nth-child(7n+3),
  .project-images .image:nth-child(7n+5) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+3) .inner,
  .project-images .image:nth-child(7n+5) .inner {
    height: 140px;
  }
  .project-images .image:nth-child(7n+4) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+4) .inner {
    height: 140px;
  }
  .project-images .image:nth-child(7n+6) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+6) .inner {
    height: 140px;
  }
  .project-images .image:nth-child(7n+7) {
    width: 50%;
  }
  .project-images .image:nth-child(7n+7) .inner {
    height: 140px;
  }
}
.project-magazine {
  padding: 60px 0;
  background: #8dc63f;
}
.project-magazine .left-box h2 {
  max-width: 400px;
}
@media (max-width: 991px) {
  .project-magazine .left-box {
    margin-bottom: 60px;
  }
  .project-magazine .left-box h2 {
    max-width: 500px;
    font-size: 34px;
  }
}
.project-quote {
  padding: 80px 0;
}
.project-quote .quote-box {
  max-width: 460px;
  text-align: center;
}
.project-quote .quote-box .quote-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.project-quote .quote-box .quote-quote {
  margin-bottom: 20px;
}
.project-quote .quote-box .quote-quote p {
  font-size: 26px;
  line-height: 1.4em;
  opacity: 0.5;
}
.project-quote .quote-box .quote-footer .name {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
}
.project-quote .quote-box .quote-footer .jobtitle {
  display: block;
  font-style: italic;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .project-quote {
    padding-bottom: 50px;
  }
  .project-quote .col-lft {
    margin-bottom: 60px;
  }
  .project-quote .quote-box {
    max-width: 800px;
    margin: 0 10%;
  }
}
.project-merken .line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 60px 0;
}
.project-merken .title {
  margin-bottom: 30px;
}
.project-merken .merken {
  margin-bottom: 0;
  overflow: hidden;
}
.project-merken .merken .merk {
  float: left;
  margin: 0 50px 50px 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-merken .merken .merk img {
  height: 60px;
  opacity: 0;
}
.pagenav {
  background: #bcbbc1;
  overflow: hidden;
}
.pagenav a {
  display: block;
  width: 50%;
  float: left;
  background: #bcbbc1;
  position: relative;
  color: #fff;
}
.pagenav a .nav-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out 0s;
}
.pagenav a .nav-image img {
  display: none;
}
.pagenav a .nav-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1a1a1a;
  opacity: 0.1;
  transition: all 0.3s ease-in-out 0s;
}
.pagenav a .nav-title {
  display: block;
  width: 50%;
  padding: 60px 0;
  float: right;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.pagenav a.next {
  float: right;
  background: #adacb0;
}
.pagenav a.next .nav-image {
  left: auto;
  right: 0;
}
.pagenav a.next .nav-title {
  float: left;
}
.pagenav a:hover .nav-image,
.pagenav a:hover .nav-title {
  width: 100%;
  font-size: 24px;
}
.pagenav a:hover .nav-image:before,
.pagenav a:hover .nav-title:before {
  opacity: 0.4;
}
.mod-project-cta {
  padding-top: 40px;
}
.mod-project-cta .col-l {
  width: 37%;
  text-align: center;
  position: relative;
}
.mod-project-cta .col-l .box {
  max-width: 280px;
  font-size: 20px;
  line-height: 1.4em;
  right: 40px;
}
.mod-project-cta .col-m {
  width: 26%;
  text-align: center;
}
.mod-project-cta .col-m img {
  margin: 0 auto;
}
.mod-project-cta .col-r {
  float: right;
  width: 37%;
  position: relative;
}
.mod-project-cta .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mod-project-cta .box .name {
  font-size: 24px;
  font-weight: bold;
}
.mod-project-cta .box .actions {
  padding-top: 10px;
  text-align: center;
}
.mod-project-cta .box .actions a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #8dc63f;
  font-size: 20px;
  color: #fff;
  margin: 0 5px;
  transition: all 0.2s ease-in-out 0s;
}
.mod-project-cta .box .actions a:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .mod-project-cta .mh {
    height: auto !important;
  }
  .mod-project-cta .col-m {
    width: 35%;
    float: left;
  }
  .mod-project-cta .wrapper {
    width: 65%;
    float: right;
  }
  .mod-project-cta .col-l,
  .mod-project-cta .col-r {
    float: none;
    width: 100%;
  }
  .mod-project-cta .col-r {
    padding-bottom: 30px;
  }
  .mod-project-cta .box {
    position: static;
    transform: translate(0, 0);
    text-align: left;
  }
  .mod-project-cta .box .actions {
    text-align: left;
  }
  .mod-project-cta .col-l .box {
    margin: 40px 0 30px;
  }
}
@media (max-width: 650px) {
  .mod-project-cta .col-l .box {
    margin: 15px 0 15px;
  }
}
@media (max-width: 1280px) {
  .tpl-project-details .project-banner .tagline {
    width: 80%;
    font-size: 50px;
  }
  .pagenav a .nav-image {
    width: 35%;
  }
  .pagenav a .nav-title {
    width: 65%;
    padding: 40px 0;
  }
}
@media (max-width: 860px) {
  .pagenav a .nav-image {
    width: 30%;
  }
  .pagenav a .nav-title {
    width: 70%;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .tpl-project-details .project-info {
    padding: 60px 0 20px;
  }
  .tpl-project-details .project-info h1 {
    margin-bottom: 30px;
  }
  .tpl-project-details .project-description {
    padding: 40px 0 20px;
  }
  .tpl-project-details .project-description .full-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .pagenav a .nav-image,
  .pagenav a .nav-title {
    width: 100%;
    font-size: 20px !important;
  }
  .pagenav a .nav-image:before,
  .pagenav a .nav-title:before {
    opacity: 0.4;
  }
}
.sliderwrap {
  display: none;
}
@media (max-width: 600px) {
  .tpl-project-details .project-banner .tagline {
    left: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .pagenav a {
    width: 100%;
  }
  .pagenav a .nav-image,
  .pagenav a .nav-title {
    width: 100%;
    font-size: 18px !important;
  }
  .pagenav a .nav-image:before,
  .pagenav a .nav-title:before {
    opacity: 0.4;
  }
  .pagenav a .nav-title {
    padding: 25px;
  }
}
@media (max-width: 430px) {
  .tpl-project-details .project-banner .tagline {
    font-size: 30px;
  }
}
/* @end */
/* @group PAGE-BANNER */
.page-banner {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 0px;
}
.page-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page-banner .inner {
  height: 100vh;
  position: relative;
}
.page-banner .inner .page-info {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.page-banner .inner .page-header {
  margin-bottom: 40px;
}
.page-banner .inner h1,
.page-banner .inner h2 {
  color: #fff;
}
.page-banner .inner h1 {
  font-size: 46px;
}
.page-banner .inner h2 {
  font-size: 32px;
}
.page-banner .inner p {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.page-banner .inner .banner-title {
  width: 50%;
  color: #fff;
  font-size: 65px;
  line-height: 1.05em;
  position: absolute;
  bottom: 25%;
  left: 30px;
}
.page-banner.small .inner {
  height: 70vh;
}
@media (max-width: 991px) {
  .page-banner {
    background-attachment: scroll;
    background-position: center center !important;
  }
  .page-banner .inner {
    height: 90vh;
  }
  .page-banner .inner .page-info {
    width: 80%;
  }
  .page-banner .inner .banner-title {
    font-size: 50px;
    width: 70%;
    bottom: 20%;
  }
}
@media (max-width: 800px) {
  .page-banner .inner {
    height: 600px;
  }
}
@media (max-width: 650px) {
  .page-banner .inner {
    height: 500px;
  }
  .page-banner .inner .page-info {
    width: 100%;
    padding: 30px;
  }
  .page-banner .inner .banner-title {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .page-banner .inner .page-info {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .page-banner .inner .banner-title {
    font-size: 36px;
    width: 100%;
    padding-right: 30px;
  }
}
/* @end */
/* @group PAGE-BANNER-CONTACT */
.page-banner-contact {
  position: relative;
}
.page-banner-contact .gmap {
  height: 60vh;
}
.page-banner-contact:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  opacity: 0.5;
  pointer-events: none;
}
.page-banner-contact:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.page-banner-contact .contact-badgexxxx {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  color: #fff;
}
.page-banner-contact .contact-badgexxxx h1,
.page-banner-contact .contact-badgexxxx h2,
.page-banner-contact .contact-badgexxxx h3,
.page-banner-contact .contact-badgexxxx a {
  color: inherit;
}
.page-banner-contact .contact-badgexxxx p:last-child {
  margin-bottom: 0;
}
.tpl-cms-contact .contact-badge {
  background: #fff;
  padding: 40px 0 40px;
}
.tpl-cms-contact .contact-badge h1,
.tpl-cms-contact .contact-badge h2,
.tpl-cms-contact .contact-badge h3,
.tpl-cms-contact .contact-badge a {
  color: inherit;
}
.tpl-cms-contact .contact-badge p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-banner-contact .gmap {
    height: 50vh;
  }
  .page-banner-contact .contact-badge {
    position: static;
    transform: translateY(0);
    background: #fff;
    padding: 40px 30px 10px;
    color: #1a1a1a;
  }
}
@media (max-width: 767px) {
  .tpl-cms-contact .contact-badge h1 {
    font-size: 34px;
  }
}
/* @end */
/* @group MOUSE INDICATOR */
.mouse {
  height: 34px;
  width: 21px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
.mouse .wheel {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: 5px auto;
  background: #fff;
  position: relative;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* @end */
/* @group grid / team / projects */
.projectfilter {
  margin-bottom: 60px;
}
.projectfilter .filterbox {
  width: 70px;
  height: 70px;
  position: relative;
  padding-left: 70px;
  border-radius: 35px;
  background: #f1f6e9;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}
.projectfilter .filterbox ul {
  width: 100%;
  padding-left: 100px;
}
.projectfilter .filterbox ul li {
  width: 25%;
  float: left;
}
.projectfilter .filterbox ul a {
  display: block;
  line-height: 70px;
  color: #555;
  padding-left: 60px;
  background-position: 0 20px;
  background-size: auto 30px;
  background-repeat: no-repeat;
}
.projectfilter .filterbox ul a i {
  font-size: 13px;
}
.projectfilter .filterbox.active {
  width: 100%;
}
.projectfilter .filterbox.active .filter-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.projectfilter .filter-toggle {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #8dc63f;
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 991px) {
  .projectfilter .filterbox ul {
    padding-left: 20px;
  }
  .projectfilter .filterbox ul a {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .projectfilter {
    margin: 0 -5px 20px -5px;
  }
  .projectfilter .filter-toggle {
    display: none;
  }
  .projectfilter .filterbox {
    width: 100% !important;
    padding-left: 0;
    border-radius: 5px;
  }
  .projectfilter .filterbox ul {
    padding-left: 0;
  }
  .projectfilter .filterbox ul a {
    padding-left: 50px;
    height: 70px;
    background-position: center center;
  }
  .projectfilter .filterbox ul i,
  .projectfilter .filterbox ul .txt {
    display: none;
  }
}
.grid-projects {
  margin: 10px;
  overflow: hidden;
}
.grid-projects .item {
  width: 33.3334%;
  float: left;
  padding: 10px;
}
.grid-projects .item .inner {
  height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
}
.grid-projects .item .inner .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1.1);
}
.grid-projects .item .inner .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.grid-projects .item .inner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.grid-projects .item .inner .info {
  padding: 0 30px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.grid-projects .item .inner .info h2 {
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.grid-projects .item .inner .info .subtitle {
  display: block;
  font-size: 16px;
}
.grid-projects .item .inner .btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.grid-projects .item:hover .inner .info {
  opacity: 0;
  bottom: -60px;
}
.grid-projects .item:hover .inner .bgimg {
  transform: scale(1);
}
.grid-projects .item:hover .inner .bgimg:before {
  opacity: 0;
}
.grid-projects .item:hover .inner .overlay {
  left: 0;
  opacity: 0.5;
}
.grid-projects .item:hover .inner .btn-arrow {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.grid-team {
  margin: 10px;
  overflow: hidden;
}
.grid-team .item {
  width: 25%;
  float: left;
  padding: 10px;
}
.grid-team .item.lg {
  width: 33.3334%;
}
.grid-team .inner {
  display: block;
  position: relative;
}
.grid-team .inner .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0s;
}
.grid-team .inner .bgimg img {
  width: 100%;
}
.grid-team .info {
  pointer-events: none;
  padding: 0 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.grid-team .info h2 {
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.grid-team .info .subtitle {
  display: block;
  font-size: 16px;
}
.grid-team .btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.grid-team .item:hover .inner .info {
  opacity: 1;
}
.grid-team .item:hover .inner .bgimg {
  transform: scale(1);
}
.grid-team .item:hover .inner .bgimg:before {
  opacity: 0;
}
.grid-team .item:hover .inner .overlay {
  left: 0;
}
.grid-team .item:hover .inner .btn-arrow {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 700px) {
  .grid-team .item.lg {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .grid-team .item.lg {
    width: 100%;
  }
}
.grid-vacatures .info h2 {
  min-height: 40px;
}
@media (max-width: 1480px) {
  .grid-team .item {
    width: 33.3334%;
  }
}
@media (max-width: 1280px) {
  .grid-team .info {
    padding: 0 0 20px 20px;
  }
}
@media (max-width: 900px) {
  .grid-team .item {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .grid-team .info h2 {
    font-size: 18px;
  }
  .grid-team .info .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .grid-team .item {
    width: 100%;
  }
  .grid-team .info h2 {
    font-size: 18px;
  }
  .grid-team .info .subtitle {
    font-size: 16px;
  }
}
.grid-projects .item {
  width: 25%;
}
.grid-projects .item .inner {
  height: 300px;
}
@media (min-width: 1279px) {
  .grid-projects .item {
    /* ROW A */
    /* ROW B */
    /* ROW C */
    /* ROW D */
    /* ROW E */
  }
  .grid-projects .item:nth-child(13n+1),
  .grid-projects .item:nth-child(13n+2) {
    width: 50%;
  }
  .grid-projects .item:nth-child(13n+1) .inner,
  .grid-projects .item:nth-child(13n+2) .inner {
    height: 550px;
  }
  .grid-projects .item:nth-child(13n+3),
  .grid-projects .item:nth-child(13n+4),
  .grid-projects .item:nth-child(13n+5) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+6),
  .grid-projects .item:nth-child(13n+7) {
    width: 25%;
  }
  .grid-projects .item:nth-child(13n+6) .inner,
  .grid-projects .item:nth-child(13n+7) .inner {
    height: 440px;
  }
  .grid-projects .item:nth-child(13n+8) {
    width: 50%;
  }
  .grid-projects .item:nth-child(13n+8) .inner {
    height: 440px;
  }
  .grid-projects .item:nth-child(13n+9),
  .grid-projects .item:nth-child(13n+10),
  .grid-projects .item:nth-child(13n+11) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+12) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+12) .inner {
    height: 380px;
  }
  .grid-projects .item:nth-child(13n+13) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+13) .inner {
    height: 380px;
  }
}
@media (min-width: 1280px) and (max-width: 1479px) {
  .grid-projects .item {
    /* ROW A */
    /* ROW C */
  }
  .grid-projects .item:nth-child(13n+1) .inner,
  .grid-projects .item:nth-child(13n+2) .inner {
    height: 450px;
  }
  .grid-projects .item:nth-child(13n+6) .inner,
  .grid-projects .item:nth-child(13n+7) .inner {
    height: 360px;
  }
  .grid-projects .item:nth-child(13n+8) .inner {
    height: 360px;
  }
}
@media (min-width: 991px) and (max-width: 1279px) {
  .grid-projects .item {
    /* ROW A */
    /* ROW B */
    /* ROW C */
    /* ROW D */
  }
  .grid-projects .item .inner {
    height: 260px;
  }
  .grid-projects .item:nth-child(13n+1),
  .grid-projects .item:nth-child(13n+2) {
    width: 50%;
  }
  .grid-projects .item:nth-child(13n+1) .inner,
  .grid-projects .item:nth-child(13n+2) .inner {
    height: 440px;
  }
  .grid-projects .item:nth-child(13n+3),
  .grid-projects .item:nth-child(13n+4),
  .grid-projects .item:nth-child(13n+5) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+6) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+6) .inner {
    height: 300px;
  }
  .grid-projects .item:nth-child(13n+7) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+7) .inner {
    height: 300px;
  }
  .grid-projects .item:nth-child(13n+8) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+8) .inner {
    height: 300px;
  }
  .grid-projects .item:nth-child(13n+9) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+9) .inner {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .grid-projects .item {
    /* ROW A */
    /* ROW B */
    /* ROW C */
    /* ROW D */
    /* ROW E */
    /* ROW C */
  }
  .grid-projects .item .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+1),
  .grid-projects .item:nth-child(13n+2) {
    width: 50%;
  }
  .grid-projects .item:nth-child(13n+1) .inner,
  .grid-projects .item:nth-child(13n+2) .inner {
    height: 360px;
  }
  .grid-projects .item:nth-child(13n+3) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+3) .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+4) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+4) .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+5) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+5) .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+6) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+6) .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+7),
  .grid-projects .item:nth-child(13n+8),
  .grid-projects .item:nth-child(13n+9) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+10),
  .grid-projects .item:nth-child(13n+11) {
    width: 50%;
  }
  .grid-projects .item:nth-child(13n+12) {
    width: 33.3334%;
  }
  .grid-projects .item:nth-child(13n+12) .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(13n+13) {
    width: 66.6667%;
  }
  .grid-projects .item:nth-child(13n+13) .inner {
    height: 280px;
  }
}
@media (min-width: 580px) and (max-width: 766px) {
  .grid-projects .item {
    /* ROW A */
    /* ROW B */
    /* ROW C */
  }
  .grid-projects .item .inner {
    height: 280px;
  }
  .grid-projects .item:nth-child(6n+1),
  .grid-projects .item:nth-child(6n+2) {
    width: 50%;
  }
  .grid-projects .item:nth-child(6n+3) {
    width: 40%;
  }
  .grid-projects .item:nth-child(6n+4) {
    width: 60%;
  }
  .grid-projects .item:nth-child(6n+5) {
    width: 60%;
  }
  .grid-projects .item:nth-child(6n+6) {
    width: 40%;
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .grid-projects .item {
    width: 50%;
    /* ROW A */
  }
  .grid-projects .item .inner {
    height: 220px;
  }
  .grid-projects .item:nth-child(12n+1),
  .grid-projects .item:nth-child(12n+6) {
    width: 100%;
  }
  .grid-projects .item:nth-child(12n+1) .inner,
  .grid-projects .item:nth-child(12n+6) .inner {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .grid-projects .item {
    width: 100%;
    /* ROW A */
  }
  .grid-projects .item .inner {
    height: 220px;
  }
  .grid-projects .item:nth-child(12n+1) .inner,
  .grid-projects .item:nth-child(12n+6) .inner {
    height: 320px;
  }
}
@media (max-width: 1480px) {
  .grid-projectsx .item {
    width: 33.3334%;
  }
}
@media (max-width: 1280px) {
  .grid-projectsx .item .inner {
    height: 300px;
  }
  .grid-projectsx .item .inner .info {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1100px) {
  .grid-projectsx .item {
    width: 50%;
  }
  .grid-projectsx .item .inner {
    height: 300px;
  }
}
@media (max-width: 650px) {
  .grid-projectsx .item {
    width: 100%;
    float: none;
  }
  .grid-projectsx .item .inner {
    height: 300px;
  }
}
@media (max-width: 540px) {
  .grid-projectsx .item {
    width: 100%;
    float: none;
  }
  .grid-projectsx .item .inner {
    height: 240px;
  }
}
/* @end */
/* @group LOCATIONS */
.mod-location {
  width: 300px;
  height: 200px;
  margin: 5px;
  background: #111;
  position: relative;
}
.mod-location .post-image {
  position: relative;
}
.mod-location .post-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-location .post-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}
.mod-location .post-info h1,
.mod-location .post-info h2,
.mod-location .post-info h3,
.mod-location .post-info a {
  color: #fff;
}
.mod-location .post-info h2 {
  font-size: 24px;
}
.mod-location .post-info h3 {
  font-size: 18px;
}
/* @end */
/* @group SITE FOOTER */
.site-footer {
  padding: 140px 0 60px;
  background: #1a1a1a;
  color: #fff;
}
.site-footer .left-side {
  position: relative;
}
.site-footer .left-side .tagline {
  position: absolute;
  bottom: -5px;
  left: 220px;
}
.site-footer .left-side .tagline span {
  display: block;
  color: #61717E;
}
.site-footer .middle {
  position: relative;
}
.site-footer .middle .tagline {
  position: absolute;
  top: -5px;
  left: 50px;
}
.site-footer .middle .tagline span {
  display: block;
  color: #61717E;
}
.site-footer .right-side {
  text-align: right;
}
.site-footer .right-side a {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../de_img/socials/facebook.png);
  background-size: contain;
  cursor: pointer;
}
.site-footer .right-side a.instagram {
  background-image: url(../de_img/socials/instagram.png);
}
.site-footer .right-side a.pinterest {
  background-image: url(../de_img/socials/pinterest.png);
}
.site-footer .right-side a.linkedin {
  background-image: url(../de_img/socials/linkedin.png);
}
.site-credits {
  background: #333333;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.site-credits a {
  color: #61717E;
}
.site-credits a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 60px 0 40px;
  }
  .site-footer .middle {
    width: 200px;
    padding-top: 30px;
    padding-right: 0;
  }
  .site-footer .middle .tagline {
    position: static;
    top: 0;
    left: 0;
  }
  .site-footer .right-side {
    width: 220px;
    padding-top: 40px;
    padding-left: 20px;
    text-align: left;
  }
  .site-footer .right-side a {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 490px) {
  .site-footer .left-side .tagline {
    padding-top: 10px;
    position: static;
    line-height: 1.2em;
  }
  .site-footer .left-side .tagline span {
    display: block;
    color: #61717E;
  }
}
/* @end */
/* @group FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('../de_font/fontello.eot?9043053b');
  src: url('../de_font/fontello.eot?9043053b#iefix') format('embedded-opentype'), url('../de_font/fontello.woff2?9043053b') format('woff2'), url('../de_font/fontello.woff?9043053b') format('woff'), url('../de_font/fontello.ttf?9043053b') format('truetype'), url('../de_font/fontello.svg?9043053b#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9043053#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: '\e800';
}
/* '' */
.icon-calendar:before {
  content: '\e801';
}
/* '' */
.icon-location:before {
  content: '\e802';
}
/* '' */
.icon-left-small:before {
  content: '\e803';
}
/* '' */
.icon-right-small:before {
  content: '\e804';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e805';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e806';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e807';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e808';
}
/* '' */
.icon-mail:before {
  content: '\e809';
}
/* '' */
.icon-search:before {
  content: '\e80a';
}
/* '' */
.icon-phone:before {
  content: '\e80b';
}
/* '' */
.icon-equalizer:before {
  content: '\e80c';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-sliders:before {
  content: '\f1de';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
/* @end */
/* @group ANIMATE */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* @end */
.mod-brochure-hero {
  padding-top: 220px;
  padding-bottom: 100px;
  background: #8dc63f;
}
.mod-brochure-hero .col-left {
  margin-bottom: 60px;
}
.mod-brochure-hero .col-left .article {
  padding-top: 30px;
}
.mod-brochure-hero .col-left .post-output {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mod-brochure-hero {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.mod-brochure-form {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.mod-brochure-form .form-title {
  margin-bottom: 30px;
}
.form-brochure fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}
.form-brochure a {
  color: #1a1a1a;
}
.form-brochure a:hover {
  opacity: 0.8;
}
.form-brochure .form-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.form-brochure .form-row label {
  display: none;
}
.form-brochure .form-row label.label-check {
  display: block;
}
.form-brochure .form-row .form-col-50 {
  width: 50%;
  float: left;
}
.form-brochure .form-row .form-col-50:first-child {
  padding-right: 10px;
}
.form-brochure .form-row .form-col-50:last-child {
  padding-left: 10px;
}
.form-brochure .form-row input.txt {
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 3px;
  padding-left: 10px;
}
.form-brochure .form-address {
  display: none;
}
.form-brochure .form-address.show {
  display: block;
}
.form-brochure.form-small {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.form-brochure.form-small a {
  color: #1a1a1a;
}
.form-brochure.form-small a:hover {
  opacity: 0.8;
}
.form-brochure .loader {
  overflow: hidden;
}
.form-brochure .loader .left {
  float: left;
}
.form-brochure .loader .right {
  float: right;
}
@media (max-width: 540px) {
  .form-brochure .loader {
    overflow: hidden;
  }
  .form-brochure .loader .left {
    display: block;
    float: none;
    margin-top: 20px;
  }
  .form-brochure .loader .right {
    float: none;
  }
}
@media (max-width: 500px) {
  .mod-brochure-form {
    padding: 30px;
  }
  .form-brochure .form-row .form-col-50 {
    width: 100%;
    float: none;
  }
  .form-brochure .form-row .form-col-50:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .form-brochure .form-row .form-col-50:last-child {
    padding-left: 0;
  }
}
#inline_alert {
  max-width: 600px;
  padding: 40px;
}
#inline_alert h4 {
  margin-bottom: 30px;
}
.post-image-grid {
  overflow: hidden;
  margin: 0 10px;
}
.post-image-grid .tile {
  display: block;
  width: 50%;
  float: left;
  padding: 10px;
}
.post-image-grid .tile a {
  display: block;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.post-image-grid .tile img {
  display: none;
}
.post-image-grid .tile:nth-child(7n+3),
.post-image-grid .tile:nth-child(7n+4),
.post-image-grid .tile:nth-child(7n+5) {
  width: 33.3334%;
}
.post-image-grid .tile:nth-child(7n+3) a,
.post-image-grid .tile:nth-child(7n+4) a,
.post-image-grid .tile:nth-child(7n+5) a {
  height: 340px;
}
.post-image-grid .tile:nth-child(7n+6) {
  width: 66.6667%;
}
.post-image-grid .tile:nth-child(7n+6) a {
  height: 420px;
}
.post-image-grid .tile:nth-child(7n+7) {
  width: 33.3334%;
}
.post-image-grid .tile:nth-child(7n+7) a {
  height: 420px;
}
@media (max-width: 1480px) {
  .post-image-grid .tile a {
    height: 420px;
  }
  .post-image-grid .tile:nth-child(7n+3) a,
  .post-image-grid .tile:nth-child(7n+4) a,
  .post-image-grid .tile:nth-child(7n+5) a {
    height: 300px;
  }
  .post-image-grid .tile:nth-child(7n+6) a {
    height: 380px;
  }
  .post-image-grid .tile:nth-child(7n+7) a {
    height: 380px;
  }
}
@media (max-width: 900px) {
  .post-image-grid .tile a {
    height: 380px;
  }
  .post-image-grid .tile:nth-child(7n+3) a,
  .post-image-grid .tile:nth-child(7n+4) a,
  .post-image-grid .tile:nth-child(7n+5) a {
    height: 260px;
  }
  .post-image-grid .tile:nth-child(7n+6) a {
    height: 300px;
  }
  .post-image-grid .tile:nth-child(7n+7) a {
    height: 300px;
  }
}
@media (max-width: 680px) {
  .post-image-grid .tile a {
    height: 300px;
  }
  .post-image-grid .tile:nth-child(7n+3) a,
  .post-image-grid .tile:nth-child(7n+4) a,
  .post-image-grid .tile:nth-child(7n+5) a {
    height: 220px;
  }
  .post-image-grid .tile:nth-child(7n+6) a {
    height: 260px;
  }
  .post-image-grid .tile:nth-child(7n+7) a {
    height: 260px;
  }
}
@media (max-width: 680px) {
  .post-image-grid .tile a {
    height: 220px;
  }
  .post-image-grid .tile:nth-child(7n+3),
  .post-image-grid .tile:nth-child(7n+4),
  .post-image-grid .tile:nth-child(7n+5) {
    width: 50%;
  }
  .post-image-grid .tile:nth-child(7n+3) a,
  .post-image-grid .tile:nth-child(7n+4) a,
  .post-image-grid .tile:nth-child(7n+5) a {
    height: 220px;
  }
  .post-image-grid .tile:nth-child(7n+6) {
    width: 50%;
  }
  .post-image-grid .tile:nth-child(7n+6) a {
    height: 220px;
  }
  .post-image-grid .tile:nth-child(7n+7) {
    width: 50%;
  }
  .post-image-grid .tile:nth-child(7n+7) a {
    height: 220px;
  }
  .post-image-grid .tile:nth-child(4n+1),
  .post-image-grid .tile:nth-child(4n+4) {
    width: 60%;
  }
  .post-image-grid .tile:nth-child(4n+2),
  .post-image-grid .tile:nth-child(4n+3) {
    width: 40%;
  }
}
@media (max-width: 440px) {
  .post-image-grid .tile:nth-child(4n+1),
  .post-image-grid .tile:nth-child(4n+4) {
    width: 100%;
  }
  .post-image-grid .tile:nth-child(4n+2),
  .post-image-grid .tile:nth-child(4n+3) {
    width: 100%;
  }
}
.tpl-bedankt .post-files {
  background: #f8f8f8;
  padding: 30px;
  margin-top: 40px;
  border-radius: 4px;
}
.tpl-bedankt .post-files h2 {
  margin-bottom: 20px;
}
.tpl-bedankt .post-files a {
  display: block;
  background: #8dc63f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 2px;
}
.page-seo-description {
  padding: 20px 0 60px;
}
.page-seo-description .post-output {
  columns: 2;
  column-gap: 80px;
}
@media (max-width: 991px) {
  .page-seo-description {
    padding: 20px 0 60px;
  }
  .page-seo-description .post-output {
    columns: 1;
  }
}
.cta-card .inner {
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.cta-card .inner .col-lft {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta-card .inner .col-lft .box-a {
  padding: 90px 0 0;
}
.cta-card .inner .col-lft .title {
  display: block;
  font-size: 25px;
  max-width: 320px;
}
.cta-card .inner .col-lft .name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.cta-card .inner .col-lft .actions {
  text-align: center;
}
.cta-card .inner .col-lft .actions a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #8dc63f;
  color: #fff;
  margin: 0 5px;
  line-height: 40px;
  text-align: center;
}
.cta-card .inner .col-lft .actions a:hover {
  opacity: 0.7;
}
.cta-card .inner .col-lft .box-b {
  padding: 60px 0 90px;
}
.cta-card .inner .col-rgt {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .cta-card {
    position: relative;
  }
  .cta-card .inner {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .cta-card .inner .wrapper {
    position: static;
    bottom: 0;
    left: 0;
  }
  .cta-card .inner .col-lft {
    width: 100%;
    position: static;
  }
  .cta-card .inner .col-lft .box-a {
    padding: 0;
  }
  .cta-card .inner .col-lft .box-b {
    padding: 30px 0 30px;
  }
  .cta-card .inner .col-lft .title {
    max-width: none;
    text-align: center;
  }
  .cta-card .inner .col-rgt {
    width: 100%;
    position: static;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .cta-card {
    position: relative;
    margin-bottom: 60px;
  }
  .cta-card .inner .wrapper {
    position: static;
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .cta-card .inner .wrapper {
    width: 300px;
  }
}
.page-spacer {
  height: 120px;
}
.mod-landing-page {
  padding: 60px 0;
}
.mod-landing-page .post {
  column-count: 2;
  column-gap: 80px;
}
.mod-landing-page .post .post-header {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-spacer {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .page-spacer {
    height: 80px;
  }
  .mod-landing-page .post {
    column-count: 1;
  }
  .mod-landing-page .post .post-header {
    margin-bottom: 40px;
  }
}
.c-teaser {
  background-color: #8dc63f;
  position: relative;
}
.c-teaser .img {
  width: 280px;
  height: 380px;
  position: absolute;
  top: -10px;
  right: -20px;
  background-image: url(../de_img/magazine-lavoir.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.c-teaser .inner {
  padding: 60px;
  max-width: 450px;
  position: relative;
  z-index: 2;
}
.c-teaser .inner .title {
  margin-bottom: 30px;
}
.c-teaser .inner .post-output p:last-child {
  margin: 0;
}
.c-teaser .action {
  position: absolute;
  bottom: 30px;
  right: 80px;
}
@media (max-width: 1480px) {
  .mod-landing-page .c-teaser .img {
    width: 240px;
    height: 340px;
    position: absolute;
    top: -10px;
    right: -20px;
  }
  .mod-landing-page .c-teaser .inner {
    padding: 40px;
    max-width: 360px;
  }
  .mod-landing-page .c-teaser .title {
    font-size: 35px;
  }
}
@media (max-width: 1280px) {
  .mod-landing-page .c-teaser {
    padding-top: 260px;
    padding-bottom: 30px;
  }
  .mod-landing-page .c-teaser .img {
    width: 240px;
    height: 340px;
    position: absolute;
    top: -30px;
    right: 20%;
  }
  .mod-landing-page .c-teaser .inner {
    padding: 40px;
    max-width: unset;
  }
  .mod-landing-page .c-teaser .title {
    font-size: 35px;
  }
  .mod-landing-page .c-teaser .action {
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .mod-landing-page .c-teaser {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-landing-page .c-teaser .img {
    width: 280px;
    height: 380px;
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .mod-landing-page .c-teaser .inner {
    padding: 60px;
    max-width: 450px;
  }
  .mod-landing-page .c-teaser .title {
    font-size: 35px;
  }
  .mod-landing-page .c-teaser .action {
    position: absolute;
    bottom: 30px;
    right: 40px;
  }
}
@media (max-width: 680px) {
  .mod-landing-page .c-teaser {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-landing-page .c-teaser .img {
    width: 280px;
    height: 380px;
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .mod-landing-page .c-teaser .inner {
    padding: 60px 40px;
    max-width: 360px;
  }
}
@media (max-width: 680px) {
  .mod-landing-page .c-teaser {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-landing-page .c-teaser .img {
    width: 240px;
    height: 340px;
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .mod-landing-page .c-teaser .inner {
    padding: 60px 40px;
    max-width: unset;
    width: calc(100% - 180px);
  }
  .mod-landing-page .c-teaser .title {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .mod-landing-page .c-teaser {
    margin-top: 60px;
    padding-top: 260px;
    padding-bottom: 20px;
  }
  .mod-landing-page .c-teaser .img {
    width: 240px;
    height: 340px;
    position: absolute;
    top: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .mod-landing-page .c-teaser .inner {
    padding: 60px 40px;
    max-width: unset;
    width: 100%;
  }
  .mod-landing-page .c-teaser .title {
    font-size: 32px;
  }
}
