@charset "utf-8";

body, html {
padding: 0px;
margin: 0px;
height:100%;
background-color: #f7f7f7; /*same as footer BG color*/
font-size:24px;
color:#787878;
height: 100%;
background-color: #fafafa;
}

body, html, form, h1, h2, h3 {
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-style:normal;
margin: 0px;
padding: 0px;
}

noscript {
font-size: 20px;	
}

#wrapper {
min-height: 100%;
margin-bottom:-200px;
}

#main {
overflow:auto;
padding-bottom: 200px;
}

.fullWidth {
background-color: #f7f7f7;
width: 100%;
margin: 0 auto;
position:relative;
text-align:center;
padding: 0em 0px 0em 0px;
/*border-bottom: 1px solid #ededed;*/
background-repeat: repeat;
border-top: 0px solid #1f1f1f;
}

.fullTable {
width: 70%;
max-width: 660px;
}

a img {
border: none;	
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.fadeTwo {
-webkit-animation-delay: .25s;
-moz-animation-delay: .25s;
-ms-animation-delay: .25s;
-o-animation-delay: .25s;
animation-delay: .25s;
}

.fadeThree {
-webkit-animation-delay: .5s;
-moz-animation-delay: .5s;
-ms-animation-delay: .5s;
-o-animation-delay: .5s;
animation-delay: .5s;
}


strong {
font-weight: bold;	
}


/***********************FONTS**********************/

.smallFont {
font-size: 75%;
line-height: 1em;	
}

.smallFontTwo {
font-size: 75%;	
}

.verySmallFont {
font-size: 60%;
line-height: .5em;
}

.smallFontTable {
font-size: 80%;	
}

.largeFont {
font-size: 125%;	
}

.bigNumber {
font-size: 5em;
margin: 0px;
padding: 0px;
}

.script {
/*color:#06b7b1;*/
font-family: 'Clicker Script', cursive;
}


.center {
text-align: center;	
}

.left {
text-align: left;	
}

.right {
text-align: right;	
}

.green {
color: #74b034;
}

.blue {
color:;
}

.red {
color: #f62626;
}

.brown {
color: #c8a955;	
}

/*////////////////////END FONTS////////////////*/










/********************HEADINGS************************/

h1 {
font-family: inherit;
font-weight: 200;

}

h1.absolute {
position: absolute;
color: #ffffff;
text-align:center;
width: 100%;
font-family: 'Fjalla One', sans-serif;
font-weight: 400;
bottom: 30%;
}

h2 {
font-size: 2.4em;	
color: #7ad775;
font-weight: 200;
}

h2.big {
font-size: 2.7em;
}

h2.menuHeader {
/*background-color:#00853e;*/
color: #fff;
-webkit-appearance:none;
padding: 10px 30px;	
font-family: 'Roboto', sans-serif;
border-radius: 2px;
border: 0px solid #00853e;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px;
cursor:;
font-weight: 400;
font-size: 1.9em;
}

.drop {
box-shadow: 0px 0px 20px -1px #cecece;	
}

h3 {
font-size: 1.8em;
padding: 0px;
margin: 0px;
font-weight: 500;
color: #353535;
}




/*/////////////////////////END HEADINGS/////////////////////////*/

















/**********************FORMS*************************/

form {
	
}

::-webkit-input-placeholder {
color: ;
}

:-moz-placeholder { /* Firefox 18- */
color: ;  
}

::-moz-placeholder {  /* Firefox 19+ */
color: ;  
}

:-ms-input-placeholder {  
color: ;  
}

input[type="checkbox"] {
border: solid 1px #F1F1F1;
background-color: #ffffff;
}

span.allFieldsRequired {
font-size: .9em;
}

span.allFieldsRequiredRed {
font-size: .9em;
color:#AA0002;
}

/*CONTACT FORM*/

form input[type="text"] {
width: 400px;
padding: 6px;
background-color: none;
border: 1px solid #E1E1E1;
margin-bottom: 0px;
-webkit-appearance:none;
font-size: 16px;
}

form select {
width: auto;
padding: 6px;
background-color: none;
border: 1px solid #E1E1E1;
margin-bottom: 0px;
-webkit-appearance:none;
font-size: 20px;
}


form textarea {
min-height: 140px;
font-weight: 200;
-webkit-appearance:none;
}

form input[type="submit"] {
background-color:#06b7b1;
color: #fff;
-webkit-appearance:none;
padding: 10px 20px;	
font-family: inherit;
font-weight: 200;
font-size: 20px;
border-radius: 0px;
border: 0px solid #fff;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px;
cursor: pointer;
margin-top: 20px;
margin-bottom: 40px;
width: auto;
-webkit-appearance:none;
}

form input[type="submit"]:hover {
background-color:#059d98; 
}


input[type="radio"] {

}
/*end contactForm*/

/*//////////////////////END FORMS//////////////////////*/




/**********************LINKS***********************/

a {
color:#005a9d;
text-decoration:none;
}

a:link, a:visited {
color:#005a9d;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#ef4689;
}

a.bodyLink {
color: #851d1d;
text-decoration:none;
}

a.bodyLink:link, a.bodyLink:visited {
color:#851d1d;
text-decoration:none;
}

a.bodyLink:hover, a.bodyLink:active, a.bodyLink:focus {
text-decoration:#313131;
}

a.bodyLinkGray {
color: #b3b3b3;
text-decoration:none;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
margin-right: 8px;
margin-left: 8px;
}

a.bodyLinkGray:link, a.bodyLinkGray:visited {
color: #b3b3b3;
text-decoration:none;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
margin-right: 8px;
margin-left: 8px;
}

a.bodyLinkGray:hover, a.bodyLinkGray:active, a.bodyLinkGray:focus {
color: #7ad775;
}


a.bodyLinkWhite {
color: #fff;
text-decoration:none;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
margin-right: 8px;
margin-left: 8px;
font-size: 1.5em;
}

a.bodyLinkWhite:link, a.bodyLinkWhite:visited {
color: #fff;
text-decoration:none;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
margin-right: 8px;
margin-left: 8px;
font-size: 1.5em;
}

a.bodyLinkWhite:hover, a.bodyLinkWhite:active, a.bodyLinkWhite:focus {
color: #7ad775;
}

/*/////////////////////////END LINKS/////////////////////////*/











/*********************HEADER**************************/

header {
	height: 70px;
	background-color:transparent;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:999999;
	-webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
     transition:0.3s;
	 border-bottom: 0px solid #f1f1f1;
}

header.smaller {
	position:fixed;
	height: 60px;
	top: 0px;
	background-color:#fff;
	width: 100%;
	box-shadow: 0px 0px 20px -1px #cecece;
}

header ul {
	padding: 0px;
	margin: 0px;
}

header ul li {
	
}


#headerLogo {
	position: absolute;
	left: 20px;
	width: 200px;
	height:91px;
	top: 12px;
	text-align:center;	
	color: #ffffff;
	overflow:hidden;
	-webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
     transition:0.5s;
}

