
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}       
body {
	margin: auto;
	position: relative;
	/* max-width: 1285px; */
}

body {
	background-color: #121314;
	font-family: 'Optima W01', 'Foundry Sterling W01', sans-serif;
	font-size: 2.25vw;
	line-height: 1.5em;
	color: #383838;
	min-height: 100%;
	min-width: 100%;
	padding-top: 5em;
	overflow-x: hidden;
}
	@media (min-width: 1200px) {
		body {
			font-size: 1.5vw; 
} }
	@media (min-height: 1000px) {
		body {
			font-size: 1.75vh; } }
	@media (max-width: 1200px) {
		body {
			font-size: 1.75vw; } }
	@media (max-width: 800px) {
		body {
			font-size: 2.25vw; } }
	@media (max-width: 640px) {
		body {
			font-size: 5vw; } }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Gill Sans W01 Display', 'Drescher Grotesk BT W01';, serif; 
	text-align: center;}

h1 {
	color: inherit;
	font-family: Gill Sans,;
	font-size: 2.2em;
	font-weight: 500;
	margin: 0.83333333333334em 0;
	line-height: inherit;
	/* line-height: 1; */
	/* text-align: left; */
}

h2 {
	color: inherit;
	margin: 0.75em 0;
	font-size: 2em;
	line-height: inherit;
	font-weight: 700;
	font-family: 'Gill Sans W01 Display', 'Drescher Grotesk BT W01', sans-serif;
	 }

h3 {
	color: inherit;
	margin: 0.76923076923077em 0;
	font-size: 1.3em;
	line-height: inherit;
	font-weight: 700;
	font-family: 'Gill Sans W01 Display', 'Drescher Grotesk BT W01', sans-serif;
	 }

h4 {
	color: inherit;
	margin: 1em 0;
	font-size: 1em;
	line-height: inherit;
	font-weight: 700; }

ul {
	list-style: none;
	margin: 1em 0 1em 1.5em;
	line-height: inherit; }

p {
	line-height: inherit; 
	color: inherit}

b {
	font-weight: 700 !important; }

object {
 	pointer-events: none;
 	overflow: hidden;
}
ul > li {
	font-size: 0.8em;
	text-indent: -.5em;
	line-height: 1.40625;
	margin: 0 0 1em;
	vertical-align: middle;
	}

	@media (max-width: 800px) {
		li {
			font-size: .9em;
			line-height: 1.25; } 
	}

a {
	cursor: pointer; 
	color: #4A9BC9;}

em {
	font-style: italic; }

sup {
	font-size: .75em;
	vertical-align: super; }
small {
	font-size: .625em;
}
b, strong {
	font-weight: 700;
}



.red-text {
	color: #4A9BC9; }

.inline-block {
	line-height: inherit;
	display: inline-block;
	vertical-align: middle; }


ul > li:before {
	content: '\2022';
	font-size: 1em;
	color: #4A9BC9;/* or whatever color you prefer */
	padding-right: .33333333333em;
	vertical-align: middle;
	line-height: 0;
	height: 0;
	margin-top: -.25em;
	display: inline-block;
	}

.two-column {
	width: 48.97959%;
	display: inline-block;
	vertical-align: top; }

.content-container {
	padding: 1em; }

button {
	color: #4A9BC9;
	margin: 0.76923076923077em 0;
	font-size: 1.3em;
	line-height: inherit;
	font-weight: 700;
	padding: 0.76923076923077em;
	border-radius: 8px;
	background: transparent;
	font-family: 'Gill Sans W01 Display', 'Drescher Grotesk BT W01', sans-serif;
	border: 3px #4A9BC9;solid;
	width: 98%;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out; }
	button:hover, button:focus {
		background: #4A9BC9;
		color: white; }

.hide {
	height: 0;
	opacity: 0;
	overflow: hidden; 
}

	
/* Layout 
==================*/
				
header {
	height: 4em;
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
}

.logo {
	height: 8em;
	width: 8em;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}
.past-main #mobileLogo {
	  opacity: 0;
            
}
.logo object {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
}
.main .logo {
	height: 8em;
	display: block;
	margin: auto;
}
.logo-text {
	display: inline-block;
	vertical-align: middle;
	color: #383838;
}
.logo-container {
	max-width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

nav {
	height: 4em;
	vertical-align: middle;
	position: fixed;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}

.past-main nav.mobileHide {
	opacity: 0;
}

nav a {
	height: 4em;
	line-height: 4;
	margin: auto 3em;
	color: white;
	opacity: 0.7;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .75em;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	font-family: 'Gill Sans W01 Display', "Drescher Grotesk BT W01";
	font-weight: 500;
}
nav a:hover {
	opacity: 1;
}
object.line {
	width: 120%;
	margin: 0 -10%;
	display: block;
}

object.line svg {
	width: 100%;
}

.main {
	max-width: 100%; 
	margin: auto;
	 position: relative;
	 z-index: 1;
}
.main p {
	text-align: inherit;
	max-width: 40em;
	margin: 1em auto;
	text-align: justify;
	font-size: .9em;
	line-height: 1.62;
}
.main ul {
	max-width: 30em;
	margin: 1em auto;
	text-align: justify;
	font-size: 1.125em;
	padding: 0 1.5em;
}
.main h3 {
	
	text-align: inherit;
}
.main img {
	width: 100%;
	max-width: 20em;
	margin: 2em auto;
	display: block;
}

.content {
	max-width: 36em;
	margin: auto;
	color: white;
	line-height: 1.25;
}
.copy {
	text-align: left;
}
.image-container {
	text-align: center;
}
.image-container.spread {
	width: 32%;
	display: inline-block;
	padding: .5em;
}
.image-container img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	max-width: initial;
}
.image-container.spread img {
	width: 100%;
}
.image-container .jar {
	max-width: 300px;
	width: 20%;
}
.curtain {
	max-width: 300px;
	display: block;
	margin: auto;
}
.curtain-image, .curtain-text {
	width: 49.5%;
	display: inline-block;
	vertical-align: middle;
	padding: 1em 2em;
}
.bkg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.625;
}
.bkg-overlay {

	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+50,000000+100&amp;1+0,0+20,0+80,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	height: 100%;
	width: 100%;
	z-index: 2;
	background-blend-mode: multiply;
}
.bkg-image {
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center;

	background-color: rgba(45,55,66,0.9);
	background-blend-mode: overlay;
}
.splash {
	
	display: table-cell;
	vertical-align: middle;

}

