@font-face {
  font-family: "WesFYBold";
  src: url("fonts/wes_fy_bold-webfont.eot");
  src: url("fonts/wes_fy_bold-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/wes_fy_bold-webfont.woff") format("woff"), url("fonts/wes_fy_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "WesFYRegular";
  src: url("fonts/wes_fy_regular-webfont.eot");
  src: url("fonts/wes_fy_regular-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/wes_fy_regular-webfont.woff") format("woff"), url("fonts/wes_fy_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* ------ ELEMENTS ------*/
*, a:hover, a:active, a:focus {
  outline: none; }

html, body, div, iframe, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  height: 100%; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  background: none;
  padding: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s; }
  a:focus, a:hover {
    text-decoration: none; }
  a img {
    border: 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; }

a {
  color: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

::-moz-selection {
  background-color: #000;
  color: #a2feb5; }

::selection {
  background-color: #000;
  color: #a2feb5; }

/* ------ FORM ------*/
input[type=text], textarea {
  padding: 12px 15px;
  border: #F7FAF9 solid 1px;
  font-size: 16px;
  background: #F7FAF9;
  width: 100%; }

input[type=text] {
  width: 100%; }

textarea {
  width: 100%; }

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus {
  border-bottom: black solid 1px;
  background: #FFF; }

input[type="file"] {
  display: inherit; }

input[type="submit"] {
  padding: 12px 20px;
  background-color: black;
  border: none;
  color: white; }

label {
  font-weight: inherit !important; }

/* ------ RESET BOOTSTRAP ------*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit; }

.navbar-default {
  background-color: inherit;
  border: inherit;
  margin-bottom: 0; }

.navbar-collapse {
  padding: 0; }

.navbar-default .navbar-toggle {
  border-color: white; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: none; }

.navbar-toggle .icon-bar {
  height: 4px;
  width: 35px; }

.alert-error {
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff; }

/* ------ CLASSES ------*/
.clear, .related {
  clear: both;
  float: none; }

.floatLeft, .fRight {
  float: left; }

.floatRight, .fRight {
  float: right; }

.noBorder {
  border: none; }

.nowrap {
  white-space: nowrap; }

.red, .red input {
  color: red !important; }

.red input {
  border-left: solid 2px red;
  border-right: solid 2px red; }

.hideVic {
  display: none; }

.bold {
  font-weight: bold; }

.borderTop {
  border-top: #000 solid 1px; }

.padR30px {
  padding-right: 50px; }

.archief {
  list-style: none;
  padding: 0;
  margin: 0; }

.transparent {
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35; }

/*------ ID ------*/
#form label {
  margin-right: 10px; }

#form div {
  margin: 3px 0; }

#form #reCAPTCHA {
  font-style: italic; }

#form #responsive-menu-button {
  display: none; }

/*------ Header ------*/
#header {
  position: relative; }
  #header .teaserKol1 {
    float: right; }
  #header .header_cycle .slides {
    width: 100% !important;
    overflow: hidden; }
  #header .header_cycle .imgs {
    overflow: hidden;
    background-size: cover;
    background-position: center; }
  #header .teaser_text {
    overflow: hidden;
    display: block;
    height: auto; }
  #header .pager {
    position: absolute;
    left: 10px;
    top: 230px;
    z-index: 99;
    font-size: 24px; }
    #header .pager a {
      font-size: 36px;
      color: black;
      text-decoration: none; }
      #header .pager a:hover {
        color: #f73939; }
      #header .pager a.activeSlide {
        color: #f73939;
        cursor: default; }

#prev2,
#next2 {
  position: absolute;
  display: block;
  height: 70px;
  width: 45px;
  z-index: 99;
  margin: -35px 20px 0 20px;
  top: 50%;
  background: url(../img/prev-next.png) no-repeat; }
  #prev2 span,
  #next2 span {
    display: none; }

#next2 {
  right: 0;
  background: url(../img/prev-next.png) no-repeat -45px 0; }

/*------ NIEUWS ------*/
#newsItem {
  padding-right: 60px; }

#newsArchive {
  padding: 0 0 0 40px;
  margin: 0; }
  #newsArchive li {
    list-style: none;
    border-bottom: #CCC 1px solid;
    margin: 0;
    padding: 15px 0;
    overflow: hidden; }
  #newsArchive .date {
    text-align: center; }
  #newsArchive .img {
    width: 150px;
    margin-left: 10px; }

/* ------ PHOTOGALLERY ------*/
.galleryDir li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 2px; }
  .galleryDir li a {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px; }
    .galleryDir li a span {
      display: none; }