#headerLogo.smaller {
	position: absolute;
	left: 16px;
	width: 200px;
	height:91px;
	top: 10px;
	text-align:center;	
	color: #ffffff;
	overflow:hidden;
}

#headerLogoResize {
	width: 200px;
	height:91px;
}

#headerLogoResize.smaller {
	width: 200px;
	height:91px;
}

#headerBump {
height: 130px;
position:relative;	
background-color:rgba(0, 0, 0, 1.0);
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
     transition: height 0.5s;
}

#headerBump.smaller {
height: 60px;
position:relative;	
background-color:rgba(255, 255, 255, 1.0);
}


#aboutHeader {
width: 100%;
min-width: 100px;
max-height: 420px;
text-align:center;
position:relative;
overflow: hidden;
}


/*/////////////////////////END HEADER/////////////////////////*/











/*************************NAV******************************/

nav {
font-family: 'Fjalla One', sans-serif;
font-weight: 400;
width: 100%;
font-size: 20px;
position:absolute;
top: 20px;
text-align:right;
display:block;
right: 30px;
color: #b3b3b3;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

nav.smaller {
font-size: 18px;
top: 16px;
right: 26px;
}


nav ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

nav.smaller ul li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}



nav a {
	text-decoration: none;
	color: #ffffff !important;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

nav a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

nav a:hover, a:active, a:focus {
	color: #6f6f6f !important;
}


#navBTN {
display: none;	
}


/*/////////////////////////END NAV/////////////////////////*/








/************************SOCIAL***************************/

#socialIcons {

height: 30px /*Height of icons*/;
width: 130px /*width of icons x number of icons + 10 px*/;
display:;
}

#socialIcons.smaller {
position:absolute;
left: 50%;
top: 15px;
height: 27px /*Height of icons*/;
width: 130px /*width of icons x number of icons + 10 px*/;
margin-left: -65px;
display: none;
}

.socialTable {
width:240px;
margin:0 auto;	
}

.fb-like {
margin:0px;
}

/*///////////////////////END SOCIAL/////////////////////*/










/************************BUTTONS*************************/

