/*
Theme Name: Dirty Puppet 2018
Theme URI: http://www.dirtypuppet.com
Author: Takt Studio
Author URI: https://taktstudio.com
Description: Dirty Puppet Website Theme
Version: 1.0
*/
@font-face {
	font-family:'CircularStd';
	src: url('lib/fonts/CircularStd-Book.eot');
	src: url('lib/fonts/CircularStd-Book.woff') format('woff'),
		url('lib/fonts/CircularStd-Book.woff2') format('woff2'),
		url('lib/fonts/CircularStd-Book.ttf') format('truetype'),
		url('lib/fonts/CircularStd-Book.otf') format('opentype'),
		url('lib/fonts/CircularStd-Book.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family:'CircularStd';
	src: url('lib/fonts/CircularStd-Bold.eot');
	src: url('lib/fonts/CircularStd-Bold.woff') format('woff'),
		url('lib/fonts/CircularStd-Bold.woff2') format('woff2'),
		url('lib/fonts/CircularStd-Bold.ttf') format('truetype'),
		url('lib/fonts/CircularStd-Bold.otf') format('opentype'),
		url('lib/fonts/CircularStd-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body, html {
  background: #15172a;
  height:100%!important;
  font-family:'CircularStd', sans-serif;
  font-weight:400;
  color:#FFF;
}

html,body,div,table,tr,td,p,a,ul,li,h1,h2,h3,h4,h5 {
  padding:0;
  margin:0;
  text-decoration:none;
  list-style:none;
  font-weight:400
}

.page-center {
  min-width:755px;
  max-width:1400px;
  width:100%;
  margin:0 auto;
  padding:1.25em 0 .625em;
  position:relative;
  overflow:hidden;
  z-index: 4;
}

.cover > .page-center, .single_works, .page, .error404 {
  padding-top:107px;
}

.home .cover > .page-center {
  overflow:visible;
  padding-top:1px
}

.page-center div.np {
  padding:0;
}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
  float:left;
  min-height:1px;
  position:relative;
  padding:0 2em
}

.onecol {
  width:8.33333333333%
}

.twocol {
  width:16.6666666667%
}

.threecol {
  width:25%
}

.fourcol {
  width:33.3333333333%
}

.fivecol {
  width:41.6666666667%
}

.sixcol {
  width:50%
}

.sevencol {
  width:58.3333333333%
}

.eightcol {
  width:66.6666666667%
}

.ninecol {
  width:75%
}

.tencol {
  width:83.3333333333%
}

.elevencol {
  width:91.6666666667%
}

.twelvecol {
  width:100%
}

img,object,embed {
  max-width:100%
}

img {
  height:auto
}

.cf:before,
.cf:after {
  content: "";
  display: table;
} 
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/* Mobile Grid */
@media handheld,only screen and (max-width: 48em) {

	.page-center, body {
	  width:100%;
	  min-width:0;
	  margin-left:0;
	  margin-right:0;
	  padding-top: 0;
	}
	
	/*#main-menu + .page-center {
		padding-top: 100px;
	}
	
	.single_works, .page, .error404 {
	  padding-top: 0;
  }*/
	
	body {
		padding-top: 100px;
	}
	
	.page-center .onecol,.page-center .twocol,.page-center .threecol,.page-center .fourcol,.page-center .fivecol,.page-center .sixcol,.page-center .sevencol,.page-center .eightcol,.page-center .ninecol,.page-center .tencol,.page-center .elevencol,.page-center .twelvecol {
	  width:100%;
	  padding:0 1rem
	}
	
}

*,:after,:before {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}

.divloop {
  background:url(lib/jaynedot.jpg) repeat-x;
  width:100%;
  height:1px;
  position:relative
}

.libset {
  background:url(lib/libset.png) no-repeat
}

h1,h2,h3,h4,h5 {
  line-height:1.2;
}

a {
	color:#ffd98c;
}

iframe, object, .main_strip img {
  width:100%;
}

.data_object {
  display:none!important
}

.clear {
  clear:both
}

/* Stage */
p {
	font-size: 0.9375rem;
  padding-bottom: 1.25rem;
  line-height: 1.7;
}

p:last-child {
	padding-bottom: 0;
}

.no-scroll {
	overflow: hidden;
}

.home .cover {
  position:relative;
  z-index:998;
}

footer {
  color: #2c3748;
  text-align:center;
  position:relative; 
  font-size:13px;
}

footer span {
	display: inline-block;
	margin: 0 0.5em;
}

footer .divloop {
  margin-bottom:1.25em;
}

/* Header */
#main-menu {
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  width:100%;
  background-color: rgba(21,23,42,1);
  padding: 0 0 0.25rem;
  visibility: visible;
  opacity: 1;
}

.video #main-menu {
	opacity: 0;
	visibility: hidden;
}

#main-menu > div {
  overflow:visible;
  padding:0;
}

.menu, .social {
  position: absolute;
  right: 30px;
  top: 35px;
}

.menu {
  right:180px
}

.menu li {
  float:left;
  margin-left:15px
}

.menu li a {
  padding:1px 2px;
  text-transform: lowercase;
  color:#FFF;
  letter-spacing:0.05em;
  position:relative;
  font-weight: 700;
  font-size: 1.25rem;
}