.galleryDir .img {
  display: block;
  color: #0A2654;
  font-weight: bold;
  height: 100%;
  float: left;
  margin: 0 15px 0 0; }

#fotogallery {
  margin: 0;
  padding: 0;
  list-style: none; }
  #fotogallery li {
    float: left;
    padding: 2px; }
  #fotogallery a {
    display: block;
    font-size: 10px;
    width: 100%;
    height: 180px;
    background-size: cover; }

/*------ LANGUAGES ------*/
#languages a {
  text-decoration: none; }
  #languages a.activeLang {
    text-decoration: underline;
    color: #000; }

/*------ PROJECTS ------*/
.projectsArchive ul {
  padding: 0px;
  list-style: none; }

.readMore {
  text-decoration: none;
  background: #000;
  padding: 5px 10px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold; }
  .readMore:hover {
    color: #000;
    background: #45bbd0;
    text-decoration: none; }

/*------ PAGINATION ------*/
.pagination {
  margin-top: 30px; }
  .pagination span, .pagination a {
    background: none repeat scroll 0 0 #E3E3E3;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    margin-right: 5px;
    padding: 8px 10px; }
  .pagination .active {
    background: #000;
    color: #FFF; }

body {
  height: 100%;
  font-family: Georgia, serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6em; }

h1, h2, h3 {
  color: black; }

h1 {
  font-family: "WesFYBOld", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.03em; }

h2 {
  font-family: "WesFYBOld", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 17px; }

h3 {
  font-size: 16px;
  font-family: "WesFYBOld", Helvetica, Arial, sans-serif; }

p {
  padding: 0 0 20px 0; }

a {
  color: black;
  position: relative; }
  a:hover {
    color: black; }

/* ------ ELEMENTS ------*/
nav {
  float: left;
  float: none;
  text-align: center; }
  nav ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    nav ul .lavalamp-object {
      background-color: black;
      display: block; }
    nav ul > li {
      display: inline;
      position: relative; }
      nav ul > li:hover > ul {
        display: block; }
      nav ul > li a {
        padding: 10px 15px;
        position: relative;
        z-index: 21;
        display: block;
        color: black; }
        nav ul > li a:hover, nav ul > li a.active {
          text-decoration: none;
          background: none;
          color: black; }
    nav ul ul {
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0%;
      padding: 0 0 0 0;
      z-index: 1000;
      display: none; }
      nav ul ul li {
        height: auto;
        width: 180px;
        clear: both;
        margin: 0;
        padding: 0; }
      nav ul ul a {
        width: 100%;
        height: auto;
        text-align: left;
        display: block;
        clear: both;
        color: white;
        padding: 10px 15px;
        margin: 1px 0 0 0;
        background: black; }
        nav ul ul a:hover {
          background: black;
          color: white; }
        nav ul ul a.active {
          text-decoration: none;
          background: black;
          color: white; }
      nav ul ul ul {
        top: 0;
        left: 100%;
        padding-left: 1px; }
  @media screen and (max-width: 767px) {
    nav {
      width: 100%; }
      nav ul, nav ul ul {
        width: 100%;
        left: 0 !important; }
        nav ul li, nav ul a, nav ul ul li, nav ul ul a {
          width: 100%; }
      nav a, nav a:hover, nav a.active {
        border-bottom: #ccc solid 1px;
        background: none !important; }
      nav ul li ul {
        position: inherit !important;
        display: block !important; }
      nav ul ul a {
        padding-left: 20px !important; }
      nav ul ul ul a {
        padding-left: 45px !important; } }
  nav .lavalamp-object {
    display: none !important; }
  nav #menu {
    clear: both; }
  nav li.firstLi {
    display: inline-block;
    float: none;
    padding: 0 15px; }
  nav li.firstLi > a {
    font-family: "WesFYBOld", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: black !important;
    padding: 0;
    line-height: 50px;
    border-bottom: 3px solid white; }
    nav li.firstLi > a:hover, nav li.firstLi > a.active {
      border-bottom: 3px solid black; }
  nav li.firstLi:last-child > a:after {
    content: inherit; }
  nav li.firstLi:hover > ul {
    display: block;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important; }
  nav ul ul {
    padding-top: 10px; }

article ul {
  margin-left: 30px; }

article li {
  padding-bottom: 10px; }

section {
  padding: 55px 0; }

blockquote {
  display: block;
  padding: 55px 60px;
  width: 100%;
  margin: 0px;
  border-left: none;
  font-style: italic;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-family: "PT Serif", sans-serif; }