#learnMore {
background-color:#4f4f4f;
color: #fff;
-webkit-appearance:none;
padding: 16px 40px;	
font-family: inherit;
font-size: 16px;
border-radius: 4px;
border: 2px solid #4f4f4f;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 40px;
font-weight: 400;
font-weight: 400;
-webkit-transition:  .25s;
-moz-transition:  .25s;
-ms-transition:  .25s;
-o-transition:  .25s;
transition:  .25s;
}

#learnMore:hover {
background-color:#262626;
border: 2px solid #262626; 
}

#learnMoreInverse {
background-color:#fff;
color: #262626;
-webkit-appearance:none;
padding: 16px 40px;	
font-family: inherit;
font-size: 18px;
border-radius: 4px;
border: 2px solid #fff;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
cursor: pointer;
margin-top: 10px;
margin-bottom: 40px;
font-weight: 400;
font-weight: 400;
-webkit-transition:  .25s;
-moz-transition:  .25s;
-ms-transition:  .25s;
-o-transition:  .25s;
transition:  .25s;
min-width: 220px;
}

.negTop {

}

#learnMoreInverse:hover {
background-color:#b7b7b7;
border: 2px solid #b7b7b7; 
}

#learnMoreYoutube {
background-color:#b8242b;
color: #fff;
-webkit-appearance:none;
padding: 10px 20px;	
font-family: inherit;
font-size: 16px;
border-radius: 2px;
border: 1px solid #b8242b;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px;
cursor: pointer;
margin-top: 20px;
margin-bottom: 40px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
font-weight: 400;
-webkit-transition:  .25s;
-moz-transition:  .25s;
-ms-transition:  .25s;
-o-transition:  .25s;
transition:  .25s;
box-shadow: 0px 0px 20px -1px #861115;
}

#learnMoreYoutube:hover {
background-color:#ac1d1f;
border: 1px solid #ac1d1f; 
}

.centerButton {
width: 100%;
text-align:center;
	-webkit-animation-delay:  2s;
    -moz-animation-delay:  2s;
    -ms-animation-delay:  2s;
    -o-animation-delay:  2s;
     animation-delay:  2s;
	-webkit-animation-duration:  2s;
    -moz-animation-duration:  2s;
    -ms-animation-duration:  2s;
    -o-animation-duration:  2s;
     animation-duration:  2s;	
}

#topBTN {
display:none;
position: fixed;
right: 0px;
bottom: 100px;
z-index:99999999999999999;
width: 50px;
padding: 5px;
font-family: inherit;
background-color:#000000;
color: #fff;
text-align:center;
cursor:pointer;
}

#topBTN.smaller {
display:block;
bottom: 100px;
}

#orderOnline {
background-color:#7ad775;
color: #fff;
-webkit-appearance:none;
padding: 4px 20px;	
font-family: inherit;
font-size: 16px;
border-radius: 100px;
border: 1px solid #7ad775;
-webkit-border-radius: 100px; 
-moz-border-radius: 100px;
cursor: pointer;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
-webkit-transition:  .25s;
-moz-transition:  .25s;
-ms-transition:  .25s;
-o-transition:  .25s;
transition:  .25s;
}

#orderOnline:hover {
background-color:#93e88e;
border: 1px solid #93e88e;
}



#couponBTN {
background-color:#7ad775;
color: #fff;
width: auto;
height:auto;
-webkit-appearance:none;
padding: 30px 50px;	
font-family: inherit;
font-size: 20px;
border-radius: 0px;
border: 0px solid #7ad775;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px;
cursor: pointer;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 200;
}

#couponBTN:hover {
background-color:#93e88e; 
}



/*////////////////////END BUTTONS///////////////////////*/







/********************BODY SETTINGS********************/

img {
	
}

.onePad {
	padding: 1em 0;
}

.twoPad {
	padding: 2em 0;
}

.threePad {
	padding: 3em 0;
}

.fourPad {
	padding: 4em 0;
}

.fivePad {
	padding: 5em 0;
}

.bottomPad {
padding-top: 0em;	
padding-bottom: 3em;
}

.topPad {
padding-top: 1em;	
padding-bottom: 0em;
}

.topPadTwo {
padding-top: 1.5em;	
padding-bottom: .4em;
}

section {
	
}

.inner {
width: 78%;
padding-right: 0%;
padding-left: 0%;
margin: 0 auto;	
color:;
}

.innerInner {
width: 60%;
padding-right: 0%;
padding-left: 0%;
margin: 0 auto;	
color:;
}



.lightBG {
background-color: #fafafa;
border-bottom: 1px solid #e9e9e9;
}

.creamBG {
background-color: #f2f1c4;
}