.splash-container {
	color: white;
	position: fixed;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em;
	text-align: center;
}
.splash-inner {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;

}
.splash h1 {
	font-family: 'Gill Sans W01 Display', 'Drescher Grotesk BT W01';
	line-height: inherit;
	line-height: 1.25;
	font-family: Garamond;
	font-style: italic;
    	
}
.splash p {
	text-align: center;
}

.section {
	overflow: hidden;
	text-align: center;
	padding: 1em;
	width: 100%;
}
.section.excerpt p {
	text-align: left;
}
.section h2 {
	text-align: center;
	font-size: 1.25em;
	color: #383838;
	line-height: inherit;
}
.section h3 {
	text-align: center;
	color: #4A9BC9;
	font-size: 1em;
	padding: 0;
	line-height: inherit;
}
.playlist ol {
	margin-left: 1em;
}
.playlist ol li{
	text-align: left;
}
.purchase-item {
	padding: 1em 0;
	margin-bottom: 2em;
}

.main a, .main a p {
	color: #4A9BC9;}

footer {
	font-size: .55em;
	padding: 1em 0;
}
footer p {
	margin: .25em auto;
	max-width: 680px;
	text-align: center;
}
footer .logo {
	display: block;
	margin: auto;
	height: 8em;
}


/* Mobile Menu 
=================*/
 #mobileLoader {
    position: fixed;
    left: -4em;
    margin-left: 100%;
    top: 1em;
    width: 3em;
    height: 3em;
    z-index: 999;
    cursor: pointer;
    border-radius: 100%;
    padding: .3333em;

    background: transparent;
    border: 1px solid white;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
     #mobileLoader svg {
      height: 100%;
      pointer-events: none; }
     
     #mobileLoader.active {
      left: 1em;
      margin-left: 0%; }

.mobile-menu-partition {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
  background: rgba(0, 28, 50, 0);
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  .mobile-menu-partition.show {
    background: rgba(13,12,15,0.7);
    top: 0;
    opacity: 1;
    z-index: 105; }

.mobileShow, .mobileShow .logo-container {
  display: none; }
.past-main .mobileShow {
	display: initial;
}
  .mobileShow.fadeOut {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0; }
.mobileNav {
  left: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.96);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 106;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; 
  z-index: 1000;
}
  .mobileNav .logo {
	height: 4em;
	width: calc(100% - 5em); 
	opacity: 1;
	max-width: 16em;
	max-height: 100%;
	position: relative;
}
 
  .mobileNav .social {
    position: relative;
    display: block;
    vertical-align: middle;
    height: initial;
    bottom: initial;
    right: initial;
    width: 100%;
    text-align: left;
    font-size: 1.5em; }
    .mobileNav .social a {
      width: 1.25em;
      margin: 0;
      margin-right: 0.5em; }
  .mobileNav.show {
    left: 5em; }
