@charset "UTF-8";
/*
	Theme Name: Namibian Tour Guides
	Theme URI: https://namibiantourguides.com
	Version: 1.0.0
	Author: alberta.barcelona
	Author URI: https://alberta.barcelona
	Text Domain: milla


*/
/* COMMONS STYLES */
html {
  font-size: 62.5%;
}

body {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  color: #101b15;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #101b15;
  text-decoration: underline;
}

a:hover {
  color: #7A7D58;
}

em {
  font-family: "Open Sans", sans-serif;
  font-size: 1.12em;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dt {
  width: 50%;
}

dd {
  margin-left: auto;
  width: 50%;
}

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

#main {
  padding: 4em 0 0;
}
@media only screen and (min-width: 1024px) {
  #main {
    padding-top: 6.5em;
  }
}
@media only screen and (min-width: 1200px) {
  #main {
    padding-top: 7em;
  }
}
@media only screen and (min-width: 1600px) {
  #main {
    padding-top: 7.5em;
  }
}

.media-container {
  padding: 0;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
}

.media-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-group {
  padding: 0;
}

.wp-block-group__inner-container .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}

.main-wrapper, .bl-wrapper {
  margin-left: 8%;
  margin-right: 8%;
  max-width: 84%;
}
@media only screen and (min-width: 768px) {
  .main-wrapper, .bl-wrapper {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .text-page .main-wrapper, .text-page .bl-wrapper {
    margin-right: auto;
    max-width: 67em;
  }
}
@media only screen and (min-width: 1024px) {
  .main-wrapper, .bl-wrapper {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .text-page .main-wrapper, .text-page .bl-wrapper {
    margin-right: auto;
    max-width: 67em;
  }
}

/* estils blocs */
/* https://gist.github.com/davewarfel/e5d150b0034aeb98adc64b68e85b54e6 */
/*
.page-container{
	overflow: hidden;
}
*/
.aligncenter {
  text-align: center;
}

/*
.alignfull {

    left: -12.5%;
    position: relative;
	width: 126.5%

    max-width: 100vw;
    width: 100vw;
    */
/*
	@media only screen and (min-width: 768px) {
        left: -9.52%;
    }

	@media only screen and (min-width: 1600px) {
        left: -12.5%;
    }

	@media only screen and (min-width:1900px) {
		left: calc(-50vw + 50%); 
	}

}
 */
/*
img.alignnone, img.alignright, img.alignleft, img.aligncenter{
	max-width: 100%;
	height: auto;
}

.wp-block-image img{
	height: auto;
}
@media (min-width: 782px){
	.wp-block-column:not(:first-child){
		margin-left: 9%;
	}
}
.img-fluid{
	width: 100%;
	height: auto;
}
.mod-padding{
    padding: 2em 0;
    @media only screen and (min-width:768px) {
        padding: 6vw 0;
    }
	@media only screen and (min-width:1300px) {
        padding: 7vw 0;
    }
}
*/
.desplegable {
  display: none;
}

.link-desplegable {
  cursor: pointer;
  text-decoration: underline;
}

ul {
  margin-left: 0;
  margin-right: 0;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 1em 0;
  padding: 0 0 0 0.88em;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  font-size: 1em;
  margin-right: 0.3em;
  line-height: 1;
}

.page-container {
  min-height: 100vh;
}

/*
.wp-block-gallery .blocks-gallery-item{
	flex-grow: 0;
	&:before{
		display: none;
	}
}
*/
.bg-image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0.4em 0;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(34px + (38 - 34)*(100vw - 768px)/(1920 - 768));
  }
}

.page-title {
  font-size: 30px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: calc(28px + (44 - 28)*(100vw - 768px)/(1920 - 768));
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(26px + (34 - 26)*(100vw - 768px)/(1920 - 768));
  }
}

h3, .h3 {
  font-size: 1.2em;
  font-size: calc(20px + (28 - 20)*(100vw - 320px)/(1920 - 320));
  line-height: 1.2;
}

h4, .h4 {
  font-size: 1.1em;
  font-size: calc(18px + (22 - 18)*(100vw - 320px)/(1920 - 320));
}

h5, .h5 {
  font-size: 0.9em;
  font-weight: 600;
}

h6, .h6 {
  font-size: 0.8em;
  font-weight: 600;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.toggeable {
  display: none;
}

@font-face {
  font-family: "luvstudio-icons";
  src: url("fonts/luvstudio-icons.ttf?k8bcxq") format("truetype"), url("fonts/luvstudio-icons.woff?k8bcxq") format("woff"), url("fonts/luvstudio-icons.svg?k8bcxq#luvstudio-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "luvstudio-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-luv_lifestyle:before {
  content: "";
}

.icon-luv_properties:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-back-to-top:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-drag:before {
  content: "";
}

.icon-listen:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-path:before {
  content: "";
}

.icon-prev:before {
  content: "";
}

.icon-to-top:before {
  content: "";
}

#header {
  width: 100%;
  position: fixed;
  z-index: 2000;
  background-color: white;
}
#header .main-wrapper {
  position: relative;
  margin-top: 1.35em;
  padding-left: 1px;
  padding-right: 1px;
}
#header .main-wrapper .logo-container {
  padding-bottom: 0.5em;
  display: inline-block;
}
#header .main-wrapper .logo-container .logo {
  text-decoration: none;
  font-size: 1.2em;
  font-family: "PT Sans Narrow", sans-serif;
  display: block;
  width: 10em;
}
#header .main-wrapper .logo-container .logo span {
  font-weight: 600;
}
#header .main-wrapper .toggle-menu-container {
  position: absolute;
  right: 0;
  top: 0;
}
#header .main-wrapper .toggle-menu-container .toggle-menu {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2em;
  cursor: pointer;
}
#header .main-wrapper .toggle-menu-container span {
  display: none;
}
body.scroll-down #header {
  display: block;
}
body.scroll-up #header {
  display: none;
}
body.home #header {
  background: transparent;
  color: white;
}
body.home #header .logo {
  color: white;
}
body.home #header #toggle-menu {
  color: white;
}
@media only screen and (min-width: 1024px) {
  #header .main-wrapper {
    margin-top: calc(3vw - 5px);
  }
  #header .main-wrapper .toggle-menu-container .toggle-menu {
    font-size: 0.8em;
  }
  #header .main-wrapper .toggle-menu-container span {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    margin-left: 1em;
    vertical-align: middle;
  }
  #header .main-wrapper .logo-container .logo {
    font-size: 1.6em;
  }
  body.single-projects #header {
    background: transparent;
    color: white;
  }
  body.single-projects #header .logo {
    color: white;
  }
  body.single-projects #header #toggle-menu {
    color: white;
  }
}

#main {
  padding: 5em 0 0;
}
body.home #main {
  padding-top: 0 !important;
}
@media only screen and (min-width: 1024px) {
  #main {
    padding-top: 6.5em;
  }
  body.single-projects #main {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  #main {
    padding-top: 7em;
  }
}
@media only screen and (min-width: 1600px) {
  #main {
    padding-top: 7.5em;
  }
}