aside {
  padding-left: 60px !important; }

/* ------ CLASSES ------*/
.date {
  font-style: italic; }

.fancybox-overlay {
  background: rgba(255, 255, 255, 0.95) !important; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
          box-shadow: none; }

.fancybox:after, .gallery:after, .newsImg:after, .albumImg:after {
  font-family: 'FontAwesome';
  content: '\f002';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 32px;
  top: 50%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  color: white;
  text-align: center;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 0; }

.fancybox:hover, .gallery:hover, .newsImg:hover, .albumImg:hover {
  opacity: .7; }
  .fancybox:hover:after, .gallery:hover:after, .newsImg:hover:after, .albumImg:hover:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.newsImg:after {
  content: '\f0f6'; }

.albumImg:after {
  content: '\f03e'; }

.p_1 section, .p_1 blockquote {
  border-bottom: 1px solid #000; }

.projectImg {
  width: 100% !important; }
  .projectImg a {
    width: 100% !important;
    background-position: center; }

.p_27.m_news .date {
  display: none; }

.p_27.m_news h4 {
  font-family: Georgia, serif;
  text-transform: uppercase; }

.btn {
  margin-top: 30px;
  clear: both;
  width: 120px;
  margin: 60px auto;
  padding: 12px 0;
  background-color: white;
  color: #ccc;
  display: block;
  font-size: 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .btn:hover {
    background-color: black;
    color: white;
    border-radius: 20px; }

.centr {
  max-width: 1200px !important;
  margin: 0 auto !important;
  float: inherit; }

.button {
  background-color: black;
  color: white;
  padding: 8px 20px;
  margin-top: 20px;
  background-size: 100% 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), color-stop(50%, black));
  background-image: linear-gradient(to bottom, black 50%, black 50%);
  background-position: 0 -100%;
  -webkit-transition: background-position .2s ease;
  transition: background-position .2s ease;
  white-space: nowrap;
  border: solid white 1px; }

/*------ ID ------*/
#subnav {
  width: 100%;
  margin: 0;
  padding: 0; }
  #subnav li {
    list-style: none;
    margin: 0; }
  #subnav a {
    display: block;
    line-height: 30px;
    padding: 3px 10px;
    border-bottom: #CCC 1px solid;
    font-style: normal; }
    #subnav a:hover, #subnav a .active {
      text-decoration: none; }

/*------ SOCIAL MEDIA ------*/
#socialMedia {
  width: auto;
  height: 40px; }
  #socialMedia a {
    padding: 2px;
    float: left; }
    #socialMedia a:hover {
      border: none;
      text-decoration: none; }
  #socialMedia .fa {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    border-radius: 100%; }

#socialMedia {
  position: absolute;
  right: 0;
  padding: 10px 10px 0 0; }
  #socialMedia a {
    border-radius: 50% 50%;
    color: white;
    margin-left: 10px;
    color: black; }
    #socialMedia a:hover {
      background: black;
      color: white; }

#subnav a {
  padding: 10px; }

#topNav {
  position: absolute;
  z-index: 300;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: white;
  text-align: center; }
  #topNav.smalll {
    position: fixed; }
    #topNav.smalll #logo {
      display: none; }
  #topNav #back {
    color: black;
    font-size: 22px; }

#header div {
  width: 100% !important; }

#header .slides {
  position: relative; }

#header .imgs, #header .slides, #header .header_cycle {
  height: 480px !important; }

#header .teaser_text {
  position: absolute;
  z-index: 30;
  right: 80px;
  bottom: 90px;
  color: white; }

#header h2 {
  font-size: 32px;
  font-family: "WesFYRegular", Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: black 2px 2px 2px; }

#top {
  position: relativem; }

#container {
  margin: 0 auto;
  padding: 240px 15px 100px 15px;
  height: auto !important;
  max-width: 1200px;
  margin: 0 auto -100px auto; }

#content {
  padding-top: 45px;
  padding-bottom: 60px; }
  #content h1 {
    padding-bottom: 30px; }
  #content a[href*=".html"]:hover {
    border-bottom: black 1px dotted; }

#logo {
  padding: 60px 0; }
  #logo img {
    height: 40px; }