header a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #f7b5b5;
	bottom: 0;
	-webkit-transform:scale(0,1);
  transform:scale(0,1);
	-webkit-transition:-webkit-transform .25s ease .15s;
  transition:transform .25s ease .15s;
}

header a:hover:after, header li.current_page_item a:after {
	-webkit-transform:scale(1,1);
  transform:scale(1,1);
}

header li.current_page_item a, .home header.fadebg li.current_page_item a {
  color: #ffd98c;
}

.logo {
  display:inline-block;
  border:none;
  margin-left: -1px;
}

.logo:after {
	display: none;
}

.logo svg {
	width: 180px !important;
  height: 90px !important;
	display: block;
}

.social a {
  display:block;
  float:left;
  width:23px;
  height:23px;
  margin:0 10px 0 0;
  cursor:pointer;
  text-indent: -9999em;
  background:url(lib/social.png) no-repeat;
  -webkit-transition:opacity .25s;
  transition:opacity .25s;
  position: relative;
}

.social a.twitter {
  background-position:-33px -2px
}

.social a.vimeo {
  background-position:-2px -2px
}

.social a.facebook {
  background-position:-60px -2px
}

.social a.instagram {

 background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.004 5.838a6.157 6.157 0 00-6.158 6.158 6.157 6.157 0 006.158 6.158 6.157 6.157 0 006.158-6.158 6.157 6.157 0 00-6.158-6.158zm0 10.155a3.996 3.996 0 113.997-3.997 3.995 3.995 0 01-3.997 3.997z' fill='%23FFF'/%3E%3Cpath d='M16.948.076c-2.208-.103-7.677-.098-9.887 0-1.942.091-3.655.56-5.036 1.941C-.283 4.325.012 7.435.012 11.996c0 4.668-.26 7.706 2.013 9.979 2.317 2.316 5.472 2.013 9.979 2.013 4.624 0 6.22.003 7.855-.63 2.223-.863 3.901-2.85 4.065-6.419.104-2.209.098-7.677 0-9.887-.198-4.213-2.459-6.768-6.976-6.976zm3.495 20.372c-1.513 1.513-3.612 1.378-8.468 1.378-5 0-7.005.074-8.468-1.393-1.685-1.677-1.38-4.37-1.38-8.453 0-5.525-.567-9.504 4.978-9.788 1.274-.045 1.649-.06 4.856-.06l.045.03c5.329 0 9.51-.558 9.761 4.986.057 1.265.07 1.645.07 4.847-.001 4.942.093 6.959-1.394 8.453z' fill='%23FFF'/%3E%3Ccircle cx='18.406' cy='5.595' r='1.439' fill='%23FFF'/%3E%3C/svg%3E");
background-size: auto 80%;
background-position: center center;
}

#main-menu, .home #main-menu.fadebg {
  background-color:rgba(21,23,42,.8);
}

.home #main-menu {
  background-color:rgba(21,23,42,0);
  -webkit-transition:background-color .35s ease-out;
  transition:background-color .35s ease-out
}

.home .logo {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px);
  -webkit-transition:transform .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition:transform .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.home .logo.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header .m-menu {
  display:none;
  width:1.8em;
  height: 1.5em;
  cursor:pointer;
  position:absolute;
  right:1em;
  top:0;
  bottom: 0;
  margin: auto 0;
}

header .m-menu div {
  width:100%;
  background-color:#FFF;
  height:3px;
  margin-top:.3em;
  -webkit-transform-origin:50% 50%;
  transform-origin:50% 50%
}

header .m-menu.active div:nth-child(1) {
  -webkit-transform:rotate(45deg) translate3d(6px,4px,0);
  transform:rotate(45deg) translate3d(6px,4px,0)
}

header .m-menu.active div:nth-child(2) {
  opacity:0
}

header .m-menu.active div:nth-child(3) {
  -webkit-transform:rotate(-45deg) translate3d(7px,-5px,0);
  transform:rotate(-45deg) translate3d(7px,-5px,0)
}

@media handheld,only screen and (max-width: 48em) {
	
	#main-menu > div, #main-menu > div > div {
	  position: static;
	}
	
	header nav {
	  display:none;
	  position: absolute;
	  left: 0;
	  right: 0;
	}
	
	header .m-menu,header .active {
	  display:block
	}
	
	.home #main-menu {
	  background-color:rgba(21,23,42,0.85)
	}
	
	.menu {
	  padding-top:1em;
	}
	
	.menu, .social {
	  position:static;
	  text-align:center;
	  padding-bottom:1em
	}
	
	.menu li {
	  margin-left:0;
	  float:none;
	  padding:0.625em 0;
	}
	
	.menu li a {
	  font-size: 2.25rem;
	}
	
	body.home .menu li.current_page_item a {
		color: #ffd98c;
	}
	
	.social a {
	  display:inline-block;
	  float:none;
	  margin:0 0.625rem;
	}
	
	.logo, .home .logo {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	
	.logo svg {
		width: 160px !important;
	  height: 80px !important;
	}
	
}