.menu-container {
  position: fixed;
  min-width: 260px;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow-y: scroll;
  z-index: 999;
  background: white;
  transform: translateX(100%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-container a {
  position: relative;
  text-decoration: none;
  display: block;
}
body.page-template-page-transparent-header.scroll-top .principal-nav > ul > li > .menu-container a {
  color: white;
}
.menu-container a:hover {
  color: #555;
}
.menu-container .title {
  color: #101b15;
}
.menu-container li {
  margin-left: 0;
}
.menu-container li:before {
  display: none;
}
.menu-container a.close-menu {
  position: absolute;
  right: 3.2em;
  top: 2.8em;
  cursor: pointer;
  padding-left: 1em;
  font-size: 0.8em;
  z-index: 10;
}
.menu-container .menu-container-inner {
  position: relative;
  margin: 0 2.8em;
  height: 100vh;
  min-height: 31em;
}
.menu-container .menu-container-inner .lang-mod li {
  display: inline-block;
  padding: 0 1em 0 0;
}
.menu-container .menu-container-inner .lang-mod li a {
  padding: 0;
  display: inline-block;
}
.menu-container .menu-container-inner .lang-mod li:before {
  content: "|";
  margin-right: 1em;
}
.menu-container .menu-container-inner .lang-mod li:first-of-type:before {
  display: none;
}
.menu-container .menu-container-inner .lang-mod li.selected {
  text-decoration: underline;
}
.menu-container .menu-container-inner .nav-container {
  min-height: 25em;
  padding-top: 6em;
}
.menu-container .menu-container-inner .nav.principal-nav {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1em;
}
.menu-container .menu-container-inner .nav.secundary-nav {
  margin: 4.2em 0 0;
}
.menu-container .menu-container-inner .nav.secundary-nav li {
  font-size: 1.4em;
  margin-bottom: 0.1em;
  text-align: left;
}
.menu-container .menu-container-inner .nav li {
  position: relative;
  text-align: right;
}
.menu-container .menu-container-inner .nav li a {
  padding: 1em 0;
}
.menu-container .menu-container-inner .nav li a:hover {
  text-decoration: underline;
}
.menu-container .menu-container-inner .nav li .open-submenu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1.75em;
  font-size: 0.7em;
  line-height: 1;
  color: #101b15;
}
.menu-container .menu-container-inner .nav li.current-menu-item .sub-menu a:before, .menu-container .menu-container-inner .nav li.current-product_cat-ancestor .sub-menu a:before, .menu-container .menu-container-inner .nav li.current-menu-parent .sub-menu a:before {
  display: none !important;
}
.menu-container .menu-container-inner .nav li.submenu-opened .open-submenu:before {
  content: "";
}
.menu-container .menu-container-inner .nav li.submenu-opened > a {
  font-size: 1.25em;
  color: #7A7D58;
}
.menu-container .menu-container-inner .nav li.submenu-opened > a:after {
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  background-color: #555;
  margin-top: 4px;
}
.menu-container .menu-container-inner .nav li .sub-menu {
  display: none;
  padding: 0.5em 0 1em;
  /* background-color: rgba(255,255,255,.50); */
}
.menu-container .menu-container-inner .nav li .sub-menu li {
  margin: 0.5em 0;
  border: none;
}
.menu-container .menu-container-inner .nav li .sub-menu li a {
  padding: 0.3em 0;
}
.menu-container .menu-container-inner .nav li .sub-menu li a:hover::before {
  display: none;
}
.menu-container .footer-social {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.menu-container .footer-social .title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
}
.menu-container .footer-social .title::after {
  font-family: "luvstudio-icons";
  content: "";
  font-size: 0.72em;
  margin-left: 1em;
}
.menu-container .footer-social li {
  display: inline;
  font-size: 0.6em;
  padding-right: 0.7em;
}
.menu-container .footer-social li a {
  display: inline;
}
@media only screen and (min-width: 600px) {
  .menu-container {
    left: 100%;
  }
  .menu-container .menu-container-inner {
    margin: 0 4em;
  }
  .menu-container a.close-menu {
    right: 5em;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-container {
    min-width: 25vw;
  }
  .menu-container a.close-menu {
    top: 3.4em;
  }
}
@media only screen and (min-width: 1600px) {
  .menu-container {
    min-width: 0;
  }
}

body.submenu-active .menu-container {
  transform: translateX(0);
}
@media only screen and (min-width: 600px) {
  body.submenu-active .menu-container {
    max-width: 26em;
    transform: translateX(-26em);
  }
}

.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

#footer {
  position: relative;
  z-index: 10000;
  background-color: white;
  padding: 0 0 3em 0;
}
#footer .wrapper {
  margin-left: 8%;
  margin-right: 8%;
}
#footer .footer-contact .text {
  font-size: 0.9em;
}
#footer .footer-contact a {
  text-decoration: none;
}
#footer .footer-contact a:hover {
  text-decoration: underline;
}
#footer .footer-contact .logo {
  font-size: 1.2em;
}
#footer .footer-contact p {
  margin: 0;
}
#footer .footer-contact:after {
  content: "";
  display: block;
  height: 1px;
  width: 5em;
  background-color: #FFF7B6;
  margin-top: 2em;
  margin-bottom: 2em;
}
#footer .footer-slogan {
  font-size: 1.3em;
  margin-bottom: 3em;
}
#footer .footer-slogan p {
  margin: 0;
}
#footer .footer-contact-link a {
  text-transform: uppercase;
  font-size: 2.8em;
  text-decoration: none;
}
#footer .footer-contact-link a::after {
  font-family: "luvstudio-icons";
  content: "";
  font-size: 0.72em;
  margin-left: 0.5em;
}
#footer .footer-contact-link:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #FFF7B6;
  margin-top: 1em;
  margin-bottom: 5em;
}
#footer .footer-social {
  text-transform: uppercase;
}
#footer .footer-social .title {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  margin-bottom: 0;
}
#footer .footer-social .title::after {
  font-family: "luvstudio-icons";
  content: "";
  font-size: 0.9em;
  margin-left: 1em;
}
#footer .footer-social .social-links {
  margin: 0;
  padding: 1em 1em 1em 0;
  display: none;
}
#footer .footer-social li {
  display: inline;
  font-size: 0.7em;
  padding-right: 1em;
}
#footer .footer-social li a {
  display: inline;
  text-decoration: none;
}
#footer .footer-legal {
  margin: 0;
  display: block;
  font-size: 0.9em;
}
#footer .footer-legal ul {
  padding: 1.4em 0 0;
  margin-bottom: 0;
  list-style: none;
}
#footer .footer-legal ul li a {
  text-decoration: none;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 0 0 3%;
  }
  #footer .wrapper {
    border-top: 1px solid #FFF7B6;
    padding-top: 3vw;
  }
  #footer .footer-top .footer-contact {
    float: left;
    max-width: 40em;
  }
  #footer .footer-top .footer-contact:after {
    display: none;
  }
  #footer .footer-top .footer-slogan {
    float: right;
    max-width: 40em;
  }
  #footer .footer-bottom {
    position: relative;
    clear: both;
    padding-top: 6.5vw;
  }
  #footer .footer-bottom .footer-contact-link {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.2;
  }
  #footer .footer-bottom .footer-contact-link:after {
    display: none;
  }
  #footer .footer-bottom .footer-legal {
    padding-bottom: 0.7em;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer-slogan {
    font-size: 1.5em;
    line-height: 1.1;
  }
  #footer .footer-legal ul {
    padding-top: 0;
  }
  #footer .footer-legal li {
    display: inline;
    margin-right: 0.5em;
  }
  #footer .footer-legal li:before {
    content: "·";
    margin-right: 0.5em;
  }
  #footer .footer-legal li:first-child::before {
    display: none;
  }
  #footer .footer-contact-link a {
    font-size: calc(44px + (66 - 44)*(100vw - 768px)/(1920 - 768));
  }
}

.wpautoterms-footer {
  display: none;
}

.btn, .button, a.btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  width: auto !important;
  outline: none !important;
  border: none;
  border-radius: 1.8em;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}
.btn:hover, .button:hover, a.btn:hover {
  background-color: #555;
  text-decoration: none;
}
.btn:hover:after, .button:hover:after, a.btn:hover:after {
  width: 100%;
}
.btn.btn-link, .button.btn-link, a.btn.btn-link {
  position: relative;
  padding: 2em;
  border: none;
  background: transparent;
  color: #7A7D58;
  text-decoration: underline !important;
  text-transform: none;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0;
  /*
  span{
      position: relative;
      z-index: 1;
  }

  &:before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background: transparent;
      border: 1px solid $color_bg;
      width: 4em;
      height: 4em;
      border-radius: 2em;
      z-index: 0;
  }
  */
}
.btn.btn-link:hover, .button.btn-link:hover, a.btn.btn-link:hover {
  background: transparent;
  color: #555;
}
.btn.btn-big, .button.btn-big, a.btn.btn-big {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-radius: 2em;
}
.dark-mod .btn, .darkest-mod .btn, .dark-mod .button, .darkest-mod .button, .dark-mod a.btn, .darkest-mod a.btn {
  color: white;
  border-color: #555;
}
.dark-mod .btn:hover, .darkest-mod .btn:hover, .dark-mod .button:hover, .darkest-mod .button:hover, .dark-mod a.btn:hover, .darkest-mod a.btn:hover {
  color: #7A7D58;
}
.coupon .btn, .coupon .button, .coupon a.btn {
  font-size: 14px !important;
  margin-left: 0.5em !important;
}
.coupon .btn:after, .coupon .button:after, .coupon a.btn:after {
  display: none;
}