.oliveBG {
background-color: #8aae88;
}

.bbqBG {
background-color: #831515;	
}

.tomatoBG {
background-color: #dc0909;	
}

.pestoBG {
background-color: #287111;
}

.saladBG {
background-color: #61a15f;	
}

.lightTextureBG {
background-image: url(../images/lightTexture.jpg);
background-repeat:repeat;
}

.darkBG {
background-color: #353535;
color: #ffffff;
}

.blueBG {
background-color: #87c2ad;
color: #ffffff;
}

.greenBG {
background-color: #8c9c38;
color: #ffffff;
}

.yellowBG {
background-color: #f3ca09;
color: #ffffff;
}

.grayBG {
background-color: #666666;
color: #ffffff;
}

.pinkBG {
background-color: #e63c80;
color: #ffffff;
}

.whiteBG {
background-color: #ffffff;	
}

.twitterBG {
background-color: #2ba8e0;	
}

.mailchimpBG {
background-color: #7ad775;	
}

.youtubeBG {
background-color: #a11c20;	
}

.borderBorderTopBottom {
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;	
}

.borderBorderTop {
border-top: 1px solid #e1e1e1;	
}

.borderBorderBottom {
border-bottom: 1px solid #ebebeb;	
}

.allBorderLight {
border: 1px solid #eaeaea;	
}

.cursor {
cursor: pointer;	
}

.fade {
	-webkit-animation-duration:  5s;
    -moz-animation-duration:  5s;
    -ms-animation-duration:  5s;
    -o-animation-duration:  5s;
     animation-duration: 5s;	
}

#map {
width:80%;
height:300px;
margin: 0 auto;	
}

#custFaveHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/custFaveHeading2.jpg");
background-repeat: no-repeat;
background-size:100%;
}

#saladHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/saladHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}

#byoHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/byoHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}

#grinderHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/grinderHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}

#dessertHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/dessertHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}

#appetizerHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/appetizerHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}


#dtgHead {
width: 100%;
padding:80px 0px;
background-image:url("../images/dtgHeading.jpg");
background-repeat: no-repeat;
background-size:100%;
}


.boxFull {
width: 80%;
min-width: 500px;
max-width: 800px;
padding: 40px;
border: 1px solid #ebebeb;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 20px -1px #cecece;
margin: 0 auto;
}


.menuDetails {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 5px 0px 0px 0px;
text-align: center;
	
}

#showCPN {
display: none;	
}


/*////////////////////END BODY SETTINGS////////////////*/












/********************COLUMNS*************************/

.oneCol {
width: 960px;
margin: 0 auto;
position:relative;	
}

/*three column*/
#threeColLeftCol {
width: 27%;
min-width: 200px;
float: left;
padding: 2em 1%;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColLeftCol:hover {
border: 0px solid #aad9fd;
}

#threeColMidCol {
width: 28%; /* Account for margins + border values */
min-width: 200px;
float: left;
padding: 2em 3%;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColMidCol:hover {
border: 0px solid #aad9fd;
}

#threeColRightCol {
width: 27%;
min-width: 200px;
padding: 2em 1%;
float: left;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5sw;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColRightCol:hover {
border: 0px solid #aad9fd;
}


#threeColLeftColSmall {
width: 27%;
min-width: 200px;
float: left;
padding: 2em 1%;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColLeftColSmall:hover {
border: 0px solid #aad9fd;
}

#threeColMidColSmall {
width: 28%; /* Account for margins + border values */
min-width: 200px;
float: left;
padding: 2em 3%;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColMidColSmall:hover {
border: 0px solid #aad9fd;
}

#threeColRightColSmall {
width: 27%;
min-width: 200px;
padding: 2em 1%;
float: left;
margin: 1%;
text-align: center;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
}

#threeColRightColSmall:hover {
border: 0px solid #aad9fd;
}

/*two column*/

#twoColLeftCol {
width: 50%;
float: left;
padding: 0%;
margin: 0%;
-webkit-animation-duration:  .5s;
-moz-animation-duration:  .5s;
-ms-animation-duration:  .5s;
-o-animation-duration:  .5s;
animation-duration:  .5s;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
min-width: 300px;
}

#twoColLeftCol:hover {
border-color:#d2d2d2;
}

#twoColRightCol {
width: 50%;
float: left;
padding: 0%;
margin: 0%;
-webkit-transition:  .5s;
-moz-transition:  1;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
min-width: 300px;
}

#twoColRightCol:hover {
border-color:#d2d2d2;
}