#homeNews, .list, #homeAgenda {
  padding: 0; }
  #homeNews li, .list li, #homeAgenda li {
    padding: 15px;
    float: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    #homeNews li.first div, .list li.first div, #homeAgenda li.first div {
      padding: 15px;
      border-bottom: 3px solid black; }
  #homeNews h1, .list h1, #homeAgenda h1 {
    line-height: 30px;
    padding: 0;
    color: black;
    text-align: left;
    font-size: 24px;
    font-family: "WesFYBOld", Helvetica, Arial, sans-serif;
    text-transform: inherit; }
  #homeNews span, .list span, #homeAgenda span {
    color: black;
    font-family: "PT Serif", sans-serif;
    display: block;
    position: relative;
    line-height: 17px;
    font-size: 12px;
    text-transform: uppercase; }
    #homeNews span:before, #homeNews span:after, .list span:before, .list span:after, #homeAgenda span:before, #homeAgenda span:after {
      content: "-"; }
  #homeNews img, .list img, #homeAgenda img {
    margin-bottom: 20px; }

#home article, #contact div:first-child article, #content .kol {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px; }

article li {
  break-inside: avoid-column; }

#content article {
  padding: 20px 60px; }

#contact #form {
  padding-left: 30px; }

#newsArchive h2 {
  border: none; }
  #newsArchive h2 a {
    text-decoration: none;
    color: black; }

#newsArchive h4 {
  font-size: 12px; }

#newsArchive .readMore {
  display: none; }

#showNews {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  overflow-y: auto;
  width: 100%;
  height: 100%; }
  #showNews > div {
    pointer-events: inherit;
    float: inherit;
    margin: 100px auto;
    background-color: white;
    padding: 60px 40px;
    position: relative;
    -webkit-box-shadow: -1px 10px 21px 0px rgba(0, 0, 0, 0.75);
            box-shadow: -1px 10px 21px 0px rgba(0, 0, 0, 0.75); }
  #showNews .glyphicon {
    font-size: 36px;
    cursor: pointer; }
  #showNews .img {
    margin-left: 20px; }
  #showNews .newsLogo {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -54px;
    background: white none repeat scroll 0 0;
    border-radius: 100%; }

#fotogallery {
  width: 100% !important; }
  #fotogallery img {
    margin-top: 10px; }

#footer {
  min-height: 100px;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  color: black;
  font-family: "WesFYBOld", Helvetica, Arial, sans-serif; }
  #footer blockquote {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    margin-bottom: 40px; }
  #footer .centr {
    padding: 0 15px; }
  #footer a {
    color: black;
    margin-right: 30px; }
  #footer img {
    width: 50px; }

/* ------ RESPONSIVE ------*/
@media screen and (max-width: 970px) {
  #header .imgs, #header .slides, #header .header_cycle {
    height: 380px !important; } }

@media screen and (max-width: 767px) {
  aside {
    padding-left: 0px !important; }
  nav #menu {
    width: 100%;
    padding: 0 0 60px 0;
    margin: 10px 0 0 0; }
    nav #menu li.firstLi > a, nav #menu li.firstLi:nth-last-child(2) > a {
      text-align: center;
      padding: 0;
      font-size: 24px; }
    nav #menu li.firstLi:hover > ul {
      -webkit-animation-name: inherit;
              animation-name: inherit; }
    nav #menu ul {
      padding: 0; }
      nav #menu ul a {
        color: black;
        text-align: center;
        font-size: 20px;
        border-bottom: none; }
  #topNav.smalll .navbar-toggle {
    margin-top: 15px;
    z-index: 100; }
  #topNav.smalll #logo {
    padding-left: 0; }
  #topNav #logo img {
    height: 50px;
    margin-left: 20px; }
  .navbar-toggle {
    margin-top: 30px;
    z-index: 100; }
  #header .imgs, #header .slides, #header .header_cycle {
    height: 280px !important; }
  #header .teaser_text {
    display: none !important; }
  .list li span {
    display: none; }
  #container {
    padding-top: 100px; }
  #showNews .img {
    width: 100%;
    margin: 20px 0; }
  #newsItem {
    padding-right: 0; }
    #newsItem .img {
      margin-left: 0; }
  #newsArchive {
    padding: 40px 0 0 0; }
  #home p, #contact div:first-child p {
    -webkit-column-count: auto;
            column-count: auto;
    -webkit-column-gap: auto;
            column-gap: auto; }
  #content #form {
    padding-top: 40px;
    padding-left: 0; }
  #socialMedia {
    top: 115px;
    z-index: 10;
    right: inherit;
    left: 20px; }
    #socialMedia a {
      margin: 0; } }

@media screen and (max-width: 460px) {
  .list li {
    padding: 5px; }
    .list li span {
      display: none; } }

/* ------ ANIMATE ------*/
.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.d2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.d3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

/*------ ANIMATION ------*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
