:root {
	--bodyfont: optimusprincepssemiboldRg
}

* {
	box-sizing: border-box;
	margin: 0
}

@font-face {
	font-family: 'optimusprincepssemiboldRg';
	src: url(../fonts/optimusprincepssemibold-webfont.woff2) format("woff2"), url(../fonts/optimusprincepssemibold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

body {
	font-family: 'optimusprincepssemiboldRg';
	padding: 0;
	margin: 0;
	text-align: justify;
	font-size: 19px;
	line-height: 1.3;
	overflow-x: hidden
}

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

a {
	text-decoration: none;
	cursor: pointer
}

img {
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

.p-0 {
	padding: 0
}

.m-0 {
	margin: 0
}

section {
	padding-block: 30px
}

.banner-block img {
	width: 100%
}

:focus {
	outline: none
}

::placeholder {
	color: #e0e0e0
}

input {
	font-family: var(--bodyfont);
	border: none
}

select:required:invalid {
	color: #e0e0e0
}

option[value=""][disabled] {
	display: none
}

option {
	color: #000
}

select {
	background-color: #747474
}

textarea {
	resize: none;
	font-family:'Roboto', sans-serif;
}

textarea::placeholder {
	font-family: var(--bodyfont)
}

.animatable {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused
}

.topslider-box {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start
}

.headerRow {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	-webkit-transition: position 10s;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: position 10s
}

.headerRow .logo img {
	width: 185px
}

.fixed-header .logo img {
	width: 114px
}

.headerRow.fixed-header {
	padding: .5% 6%;
	z-index: 99;
	background-color: #0a1857;
	animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px)
	}

	100% {
		transform: translateY(0px)
	}
}

.aboutUs-box {
	display: flex;
	flex-direction: column;
	position: relative
}

.headingRow {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center
}

.headingRow span {
	font-size:50px;
	line-height:50px;
	color: #10162e
}

.headingRow img {
	width: auto
}

.headingRow.w span {
	color: #fff;
	text-shadow: 1px 2px 0 #000
}

.headingRow.w img {
	filter: invert(100%)
}

.aboutUs-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.aboutUs-row .left {
	width: 60%;
	background: url(../images/about-us-bg.webp) no-repeat;
	background-size: 100% 100%;
	text-align: right
}

.aboutUs-row .left img {
	width: 70%;
	position: relative;
	z-index: 9
}

.aboutUs-row .right {
	width: 40%;
	background: url(../images/aboutUs-leaf.png) no-repeat;
	background-size: contain;
	background-position: right center;
	padding-right: 95px;
	display: flex;
	flex-direction: column;
	color: #01164b
}

.aboutUs-row .right span {
	font-size: 25px;
	margin-bottom: 20px;
	position: relative
}
/*
.aboutUs-row .right span::before {
	content: "";
	position: absolute;
	width: 36%;
	height: 2px;
	background-color: #01164b;
	right: 0;
	bottom: 0
}

.aboutUs-row .right p {
	padding-left: 20px
}
*/
.aboutUs-row .right a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin:20px 0 0 0px;
	color: #01164b
}

.aboutUs-row .right a:hover {
	color: #659802
}

.grassline {
	width: 100%;
	height: 100px;
	background: url(../images/grass.png)repeat-x;
	position: absolute;
	bottom: 0
}

.ingredients-box {
	background: #1759a6;
	background: radial-gradient(circle, rgba(23, 89, 166, 1) 0%, rgba(4, 50, 141, 1) 50%, rgba(2, 25, 81, 1) 100%)
}

.leafright {
	position: absolute;
	right: 0;
	width: 165px
}

.leftleft {
	position: absolute;
	width: 165px;
	left: 0;
	left: -25px;
	width: 165px;
	transform: rotateY(180deg)
}

.bottomright {
	position: absolute;
	right: 0;
	bottom: 40%;
	width: 250px;
	transform: translateY(-40%)
}

.bottomleft {
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 160px;
	transform: rotateY(180deg)
}

.ingredients-row {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	color: #fff;
	flex-direction: column
}

.ingredients-row div span {
	font-size: 26px
}

.ingredients-row a {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff
}

.ingredients-row a:hover {
	color: #cde997
}

.ingredientCnt-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
	margin: 50px 0 100px
}