#twoColLeftColSmall {
width: 47%;
float: left;
padding: 2em 0%;
margin: 1%;
	 	-webkit-animation-duration:  .5s;
    -moz-animation-duration:  .5s;
    -ms-animation-duration:  .5s;
    -o-animation-duration:  .5s;
     animation-duration:  .5s;
-webkit-transition:  .5s;
-moz-transition:  .5s;
-ms-transition:  .5s;
-o-transition:  .5s;
transition:  .5s;
min-width: 300px;
}

#twoColLeftColSmall:hover {
border-color:#d2d2d2;
}

#twoColRightColSmall {
width: 47%;
float: left;
padding: 2em 0%;
margin: 1% 1% 1% 2%;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
min-width: 300px;
}

#twoColRightColSmall:hover {
border-color:#d2d2d2;
}

.clrfix {
clear: both;	
}


.centerTable {
margin: 0px auto;
}

.boxContainer {
display: table; 
border-spacing: 60px 0;
width: 80%;
margin: 0 auto;
table-layout: fixed;
max-width: 1600px;
}

.boxThree {
display: table-cell;
width: 100%;
border: 1px solid transparent;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
/*background-color: #fff;*/
box-shadow: 10px 10px 20px -1px #c1c1c1;
padding: 1.5% 2%;
font-size: 18px;
overflow: hidden;
vertical-align: top;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #fff;
}

.boxThreeMid {
vertical-align: middle;
}

.boxThree:hover {

}



/*/////////////////////END COLUMNS//////////////////*/













/*********************IMAGES***********************/

.resizeImage {
width: 100%;
height: auto;
max-width: 800px;
}

.cutsheet {
width: 100%;
height: auto;
max-width: 500px;
}

img.pad {
margin: 30px 0px 10px 0px;	
}

.location {
width: 100%;
height: auto;
max-width: 500px;
border: 1px solid #efefef;
opacity: 0.5;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
}

.location:hover {
opacity: 1;
}

.menuImage {
width: 800px;
height: 180px;
padding-top: 10px;
border-radius: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 1px solid #ffffff;
}

.youtubeLogo {
width: 200px;
height:auto;
max-width: 90%;	
}

.menuIcon {
height: 24px;
width: auto;
margin: 0px 5px 0px 5px;
}

#floati {
min-width: 100%;
height: auto;
min-height: 100%;	
}

/*//////////////////END IMAGES//////////////////*/












/********************ICONS**********************/

img.responsiveImageIcon {
width: 30%;
height: auto;
max-width: 500px;
}

/*//////////////////END ICONS//////////////////*/








/*************************BILLBOARD IMAGE**************************/

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	font-family: 'Fjalla One', sans-serif;
font-weight: 400;

	/*text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);*/
	font-size: 2em;
	color:#fff;
	font-weight:;
	/*margin-bottom: -100px;*/
}

.scrollMore {
display: block;
width: 30px;
font-size: 1em;
position: absolute;
left: 50%;
bottom: 10px;
margin-left: -15px;
opacity: 0.4;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
cursor: pointer;
}

.scrollMore:hover {
opacity: 0.6;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	-webkit-animation-duration:  1s;
    -moz-animation-duration:  1s;
    -ms-animation-duration:  1s;
    -o-animation-duration:  1s;
     animation-duration:  1s;
	 line-height: 1em;
}

.content-b .small {
font-size: 30%;
font-weight: 300;
position: absolute;
bottom: 20px;
left: 20px;
}

.content-b .verySmall {
font-size: 40%;
}

.background #button {
	font-family: inherit;
	font-size: 20px;
	border-radius: 0px;
  	border: 2px solid #fff;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
	background-color:transparent;
	color: #fff;
	padding: 10px;
	width: 180px;
	 
}

.background #button:hover {
  	border: 2px solid #c8a955;
	color: #c8a955;
	cursor:pointer;
}

/*////////////////END BILLBOARD IMAGE/////////////////////*/












/********************FOOTER******************************/

footer {
min-height: 400px;
color:#fff;
position:relative;
width: 100%;
padding-top: 100px;
padding-bottom: 20px;
display:;
font-size: 16px;
border-top: 1px solid #dfdfdf;
background-image: url(../images/footerImage.jpg);
background-size: cover;
background-repeat: no-repeat;
font-family: 'Fjalla One', sans-serif;
}

.footerInner {
width: 80%;
margin: 0 auto;
text-align:center;
}

.footerNav ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	line-height:;
}

.footerNav ul li {
	
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}



.footerNav a {
	text-decoration: none;
	color: #fff;
	font-family: inherit;
	font-weight: 200;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}