/* Play reel */
.home-play-reel {
	z-index: 99999;
	width: 330px;
	height: 330px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

@media handheld,only screen and (max-width: 48em) {
	
	.home-play-reel {
		display: none;
	}
	
}

/* Work Page */
.single_works__headings-wrap {
	margin: 3rem 0;
}

.single_works__headings {
	float: right;
}

h1.main_title {
  color:#FFF;
  font-size: 2.675rem;
  font-weight:700;
}

h2.client {
	font-weight: 400;
	margin: 0.5rem 0 0;
	font-size: 1.75rem;
	color: #f7b5b5;
}

.related_video_cage {
  margin-bottom:0.625em;
}

.related_video_cage .vvqbox {
  float:left;
  margin-bottom:1.25em!important;
  width:50%!important;
  height:auto!important
}

.related_video_cage .vvqbox:nth-child(even) {
  padding-left:0.625em!important
}

.related_video_cage .vvqbox:nth-child(odd) {
  padding-right:0.625em!important
}

.related_video_cage .vvqbox iframe {
  width:100%!important;
  max-width:100%!important;
  max-height:100%!important
}

.single_works__intro {
	float: right;
}

.single_works__copy-block h2 {
	font-size: 2.125rem;
	font-weight: 700;
	padding-bottom:1.25rem;
}

.single_works__copy-block h3 {
	font-size: 1.75rem;
	font-weight: 700;
	padding-bottom:1.25rem;
}

.single_works__copy-block h4 {
	font-weight: 400;
	font-size: 1.25rem;
}

.single_works__intro-sidebar-listing li {
	margin-bottom: 2rem;
}

.single_works__intro-sidebar-listing h4 {
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.single_works__intro-sidebar-listing h5 {
	font-weight: 700;
	color: #ffd98c;
	font-size: 1.75rem;
}

.single_works__block-wrap {
	margin-top: 2rem;
}

.single_works__block-wrap img {
	width: 100%;
	display: block;
}

.single_works__block-sidebar h4 {
	margin-bottom: 1.5rem;
	position: relative;
	font-size: 0.875rem;
	padding-top: 1rem;
}

.single_works__block-sidebar h4:before {
	content: '';
	height: 2px;
	background-color: #ffd98c;
	position: absolute;
	left: 0;
	top: 0.15rem;
	width: 2rem;
}

.single_works__block-copy {
	float: right;
}

.single_works__fifties {
	padding-left: 1rem;
	padding-right: 1rem;
}

.single_works__fifties > div {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media handheld,only screen and (max-width: 48em) {
	
	.single_works__headings-wrap {
		margin: 0.5rem 0 1.5rem;
	}
	
	h1.main_title {
		font-size: 1.75rem;
	}
	
	.overlay h1.main_title {
		font-size: 1.5rem;
	}
	
	h2.client {
		font-size: 1.25rem;
	}
	
	.overlay h2.client {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
		
	.single_works__intro-sidebar-listing li {
		margin-bottom: 1rem;
	}
	
	.single_works__intro-sidebar-listing h5 {
		font-size: 1.125rem;
	}
	
	.single_works__intro {
		margin-top: 1rem;
	}
	
	.single_works__copy-block h2 {
		font-size: 1.5rem;
	}

	.single_works__copy-block h3 {
		font-size: 1.25rem;
	}
	
	.single_works__copy-block h4 {
		font-size: 1rem;
	}
	
	.related_video_cage .vvqbox {
	  width:100%!important;
	}
	
	.related_video_cage .vvqbox:nth-child(even) {
	  padding-left:0!important
	}
	
	.related_video_cage .vvqbox:nth-child(odd) {
	  padding-right:0!important
	}
	
	.page-center .single_works__fifties {
		padding-left: 0;
		padding-right: 0;
	}
	
	.single_works__fifties > div:first-child {
		margin-bottom: 1rem;
	}
	
}

/* Concertaina */
.concertina {
	margin: 0;
	padding-bottom: 0;
}

.concertina dt {
	background-color: #262636;
	padding: 0;
}

.concertina dt:not(:first-child) {
	margin-top: 1rem;
}

.concertina button {
	display: block;
	background: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.9375rem;
	padding: 1.25rem 2.5rem 1.25rem 1.25rem;
	width: 100%;
	position: relative;
	text-align: left;
	-webkit-appearance: none;
	appearance: none;
  border:0;
  outline: none;
  font-weight: 400;
}

.concertina button svg {
	position: absolute;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	fill: #f7b5b5;
  -webkit-transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1), fill .75s ease;
	transition: transform .5s cubic-bezier(0.77, 0, 0.175, 1), fill .75s ease;
}

.concertina button.expanded svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.concertina dd[hidden=true] {
	display: block;
	opacity: 0;
	max-height: 0;
  -webkit-transition: max-height .375s cubic-bezier(0.77, 0, 0.175, 1) .125s, opacity .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: max-height .375s cubic-bezier(0.77, 0, 0.175, 1) .125s, opacity .5s cubic-bezier(0.77, 0, 0.175, 1);
}

.concertina dd {
  display: block;
	opacity: 1;
	max-height: 122em;
	-webkit-transition: max-height .375s cubic-bezier(0.77, 0, 0.175, 1), opacity .5s cubic-bezier(0.77, 0, 0.175, 1) .125s;
	transition: max-height .375s cubic-bezier(0.77, 0, 0.175, 1), opacity .5s cubic-bezier(0.77, 0, 0.175, 1) .125s;
	padding: 0;
	margin: 0;
	background-color: transparent;
  overflow: hidden;
}

.concertina dd div {
	padding: 0.875rem 0;
}

.concertina dd p {
	padding: 0;
}

@media handheld,only screen and (max-width: 48em) {
	
	.concertina button {
		padding: 1rem 2.5rem 1rem 0.625rem;
	}
	
	.concertina button svg {
		right: 1rem;
	}
	
}

/* Image cage */
.image_cage {
  margin-bottom:1.25em;
}

.image_cage a.img_load {
  display:block;
  position:relative
}

.slide-nav {
  position:relative;
  top:-12px;
  text-align:center;
  line-height:0
}

.slide-nav a {
  width:5px;
  height:5px;
  background:url(lib/libset.png) no-repeat;
  background-position:-25px -57px;
  display:inline-block;
  border:5px solid #000;
  zoom:1;
  font-size:0
}

.slide-nav a.activeSlide {
  background-position:-25px -65px
}

.image_cage:first-child {
  margin-bottom:0
}

.drawer_header h2 {
  font-size:24px;
  margin:0.425em 0;
  color:#FFF;
  font-weight:400;
  cursor:default
}

h2.image_caption {
  font-size:13px;
  margin:5px 0
}

.job_description {
  font-size:20px;
  margin-top:20px
}

.job_description a {
  color:#ffd98c;
}

.job_description p:last-child {
  margin-bottom:0.5em;
}

.mid_drawer, .credits1, .credits2, .detail_strip .divloop, .drawer_header {
  width: 100%;
  float: left;
}

.drawer_header {
	margin-bottom:1.25em;
}

.credits1 {
	margin-top: 1.25em;
}

.item_list {
  font-size:20px
}

.item_list h3 {
  font-size:13px;
  color:#818181;
  cursor:default;
  margin-top:5px;
  margin-bottom:3px
}

.item_list p {
  margin-bottom:1.25em;
}

.vvqbox {
  margin:0 auto 1.25em!important;
  width:100%!important;
  height:auto!important
}

.drawer_header.related_cage {
  margin-bottom:0.625em;
}

.related_list a {
  line-height:1.8;
  border-bottom:2px solid transparent
}

.related_list a:hover {
  border-bottom-color:#C2C2C2
}

/* Works Page */
#works_cage {
  position:relative;
  overflow:hidden;
  margin-top:-140px;
  text-align:center;
}

.movie_data_display h1.main_title {
  margin-bottom:16px;
  color:#FFF;
  font-size:1.4em;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.07em
}

.work_node {
  float:left;
  width:33.333333%;
  height:auto;
  position:relative;
  overflow:hidden
}

.work_node a:active {
  opacity:1
}

.work_node:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgb(249,181,181);
	background: -moz-linear-gradient(-125deg, rgba(249,181,181,0) 14%, rgba(159,119,121,1) 61%, rgba(45,55,134,1) 80%);
	background: -webkit-linear-gradient(-125deg, rgba(249,181,181,0) 14%, rgba(159,119,121,1) 61%, rgba(45,55,134,1) 80%);
	background: linear-gradient(-125deg, rgba(249,181,181,0) 14%, rgba(159,119,121,1) 61%, rgba(45,55,134,1) 80%);
	background-size: 400% 400%;
	background-position: 100% 50%;
	-webkit-transition: opacity .25s linear .25s, background .75s linear .25s;
  transition: opacity .25s linear .25s, background .75s linear .25s;
  opacity: 0;
}

.work_node:hover:before {
	-webkit-transition: opacity linear 0s, background .5s linear 0s;
	transition: opacity .25s linear 0s, background .5s linear 0s;
	background-position: 0% 50%;
	opacity: 0.9;
}

.work_node_slide {
  position:absolute;
  z-index: 2;
  opacity:0;
  -webkit-transition:all .25s .25s;
  transition:all .25s .25s;
  margin-top:0;
  text-align:left;
  color:#FFF;
  left:0;
  right:0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.work_node:hover .work_node_slide {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity:1;
}

.work_node_slide__top {
	left: 2rem;
	right: 2rem;
	top: 2rem;
	position: absolute;
	z-index: 1;
}

.work_node_slide__btm {
	left: 2rem;
	bottom: 2rem;
	position: absolute;
	z-index: 4;
	display: inline-block;
}

.work_node_slide h1 {
  font-size:42px;
  font-weight:700;
  margin-bottom: 0.75rem;
  color: #FFF;
}

.work_node_slide h2 {
  font-size: 24px;
  color: #ffd98c;
  font-weight:700;
}

.work_node .work_image img {
  display:none;
  width:100%;
  max-height:100%;
  height:100%;
  display:block
}

.work_node .work_title {
  font-size:13px;
  color:#818181;
  cursor:default;
  margin-top:5px;
  margin-bottom:3px;
  font-style:italic;
}

.work_node .work_credit {
  font-size:13px
}

.show_more, .page_loading .loader {
  display:block;
  font-weight: 700;
  color:#FFF;
  display:inline-block;
  padding: 5px 0;
  margin: 3rem auto 2rem auto;
  text-align:center;
  position: relative;
  -ms-transition:color .25s ease;
	-webkit-transition:color .25s ease;
  transition:color .25s ease;
  font-size: 1.75rem;
}

.show_more:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #f7b5b5;
	bottom: 0;
	-ms-transform:scale(0,1);
	-webkit-transform:scale(0,1);
  transform:scale(0,1);
  -ms-transition:-ms-transform .25s ease .15s;
	-webkit-transition:-webkit-transform .25s ease .15s;
  transition:transform .25s ease .15s;
}

.show_more:hover:after {
	-webkit-transform:scale(1,1);
  -ms-transform:scale(1,1);
  transform:scale(1,1);
}

.page_loading.done {
  display: none;
}

@media handheld,only screen and (max-width: 48em) {
	
	.show_more, .page_loading .loader {
		font-size: 1.25rem;
		margin: 2rem auto 1.5rem auto;
	}
	
}

/* Small works */
.small_works {
  margin-left: -2rem;
  margin-right: -2rem;
  width: auto;
  padding: 0 3rem;
}

.small_works__header {
	float: right;
	margin: 5rem 0 3rem 0;
}

.small_works__header h3 {
	font-weight: 700;
	font-size: 2.5rem;
}

.small_works__header h3 span {
	color: #f7b5b5;
	display: block;
}

.small_works_node {
  border:0;
  overflow:hidden;
  position:relative;
  float:left;
  width: 25%;
	margin-bottom:2rem;
	padding: 0 1rem;
	-webkit-transition:opacity .25s;
  -ms-transition:opacity .25s;
  transition:opacity .25s;
}

.small_works_node.work_node:before {
	left: 1rem;
	right: 1rem;
}

.small_works_node a {
	display: block;
	position: relative;	
}

.small_works_node .work_node_slide {
	z-index: 22;
	display: flex;
	align-items: center;
	padding-left: 1rem;
}

.small_works_node .work_node_slide__top {
	position: static;
}

.small_works_node img {
  width:100%;
  height:auto;
  display: block;
}

.small_works_node h1 {
	font-size: 1.75rem;
}

.small_works_node h2 {
	font-size: 1.25rem;
}

@media handheld,only screen and (max-width: 72.5em) {
	
	.small_works_node {
		width: 33.3333%;
	}
	
}

@media handheld,only screen and (max-width: 48em) {
	
	.small_works__header {
		margin-top: 3rem;
	}
	
	.small_works__header h3 {
		font-size: 1.75rem;
	}
	
	.small_works {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		width: auto !important;
	}
	
	.small_works_node {
		width: 50%;
		padding: 0 0.5rem;
		margin-bottom: 1rem;
	}
	
	.small_works_node.work_node:before {
		left: 0.5rem;
		right: 0.5rem;
	}
	
	.small_works_node.work_node a {
		z-index: 2;
	}
	
}

.video_box {
  background:#0f0f0f url(lib/lod_static.png) no-repeat center center;
  width:100%;
  margin:0 auto 20px
}

.video_box iframe {
  width:100%;
  height:700px
}

.movie_player {
  display:none;
  text-align:center
}

.movie_data_display {
  position:relative;
  padding:40px 10px 100px;
  max-width:1000px;
  margin:0 auto
}

.movie_data_display .social {
  left:0;
  right:auto;
  top:auto;
  bottom:75px
}

.video_description {
  width:33.33333333%;
  font-size:13px;
  float:right;
  line-height:17px;
  margin-top:-3px;
  padding:0 10px
}

.video_description p a {
  color:#ffd98c
}

.caption_box {
  position:absolute;
  right:0;
  bottom:0;
  top:0;
  left:0;
  opacity:0;
  -ms-transition:opacity .25s;
	-webkit-transition:opacity .25s;
  transition:opacity .25s;
}

.caption_play {
  display: inline-block;
  vertical-align: middle;
  cursor:pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  z-index: 4;
}

.caption_play:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.caption_play svg {
	display: block;
}

.caption_info {
  font-size: 1.125rem;
  font-weight: 700;
  position:relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity:0;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}

.caption_info:before {
	left: 0;
	top: 0.25rem;
	bottom: 0.25rem;
	margin: auto 0;
	width: 2px;
	background-color: #FFF;
	position: absolute;
	content: '';
}

.work_node:hover .caption_info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
	-webkit-transition: all .45s ease .2s;
  transition: all .45s ease .2s;
}