.btns-container {
  position: relative;
  margin: 1em 0;
}
.btns-container .btn {
  margin-right: 1em;
}
.btns-container .btn:last-child {
  margin-right: 0;
}
.btns-container .btn-back {
  float: left;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
.btns-container.center {
  text-align: center;
}

.btn-back {
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn-back:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -30px;
  top: 0.4em;
  background: url(img/icon-back-link.gif);
}
.btn-back:hover {
  text-decoration: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/* Remove the stupid outer glow in Webkit */
input:focus, textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
input[type=date],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  width: 96%;
  padding: 0.2em 2%;
  border: 1px solid #101b15;
}

/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
input[type=file] {
  padding: 0.4em 2% 0.4em 2%;
  width: 96%;
}

/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  width: 96%;
  padding: 0.5em 2%;
  border: 1px solid #101b15;
}

select {
  border: 1px solid #7A7D58;
}

/* Forms
-----------------------------------------------*/
.your-message textarea {
  height: 4em;
}

#acceptance-label {
  font-size: 0.85em;
}

.wpcf7-submit {
  color: #101b15;
  text-decoration: none;
  border: 1px solid #101b15;
  border-radius: 0.9em;
  text-decoration: none;
  padding: 0.4em 1em;
  cursor: pointer;
  margin-top: 1em;
}
.wpcf7-submit:hover {
  background-color: #7A7D58;
  border-color: #7A7D58;
  color: white;
}

.entry-content a {
  text-decoration: underline;
}
.entry-content .wp-block-quote {
  position: relative;
  font-size: 1.05em;
  margin: 2.5em 0;
  padding: 0 3.3em;
  /*
  quotes: "“" "”" "‘" "’";
  &::before{
  	position: absolute;
  	left: -.45em;
  	font-size: 5em;
  	top: -.2em;
  	line-height: 1;
  	content: open-quote;
  	color: $color_complementary;
  }
  &::after{
  	display: inline-block;
  	vertical-align: top;
  	font-size: 5em;
  	content: close-quote;
  	color: $color_complementary;
  	line-height: 1;
  	margin-top: -.1em;
  	margin-left: .05em;
  }
  */
}
.entry-content .wp-block-quote cite {
  font-size: 0.92em;
  margin-top: 0.3em;
}
.entry-content .wp-block-quote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #555;
  width: 2px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.mt-animation {
  opacity: 0;
}

.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;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-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: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
  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-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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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-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: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 0.2;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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-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-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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-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;
}

/* Animation delays
---------------------------------------------------- */
.delay-1ds {
  animation-delay: 0.1s;
}

.delay-2ds {
  animation-delay: 0.2s;
}

.delay-3ds {
  animation-delay: 0.3s;
}

.delay-4ds {
  animation-delay: 0.4s;
}

.delay-5ds {
  animation-delay: 0.5s;
}

.delay-6ds {
  animation-delay: 0.6s;
}

.delay-7ds {
  animation-delay: 0.7s;
}

.delay-8ds {
  animation-delay: 0.8s;
}

.delay-9ds {
  animation-delay: 0.9s;
}

.delay-10ds {
  animation-delay: 1s;
}

.delay-11ds {
  animation-delay: 1.1s;
}

.delay-12ds {
  animation-delay: 1.2s;
}

.delay-13ds {
  animation-delay: 1.3s;
}

.delay-14ds {
  animation-delay: 1.4s;
}

.delay-15ds {
  animation-delay: 1.5s;
}

.delay-16ds {
  animation-delay: 1.6s;
}

.delay-17ds {
  animation-delay: 1.7s;
}

.delay-18ds {
  animation-delay: 1.8s;
}

.delay-19ds {
  animation-delay: 1.9s;
}

.delay-20ds {
  animation-delay: 2s;
}

.delay-21ds {
  animation-delay: 2.1s;
}

.delay-22ds {
  animation-delay: 2.2s;
}

.delay-23ds {
  animation-delay: 2.3s;
}

.delay-24ds {
  animation-delay: 2.4s;
}

.delay-25ds {
  animation-delay: 2.5s;
}

.delay-1s {
  animation-delay: 1s;
}

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

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

.delay-4s {
  animation-delay: 4s;
}

.delay-5s {
  animation-delay: 5s;
}

.delay-6s {
  animation-delay: 6s;
}

.duration-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* plugin cookies */
/* styles for the message box */
.cc-dismiss {
  color: #101b15 !important;
  text-decoration: none !important;
}

/* styles for the dismiss button */
.cc-allow {
  color: white !important;
  background-color: #101b15 !important;
  text-decoration: none !important;
  margin-left: 1em !important;
}

/* styles for the accept button */
.cc-window {
  font-family: "Open Sans", sans-serif !important;
  color: #101b15 !important;
  font-size: 14px !important;
  padding: 1em !important;
  border-top: 1px solid #FFF7B6 !important;
}

/* styles for the popup banner */
/* styles for categories*/
/* styles for the checkboxes with categories */
.cc-revoke {
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 1px !important;
  color: #101b15 !important;
  font-size: 14px !important;
}

/* styles for the revoke / settings popup */
/* styles for the soft cookie wall / settings popup */
.cc-banner.cc-theme-edgeless .cc-btn {
  padding: 0.4em 1em !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}

.share-mod {
  margin-top: 1.4em;
  margin-bottom: 4.2em;
  text-align: right;
}
.share-mod .title {
  text-transform: uppercase;
  text-decoration: none;
}
.share-mod .title:after {
  content: "";
  font-family: "luvstudio-icons";
  font-size: 0.7em;
  margin-left: 1em;
}
.share-mod .list {
  list-style: none;
  text-transform: uppercase;
}
.share-mod .list li {
  margin-right: 1.6em;
}
.share-mod .list li a {
  text-decoration: none;
  line-height: 1.8em;
}
@media only screen and (min-width: 768) {
  .share-mod .title {
    font-size: 1.4em;
  }
}

.related-posts-mod {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.related-posts-mod .mod-title {
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 1.4em;
}
.related-posts-mod .mod-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background-color: #101b15;
  margin-top: 0.5em;
}
.related-posts-mod .post-item {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.related-posts-mod .post-item .image {
  margin-bottom: 0.7em;
}
.related-posts-mod .post-item .title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 0 0.7em;
}
.related-posts-mod .post-item .title a {
  text-decoration: none;
}
.related-posts-mod .post-item .location {
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .related-posts-mod .post-list-container .post-list {
    margin-bottom: 4em;
  }
}

.post-nav-mod {
  margin-top: 4.2em;
  margin-bottom: 4.2em;
}
.post-nav-mod .main-wrapper {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #101b15;
}
.post-nav-mod .main-wrapper .post-nav-all {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6em;
}
.post-nav-mod .main-wrapper .post-nav-all:after {
  content: "";
  font-family: "luvstudio-icons";
  font-size: 0.7em;
  margin-left: 1em;
}