.footerNav a:visited {
	text-decoration: none;
	color: #fff;
	font-family: inherit;
	font-weight: 200;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}

.footerNav a:hover, a:active {
	color: #25ae65;
}

/*///////////////////////END FOOTER//////////////////////*/













/**********************GRID**************************/

.grid {
width: 14.1%;
padding: 12px 0px 12px 0px;
background-color:#7ad775;
float: left;
margin: 0%;
border: 1px solid #67c662;
position:relative;
text-align: center;
min-width: 140px;
/*border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;*/
-webkit-transition:  0.3s;
-moz-transition:  1;
-ms-transition:  0.3s;
-o-transition:  0.3s;
transition:  0.3s;
cursor:pointer;	
color: #ffffff;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size:.6em;
}

.menuNav {
width: 100%;
background-color:#7ad775;
position: relative;
}

.menuNav.smaller {
position: fixed;
top: 60px;
width: 100%;
background-color:#7ad775;
z-index:9999999999999999999
}

.noRightBorder {
border-right: 0px solid #8f0707;
}

.grid:hover {
background-color: #93e88e;	
}

.gridToday {
width: 97%;
background-color:#fefefe;
margin: 1%;
border: 1px solid #eaeaea;
position:relative;
text-align: center;
min-width: 300px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;	
}

.innerGrid {
padding:1%;
line-height: 2em;
}

.gridTitle {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 1.3em;	
font-weight: bold;
margin-bottom: 8px;
line-height: 1.1em;
}

.gridTitleToday {
background-color: #d1d1d1;
padding: 16px 0px;
font-family: 'Roboto', sans-serif;
font-size: 1.4em;	
}

/*.grid:hover {
border: 1px solid #06b7b1;
}
*/
img.gridIcon {
max-width: 500px;
width: 98%;
opacity: .68;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
}

img.gridIcon:hover {
opacity: 1;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
}

.gridLocations {
width: 31%;
padding: 0px 0px 8px 0px;
background-color:#fafafa;
float: left;
margin: 1% 1% 3% 1%;
border: 1px solid #f6f6f6;
position:relative;
text-align: center;
min-width: 300px;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
cursor:;	
color:;
font-size:1em;
border-top: 0px;
}


.gridPizza {
width: 25%;
background-color: #fff;
border: 1px solid #ebebeb;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 14px -1px #cecece;
float: left;
margin: 2%;
padding: 2%;
position:relative;
text-align: center;
min-width: 220px;
font-size: 75%;
min-height: 200px;
overflow: hidden;
line-height: 1.2em;
}


.gridF {
/*width: 31%;*/
padding: 0px 0px 0px 0px;
background-color:#ad0f0f;
float: none;
display:inline-block;
margin: 1%;
border: 1px solid #ad0f0f;
position:relative;
text-align: center;
width: 300px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
cursor:pointer;	
color: #ffffff;
font-family: 'Roboto', sans-serif;
font-weight: 400;

font-size:.7em;
position:relative;
}

.gridF:hover {
background-color: #cc2929;	
}

/*********************END GRID***********************/



/**********************BROSWER UPDATE**************************/
.buorg {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #A29330;
    background:#313131 no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);\
    text-align:left;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#ffffff;
    font-size: 12px;
	z-index:99999999999999;
}
.buorg div {
    padding:15px 36px 15px 40px;
}
.buorg a {
    color:#E25600;
}

/*///////////////////////END BROSWER UPDATE//////////////////////*/







@media screen and (min-width:780px) {
       nav { 
	   display:block !important;
}
}










@media (max-width: 1200px) {
.grid {
width: 20%;
margin: 1%;
padding: 1%;
min-width: 100px;
}

.noRightBorder {
border-right: 1px solid #67c662;
}
}









@media (max-width: 780px) {

body, html {
	font-size:17px;
}


/***********HEADINGS SMALL**********/
h1 {
font-size: 2em;
}

h2 {
font-size: 1.5em;
font-weight: 700;	
}

h2.big {
font-size: 1.8em;	
}

h1.absolute {
position: absolute;
color: #ffffff;
text-align:center;
width: 100%;
bottom: 20%;
font-size:1.4em
}

h2.menuHeader {
/*background-color:#00853e;*/
padding: 0px 0px 0px 0px;
margin: 0px;	
}


/*//////////END HEADINGS SMALL///////*/






/**************FORMS SMALL***********/

#contactForm input, textarea {
	width: 80%;
}


form input[type="text"] {
width: 80%;
padding: 10px;
background-color: none;
border: 1px solid #E1E1E1;
margin-bottom: 8px;
-webkit-appearance:none;
font-size: 20px;
}