.work_node__small_link {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

@media handheld,only screen and (max-width: 56.25em) {
	
	.work_node {
		width: 50%;	
	}
}

@media handheld,only screen and (max-width: 48em) {
	
	#works_cage {
		margin-top: 0;
	}
	
	.home .cover > .page-center {
		padding-top: 0;
	}
	
	.work_node_slide, .movie_player {
		display: none !important;
	}
	
}
@media handheld,only screen and (max-width: 32em) {
	
	.work_node {
	  width:100%
	}
	
}

/* Generic page */
.page-center--page h2 {
	font-size: 2.125rem;
  margin: 0 0 1.25rem;
  font-weight: 700;
  color: #f7b5b5;
}

.page-center--page img {
	display: block;
	margin: 0 auto;
}

.page-center--page p {
	font-size: 1.125rem;
}

@media handheld,only screen and (max-width: 48em) {
	
	.page-center--page img {
		width: 100%;
	}
	
}

/* RSVP Form */
::-webkit-input-placeholder {
	color:#FFF;
}

:-moz-placeholder {
	color:#FFF;
}

::-moz-placeholder {
	color:#FFF;
}

:-ms-input-placeholder {  
	color:#FFF;
}

.rsvp-form {
	text-align: center;
}

.rsvp-form_wrapper {
	max-width: 560px;
	width: 100%;
	margin: 3rem auto 2rem;
}