.ingredientCnt-box .left {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.ingredientCnt-box .left div {
	width: 46%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px
}

.ingredientCnt-box .right {
	width: 53%
}

.media-corner-box {
	background: url(../images/media-bg.png) repeat-y;
	padding: 40px 0;
	background-size: 100%
}

.mediaRow {
	width: 85%;
	margin-left: auto;
	margin-right: auto
}

.contact-us-box {
	background: url(../images/contact-us-bg.webp) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0
}

.contactRow {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column
}

.contactRow .tagline {
	color: #fff;
	font-size: 25px;
	text-align: center
}

.formBox form {
	display: flex;
	flex-direction: column;
	margin-top: 30px
}

.formBox form div {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px
}

.formBox form div span {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	height: 20px
}

.formBox form div input {
	border: none;
	border-radius: 15px;
	line-height: 22px;
	height: 48px;
	padding: 0 20px;
	font-size: 17px;
	background-color: #eaeaea
}

.formBox form div textarea {
	border: none;
	border-radius: 15px;
	line-height: 22px;
	height: 100px;
	padding: 20px;
	font-size: 17px;
	background-color: #eaeaea
}

.formBox form div button {
	background-color: #01164b;
	color: #fff;
	font-size: 18px;
	font-family: var(--bodyfont);
	border: none;
	width: 200px;
	padding: 12px 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s
}

.formBox form div button:hover {
	background-color: #659802
}

.contactForm form div span {
	color: #3a7dcb !important
}

.footerBox {
	background: url(../images/footer-bg.png) repeat-y;
	background-size: 100%;
	padding: 60px 0 0;
	position: relative
}

.footerLogo {
	position: absolute;
	left: 0;
	width: 300px
}

.footercnt-row {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	letter-spacing: 1px;
	font-size: 15px;
	align-items: center;
	padding-bottom: 10px
}

.footercnt-row .links {
	text-align: right;
	padding-right: 50px;
	border-right: 1px solid #ccc
}

.footercnt-row .links ul li {
	margin: 5px 0
}

.footercnt-row .links ul li a {
	color: #fff;
	display: inline-block;
	width: 100%
}

.footercnt-row .links ul li a:hover {
	color: #a8fb07
}

.footercnt-row .social {
	display: flex;
	flex-direction: column;
	padding: 0 50px;
	border-right: 1px solid #ccc
}

.footercnt-row .social span {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 7px 0
}

.footercnt-row .social span img {
	width: 28px;
	margin-right: 10px
}

.footercnt-row .social span a {
	color: #fff
}

.footercnt-row .newletter {
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	color: #fff
}

.footercnt-row .newletter input {
	border: none;
	border-radius: 10px;
	line-height: 16px;
	height: 36px;
	padding: 0 10px;
	font-size: 15px;
	background-color: #eaeaea;
	margin: 11px 0
}

.footercnt-row .newletter button {
	background-color: #01164b;
	color: #fff;
	font-family: var(--bodyfont);
	border: none;
	width: 96px;
	padding: 7px 0;
	border-radius: 7px;
	cursor: pointer;
	transition: .3s
}

.footercnt-row .newletter button:hover {
	background-color: #659802
}

.guidline {
	background-color: #0d397a;
	width: 100%;
	height: 60px;
	margin-top: 7px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.guidline span {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	position: absolute
}

.guidline span img {
	vertical-align: bottom
}

.copyline {
	background-color: #01164b;
	color: #fff;
	text-align: center;
	padding: 10px 0
}

.copyline a {
	color: #fff;
	text-decoration: underline
}

.hamburger-menu {
	display: flex;
	flex-direction: column;
	justify-content: center
}

#menu__toggle {
	display: none
}

.menu__box {
	visibility: visible;
	position: relative;
	right: 0;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	transition-duration: .25s
}

.menu__box ul {
	margin: 0;
	padding: 0
}

.menu__box ul li {
	display: flex;
	justify-content: center
}

.menu__item {
	display: block;
	padding: 8px 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	margin-right: 5px;
	transition-duration: .25s
}

.menu__item:hover {
	background-color: #659802;
	color: #fff;
	border-radius: 4px
}

.menu__item.active {
	background-color: #659802;
	color: #fff;
	border-radius: 4px
}

.about-rajNiwas-box {
	padding: 0 0 50px;
	background: #ded8df;
	background: radial-gradient(circle, #f4f2f6 0%, #ded8df 50%, #ded8df 100%);
	position: relative
}

.trdpleaf {
	position: absolute;
	right: 0;
	width: 260px;
	top: 8%
}

.trdpleaf-1 {
	position: absolute;
	left: 0;
	width: 190px;
	top: 8%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(60deg)
}

.trdpleaf-2 {
	position: absolute;
	left: 0;
	width: 190px;
	top: 8%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(160deg)
}

.trdpleaf-3 {
	position: absolute;
	right: -30px;
	width: 190px;
	bottom: 30%;
	transform: translateY(-30%)
}

.trdpleaf-4 {
	position: absolute;
	left: -30px;
	width: 220px;
	bottom: 10%
}

.aboutleaf {
	position: absolute;
	right: -57px;
	top: 50%;
	transform: translateY(-50%);
	width: 330px
}

.aboutleafbottom {
	position: absolute;
	left: -57px;
	bottom: 0;
	width: 170px
}

.aboutrajniwas-cnt {
	width: 75%;
	margin-left: auto;
	margin-right: auto
}

.aboutrajniwas-cnt .cnt {
	color: #2163ab;
	text-align: center
}

.about-trdpBox {
	padding: 0 0 50px;
	background: #f4f2f6;
	background: radial-gradient(circle, rgba(244, 242, 246, 1) 0%, rgba(222, 216, 223, 1) 100%)
}

.historyBox {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
	text-align: center
}

.historyBox .historyCnt {
	width: 70%;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	color: #1d5697
}

.historyBox .historyCnt img {
	margin-top: 30px
}

.ingredientleaf {
	position: absolute;
	right: 0;
	width: 220px;
	top: 1%
}

.ingredientleaf-1 {
	position: absolute;
	left: -50px;
	width: 220px;
	top: 1%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(-290deg)
}

.ingredientleaf-2 {
	position: absolute;
	left: -30px;
	width: 220px;
	top: 25%
}

.ingredientleaf-3 {
	position: absolute;
	right: -50px;
	width: 160px;
	top: 25%
}

.ingredientleaf-4 {
	position: absolute;
	right: 0;
	width: 200px;
	top: 40%
}

.ingredientleaf-5 {
	position: absolute;
	right: -50px;
	width: 160px;
	bottom: 17%
}

.ingredientleaf-6 {
	position: absolute;
	left: 0;
	width: 136px;
	bottom: 9%
}

.contactleaf {
	position: absolute;
	width: 120px;
	top: 16%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(260deg);
	left: 2%
}

.contactleaf-1 {
	position: absolute;
	width: 120px;
	top: 16%;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(260deg);
	right: -2%
}

.contactleaf-2 {
	position: absolute;
	bottom: 0;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	left: -5%
}

.contactleaf-3 {
	position: absolute;
	bottom: 0;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	transform: rotate(-180deg);
	right: -10%
}

.contactleaf-4 {
	position: absolute;
	top: 0;
	filter: blur(2px);
	-webkit-filter: blur(1px);
	right: 0;
	width: 193px
}

.contactleaf-5 {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 200px
}

.ourIngredients-Box {
	padding: 40px 0;
	background: #ded8df;
	background: linear-gradient(90deg, rgba(222, 216, 223, 1) 16%, rgba(251, 251, 251, 1) 45%, rgba(222, 216, 223, 1) 89%);
	color: #1d5697
}

.ourIngredientsCnt {
	width: 85%;
	margin-left: auto;
	margin-right: auto
}

.ingCnt {
	text-align: center
}

.rajniwaspack {
	text-align: center;
	margin: 60px 0
}

.rajniwaspack img {
	width: 600px
}

.ingredient-itemBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	flex-wrap: wrap
}

.ingredient-itemBox .left {
	width: 35%
}

.ingredient-itemBox .right {
	width: 60%;
	text-align: left;
}

.ingredient-itemBox .right .hding {
	font-size: 35px
}

.rowrev {
	flex-direction: row-reverse
}

.traderInquery-Box {
	background: #1d60a9;
	background: radial-gradient(circle, rgba(29, 96, 169, 1) 28%, rgba(2, 32, 96, 1) 100%);
	padding: 100px 0;
	width: 100%
}

.traderInquery-BoxIn {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 0 80px;
	background: #ded8df;
	background: linear-gradient(90deg, rgba(222, 216, 223, 1) 16%, rgba(251, 251, 251, 1) 45%, rgba(222, 216, 223, 1) 89%);
	display: flex;
	flex-direction: column
}

.contactForm.formBox form div input {
	background-color: #1d5697;
	color: #fff
}

.contactForm.formBox form div textarea {
	background-color: #1d5697;
	color: #fff
}

.contactForm.formBox input::placeholder {
	color: #fff
}

.contactForm.formBox textarea::placeholder {
	color: #fff
}

.traderInquery-BoxIn .phoneno {
	text-align: center;
	color: #1d5697;
	margin: 30px 0;
	font-size: 30px
}

.getintouch-box {
	background: #ded8df;
	background: linear-gradient(90deg, rgba(222, 216, 223, 1) 16%, rgba(251, 251, 251, 1) 45%, rgba(222, 216, 223, 1) 89%);
	padding: 0 0 50px
}

.getintochRow {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 80px;
	display: flex;
	flex-direction: column
}

.getintochRow .tagline {
	font-size: 30px;
	text-align: center;
	color: #1d5697
}

.popupoverlay,
.popupoverlay1,
.popupoverlay2 {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999
}

.videoBox {
	width: 60%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between
}

.videoBox iframe {
	width: 95%;
	height: 450px
}

.videoBox span {
	font-size: 50px;
	line-height: 30px;
	cursor: pointer
}

/*** product detail page ***/
.product-main-container 
{
  background-color:#fff;
  padding-bottom:50px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

.product-cnt-box
{
  display:flex;
  flex-direction:column;
}

.product-d 
{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.collectionSlider 
{
  width:55%; 
  display:flex;
  flex-direction:row-reverse;
  justify-content:space-between;
}
.collectionSlider .slider-for { width:72%;}
.collectionSlider .slider-for img {width:100%;}
.collectionSlider .slider-for .slick-prev
{
	background: url(../images/p/nextprev.png);
	width:30px;
	height:30px;
	left:0px;
}
.collectionSlider .slider-for .slick-next
{
	background: url(../images/p/nextprev.png);
	width:30px;
	height:30px;
	background-position:-31px 0px;
	right:0px;	
}
.collectionSlider .slider-nav {width:24%;}
.collectionSlider .slider-nav div {text-align:right; cursor:pointer;}
.collectionSlider .slider-nav div img {width:100%;}

.smallhd
{
  font-size: 32px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'optimusprincepssemiboldRg';
}
.product-d .product-cnt-box 
{
	width:38%; 
	font-family:'Roboto', sans-serif;
	font-size: 16px;
}
.product-cnt-box ul 
{
	display:flex;
    flex-direction:column;	
	margin-left: -10px;
    margin-top: 20px;
}
.product-cnt-box ul li {align-items:center; display:flex; margin-bottom:7px; font-size:18px; font-family:'optimusprincepssemiboldRg';}
.product-cnt-box ul li img {margin-right:10px;}
.product-cnt-box .price {font-size:34px; margin-top:20px;}
.qut-r
{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  margin-top:20px;
}
.qut-r .left 
{
  width:44%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qut-r .left span {display:flex; border:1px solid #000;}
.qut-r .left span button 
{  border:none; 
   background-color:#fff; 
   font-size: 23px;
   width: 36px;
   height: 36px;
   cursor:pointer;
}
.qut-r .left span input {width:50px; text-align:center; font-family:'Roboto', sans-serif;}
.qut-r .right {width:40%;}
.description-container 
{ display:flex;
  width:100%;
  flex-direction: column;
  font-family:'Roboto', sans-serif;
  font-size:15px;
  margin-top:80px;
}

.description-container form 
{
	width:45%; 
	margin-top:40px;
}
.description-container form div 
{
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
	align-items:flex-start;
}
.description-container form div p {text-transform:capitalize; margin-bottom:10px;}
.description-container form div textarea { width:100%; border:1px solid #ccc; padding:20px; min-height:100px;  font-family:'Roboto', sans-serif;}
.description-container form div input { width:100%; border:1px solid #ccc; padding:10px;  font-family:'Roboto', sans-serif;}
.buttoncss
{
	background-color:#0a1857;
    color:#fff;
    border:none;
    padding:12px 20px;
    line-height:22px;
	cursor:pointer;
	width:150px;
	border-radius:5px;
	font-size:15px;
}
.buttoncss:hover {background-color:#659802;} 
/*** product detail page ***/

/** shopping cart**/
.item-cnt-row 
{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  border-bottom:1px solid #ccc;
  align-items:center;
}
.item-cnt-row .row1
{
  width:40%;	
  padding-left:30px;
  display:flex;
  align-items:center;
}
.item-cnt-row .row1 img {width:220px; margin-right:20px;}
.item-cnt-row .row2
{
 width:20%;	
 text-align:center;
}
.item-cnt-row .row3
{
 width:20%;	
 text-align:center;
 display:flex;
 flex-direction:column;
 align-items:center;
}
.item-cnt-row .row3 input 
{ border:1px solid #afadac; 
  text-align:center; 
  padding:10px; 
  width:40%; 
  margin-bottom:10px;
  font-family:'Roboto', sans-serif;
}
.item-cnt-row .row4
{
 width:20%;	
 text-align:center;
}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.scart-rtb
{
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
}
.scart-rtb .sc-left
{
  width:40%;
}
.scart-rtb .sc-left textarea
{
  width:100%;
  min-height:100px;
  border:1px solid #ccc;
  margin-top:10px;
  padding:20px;
}
.scart-rtb .sc-right
{
  width:30%;
  text-align: right;	
}
.scart-rtb .sc-right .fst
{
  font-size:26px;
}
.scart-rtb .sc-right .snd
{
  font-family:'Roboto', sans-serif;	
  font-size:14px;
  margin-bottom:20px;
}
.cs-r {text-align: center;}
.cs-r a 
{
  font-family:'Roboto', sans-serif;
  color:#000;
  font-weight:bold;
  font-size:15px;
}
.cs-r a:hover
{
  color:#659802;
  text-decoration:underline;
}

.checkout-container
{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

.checkout-container .cc-left
{
	width:40%;
}
.mt30px {margin-top:30px;}
.checkout-container .cc-left .h {
	font-size: 26px;
    margin-bottom: 20px;
}
.checkout-container .cc-left form 
{
  display: flex;
  flex-direction: column;
}
.checkout-container .cc-left form p 
{
  display:flex;	
  flex-direction:row;
  justify-content:space-between;
  margin-top:15px;
  align-items:center;
}
.checkout-container .cc-left form p span 
{
  font-family:'Roboto', sans-serif;
  font-size:15px;
  width:25%;
}
.checkout-container .cc-left form p input 
{
	border:2px solid #bbb9b9;
	width:65%;
	padding:10px;
	font-family:'Roboto', sans-serif;
	font-size:15px;

}
.checkout-container .cc-right
{
	width:55%;
}
.check-product-box 
{
  background-color:#f8f9fa;
  border:1px solid #bbb9b9;
  padding:10px;
}

.check-product-box .item-cnt-row
{
  font-family:'Roboto', sans-serif;
  font-size:15px;
  text-transform:capitalize;
}
.check-product-box .item-cnt-row .row1 img {
    width: 90px;
    margin-right: 10px;
    border: 1px solid #bbb9b9;
}
.check-product-box .item-cnt-row .row1.nn
{
   font-family:'optimusprincepssemiboldRg';
   text-align:left;
}
.check-product-box .pri-rw
{
  font-family:'Roboto', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding:15px 20px;
}
.check-product-box .pri-rw span:last-child {width:60px;}

.trms 
{
	font-family:'Roboto', sans-serif;
	font-size:15px;
	margin-top:50px;
}
.trms li {margin-bottom:10px; padding-left:20px;}
.opay {
	padding-left:20px; 
    margin:50px 0px;
    display:flex;
    flex-direction:column;
    width: 75%;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	text-align:left;
 }
.opay .h {font-size:26px; font-family: var(--bodyfont);}
.btnrow {display: block; margin-top:150px;}

.bcrum
{
  border-bottom:1px solid #ccc;
  padding:15px 0px;
}

.acline {display:flex; flex-direction: column; margin:30px 0px 50px 0px;}
.acline .h{font-size:26px;}
.acline .acrow {font-family:'Roboto', sans-serif; font-size:15px;}
.acline .acrow span {margin-right:30px;}
.acline .acrow span input {margin-right:10px;}

@media screen and (min-width:1900px) {
	body {
		font-size: 1.7em
	}

	.fixed-header .logo img {
		width: 185px
	}

	.aboutUs-row .left {
		width: 50%
	}

	.aboutUs-row .right {
		width: 50%;
		padding-right: 200px
	}

	.aboutUs-row .right span {
		font-size: 35px;
		margin-bottom: 44px
	}

	.aboutUs-row .right a {
		font-size: 26px
	}

	.headingRow span {
		font-size: 70px
	}

	.ingredients-row div span {
		font-size: 36px
	}

	.ingredients-row a {
		font-size: 26px
	}

	.footercnt-row {
		width: 60%
	}

	.footerLogo {
		left: 20%;
		width: 272px
	}

	.ingredient-itemBox {
		align-items: center
	}

	.ingredient-itemBox .right .hding {
		font-size: 45px
	}

	.contactRow .tagline {
		font-size: 35px
	}

	.historyBox .historyCnt {
		top: 17%
	}
}

@media screen and (max-width:1024px) {
	.footerLogo {
		display: none
	}

	.headingRow span {
		text-align: center
	}

	.aboutleaf {
		right: 0;
		width: 200px
	}

	.ingredientleaf-1 {
		left: 0;
		width: 180px
	}

	.ingredientleaf-3 {
		right: 0
	}

	.ingredientleaf-2 {
		left: 0
	}

	.ingredientleaf-5 {
		right: 0
	}

	.trdpleaf-3 {
		right: 0
	}

	.trdpleaf-4 {
		left: 0
	}

	.contactleaf-1 {
		right: 0
	}

	.contactleaf-2 {
		left: 0
	}

	.contactleaf-3 {
		right: 0
	}

	.headerRow .logo img {width:130px;}
	.headerRow {padding:2%;}
	.collectionSlider .slider-nav {display:none;}
	.product-d .product-cnt-box {width:45%;}
	.collectionSlider {width:50%;}

}

@media screen and (max-width:820px) {
	#menu__toggle {
		opacity: 0
	}

	#menu__toggle:checked~.menu__btn>span {
		transform: rotate(45deg)
	}

	#menu__toggle:checked~.menu__btn>span::before {
		top: 0;
		transform: rotate(0)
	}

	#menu__toggle:checked~.menu__btn>span::after {
		top: 3px;
		transform: rotate(90deg)
	}

	#menu__toggle:checked~.menu__box {
		visibility: visible;
		right: 0;
		z-index: 9
	}

	.menu__btn {
		display: flex;
		align-items: center;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 26px;
		height: 26px;
		cursor: pointer;
		z-index: 99
	}

	.menu__btn>span,
	.menu__btn>span::before,
	.menu__btn>span::after {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		box-shadow: 0 2px 0 0 #000;
		transition-duration: .25s
	}

	.menu__btn>span::before {
		content: '';
		top: -8px
	}

	.menu__btn>span::after {
		content: '';
		top: 8px
	}

	.menu__box {
		display: block;
		position: fixed;
		visibility: hidden;
		top: 0;
		bottom: 0;
		right: -100%;
		width: 260px;
		height: 100vh;
		margin: 0;
		padding: 80px 0;
		list-style: none;
		background-color: #ECEFF1;
		box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
		transition-duration: .25s
	}

	.menu__item {
		display: block;
		padding: 12px 24px;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		text-decoration: none;
		transition-duration: .25s;
		border-radius: 0
	}

	.menu__item:hover {
		background-color: #659802;
		color: #fff
	}

	.aboutUs-row {
		align-items: end
	}

	.aboutUs-row .left {
		width: 50%
	}

	.aboutUs-row .right {
		width: 50%
	}

	.headingRow span {
		font-size: 45px;
		line-height: 45px
	}

	.contact-us-box {
		padding: 20px 0;
		background-repeat: repeat-y
	}

	.aboutrajniwas-cnt {
		width: 80%
	}

	.historyBox {
		width: 90%
	}

	.contactleaf-2 {
		width: 200px
	}

	.contactleaf-3 {
		width: 200px
	}

	.footercnt-row {
		width: 95%
	}

	.footercnt-row .links {
		padding-right: 40px
	}

	.footercnt-row .social {
		padding: 0 40px
	}

	.footercnt-row .newletter {
		padding-left: 40px
	}
}

@media screen and (max-width:1024px) 
{
    .aboutUs-row .right span {font-size:23px;}
    .aboutUs-row .right span::before {width:20%;}
}

@media screen and (max-width:700px) {
	.topslider-box {
		flex-direction: column
	}

	.headerRow .logo img {
		width: 100px
	}

	.headerRow {
		position: static;
		width: 100%;
		background-color: #0a1857
	}

	.headerRow.fixed-header {
		position: fixed;
		background-color: #0a1857
	}

	.headingRow span {
		font-size: 28px;
		line-height: 30px
	}

	.headingRow img {
		width: 50%
	}

	.aboutUs-row {
		flex-direction: column-reverse
	}

	.aboutUs-row .left {
		width: 100%
	}

	.aboutUs-row .right {
		width: 100%;
		padding-right: 10%;
		padding-left: 10%
	}

	.aboutUs-row .right p {
		padding-left: 0
	}

	.aboutUs-row .right a {
		margin-left: 0
	}

	.leftleft,
	.leafright {
		width: 80px
	}

	.bottomright {
		width: 110px
	}

	.ingredients-row {
		width: 90%
	}

	.ingredientCnt-box {
		flex-direction: column;
		margin: 50px 0 15px
	}

	.ingredientCnt-box .left {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.ingredients-row div span {
		font-size: 20px
	}

	.ingredientCnt-box .right {
		width: 60%;
		margin-left: auto;
		margin-right: auto
	}

	.contactRow {
		width: 90%
	}

	.contact-us-box {
		background-repeat: no-repeat;
		background-size: auto
	}

	.footercnt-row {
		flex-direction: column
	}

	.footerBox {
		padding: 10px 0 0
	}

	.footercnt-row .links {
		padding-right: 0;
		border: none;
		text-align: center
	}

	.footercnt-row .social {
		padding: 0;
		border: none;
		margin: 20px 0
	}

	.footercnt-row .newletter {
		padding-left: 0;
		text-align: center;
		align-items: center
	}

	.footercnt-row .links ul li {
		margin: 10px 0
	}

	.guidline span {
		padding: 0 20px;
		text-align: center
	}

	.copyline {
		font-size: 13px
	}

	.aboutleaf {
		width: 110px;
		top: 22%
	}

	.aboutleafbottom {
		left: 0;
		width: 56px
	}

	.aboutrajniwas-cnt {
		width: 85%
	}

	.ingredientleaf {
		width: 65px
	}

	.ingredientleaf-1 {
		width: 60px
	}

	.ingredientleaf-2 {
		width: 90px
	}

	.ingredientleaf-3 {
		width: 80px
	}

	.ingredientleaf-4 {
		display: none
	}

	.ingredientleaf-5 {
		display: none
	}

	.ingredientleaf-6 {
		display: none
	}

	.ingredient-itemBox {
		flex-direction: column
	}

	.ingredient-itemBox .right {
		width: 100%
	}

	.ingredient-itemBox .left {
		width: 70%;
		margin-left: auto;
		margin-right: auto
	}

	.ourIngredients-Box {
		padding: 10px 0
	}

	.trdpleaf-1 {
		width: 70px
	}

	.trdpleaf {
		width: 60px
	}

	.trdpleaf-2 {
		width: 58px
	}

	.trdpleaf-3 {
		width: 46px
	}

	.trdpleaf-4 {
		width: 36px
	}

	.historyBox {
		width: 100%;
		background: url(../images/letterImg-m.webp);
		background-size: 100% 100%;
		padding: 50px 0px 100px 0px
	}

	.historyBox img {
		display: none
	}

	.historyBox .historyCnt {
		position: relative;
		width: 80%;
		font-size: 15px;
	}

	.headingRow {
		padding: 22px 0;
		position: relative !important
	}

	.about-rajNiwas-box {
		padding: 0 0 20px
	}

	.about-trdpBox {
		padding: 0 0 20px
	}

	.traderInquery-Box {
		padding: 10px 0
	}

	.traderInquery-BoxIn {
		margin-top: 10px
	}

	.contactleaf {
		width: 48px;
		display: none
	}

	.contactleaf-1 {
		width: 50px;
		display: none
	}

	.contactleaf-2 {
		width: 50px
	}

	.contactleaf-3 {
		width: 50px
	}

	.traderInquery-BoxIn {
		width: 90%;
		padding: 0 20px
	}

	.traderInquery-BoxIn .phoneno {
		margin: 10px 0;
		font-size: 18px
	}

	.getintochRow {
		width: 80%;
		padding: 0
	}

	.contactleaf-4 {
		width: 60px
	}

	.contactleaf-5 {
		width: 70px
	}

	.videoBox {
		width: 90%
	}

	.bottomleft {
		display: none
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots,
.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
	background: url(ajax-loader.gif) center center no-repeat #fff
}

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

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	z-index: 9;
	width: 20px;
	height: 20px;
	margin-top: -10px\9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: ''
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: ''
}

.slick-next {
	right: -50px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -50px
}

[dir=rtl] .slick-next:before {
	content: ''
}

.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-prev {
	width: 64px;
	height: 57px;
	background-image: url(../images/arrow.png);
	z-index: 99
}

.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-prev:focus,
.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-prev:hover {
	background-image: url(../images/arrow-hover.png)
}

.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next {
	width: 64px;
	height: 57px;
	background-image: url(../images/arrow.png);
	background-position: -62px 0;
	z-index: 99
}

.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next:focus,
.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next:hover {
	background-image: url(../images/arrow-hover.png);
	background-position: -62px 0
}

.social-slider .slick-prev {
	width: 64px;
	height: 57px;
	background-image: url(../images/arrow.png);
	z-index: 99
}

.social-slider .slick-prev:focus,
.social-slider .slick-prev:hover {
	background-image: url(../images/arrow-hover.png)
}

.social-slider .slick-next {
	width: 64px;
	height: 57px;
	background-image: url(../images/arrow.png);
	background-position: -62px 0;
	z-index: 99
}

.social-slider .slick-next:focus,
.social-slider .slick-next:hover {
	background-image: url(../images/arrow-hover.png);
	background-position: -62px 0
}

.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	bottom: -45px;
	width: 100%;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	background-color: #659802;
	border-radius: 50%
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

@media (min-width:992px) {
	.slide {
		height: 80vh
	}
}

.slide {
	position: relative
}

.slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden
}

@media (min-width: 992px) {
	.slide .slide__img {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translateY(-50%)
	}
}

.slide .slide__img img {
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease
}

.slide .slide__content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.slide .slide__content--headings {
	text-align: center;
	color: #FFF
}

.slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0
}

.slide .slide__content--headings .animated {
	transition: all .5s ease
}

.slider [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	transition: opacity .5s ease .3s
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all .3s ease
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.simple-dots .slick-dots li {
	width: 20px;
	height: 20px
}

.simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: #fff;
	opacity: .25;
	width: 20px;
	height: 20px
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
	opacity: 1
}

.simple-dots .slick-dots li.slick-active button {
	color: #fff;
	opacity: .75
}

.stick-dots .slick-dots li {
	height: 3px;
	width: 50px
}

.stick-dots .slick-dots li button {
	position: relative;
	background-color: #fff;
	opacity: .25;
	width: 50px;
	height: 3px;
	padding: 0
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
	opacity: 1
}

.stick-dots .slick-dots li.slick-active button {
	color: #fff;
	opacity: .75
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1
}

@-webkit-keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1)
	}

	to {
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

@keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1)
	}

	to {
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

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

@-webkit-keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

@keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

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

@media screen and (max-width:760px) {
	.slick-prev {
		left: 0
	}

	.slick-next {
		right: 0
	}

	.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-prev {
		width: 33px;
		height: 30px;
		background-size: cover
	}

	.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next {
		width: 33px;
		height: 30px;
		background-size: cover;
		background-position: -33px 0
	}

	.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next:focus,
	.kibbaNew-section .section .tkibbanew .kibbaNew-slider .slick-next:hover {
		background-position: -33px 0
	}

	.social-slider .slick-prev {
		width: 33px;
		height: 30px;
		background-size: cover
	}

	.social-slider .slick-next {
		width: 33px;
		height: 30px;
		background-size: cover;
		background-position: -33px 0
	}

	.social-slider .slick-next:focus,
	.social-slider .slick-next:hover {
		background-position: -33px 0
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

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

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

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .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)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .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)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

@-webkit-keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

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

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

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

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

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

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

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

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

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

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

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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)
	}

	to {
		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)
	}

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

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

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

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

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

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

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

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

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

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

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

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

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

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

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

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

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

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		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)
	}

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

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

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

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

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

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

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

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

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

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

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

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

	to {
		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)
	}

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

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

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

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

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

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

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

	to {
		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)
	}

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

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

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

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

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

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

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

	to {
		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)
	}

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

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

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

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

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

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

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

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

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

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

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

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

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

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

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

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-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)
	}

	to {
		-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) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-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)
	}

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

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

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

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

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

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

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

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

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

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

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

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

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

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

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

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

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

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-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) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

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

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

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-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)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

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

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

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

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

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

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

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

	0%,
	to {
		-webkit-transform-origin: center
	}

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

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

	0%,
	to {
		-webkit-transform-origin: center
	}

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

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

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

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

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

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

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

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

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

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

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

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

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

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

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

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

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

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

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

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

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

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

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

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

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

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

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

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

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

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

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

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

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

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

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

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

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

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

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

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

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

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

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

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

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1, 1, 1);
		transform: scale(1, 1, 1)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.5, 1.5, 1.5);
		transform: scale(1.5, 1.5, 1.5)
	}
}

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

	50% {
		opacity: 1;
		-webkit-transform: scale(.1, .1, 1);
		transform: scale(.1, .1, .1)
	}
}

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

.zoom-just {
	-webkit-animation-name: zoom-just;
	animation-name: zoom-just
}

@keyframes zoom-just {
	0% {
		opacity: 0;
		transform: scale(.3, .3)
	}

	50% {
		opacity: 1;
		transform: scale(1, 1)
	}

	100% {
		opacity: 1;
		transform: scale(1, 1)
	}
}

@-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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

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

	50%,
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

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

	50%,
	to {
		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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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)
	}

	to {
		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)
	}

	to {
		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)
	}

	to {
		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)
	}

	to {
		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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		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(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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