/*/////////////END FORMS SMALL//////////*/








/****************HEADER SMALL****************/

header {
	height: 60px;
	/*background-color:rgba(0, 0, 0, 0.5);*/
	width: 100%;
	position:relative;
	margin-bottom: -60px;
	z-index:999999;

}

#headerLogo {
	position: absolute;
	left: 5px;
	margin-left: 0px;
	top: 10px;
	text-align:center;	
	color: #ffffff;
	overflow:hidden;
	width: 88px;
	height: 40px;
}



#headerLogoResize {
	width: 88px;
	height: 40px;
	top: 5px;
}

#headerBump {
height: 60px;
}

#aboutHeader {
width: 100%;
min-width: 200px;
height: auto;
text-align:center;
position:relative;
height: 90px;
}




/*//////////////END HEADER SMALL/////////////*/










/****************NAV SMALL*********************/

	nav {
		display: none;
		font-family: inherit;
		width: 100%;
		font-size: 22px;
		position:absolute;
		top:90px;
		right:0px;
		text-align:center;
		z-index:99999999999999999999999999;
	}
	
	nav ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	
	display: block;
	padding: 10px;
		background-color:#2E2E2E;
		border-bottom:1px #222222 solid;
		margin: 0px;
		color: #ffffff;
}

nav.smaller {
		font-family: inherit;
		width: 100%;
		font-size: 22px;
		position:absolute;
		top:60px;
		right:0px;
		text-align:center;
		z-index:99999999999999999999999999;	
}

nav.smaller ul li {
	display: block;
	padding: 10px;
		background-color:#2E2E2E;
		border-bottom:1px #222222 solid;
		margin: 0px;
		color: #ffffff;
}

#navBTN {
display: block;
position:absolute;
top: 5px;
right: 5px;	
}

/*/////////////END NAV SMALL////////////*/







/***************SOCIAL SMALL***************/

#socialIcons {
display: ;
}

#socialIcons.smaller {
display: ;
}


/*////////////END SOCIAL SMALL////////////*/







/***************BUTTONS SMALL***************/

#topBTN.smaller {
display:block;	
bottom: 45px;
}


/*////////////END BUTTONS SMALL////////////*/
	

	






/*****************BODY SETTINGS SMALL****************/

.bigNumber {
font-size: 4em;
margin: 0px;
padding: 0px;	
}

.smallFontTable {
font-size: 80%;	
}

.smallFont {
font-size: .8em;
line-height: 1.3em;	
}

.verySmallFont {
font-size: 80%;
line-height: .5em;
}

.innerCol {
position: relative;
width: 100%;
min-width: 100%;
margin: 0 auto;	
}

.inner {
width: 92%;
}

.innerInner {
width: 92%;
}

#locationInfo {
background-color:#2E2E2E;
border-bottom:1px #222222 solid;
padding: 8px 0px;	
}

#map {
width:100%;
height:160px; 	
}

.fullTable {
width: 100%;
}

#custFaveHead {
padding:40px 0px;
}

#saladHead {
padding:40px 0px;
}

#byoHead {
padding:40px 0px;
}

.menuNav {
width: 100%;
background-color:#7ad775;
position: relative;
}

.menuNav.smaller {
position: relative;
top: 0px;
width: 100%;
}


.boxFull {
width: 90%;
min-width: 200px;
max-width: 400px;
padding: 5%;
border: 1px solid #ebebeb;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 20px -1px #cecece;
margin: 0 auto;
}



.boxContainer {
display: block; 
border-spacing: 0;
width: 100%;
margin: 0 auto;
}

.boxThree {
display: block;
width: 75%;
border: 1px solid transparent;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
/*background-color: #fff;*/
box-shadow: 10px 10px 20px -1px #c1c1c1;
padding: 4%;
font-size: 18px;
overflow: hidden;
vertical-align: top;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: #fff;
margin: 5% auto 20% auto;
}



/*///////////////END BODY SETTINGS SMALL//////////*/










/*****************COLUMNS SMALL****************/

.oneCol {
width: 100%;
	
}

#threeColLeftCol {
	width: 95%;
	float: none;
	padding: 2em 0px;
	margin: 2em auto;
}

#threeColMidCol {
	width: 95%; 
	float: none;
	padding: 2em 0px;
	margin: 2em auto;
}

#threeColRightCol {
	width: 95%;
	padding: 2em 0px;

	float: none;
	margin: 2em auto;
}

#threeColLeftColSmall {
	width: 33%;
	float:left;
	padding: 2em 0px;
	margin: 2em auto;
	min-width:80px;
}