.rsvp-form_wrapper li {
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.rsvp-form_wrapper input:focus, .rsvp-form_wrapper textarea:focus, input:focus {
	outline: none;
}

.rsvp-form_wrapper input[type=text], input[type=text], input[type=email] {
	padding: 0.3rem 0 0.5rem 0;
	font-size: 1.25rem;
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #f7b5b5;
	color: #FFF;
	-webkit-transition: all .25s linear;
  transition: all .25s linear;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px #15172a inset;
  transition: background-color 5000s ease-in-out 0s;
}

#mc-embedded-subscribe-form {
max-width: 600px;
}

input.button {
background: #f7b5b5;
  color: #15172a;
padding: 0.5rem 1.5rem;
font-size: 1.25rem;
border: none;
border: 2px solid #f7b5b5;
transition: all 0.25s;
}

input.button:hover {
background: #15172a;
  color: #f7b5b5;
}

@media (max-width: 48em) {

input.button, input[type=text], input[type=email] {
font-size: rem;
}

}

.rsvp-form__intro-copy-1 {
	display: inline-block;
	vertical-align: top;
	width: 22px;
}

.rsvp-form__intro-copy-1 p {
	font-size: 1.675rem;
	font-weight: 700;
}

.rsvp-form_wrapper .rsvp-form__name-field {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 22px);
	position: relative;
}