@media screen and (min-width: 800px) {
	.mobileNav.show {
    	left: calc(100% - 20em);
	}
    #mobileLoader.active {
      left:  calc(100% - 20em);
      margin-left: -5em; 
    }
}

.loader {
	width: 3em;
	height: 3em;
	pointer-events: none;
	position: absolute;
	left: -.125em;
	top: -.175em;
	padding: 0.5em;
}
.loader object {
	width: 100%;
	height: 100%;
}
.mobileNav .logo-container{
	display: block;
	width: 100%;
	position: relative;
	max-width: initial;
	height: 4em;
	background-color: #121212;
}
.mobileNav nav {
	width: 100%;
	text-align: left;
	height: auto;
	position: relative;
	display: block;
	right: initial;
	font-size: 1.5em;
	padding: 0.5em 0;
}
.mobileNav nav a {
	display: block;
	height: auto;
	line-height: inherit;
	margin: auto 1em;
}
@media (max-width: 800px) {
  .mobileHide {
    display: none !important; }

  .mobileShow, .mobileShow .logo-container {
    display: initial; }

	.main.content {
		padding: 0em 1em;
	
		padding-right: 3em;
	}

	.main.content h1 {
		line-height: 1;
    	text-align: left;
	}
 }

#modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    display: block;
    text-align: center;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    overflow: auto;
}
#modalCloser{
	position: fixed;
	left: -4em;
	margin-left: 100%;
	top: 1em;
	width: 3em;
	height: 3em;
	z-index: 1001;
	cursor: pointer;
	border-radius: 100%;
	padding: .3333em;
	background: #FFF;
	border: 1px solid rgba(164, 155, 78, 0.925);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out; }
#modalCloser object {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	pointer-events: none;}

.modal-stage{
    margin: auto;

}
.modal-close {

}
.modal {
    background: white;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
    border-radius: 8px;
    padding: 1em;
}
.modal   h2 {
        color: #4A9BC9;
        font-weight: 700;
    }
.modal    p {
        line-height: 1.5;
        margin-bottom: 1em;
        max-width: 32em;
    }

.hide {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
    position: absolute;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.copy.connect {
    line-height: 1;
}
.copy.connect p{
    line-height: 1;
    margin: 0;
    text-align: left;
}
.copy.connect p:nth-of-type(1) {
	font-size: 1.5em;
	margin-top: 2em;
}
.copy.connect p:nth-of-type(1),.copy.connect p:nth-of-type(7), .copy.connect p:nth-of-type(8) {
    line-height: 1;
    margin: 1em 0;
}


/* Media Queries
================*/

@media screen and (max-device-width: 1080px), screen and (max-width: 640px) {

.logo {
	width: 100%;
	height: 4em;
}
#mobileLoader {
	font-size: .6em;
}
.section, nav {
	
	
}
	.main img  {
		margin: 1em auto;
	
		width: 100% !important;
		/* max-width: 280px !important; */
}
	.main .logo {
	    max-height: 6em;
	}
	.image-container.spread {
		width: 100%;
	}
	.curtain-image, .curtain-text {
		width: 100%;
		padding: 1em;
	}
	.mobileHide {
		display: none !important ;
	}
	.mobileShow {
		display: initial;
  	
}
}