#threeColMidColSmall {
	width: 33%; 
	padding: 2em 0px;
	margin: 2em auto;
	float:left;
	min-width:80px;
}

#threeColRightColSmall {
	width: 33%;
	padding: 2em 0px;
	margin: 2em auto;
	float:left;
	min-width:80px;
}


#twoColLeftCol {
width: 100%;
float: none;
margin: 1% auto;
padding: 1em 0px;
}

#twoColRightCol {
width: 100%;
float: none;
margin: 1% auto;
padding: 1em 0px;
}

#twoColLeftColSmall {
width: 47%;
float: left;
margin: 10px 1%;
padding: 2em 0px;
min-width: 140px;
}

#twoColRightColSmall {
width: 47%;
float: left;
margin: 10px 1%;
padding: 2em 0px;
min-width: 140px;
}


.gridPizza {
width: 80%;
background-color: #fff;
border: 1px solid #ebebeb;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0px 0px 14px -1px #cecece;
float: none;
margin: 10% auto;
padding: 5%;
position:relative;
text-align: center;
min-width: 220px;
font-size: 100%;
min-height: 180px;
overflow: hidden;
line-height: 1.2em;
}



/*///////////////END COLUMNS SMALL//////////*/










/*************************BILLBOARD IMAGE SMALL**************************/

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	font-family: 'Fjalla One', sans-serif;
font-weight: 400;

	/*text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);*/
	font-size: 1.5em;
	color:#fff;
	font-weight:200;
}

.scrollMore {
display: none;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	-webkit-animation-duration:  1s;
    -moz-animation-duration:  1s;
    -ms-animation-duration:  1s;
    -o-animation-duration:  1s;
     animation-duration:  1s;
}

.content-b .small {
font-size: 40%;
bottom: 20px;
left: 0px;
width: 100%;
text-align: center;
}

.background #button {
	font-family: inherit;
	font-size: 20px;
	border-radius: 0px;
  	border: 2px solid #fff;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
	background-color:transparent;
	color: #fff;
	padding: 10px;
	width: 180px;
	margin-top: 15px;
	font-weight: 200;
}

.background #button:hover {
  	border: 2px solid #06b7b1;
	color: #06b7b1;
	cursor:pointer;
}

/*/////////////END BILLBOARD IMAGE SMALL///////////////////*/







/*********************IMAGES SMALL*************************/


.resizeImage {
width: 100%;
height: auto;
max-width: 260px;	
}

.gallery {
max-width: 98%;	
}

.homeImage {
width: 280px;
height: 80px;
margin: 0 auto;	
}

.madeInMontana {
width: 150px;
height: 142px;	
}

.menuImage {
width: 90%;
height: auto;
padding-top: 10px;
}


/*///////////////////////END IMAGES SMALL//////////////*/







/*********************ICONS SMALL*************************/


/*///////////////////////END ICONS SMALL//////////////*/














/**********************GRID SMALL**************************/

.grid {
width: 40%;
background-color:;
padding: 2%;
margin: 2%;
position:relative;
text-align: center;
min-width: 80px;
float:left;
}


.gridLocations {
width: 44%;
padding: 10px 0px;
background-color:;
float: left;
margin: 2% 2% 10% 2%;
border: 0px solid #ad0f0f;
position:relative;
text-align: center;
min-width: 100px;
text-align: center;
}


img.layoutIcon {
width: 100%;
max-width: 300px;
}




.gridF {
/*width: 31%;*/
padding: 0px 0px 0px 0px;
background-color:#ad0f0f;
float: none;
display:inline-block;
margin: 1%;
border: 1px solid #ad0f0f;
position:relative;
text-align: center;
width: 280px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-webkit-transition:  1s;
-moz-transition:  1;
-ms-transition:  1s;
-o-transition:  1s;
transition:  1s;
cursor:pointer;	
color: #ffffff;
font-family: 'Roboto', sans-serif;
font-weight: 400;

font-size:.7em;
position:relative;
}

.gridF:hover {
background-color: #cc2929;	
}

/*//////////////////END GRID SMALL///////////////////////*/




/********************FOOTER SMALL******************************/

footer {
	min-height: 200px;
}



.footerInner {
}

.footerNav ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}

.footerNav ul li {
	
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}

/*///////////////////////END FOOTER SMALL//////////////////////*/



}









/**********************************************************************************/
/********************************************/
/********************************************








                  ANIMATE










				  
/********************************************/
/********************************************/
/********************************************/
/*********************************************************************************/


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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);

  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -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(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

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

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {

    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

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

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

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

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

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

  100% {
    -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 {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

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