.rsvp-form__intro-copy-2 p {
	font-size: 1.125rem;
	font-weight: 700;
}

.rsvp-form__name-field label {
	display: none;
}

.rsvp-form__attending-field .gfield_label {
	display: none;
}

.gfield_radio {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
	justify-content: space-between;
}

.gfield_radio li {
	position: relative;
	width: calc(50% - 1rem);
	display: inline-block;
	vertical-align: top;
	padding-bottom: 0;
	padding-right: 0;
}

.rsvp-form__attending-field input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.rsvp-form__attending-field label {
	background-color: #FFF;
	color: #f7b5b5;
	font-weight: 700;
	cursor: pointer;
	padding: 0.75rem 1rem;
	font-size: 1.375rem;
	-webkit-transition: all .25s linear;
  transition: all .25s linear;
  display: inline-block;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rsvp-form__attending-field input:hover + label, .rsvp-form__attending-field input:checked + label {
	background-color: #f7b5b5;
	color: #FFF;
}

.rsvp-form__check-field .gfield_label {
	display: none;
}

.rsvp-form__check-field label {
	font-size: 1.675rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

.rsvp-form__check-field input {
	width: 1rem;
	height: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #FFF;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5rem 0 0;
	cursor: pointer;
	-webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.rsvp-form__check-field input:checked {
	background-color: #f7b5b5;
}

.gform_validation_container {
	position: absolute !important; 
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px); 
	height: 1px !important;
	width: 1px;
}

.rsvp-form_wrapper input[type=submit] {
	border: 2px solid #f7b5b5;
	font-size: 1.675rem;
	cursor: pointer;
	padding: 0.5rem 2rem;
	color: #f7b5b5;
	-webkit-transition: all .25s linear;
  transition: all .25s linear;
  background-color: transparent;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.rsvp-form_wrapper input[type=submit]:hover {
	background-color: #f7b5b5;
	color: #FFF;
}

.validation_error {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1rem;
	padding: 0.5rem 0.75rem;
	color: #15172a;
	background-color: #FFF;
	display: none;
}

.validation_message {
	margin-top: 0.5rem;
	font-size: 1rem;
	white-space: nowrap;
}

.gform_confirmation_wrapper {
	font-size: 1.675rem;
	font-weight: 700;
	margin-top: 3rem;
	margin-bottom: 2rem;
	text-align: center;
}

@media handheld,only screen and (max-width: 48em) {
	
	.rsvp-form__check-field label , .rsvp-form_wrapper input[type=submit], .rsvp-form_wrapper input[type=text], .rsvp-form__intro-copy-1 p, .rsvp-form__name-field:after {
		font-size: 1.25rem;
	}
	
	.rsvp-form__attending-field label {
		font-size: 1.125rem;
		padding: 0.5rem;
	}
	
	.gfield_radio li {
		width: calc(50% - 0.5rem);
	}
	
	.rsvp-form_wrapper .rsvp-form__name-field {
		width: calc(100% - 22px);
	}
	
}

/* About Page */
.about, .page-center--page {
  color: #FFF;
  max-width: 1100px;
}

.about h1 {
  font-size: 2.125rem;
  margin: 5rem 0 0.75rem;
  font-weight: 700;
  color: #f7b5b5;
}

.about h1 span:first-of-type {
	text-decoration: underline;
}

.about h1 span:last-of-type {
	display: block;
	color: #FFF;
	font-size: 3.5rem;
	margin: 1.375rem 0 0 0;
}

.about .ani {
	text-align: center;
	position: relative;
	margin: 2rem 0 0;
	min-height: 525px;
}

.about .ani > div {
	background-position: 0;
	background-size: auto 450px;
	background-repeat: no-repeat;
	width: 300px;
	height: 450px;
	-webkit-animation: play 4.2s steps(50) infinite;
	animation: play 4.2s steps(50) infinite;
}

@-webkit-keyframes play {
	100% { background-position: -15000px; }
}

@keyframes play {
	100% { background-position: -15000px; }
}

.about__information {
	margin: 2rem 0 0 0;
}

.about a {
	color: #f7b5b5;
  border-bottom: 2px solid #f7b5b5;
}

#map {
  width:100%;
  height:400px;
  margin-top: 5rem;
  float:left;
  position: relative;
  z-index: 4;
}

@media handheld,only screen and (max-width: 48em) {

	.about h1 {
		margin-top: 2rem;
	  font-size: 1.875rem;
	}
	
	.about h1 span:last-of-type {
		font-size: 2.25rem;
	}
	
	.about h1 br {
		display: none;
	}
	
	.about .ani {
		margin: 1rem 0 0 0;
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: top center;
		transform-origin: top center;
	}
	
	.about .ani > div {
		margin: 0 auto;
	}
	
	.about__information {
		margin: -10rem 0 0 0;
	}
	
	#map {
	  margin-top:1rem;
	}
	
}

/* 4oh4 */
.e404 h1 {
  color:#FFF;
  font-size:32px;
  margin-top:30px
}

.e404 h2 {
  font-size:20px;
  margin-bottom:30px
}

.e404 .main_strip h1 {
  color:#ffd98c;
  line-height:46px;
  font-size:16px
}

/* BigVideo Styles */
#big-video-wrap, #big-video-wrap-spacer {
  overflow:hidden;
  height:80%;
  width:100%;
  top:0;
  left:0;
  position:relative;
  min-height: 600px;
  z-index: 2;
}