.projects-filter-mod {
  margin-top: 2.1em;
  margin-bottom: 2.1em;
  position: relative;
}
.home .projects-filter-mod {
  margin-bottom: 5em;
}
.projects-filter-mod .archive-title {
  display: inline;
  /* font-size: 1em; */
}
.projects-filter-mod .archive-title a {
  text-transform: uppercase;
  font-size: 1.1em;
  white-space: nowrap;
  text-decoration: none;
}
.projects-filter-mod .archive-title span strong {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
}
.projects-filter-mod .archive-title span.filter-text {
  display: block;
}
.projects-filter-mod .archive-title a.icon-arrow-down {
  text-decoration: none;
  margin-left: 0.5em;
  font-size: 0.8em !important;
}
.projects-filter-mod .filter-open {
  cursor: pointer;
}
.projects-filter-mod .filter-container {
  display: inline-block;
}
.projects-filter-mod .filter-container .filter-link {
  position: absolute;
  top: -1em;
  left: 0;
  display: none;
}
.projects-filter-mod .filter-container .icon-arrow-down {
  text-decoration: none;
  margin-left: 0.5em;
  font-size: 0.8em !important;
}
.projects-filter-mod .filter-container .icon-close {
  text-decoration: none;
  font-size: 1.5em;
  float: right;
  margin-right: -0.2em;
}
.projects-filter-mod .filter-container .terms-list-container {
  display: none;
  position: absolute;
  top: -3.5em;
  right: 1em;
  background-color: white;
  box-shadow: 0 0 5px 1px #eee;
  padding: 2em 2em;
  text-align: left;
  z-index: 40000;
}
.projects-filter-mod .filter-container .terms-list-container .title {
  margin-right: 5em;
  margin: 0.5em 10em 3em 0;
  white-space: nowrap;
}
.projects-filter-mod .filter-container .terms-list-container p {
  color: #979797;
  text-transform: uppercase;
}
.projects-filter-mod .filter-container .terms-list-container li {
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 0.3em 0;
}
.projects-filter-mod .filter-container .terms-list-container li a {
  white-space: nowrap;
}
@media only screen and (min-width: 580px) {
  .projects-filter-mod .archive-title span.filter-text {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .projects-filter-mod {
    text-align: center;
    margin-bottom: 8vw;
  }
  .projects-filter-mod .archive-title {
    /* font-size: 2em; */
  }
  .projects-filter-mod .archive-title a {
    font-size: 1em;
  }
  .projects-filter-mod .icon-arrow-down {
    font-size: 1.6em;
  }
  .projects-filter-mod .filter-container {
    position: relative;
  }
  .projects-filter-mod .filter-container .terms-list-container {
    top: -6.5em;
    right: -1.2em;
  }
}

.grid-content img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .grid-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2vw;
  }
  .grid-content .grid-item {
    position: relative;
    width: 30vw;
    padding-bottom: 6em;
  }
  .grid-content .grid-item .item-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: top 0.7s ease 0s;
    bottom: auto;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-content {
    gap: 1.3vw;
  }
}
@media only screen and (min-width: 1500px) {
  .grid-content {
    gap: 1.4vw;
  }
}
@media only screen and (min-width: 1500px) {
  .grid-content {
    gap: 1.4vw;
  }
}
@media only screen and (min-width: 1500px) {
  .grid-content {
    gap: 1.5vw;
  }
}

.archive-header {
  margin-bottom: 2.1em;
  margin-top: 1.4em;
}
.archive-header .archive-title {
  text-decoration: none;
  text-transform: none;
}
.archive-header .archive-title span {
  white-space: nowrap;
}
.archive-header .archive-title span strong {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .archive-header {
    margin-top: 0;
    margin-bottom: 4.5vw;
  }
  .archive-header .archive-title a {
    font-size: 1.1em;
  }
}

.terms-list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.terms-list li {
  text-transform: uppercase;
}
.terms-list li a {
  text-decoration: none;
}
.terms-list li a:hover {
  text-decoration: underline;
}