/* Mixins
---------*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadedIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.6; } }
@-moz-keyframes fadedIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.6; } }
@-webkit-keyframes fadedIn {
  from {
    opacity: 0; }
  to {
    opacity: 0.6; } }
@keyframes slideBack {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes slideBack {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes slideBack {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes slideIn {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes slideIn {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes slideIn {
  from {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes slideInRotated {
  from {
    transform: rotate(90deg) translate(-25%, 0);
    -moz-transform: rotate(90deg) translate(-25%, 0);
    -webkit-transform: rotate(90deg) translate(-25%, 0);
    -ms-transform: rotate(90deg) translate(-25%, 0);
    -o-transform: rotate(90deg) translate(-25%, 0);
    opacity: 0; }
  to {
    transform: rotate(90deg) translate(0, 0);
    -moz-transform: rotate(90deg) translate(0, 0);
    -webkit-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    -o-transform: rotate(90deg) translate(0, 0);
    opacity: 1; } }
@-moz-keyframes slideInRotated {
  from {
    transform: rotate(90deg) translate(-25%, 0);
    -moz-transform: rotate(90deg) translate(-25%, 0);
    -webkit-transform: rotate(90deg) translate(-25%, 0);
    -ms-transform: rotate(90deg) translate(-25%, 0);
    -o-transform: rotate(90deg) translate(-25%, 0);
    opacity: 0; }
  to {
    transform: rotate(90deg) translate(0, 0);
    -moz-transform: rotate(90deg) translate(0, 0);
    -webkit-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    -o-transform: rotate(90deg) translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes slideInRotated {
  from {
    transform: rotate(90deg) translate(-25%, 0);
    -moz-transform: rotate(90deg) translate(-25%, 0);
    -webkit-transform: rotate(90deg) translate(-25%, 0);
    -ms-transform: rotate(90deg) translate(-25%, 0);
    -o-transform: rotate(90deg) translate(-25%, 0);
    opacity: 0; }
  to {
    transform: rotate(90deg) translate(0, 0);
    -moz-transform: rotate(90deg) translate(0, 0);
    -webkit-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    -o-transform: rotate(90deg) translate(0, 0);
    opacity: 1; } }
@keyframes slideInVertical {
  from {
    transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    opacity: 0; }
  to {
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 1; } }
@-moz-keyframes slideInVertical {
  from {
    transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    opacity: 0; }
  to {
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 1; } }
@-webkit-keyframes slideInVertical {
  from {
    transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    opacity: 0; }
  to {
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 1; } }
@keyframes slideInWidth {
  from {
    transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -webkit-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    opacity: 0;
    width: 60%; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    width: 104.5%; } }
@-moz-keyframes slideInWidth {
  from {
    transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -webkit-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    opacity: 0;
    width: 60%; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    width: 104.5%; } }
@-webkit-keyframes slideInWidth {
  from {
    transform: translate(-60%, 0);
    -moz-transform: translate(-60%, 0);
    -webkit-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    -o-transform: translate(-60%, 0);
    opacity: 0;
    width: 60%; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    width: 104.5%; } }
@keyframes slideOut {
  from {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; }
  to {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; } }
@-moz-keyframes slideOut {
  from {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; }
  to {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; } }
@-webkit-keyframes slideOut {
  from {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; }
  to {
    transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    opacity: 0; } }
@keyframes slideDown {
  from {
    transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes slideDown {
  from {
    transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes slideDown {
  from {
    transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    opacity: 0; }
  to {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1; } }
/* Animation
-------------*/
.slideDown {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  animation-name: slideDown; }

.slideIn {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: slideIn;
  -moz-animation-name: slideIn;
  animation-name: slideIn; }

.fadeIn {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadedIn {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: fadedIn;
  -moz-animation-name: fadedIn;
  animation-name: fadedIn; }

.slideInRotated {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: slideInRotated;
  -moz-animation-name: slideInRotated;
  animation-name: slideInRotated; }

.slideInVertical {
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -webkit-animation-name: slideInVertical;
  -moz-animation-name: slideInVertical;
  animation-name: slideInVertical; }

.d1 {
  -webkit-animation-delay: 100ms;
  /* Chrome, Safari, Opera */
  animation-delay: 100ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d2 {
  -webkit-animation-delay: 200ms;
  /* Chrome, Safari, Opera */
  animation-delay: 200ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d3 {
  -webkit-animation-delay: 300ms;
  /* Chrome, Safari, Opera */
  animation-delay: 300ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d4 {
  -webkit-animation-delay: 400ms;
  /* Chrome, Safari, Opera */
  animation-delay: 400ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d5 {
  -webkit-animation-delay: 500ms;
  /* Chrome, Safari, Opera */
  animation-delay: 500ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d6 {
  -webkit-animation-delay: 600ms;
  /* Chrome, Safari, Opera */
  animation-delay: 600ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d7 {
  -webkit-animation-delay: 700ms;
  /* Chrome, Safari, Opera */
  animation-delay: 700ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d8 {
  -webkit-animation-delay: 800ms;
  /* Chrome, Safari, Opera */
  animation-delay: 800ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d9 {
  -webkit-animation-delay: 900ms;
  /* Chrome, Safari, Opera */
  animation-delay: 900ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

.d10 {
  -webkit-animation-delay: 1000ms;
  /* Chrome, Safari, Opera */
  animation-delay: 1000ms;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  /* Chrome, Safari, Opera */
  animation-fill-mode: backwards; }

 .blur {
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            -webkit-filter: blur(5px);
            filter: blur(5px);
        }