#big-video-vid, #big-video-image {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow: hidden;
}

#big-video-control-container {
  position:fixed;
  bottom:0;
  padding:10px;
  width:100%;
  background:rgba(0,0,0,.25);
  -webkit-transition-duration:.6s;
  -ms-transition-duration:.6s;
  transition-duration:.6s
}

#big-video-control {
  width:100%;
  height:16px;
  position:relative
}

#big-video-control-middle {
  margin:0 56px 0 24px
}

#big-video-control-bar {
  width:100%;
  height:16px;
  position:relative;
  cursor:pointer
}

#big-video-control-progress {
  position:absolute;
  top:7px;
  height:3px;
  width:0;
  background:#fff
}

#big-video-control-track {
  position:absolute;
  top:8px;
  height:1px;
  width:100%;
  background:#fff
}

#big-video-control-bound-left {
  left:0
}

#big-video-control-bound-right {
  right:-1px
}

#big-video-control-track .ui-slider-handle {
  opacity:0
}

#big-video-control-playhead {
  left:30%
}

#big-video-control-timer {
  position:absolute;
  top:1px;
  right:0;
  color:#fff;
  font-size:11px
}

#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right {
  position:absolute;
  top:0;
  height:16px;
  width:1px;
  background:#fff
}

.transparent {
  opacity:0;
}

.vjs-big-play-button {
  display:none!important
}

.vjs-control-bar {
  display:none
}

body > .banner {
  display:none;
}

#big-video-wrap .banner, .banner h1 {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  color:#FFF;
  text-align:center;
  -webkit-transition:all .45s ease-out;
  -ms-transition:all .45s ease-out;
  transition:all .45s ease-out;
}

#big-video-wrap .banner {
  z-index:2;
  background-color:rgba(0,0,0,0);
  margin-top: -140px;
}

#big-video-wrap .banner:after {
	position: fixed;
	background-color:rgba(0,0,0,0.2);
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	visibility: none;
	pointer-events: none;
	-webkit-transition:all .45s ease-out;
  -ms-transition:all .45s ease-out;
  transition:all .45s ease-out;
}

#big-video-wrap .banner.hovering:after {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position:fixed;
  background-color:rgba(21,23,42,.8);
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:999;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .25s ease-out;
  -ms-transition:all .25s ease-out;
  transition:all .25s ease-out;
  height: 100%;
}

.overlay.player {
	z-index:99999;
}

.overlay.active {
  visibility:visible;
  opacity:1
}

.overlay > div {
	display: table;
	height: 100%;
}

.overlay .inner {
	display: table-cell;
  vertical-align: middle;
  float: none;
}

.overlay .social {
	position: static;
}

.close_player {
  cursor:pointer;
  width:2.25em;
  height:2.25em;
  background-image:url(lib/icon-close.png);
  background-image:url(lib/icon-close.svg),none;
  background-position:center center;
  background-repeat:no-repeat;
  text-indent:-9999em;
  -webkit-transition:opacity .25s;
  -ms-transition:opacity .25s;
  transition:opacity .25s;
  text-indent: -9999em;
  display: inline-block;
  position: absolute;
  right: 1.5em;
  margin-top: 0.5em;
}

.ref_link {
	float: right;
  font-size:1em;
  -webkit-transition:opacity .25s;
  -ms-transition:opacity .25s;
  transition:opacity .25s;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  margin-right: 1.5em;
}

.ref_link:after {
  content:'';
  position:absolute;
  right:-32px;
  top:-12px;
  height:46px;
  width:32px;
  background-image:url(lib/icon-more.png);
  background-image:url(lib/icon-more.svg),none;
  background-position:center center;
  background-repeat:no-repeat
}

.close_player:hover, .ref_link:hover {
  opacity:0.75;
  color:#FFF;
}