.post-list-container {
  margin: 0;
  max-width: none;
}
.post-list-container .post-list {
  margin: 0 auto 7em;
}
.post-list-container .post-list .post-item {
  margin-bottom: 2.1em;
}
.post-list-container .post-list .post-item .share-mod {
  position: absolute;
  right: 1.5em;
  bottom: 1em;
  margin-bottom: 0;
}
.post-list-container .post-list .post-item .share-mod .main-wrapper {
  max-width: none;
  margin: 0;
}
.post-list-container .post-list .post-item .share-mod .title {
  color: white;
  font-weight: 700;
}
.post-list-container .post-list .post-item .share-mod .title span {
  display: none;
}
.post-list-container .post-list .post-item .share-mod .list {
  font-size: 0.8em;
  width: 10em;
  margin-bottom: 0;
  padding-left: 0;
}
.post-list-container .post-list .post-item .share-mod .list li {
  margin-right: 0;
}
.post-list-container .post-list .post-item .share-mod .list a {
  font-weight: 700;
  color: white;
}
.post-list-container .post-list .post-item .share-mod.sharing {
  /* background-color: $color_bg; */
}
.post-list-container .post-list .post-item .share-mod.sharing .title {
  /* color: $color_text; */
}
.post-list-container .post-list .post-item .share-mod.sharing .list a {
  /* color: $color_text; */
}
.post-list-container .post-list .post-item .image {
  position: relative;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.post-list-container .post-list .post-item .image a {
  display: block;
}
.post-list-container .post-list .post-item .image img {
  display: block;
}
.post-list-container .post-list .post-item .image iframe {
  width: 100%;
  pointer-events: none;
}
.post-list-container .post-list .post-item .image .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.post-list-container .post-list .post-item .text {
  margin-left: 8%;
  max-width: 84%;
}
.post-list-container .post-list .post-item .text .title {
  text-transform: uppercase;
  margin: 0 0 0.1em;
  font-size: 1.1em;
}
.post-list-container .post-list .post-item .text .title a {
  text-decoration: none;
}
.post-list-container .post-list .post-item .text .location {
  font-size: 1.4em;
  margin: 0;
}
.post-list-container .post-list .post-item .text .location em {
  font-size: 1em;
}
.post-list-container .post-list .post-item:hover .image .bg-image {
  transform: scale(1.02);
}
@media only screen and (min-width: 768px) {
  .post-list-container {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .post-list-container .post-list {
    margin-bottom: 26vw;
  }
  .post-list-container .post-list .post-item {
    margin-bottom: 3.1em;
  }
  .post-list-container .post-list .post-item .text {
    margin-left: 0;
    max-width: none;
    padding-top: 0.5em;
  }
  .post-list-container .post-list .post-item .text .title {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1024px) {
  .post-list-container {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .post-list-container .post-list .post-item {
    margin-bottom: 2.1em;
  }
}

.related-posts-mod .grid-item {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .related-posts-mod .post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .related-posts-mod .post-list .grid-item {
    position: relative;
    width: 29vw;
  }
}
@media only screen and (min-width: 1400px) {
  .related-posts-mod .post-list {
    gap: 1.9vw;
  }
  .related-posts-mod .post-list .grid-item {
    position: relative;
    width: 22vw;
  }
}

.contact-mod {
  margin-top: 2.4em;
  text-align: center;
  font-size: 1.75em;
}
.contact-mod .main-wrapper {
  padding-bottom: 1.4em;
  border-bottom: 1px solid #101b15;
}
@media only screen and (min-width: 1300px) {
  .contact-mod {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1500px) {
  .contact-mod {
    font-size: 2.5em;
  }
}

.video-slider-mod {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-slider-mod .video-slider-header {
  position: absolute;
  z-index: 10;
  color: white;
  padding-top: 5em;
}
.video-slider-mod .video-slider-header .intro {
  margin-top: 5vw;
}
.video-slider-mod .videos-list {
  z-index: 1;
}
.video-slider-mod .videos-list .video-slide {
  position: relative;
  height: 100vh;
}
.video-slider-mod .videos-list .video-slide .video-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-size: cover;
  transition: background 0.3s linear;
}
.video-slider-mod .videos-list .video-slide .video-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-slider-mod .videos-list .video-slide .video-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.video-slider-mod .videos-list .video-slide .text-container {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  font-size: 0.95em;
  line-height: 1.1;
  display: flex;
  align-items: center;
  z-index: 9;
}
.video-slider-mod .videos-list .video-slide .text-container h1, .video-slider-mod .videos-list .video-slide .text-container h2 {
  pointer-events: auto;
  font-size: 2.8em;
  text-transform: none;
  line-height: 0.9;
}
.video-slider-mod .videos-list .video-slide .text-container .main-wrapper {
  pointer-events: auto;
}
.video-slider-mod .videos-list .video-slide .project-details {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 1em;
  right: 0;
  color: white;
  z-index: 5;
}
.video-slider-mod .videos-list .video-slide .project-details .main-wrapper {
  pointer-events: auto;
  position: relative;
}
.video-slider-mod .videos-list .video-slide .project-details a {
  color: white;
}
.video-slider-mod .videos-list .video-slide .project-details .project-title {
  pointer-events: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.85em;
  text-transform: uppercase;
}
.video-slider-mod .videos-list .video-slide .project-details .project-title a {
  text-decoration: none;
}
.video-slider-mod .videos-list .video-slide .project-details .project-link {
  pointer-events: auto;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-slider-mod .videos-list .video-slide .project-details .project-link a {
  border: 1px solid white;
  border-radius: 0.9em;
  text-decoration: none;
  padding: 0.4em 1em;
  cursor: pointer;
}
.video-slider-mod .videos-list .video-slide .project-details .project-link a:hover {
  background-color: #7A7D58;
  color: white;
  border-color: #7A7D58;
}
.video-slider-mod .slick-dots {
  bottom: 1.5em;
  text-align: right;
}
.video-slider-mod .slick-dots li {
  display: none;
  color: white;
  font-size: 0.9em;
  width: auto;
  font-weight: 300;
}
.video-slider-mod .slick-dots li.slick-active {
  display: block;
  padding-right: 8%;
}
.video-slider-mod div.next {
  position: absolute;
  right: 8%;
  top: 50%;
  color: white;
  opacity: 0;
  cursor: pointer;
  padding: 2em 0 2em 2em;
  margin-top: -2.2em;
}
.video-slider-mod:hover div.next {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .video-slider-mod .videos-list .video-slide .text-container {
    font-size: 1.4em;
  }
  .video-slider-mod .videos-list .video-slide .text-container .text {
    max-width: 20em;
  }
  .video-slider-mod .videos-list .video-slide .text-container .text h1, .video-slider-mod .videos-list .video-slide .text-container .text h2 {
    font-size: 2.3em;
  }
  .video-slider-mod .videos-list .video-slide .project-details {
    display: block;
    bottom: 1.4em;
  }
  .video-slider-mod .videos-list .video-slide .project-details .project-title {
    max-width: 50%;
    font-size: 1.1em;
    margin: 0;
  }
  .video-slider-mod .videos-list .video-slide .project-details .project-link {
    display: block;
    text-transform: uppercase;
  }
  .video-slider-mod .slick-dots {
    width: 30%;
    left: 35%;
    bottom: 1.6em;
    text-align: center;
  }
  .video-slider-mod .slick-dots li.slick-active {
    padding-right: 0;
  }
  .video-slider-mod div.next {
    right: 3%;
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
  .video-slider-mod div.next {
    padding-right: 0.5em;
  }
}

/*
.home{ 
	#page-content{
		position: fixed;
		top: 120%;
		left: 0;
		right: 0;
		opacity:0;
		display: none;
		&.scrollable{
			position: relative;
			top: 0;
			left: auto;
			right: auto;
			display: block;
			z-index: 105;
		}
	}
	#footer{
		position: fixed;
		top: 120%;
		left: 0;
		right: 0;
		opacity:0;
		display: none;
		&.scrollable{
			position: relative;
			top: 0;
			left: auto;
			right: auto;
			display: block;
			z-index: 105;
		}
	}
}
*/
.project-carousel-mod {
  margin-top: 2.1em;
  margin-bottom: 0;
}
.project-carousel-mod .project-slide .project-slide-inner {
  display: flex;
  align-items: center;
  height: 105vw;
}
.project-carousel-mod .project-slide .project-slide-inner .project-slide-inner-inner {
  height: auto;
}
.project-carousel-mod .project-slide .project-slide-inner .image {
  margin-bottom: 0.7em;
}
.project-carousel-mod .project-slide .project-slide-inner .image img {
  height: auto;
  width: 80vw;
}
.project-carousel-mod .project-slide .project-slide-inner .text {
  padding: 0 1em 0;
  transition: transform 0.4s ease-in;
  font-size: 1.16em;
}
.project-carousel-mod .project-slide .project-slide-inner .text .title {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 0.2em;
}
.project-carousel-mod .project-slide .project-slide-inner .text .title a {
  text-decoration: none;
}
.project-carousel-mod .project-slide .project-slide-inner .text .location {
  font-size: 1.14em;
  margin: 0;
  line-height: 0.9;
}
.project-carousel-mod .next {
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: white;
}
.project-carousel-mod .next:before {
  content: "";
  font-family: "luvstudio-icons";
  font-size: 2em;
}
.project-carousel-mod .prev {
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: white;
  z-index: 10;
}
.project-carousel-mod .prev:before {
  content: "";
  font-family: "luvstudio-icons";
  font-size: 2em;
}
@media only screen and (min-width: 1024px) {
  .project-carousel-mod {
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .project-carousel-mod .slick-slider .slick-track, .project-carousel-mod .slick-slider .slick-list {
    padding: 0 !important;
    /* per eliminar marges dret i esquerre quan utilitzem centerMode true*/
  }
  .project-carousel-mod .project-slide {
    transform: scale(0.9);
    transition: transform 0.4s ease-in;
  }
  .project-carousel-mod .project-slide .project-slide-inner {
    height: 45vw;
    padding: 0;
  }
  .project-carousel-mod .project-slide .project-slide-inner .image {
    margin-bottom: 1.2em;
  }
  .project-carousel-mod .project-slide .project-slide-inner .image img {
    height: auto;
    width: 32vw;
  }
  .project-carousel-mod .project-slide .project-slide-inner .text .title {
    font-size: 1.2em;
  }
  .project-carousel-mod .project-slide .project-slide-inner .text .location {
    font-size: 1.4em;
  }
  .project-carousel-mod .project-slide.slick-center {
    position: relative;
    z-index: 10;
    transform: scale(1);
  }
  .project-carousel-mod .project-slide.slick-center .project-slide-inner .text {
    transform: scale(0.9);
  }
}

.about-mod {
  background-color: #7A7D58;
  color: white;
  padding-bottom: 2.1em;
  margin: 3.5em 0;
}
.about-mod a {
  color: white;
}
.about-mod .image-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100vw;
}
.about-mod .text-container {
  position: relative;
}
.about-mod .text-container .main-wrapper .pre-title {
  font-size: 1.35em;
  margin-bottom: 1.2em;
}
.about-mod .text-container .main-wrapper .pre-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 2em;
  background-color: white;
}
.about-mod .text-container .main-wrapper .description {
  margin-bottom: 2.8em;
}
.about-mod .text-container .main-wrapper .description h2 {
  font-size: 1.8em;
  margin-bottom: 1.4em;
}
.about-mod .text-container .main-wrapper .link {
  text-transform: uppercase;
}
.about-mod .text-container .main-wrapper .link a {
  text-decoration: none;
  border: 1px solid white;
  border-radius: 0.9em;
  text-decoration: none;
  padding: 0.4em 1em;
  cursor: pointer;
}
.about-mod .text-container .main-wrapper .link a:hover {
  background-color: white;
  color: #101b15;
}
@media only screen and (min-width: 768px) {
  .about-mod {
    display: flex;
    padding-bottom: 0;
  }
  .about-mod .image-container {
    width: 50%;
    margin: 0;
    padding-top: 0;
  }
  .about-mod .text-container {
    width: 50%;
  }
  .about-mod .text-container .main-wrapper {
    margin: 7.4vw 10vw 7.4vw 7.4vw;
  }
  .about-mod .text-container .main-wrapper .pre-title {
    margin-bottom: 7vw;
  }
  .about-mod .text-container .main-wrapper .description {
    margin-bottom: 7vw;
  }
}
@media only screen and (min-width: 1300px) {
  .about-mod .text-container .main-wrapper .pre-title {
    font-size: 1.6em;
  }
  .about-mod .text-container .main-wrapper .description h2 {
    font-size: 2.5em;
  }
}

.services-mod {
  margin: 3.5em 0;
  background-color: #FFF7B6;
  padding-bottom: 2.1em;
}
.services-mod .image-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100vw;
}
.services-mod .text-container {
  position: relative;
}
.services-mod .text-container .main-wrapper .pre-title {
  font-size: 1.35em;
  margin-bottom: 1.2em;
}
.services-mod .text-container .main-wrapper .pre-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 2em;
  background-color: #101b15;
}
.services-mod .text-container .main-wrapper .description {
  margin-bottom: 2.8em;
}
.services-mod .text-container .main-wrapper .description h2 {
  font-size: 1.8em;
  margin-bottom: 1.4em;
}
.services-mod .text-container .main-wrapper .link {
  text-transform: uppercase;
}
.services-mod .text-container .main-wrapper .link a {
  text-decoration: none;
  border: 1px solid #101b15;
  border-radius: 0.9em;
  text-decoration: none;
  padding: 0.4em 1em;
  cursor: pointer;
}
.services-mod .text-container .main-wrapper .link a:hover {
  background-color: #7A7D58;
  color: white;
}
@media only screen and (min-width: 768px) {
  .services-mod {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 0;
    margin: 9vw 0;
  }
  .services-mod .image-container {
    width: 50%;
    margin: 0;
    padding-top: 0;
  }
  .services-mod .text-container {
    width: 50%;
  }
  .services-mod .text-container .main-wrapper {
    margin: 3.4vw 10vw 7.4vw 3.4vw;
  }
  .services-mod .text-container .main-wrapper .pre-title {
    margin-bottom: 7vw;
  }
  .services-mod .text-container .main-wrapper .description {
    margin-bottom: 7vw;
  }
}
@media only screen and (min-width: 1300px) {
  .services-mod .text-container .main-wrapper {
    margin-left: 7vw;
  }
  .services-mod .text-container .main-wrapper .pre-title {
    font-size: 1.6em;
  }
  .services-mod .text-container .main-wrapper .description h2 {
    font-size: 2.5em;
  }
}

/* https://stackoverflow.com/questions/45847392/pure-css-continuous-horizontal-text-scroll-without-break 
https://theshift.tokyo/en/ */
/* https://codepen.io/ChrisDrinkut/embed/GvrqNR?height=350&theme-id=dark&slug-hash=GvrqNR&default-tab=html%2Cresult&animations=run&editable=&embed-version=2&user=ChrisDrinkut&name=cp_embed_26 */
.inspiration-mod {
  background-color: #101b15;
  color: white;
  padding: 2em 0;
  overflow: hidden;
  /*
  .marquee-rl{
  	margin: 0 auto;
  	white-space: nowrap;
  	overflow: hidden;
  	position: absolute;
  	min-width: 100%;
  	.text{
  		display: inline-block;
  		padding-left: 100%;
  		animation: marquee-rl 100s linear infinite;
  		animation-delay: -50s;
  		span{
  			padding: 0 .3em;
  			white-space: nowrap;
  		}

  	}
  	body.safari-browser &{
  		animation: marquee-rl 10s linear infinite;
  		min-width: 30em;
  		.text{

  		}
  	}
  }
  .marquee2-rl{
  	.text{
  		animation-delay: 0s;
  	}
  }
  .marquee-lr{
  	margin: 0 auto;
  	white-space: nowrap;
  	overflow: hidden;
  	position: absolute;
  	min-width: 100%;
  	.text{
  		display: inline-block;
  		padding-right: 100%;
  		margin-left: -100%;
  		animation: marquee-lr 100s linear infinite;
  		animation-delay: -50s;
  		span{
  			padding: 0 .3em;
  			white-space: nowrap;
  		}

  	}
  	body.safari-browser &{
  		min-width: 30em;
  		.text{
  			animation: marquee-lr 10s linear infinite;
  			padding-right: 0;
  			margin-left: 0;
  		}
  	}
  }
  .marquee2-lr{
  	.text {
  		animation-delay: 0s;
  	}
  }
  */
}
.inspiration-mod .marquee-container {
  position: relative;
}
.inspiration-mod .archive-title {
  font-size: 2.4em;
}
.inspiration-mod a {
  color: white;
}
.inspiration-mod .text-container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-height: 4.3em;
}
.inspiration-mod .text-container .text-left {
  white-space: nowrap;
  position: absolute;
  -webkit-animation: mymove 20s linear infinite;
  /* Safari 4.0 - 8.0 */
  animation: mymove 20s linear infinite alternate;
  margin: 0;
  line-height: 1;
}
.inspiration-mod .text-container .text-left span {
  padding: 0 0.3em;
  white-space: nowrap;
}
.inspiration-mod .text-container .text-right {
  white-space: nowrap;
  position: absolute;
  top: 0;
  -webkit-animation: urmove 20s linear infinite;
  /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: urmove 20s linear infinite alternate;
  margin: 0;
}
.inspiration-mod .text-container .text-right span {
  padding: 0 0.3em;
  white-space: nowrap;
}
.inspiration-mod .link {
  text-transform: uppercase;
  padding-top: 3vw;
}
.inspiration-mod .link a {
  text-decoration: none;
}
.inspiration-mod .link a:after {
  content: "";
  font-family: "luvstudio-icons";
  margin-left: 0.7em;
}
@media only screen and (min-width: 768px) {
  .inspiration-mod {
    padding-top: 4.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .inspiration-mod {
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .inspiration-mod .text-container .text-left, .inspiration-mod .text-container .text-right {
    -webkit-animation-duration: 40s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 40s;
  }
  .inspiration-mod .marquee-container {
    min-height: 3em;
  }
  .inspiration-mod .archive-title {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 1300px) {
  .inspiration-mod .marquee-container {
    min-height: 3.2em;
  }
  .inspiration-mod .archive-title {
    font-size: 2.8em;
  }
}
@media only screen and (min-width: 1600px) {
  .inspiration-mod .marquee-container {
    position: relative;
    min-height: 3.8em;
  }
  .inspiration-mod .archive-title {
    font-size: 3em;
  }
  .inspiration-mod .link {
    text-transform: uppercase;
    font-size: 1.4em;
  }
}

/*
@keyframes marquee-rl {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(-100%, 0);
	}
}

@keyframes marquee-lr{
	0% {
	  transform: translate(0%, 0);
	}
	100% {
	  transform: translate(100%, 0);
	}
}
*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
.contact-data-mod {
  margin-bottom: 3em;
}
.contact-data-mod .main-wrapper {
  border-bottom: 1px solid #101b15;
  padding-bottom: 1em;
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center 3em;
  padding-bottom: 70%;
}
.contact-data-mod .main-wrapper .page-title {
  font-size: 1.2em;
  margin: 1em 0;
}
.contact-data-mod .main-wrapper .text {
  font-size: 1.2em;
}
.contact-data-mod .main-wrapper .maps a:before {
  content: "";
  font-family: "luvstudio-icons";
  padding-right: 0.5em;
}
.contact-data-mod .main-wrapper a {
  text-decoration: none;
}
.contact-data-mod .main-wrapper a:hover {
  text-decoration: underline;
}

.new-project-mod {
  margin-bottom: 3.5em;
}
.new-project-mod .main-wrapper .title {
  text-transform: uppercase;
  font-size: 1.7em;
  margin: 1.2em 0;
}
.new-project-mod .main-wrapper .email {
  margin: 0.6em 0;
}
.new-project-mod .main-wrapper .email a {
  font-size: 1.8em;
}
.new-project-mod .main-wrapper .label {
  font-size: 0.7em;
  text-transform: uppercase;
}
.new-project-mod .main-wrapper p {
  margin: 0.5em 0;
}
.new-project-mod .main-wrapper textarea {
  height: 4em;
}

.careers-mod {
  margin-bottom: 3.5em;
}
.careers-mod .main-wrapper .title {
  text-transform: uppercase;
  font-size: 1.7em;
  margin: 1.2em 0;
}
.careers-mod .main-wrapper .email {
  margin: 0.6em 0;
}
.careers-mod .main-wrapper .email a {
  font-size: 1.8em;
}

.social-mod {
  margin-bottom: 3.5em;
}
.social-mod .main-wrapper {
  border-top: 1px solid #101b15;
  padding-top: 1em;
}
.social-mod .main-wrapper .title {
  text-transform: uppercase;
  font-size: 1.7em;
  margin: 1.2em 0;
}
.social-mod .main-wrapper .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-mod .main-wrapper .list li {
  margin-right: 1.4em;
  display: inline;
  white-space: nowrap;
  line-height: 1.7em;
}
.social-mod .main-wrapper .instagram-mod {
  margin-top: 3.5em;
}

@media only screen and (min-width: 768px) {
  .contact-page {
    display: flex;
    margin-left: 5%;
    width: auto;
    margin-right: 5%;
  }
  .contact-page .contact-data-mod {
    width: 33.3%;
    margin-top: 1.2em;
  }
  .contact-page .contact-data-mod .main-wrapper {
    margin: 0;
    width: auto;
    background-size: 120%;
    background-position: center 4em;
    padding-bottom: 140%;
  }
  .contact-page .contact-mods-container {
    width: 66.6%;
  }
}
@media only screen and (min-width: 1300px) {
  .contact-page {
    gap: 5%;
  }
  .contact-page .contact-data-mod {
    width: 20%;
  }
  .contact-page .contact-data-mod .main-wrapper {
    border: none;
  }
  .contact-page .contact-mods-container {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .contact-page .contact-mods-container .new-project-mod {
    /* width: 45%; */
    margin-top: 1.5em;
    max-width: 40em;
  }
  .contact-page .contact-mods-container .careers-mod {
    /* width: 45%; */
  }
  .contact-page .contact-mods-container .social-mod {
    width: 100%;
  }
  .contact-page .contact-mods-container .social-mod .main-wrapper {
    margin: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .contact-page .contact-mods-container .new-project-mod .main-wrapper .title {
    font-size: 2.3em;
    margin: 0.8em 0;
  }
  .contact-page .contact-mods-container .new-project-mod .main-wrapper .email {
    margin: 0.8em 0;
  }
  .contact-page .contact-mods-container .careers-mod .main-wrapper .title {
    font-size: 2.3em;
    margin: 0.8em 0;
  }
  .contact-page .contact-mods-container .careers-mod .main-wrapper .email {
    margin: 1.4em 0;
  }
}

.text-mod {
  margin: 4.9em 0;
}
.text-mod .main-wrapper {
  position: relative;
  padding: 0 1.4em;
  max-width: none;
}
.text-mod .main-wrapper:before {
  content: "";
  display: block;
  background-color: #101b15;
  height: 1px;
  width: 2em;
  position: absolute;
  left: -1.6em;
  top: 0.7em;
}
@media only screen and (min-width: 768px) {
  .text-mod {
    margin: 9vw 0;
  }
  .text-mod .main-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .text-mod .main-wrapper {
    font-size: 1.25em;
  }
}

.accordion-list {
  margin-left: 0;
}
.accordion-list .item {
  border-bottom: 1px solid #101b15;
}
.accordion-list .item .item-title {
  position: relative;
  padding-right: 3em;
  line-height: 1.2;
  padding-top: 0;
  margin-top: 1em;
  cursor: pointer;
  font-size: 1.2em;
}
.accordion-list .item .item-title:hover {
  text-decoration: underline;
}
.accordion-list .item .item-title:after {
  content: "";
  font-family: "luvstudio-icons";
  position: absolute;
  right: 0;
  top: 0;
}
.accordion-list .item .content {
  max-height: 0;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}
.accordion-list .item .content .text {
  padding-bottom: 2em;
}
.accordion-list .item .content-title {
  display: none;
}
.accordion-list .item.active {
  /*
  .item-title:after{
  	content: "\e926";
  }
  */
}
.accordion-list .item.active .content {
  max-height: 99999999px;
}
.accordion-list .item:last-child {
  border: none;
}

.concepts-mod {
  margin-left: 5%;
  margin-right: 5%;
}
.concepts-mod .images-list img {
  display: none;
}
.concepts-mod .images-list img:first-child {
  display: block;
}
.concepts-mod .concepts-list .item .image-container {
  display: none;
}
.concepts-mod .concepts-list .item .content .content-title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .concepts-mod {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .concepts-mod .images-list {
    width: 45%;
  }
  .concepts-mod .images-list img {
    display: block;
    margin-bottom: 3vw;
  }
  .concepts-mod .concepts-list .item {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .concepts-mod .concepts-list .item .image-container {
    display: block;
    width: 45%;
    margin: 1.5vw 0;
  }
  .concepts-mod .concepts-list .item .main-wrapper {
    width: 40%;
    margin: 0 5% 0 10%;
    border-bottom: 1px solid #101b15;
    padding: 3vw 0;
  }
  .concepts-mod .concepts-list .item:last-of-type .main-wrapper {
    border-bottom: none;
  }
  .concepts-mod .concepts-list .item .item-title {
    display: none;
  }
  .concepts-mod .concepts-list .item .content {
    max-height: none;
  }
  .concepts-mod .concepts-list .item .content .content-title {
    display: block;
    font-size: 2.1em;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template-page-essence .contact-mod .main-wrapper {
    border-top: 1px solid #101b15;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.about-nav {
  /* margin: 1.4em 0 3.5em; */
  padding: 6em 0 3.5em;
}
.about-nav ul {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
  display: inline;
}
.about-nav ul li {
  display: inline;
  text-transform: uppercase;
  font-size: 1.9em;
  margin-right: 1em;
}
.about-nav ul li a {
  text-decoration: none;
  transition: font-size 1s;
  font-size: 0.7em;
}
.page-template-page-team .about-nav ul li.essence-link a {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-team .about-nav ul li.essence-link a {
    color: white;
  }
}
.page-template-page-essence .about-nav ul li.team-link a {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-essence .about-nav ul li.team-link a {
    color: white;
  }
}
@media only screen and (min-width: 1024px) {
  .about-nav {
    z-index: 3000;
    margin: 0 25%;
    padding: 0;
    width: 50%;
    position: fixed;
    top: 2em;
    text-align: center;
  }
  body.scroll-up .about-nav {
    display: none;
  }
  .about-nav .main-wrapper {
    max-width: none;
    margin: 0 0 0 -2em;
  }
  .about-nav .main-wrapper ul li {
    margin-right: 2.3em;
    margin-left: 2.3em;
  }
  .page-template-page-essence .about-nav .main-wrapper {
    margin-left: -4em;
  }
}
body.page-loaded.page-template-page-team .about-nav ul li.team-link a {
  font-size: 1em;
}
body.page-loaded.page-template-page-essence .about-nav ul li.essence-link a {
  font-size: 1em;
}

.page-template-page-team #main {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-team #header {
    background: transparent;
  }
  .page-template-page-team #header .logo {
    color: white;
  }
}

.page-template-page-essence #main {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-essence #header {
    background: transparent;
  }
  .page-template-page-essence #header .toggle-menu {
    color: white;
  }
}

.bg-video-mod {
  margin-bottom: 2.8em;
}
.bg-video-mod .media-container {
  height: 120vw;
  margin-bottom: 2.1em;
}
@media only screen and (min-width: 768px) {
  .bg-video-mod {
    display: flex;
    align-items: center;
    margin-bottom: 5.4vw;
  }
  .page-template-page-essence .bg-video-mod {
    flex-direction: row-reverse;
  }
  .bg-video-mod .media-container {
    width: 50%;
    height: 50vw;
    margin: 0;
  }
  .bg-video-mod .text-container {
    width: 50%;
    padding-top: 3em;
  }
  .bg-video-mod .text-container .main-wrapper {
    width: 70%;
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1300px) {
  .bg-video-mod .text-container {
    padding-top: 0;
  }
  .bg-video-mod .text-container .main-wrapper {
    width: 60%;
  }
}

.text-image-mod {
  margin-bottom: 2.8em;
}
.text-image-mod .image-container {
  margin-bottom: 2.1em;
}
@media only screen and (min-width: 768px) {
  .text-image-mod {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6%;
    margin-bottom: 5.4vw;
  }
  .text-image-mod .image-container {
    width: 47%;
    margin: 0;
  }
  .text-image-mod .image-container img {
    width: 66%;
    margin: 0 auto;
  }
  .text-image-mod .text-container {
    width: 47%;
  }
  .text-image-mod .text-container .main-wrapper {
    width: 70%;
    float: right;
  }
}

.video-text-mod {
  margin-bottom: 2.8em;
}
.video-text-mod .text-container {
  margin-bottom: 3.5em;
}
@media only screen and (min-width: 1024px) {
  .video-text-mod {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6%;
    margin-bottom: 10.5vw;
  }
  .video-text-mod .video-container {
    width: 47%;
    margin: 0;
  }
  .video-text-mod .video-container .media-container {
    height: 23.63vw;
    margin-left: 10%;
    width: 90%;
  }
  .video-text-mod .video-container .media-container iframe {
    width: 100%;
    height: 56%;
  }
  .video-text-mod .text-container {
    width: 47%;
  }
  .video-text-mod .text-container .main-wrapper {
    width: 70%;
    margin: 0 0 0 5%;
  }
}

.equipo-mod {
  margin-bottom: 9.1em;
}
.equipo-mod .list-header {
  margin-bottom: 3.5em;
}
.equipo-mod .list-header .title {
  font-size: 1.75em;
  margin: 1em 0;
}
.equipo-mod .list-header .description {
  font-size: 1.1em;
}
.equipo-mod .list .item {
  margin-bottom: 3em;
}
.equipo-mod .list .item .image {
  margin-bottom: 1.4em;
}
.equipo-mod .list .item .image img {
  display: block;
}
.equipo-mod .list .item .text p {
  margin: 0;
}
.equipo-mod .list .item .text .title {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.6em;
  line-height: 1.1em;
}
.equipo-mod .list .item .text .job-title {
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin-bottom: 0.1em;
}
.equipo-mod .list .item .text .job-description {
  font-size: 0.9em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .equipo-mod .list {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
  }
  .equipo-mod .list .item {
    width: 47%;
  }
}
@media only screen and (min-width: 1024px) {
  .equipo-mod .list-header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.5vw;
  }
  .equipo-mod .list-header .title {
    font-size: 2.5em;
  }
  .equipo-mod .list {
    margin-left: 6%;
    margin-right: 6%;
  }
  .equipo-mod .list .item {
    width: 29.33%;
  }
}

.design-management-mod {
  margin-bottom: 3.5em;
}
.design-management-mod .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.design-management-mod .list .item {
  width: 47%;
}
.design-management-mod .list .item .image {
  margin-bottom: 0.7em;
}
.design-management-mod .list .item .text .title {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.design-management-mod .list .item .text .job-description {
  font-size: 0.7em;
}
@media only screen and (min-width: 768px) {
  .design-management-mod .list .item {
    width: 29.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .design-management-mod .list {
    gap: 4%;
  }
  .design-management-mod .list .item {
    width: 22%;
  }
}
@media only screen and (min-width: 1300px) {
  .design-management-mod .list .item {
    margin-bottom: 5vw;
  }
  .design-management-mod .list .item .image {
    margin-bottom: 1.5em;
  }
  .design-management-mod .list .item .text .title {
    margin-bottom: 0.5em;
  }
}

.video-mod {
  margin: 5.6em 0;
}
@media only screen and (min-width: 1024px) {
  .video-mod {
    margin: 5.4vw 0;
  }
}

.lines-mod .main-wrapper {
  border-top: 1px solid #101b15;
  border-bottom: 1px solid #101b15;
  padding: 3.5em 0;
}
@media only screen and (min-width: 1024px) {
  .lines-mod .main-wrapper {
    border-top: none;
    margin-top: 7.7vw;
    padding: 0 0 7.7vw 0;
  }
}

.admin-text h1 {
  text-transform: none;
  font-size: 1.85em;
}
.admin-text h2 {
  font-size: 1.75em;
}
.admin-text blockquote {
  position: relative;
  margin: 2.8em 1.4em;
}
.admin-text blockquote:before {
  content: "";
  display: block;
  background-color: #101b15;
  height: 1px;
  width: 2em;
  position: absolute;
  left: -3em;
  top: 0.7em;
}
@media only screen and (min-width: 1024px) {
  .admin-text h1 {
    font-size: 2.27em;
  }
  .admin-text h2 {
    font-size: 2.55em;
  }
  .admin-text blockquote:before {
    width: 4em;
    left: -5em;
  }
}
@media only screen and (min-width: 1500px) {
  .admin-text {
    font-size: 1.1em;
  }
}

.custom-player {
  position: relative;
}
.custom-player .play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0.2em;
  bottom: 0.1em;
}
.custom-player .play span {
  opacity: 0;
}
.custom-player .play:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(img/ico-play.png) no-repeat center center;
  background-size: 50%;
}
.custom-player .pause {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.custom-player .pause span {
  opacity: 0;
}
.custom-player .pause:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url(img/ico-pause.png) no-repeat center center;
  background-size: 40%;
}
body.is-not-mobile .custom-player .play {
  cursor: url(img/ico-play.png) 30 30, auto;
}
body.is-not-mobile .custom-player .pause {
  cursor: url(img/ico-pause.png) 30 30, auto;
}

.page-template-page-services .bg-video-mod .admin-text {
  margin-bottom: 4em;
}
.page-template-page-services .bg-video-mod .admin-text h1 {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 2em 0 3em;
}
.page-template-page-services .bg-video-mod .admin-text p {
  font-size: 1.6em;
  line-height: 1.2em;
}
.page-template-page-services .text-mod {
  margin-top: 3.5em;
}
.page-template-page-services .accordion-list {
  border-top: 1px solid #101b15;
}
.page-template-page-services .accordion-list .item .main-wrapper {
  padding-left: 1.5em;
}
.page-template-page-services .accordion-list .item .item-title {
  position: relative;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-bottom: 0.6em;
}
.page-template-page-services .accordion-list .item .item-title::before {
  position: absolute;
  left: -1.5em;
  top: 0;
  content: "+";
}
.page-template-page-services .accordion-list .item:last-child {
  border-bottom: 1px solid #101b15;
}
.page-template-page-services .services-mod {
  margin-bottom: 0;
}
.page-template-page-services .contact-mod {
  margin-top: 0;
}
.page-template-page-services .contact-mod .main-wrapper {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .page-template-page-services .services-mod {
    display: block;
  }
  .page-template-page-services .text-mod {
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-services #header {
    background: transparent;
  }
  .page-template-page-services #header .toggle-menu {
    color: white;
  }
  .page-template-page-services #main {
    padding-top: 0;
  }
  .page-template-page-services .services-mod {
    margin-left: 3%;
    margin-right: 3%;
  }
  .page-template-page-services .accordion-list .item .item-title {
    font-size: 1.5em;
  }
  .page-template-page-services .accordion-list .item .content .text {
    max-width: 40em;
    margin: 0 auto;
    padding-bottom: 5vw;
    padding-top: 2vw;
  }
  .page-template-page-services .accordion-list .item .main-wrapper {
    padding-left: 0;
  }
}

#main.comingsoon-page {
  background: #101b15;
  color: white;
  padding: 0 !important;
  height: 100vh;
}
#main.comingsoon-page .main-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  height: 100%;
}
#main.comingsoon-page .main-wrapper a {
  color: white;
}
#main.comingsoon-page .main-wrapper .content-mod {
  margin: 3em auto;
}
#main.comingsoon-page .main-wrapper .page-title {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #main.comingsoon-page .main-wrapper {
    width: 94%;
  }
  #main.comingsoon-page .main-wrapper .page-title {
    margin-top: 1em;
  }
  #main.comingsoon-page .main-wrapper .page-title span {
    font-size: 1.3em;
  }
}

/*# sourceMappingURL=style.css.map */