@media handheld,only screen and (max-width: 48em) {
	
	#big-video-wrap-spacer {
	  height: 0;
	  min-height: 0;
	  padding-bottom: 56.25%;
	}
	
	#big-video-wrap {
		height: auto;
		min-height: 0;
	}
	
	#big-video-vid, #big-video-image {
		position: static;
		display: block;
		padding: 0 1rem;
		width: 100%;
	}
	
	#big-video-wrap .banner {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.banner h1 {
		display: none;
	}
	
	.banner a {
		opacity: 1;
		font-size: 1.875em;
		display: inline-block;
		padding: 0.5rem;
		color: #FFF;
		cursor: pointer;
	}
	
	.overlay {
		text-align: center;
	}
	
	.overlay h1 {
		margin-top:0.5em;
	}
	
	.close_player {
		position: static;
		margin-top: 0;
	}
	
	.ref_link {
		float: none;
		margin-right: 0;
	}
	
}

/* Fit Vids */
.content_cage .fluid-width-video-wrapper, .overlay .fluid-width-video-wrapper {
	margin-bottom: 1.25em;
}

.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Background ani */
.bg-ani {
	position: fixed;
	z-index: 0;
	right: 0;
	top: 0;
	width: 200px;
	height: 200px;
	pointer-events: none;
}

/* Ani one */
.bg-ani--one {
	animation: bganione 40s infinite linear -3s;
	transform: translateX(100%) translateY(8vh);
}

@keyframes bganione {
  0% {
    transform: translateX(100%) translateY(8vh);
  }
  100% {
    transform: translateX(-100vw) translateY(-12vh);
  }
}

@media handheld,only screen and (max-width: 48em) {
	
	.bg-ani {
		width: 100px;
		height: 100px;
	}
	
}

/* Ani two */
.bg-ani--two {
	animation: bganitwo 40s infinite linear -26s;
	transform: translateX(100%) translateY(16vh);
}

@keyframes bganitwo {
  0% {
    transform: translateX(100%) translateY(16vh);
  }
  100% {
    transform: translateX(-100vw) translateY(-4vh);
  }
}

/* Ani three */
.bg-ani--three {
	animation: bganithree 40s infinite linear -19s;
	transform: translateX(100%) translateY(24vh);
}

@keyframes bganithree {
  0% {
    transform: translateX(100%) translateY(24vh);
  }
  100% {
    transform: translateX(-100vw) translateY(4vh);
  }
}

/* Ani four */
.bg-ani--four {
	animation: bganifour 40s infinite linear -2s;
	transform: translateX(100%) translateY(32vh);
}

@keyframes bganifour {
  0% {
    transform: translateX(100%) translateY(32vh);
  }
  100% {
    transform: translateX(-100vw) translateY(12vh);
  }
}

/* Ani five */
.bg-ani--five {
	animation: bganifive 40s infinite linear -25s;
	transform: translateX(100%) translateY(40vh);
}

@keyframes bganifive {
  0% {
    transform: translateX(100%) translateY(40vh);
  }
  100% {
    transform: translateX(-100vw) translateY(20vh);
  }
}

/* Ani six */
.bg-ani--six {
	animation: bganisix 40s infinite linear -38s;
	transform: translateX(100%) translateY(48vh);
}

@keyframes bganisix {
  0% {
    transform: translateX(100%) translateY(48vh);
  }
  100% {
    transform: translateX(-100vw) translateY(28vh);
  }
}

/* Ani seven */
.bg-ani--seven {
	animation: bganiseven 40s infinite linear -21s;
	transform: translateX(100%) translateY(56vh);
}

@keyframes bganiseven {
  0% {
    transform: translateX(100%) translateY(56vh);
  }
  100% {
    transform: translateX(-100vw) translateY(36vh);
  }
}

/* Ani eight */
.bg-ani--eight {
	animation: bganieight 40s infinite linear -1s;
	transform: translateX(100%) translateY(64vh);
}

@keyframes bganieight {
  0% {
    transform: translateX(100%) translateY(64vh);
  }
  100% {
    transform: translateX(-100vw) translateY(44vh);
  }
}

/* Ani nine */
.bg-ani--nine {
	animation: bganinine 40s infinite linear -15s;
	transform: translateX(100%) translateY(70vh);
}

@keyframes bganinine {
  0% {
    transform: translateX(100%) translateY(70vh);
  }
  100% {
    transform: translateX(-100vw) translateY(50vh);
  }
}

/* Ani ten */
.bg-ani--ten {
	animation: bganiten 40s infinite linear -5s;
	transform: translateX(100%) translateY(78vh);
}

@keyframes bganiten {
  0% {
    transform: translateX(100%) translateY(78vh);
  }
  100% {
    transform: translateX(-100vw) translateY(58vh);
  }
}

/* Ani eleven */
.bg-ani--eleven {
	animation: bganieleven 40s infinite linear -31s;
	transform: translateX(100%) translateY(86vh);
}

@keyframes bganieleven {
  0% {
    transform: translateX(100%) translateY(86vh);
  }
  100% {
    transform: translateX(-100vw) translateY(66vh);
  }
}

/* Ani twelve */
.bg-ani--twelve {
	animation: bganieleven 40s infinite linear -20s;
	transform: translateX(100%) translateY(94vh);
}

@keyframes bganitwelve {
  0% {
    transform: translateX(100%) translateY(94vh);
  }
  100% {
    transform: translateX(-100vw) translateY(74vh);
  }
}

.vis-hidden {
	position: absolute !important; 
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px); 
	height: 1px !important;
	width: 1px;
}