﻿
@font-face {
	font-family: 'LoveYaLikeASister-Regular';
	src: url('../font/LoveYaLikeASister-Regular.eot');
	src: url('../font/LoveYaLikeASister-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../font/LoveYaLikeASister-Regular.svg#LoveYaLikeASister-Regular') format('svg'), url('../font/LoveYaLikeASister-Regular.ttf') format('truetype'), url('../font/LoveYaLikeASister-Regular.woff') format('woff'), url('../font/LoveYaLikeASister-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('../font/OpenSans.eot');
	src: url('../font/OpenSansd41d.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans.woff2') format('woff2'), url('../font/OpenSans.woff') format('woff'), url('../font/OpenSans.ttf') format('truetype'), url('../font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Halogen';
	src: url('../font/Halogen.eot');
	src: url('../font/Halogen.eot') format('embedded-opentype'), url('../font/Halogen.woff2') format('woff2'), url('../font/Halogen.woff') format('woff'), url('../font/Halogen.ttf') format('truetype'), url('../font/Halogen.svg#Halogen') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Iron&Brine';
	src: url('../font/Iron%26Brine.eot');
	src: url('../font/Iron%26Brined41d.eot?#iefix') format('embedded-opentype'), url('../font/Iron%26Brine.svg#Iron&Brine') format('svg'), url('../font/Iron%26Brine.ttf') format('truetype'), url('../font/Iron%26Brine.woff') format('woff'), url('../font/Iron%26Brine.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
.css300 {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.css500 {
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.css700 {
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
.css800 {
	-moz-transition: all 800ms;
	-webkit-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

html {
	min-height: 100%;
	background-color: white;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset;
}
.row {
	position: relative;
	width: 90%;
	height: 100%;
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.halfRow {
	width: 49%;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table {
	width: 100%;
	display: table;
}
.table .tableRow {
	width: 100%;
	display: table-row;
}
.table .tableCell {
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}
.txtJustify {
	font-size: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.txtJustify .stretch {
	width: 100%;
	display: inline-block;
}
.img, .hover {
	width: 100%;
	display: block;
}
.icon {
	position: relative;
}
.icon .hover {
	position: absolute;
	top: 0;
	left: 0;
}
.icon:hover .img,
.icon .hover {
	opacity: 0;
}
.icon .img,
.icon:hover .hover {
	opacity: 1;
}
.linkHover {
	color: #6e571c;
}
.linkHover:hover {
	color: #e74a48;
}
.nowrap {
	white-space: nowrap;
}
.floatRight {
	float: right;
}
.sideLogo {
	display: block;
	max-width: 186px;
	margin: 20px auto;
}
.ddl {
	position: relative;
	cursor: pointer;
}
.ddl .ddlWrapper {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 616.656px;
	padding-top: 38.539px;
	transform-origin: top;
	transform: translateX(-50%) scale(0);
}
.ddl:hover .ddlWrapper {
	transform: translateX(-50%) scale(1);
}
.ddl .ddlWrapper .ddlContent {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 11.559px;
	padding: 30px 30px 35px 20px;
}
.ddl .ddlWrapper .ddlContent .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.onScroll .ddl .ddlWrapper {
	padding-top: 19.270px;
}
.global {
	position: fixed;
	top: 1%;
	right: 1%;
	display: flex;
	align-items: center;
}
.global img {
	width: 25px;
	margin-right: 10px;
}
.global span {
	font-family: 'Halogen';
	font-size: 16px;
	color: #5a4b23;
}
.global:hover span {
	color: #e74a48;
}
#Master #Nav .halfRow .linkHover.ddl .flex {
	justify-content: flex-start;
}
#Master #Nav .halfRow .linkHover.ddl .linkHover {
	position: relative;
	margin: 0;
	width: 25%;
	height: 77.08px;
	padding: 7.711px;
	display: flex;
	font-size: 12.328px;
	text-align: center;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
}
#Master #Nav .halfRow .linkHover.ddl .linkHover .brand {
	width: 61px;
	transform: rotate(10deg) translateX(-10%);
}
#Master #Nav .halfRow .linkHover.ddl .txt {
	width: 51%;
	font-family: 'LoveYaLikeASister-Regular';
	font-size: 14px;
	color: #674130;
	line-height: 18px;
	text-align: left;
	transform: translateX(-10%);
}
#Master #Nav .halfRow .linkHover.ddl .linkHover::after,
#Master #Nav .halfRow .linkHover.ddl .linkHover::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
#Master #Nav .halfRow .linkHover.ddl .linkHover::after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-size: cover;
	background-image: url(../images/dot.png);
}
#Master #Nav .halfRow .linkHover.ddl .linkHover::before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-size: 447px;
	background-image: url(../images/dot2.png);
}
#Master #Nav .halfRow .linkHover.ddl .flex:last-child .linkHover::before,
#Master #Nav .halfRow .linkHover.ddl .flex .linkHover:nth-child(4)::after {
	display: none;
}
#Master #Nav .halfRow .linkHover.ddl .linkHover:hover .img {
	transform: scale(1.2);
}
#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(odd) .linkHover:nth-child(odd),
#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(even) .linkHover:nth-child(even) {
	background: url(../images/ddlBg1.png) center no-repeat;
	background-size: 99px;
}
#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(odd) .linkHover:nth-child(even),
#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(even) .linkHover:nth-child(odd) {
	background: url(../images/ddlBg2.png) center no-repeat;
	background-size: 100px;
}

.mp-pusher {
	z-index: 11;
}
.mp-level {
	background: url(../images/footerBg.jpg) left top;
}
.mp-back,
.mp-menu ul li > a {
	color: #fff;            
	font-family: 'Halogen';
	box-shadow: inset 0 -1px rgba(128, 128, 128,1);
}
.sp{
	font-size: 13px;
}
.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	color: white;
	background: #6e571c;
}
.mp-back::after,
.mp-menu ul li::before {
	color: #6e571c;
}
.mp-back:hover::after,
.mp-menu ul li:hover::before {
	color: white;
}
.mp-menu.mp-cover h2 {
	font-family: 'Halogen';
	color: #6e571c;
}
.mp-menu ul .flex {
	width: 261px;
	width: 170px;
	display: flex;
	margin: 20px auto;
	align-items: center;
	justify-content: space-between;
}
.mp-menu ul .flex .icon {
	position: relative;
	width: 67px;
	box-shadow: 0 0;    
	background-color: transparent;
}  

#Master {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 320px;
}
#Master #Nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 63.75px;
	background-color: white;
	-moz-transition: height 300ms,  background-color 300ms;
	-webkit-transition: height 300ms,  background-color 300ms;
	-o-transition: height 300ms,  background-color 300ms;
	transition: height 300ms,  background-color 300ms;
}
#Master #NavClear {
	clear: both;
	height: 63.75px;
	-moz-transition: height 300ms;
	-webkit-transition: height 300ms;
	-o-transition: height 300ms;
	transition: height 300ms;
}
#Master #Nav .logo {
	/*width: 100%;*/
	width: auto;
	height: 51.063px;
	display: block;
	/*max-width: 140px;*/
}
#Master #Nav .logo .img {
	width: auto;
	height: 100%;
}
#Master #Nav .logo .md,
#Master #Nav .logo .lg {
	display: none;
}
#Master #Nav .halfRow,
#Master #Nav .txtJustify {
	height: 100%;
}
#Master #Nav .txtJustify {
	width: 100%;
	margin: auto;
}
#Master #Nav .halfRow {
	width: auto;
	vertical-align: middle;
}
#Master #Nav .halfRow::after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#Master #Nav #trigger {
	display: none;
}
#Master #Nav .halfRow .flex {
	position: relative;
	z-index: 2;
	height: 100%;
	align-items: center;
}
	#Master #Nav .halfRow .linkHover {
		color:#1d3694!important;
		font-size: 20px;
		margin-top: 20px;
		font-weight: bold;
		margin-right: 55px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 1.847px;
		text-transform: uppercase;
		font-family: 'LoveYaLikeASister-Regular';
		-moz-transition: color 300ms;
		-webkit-transition: color 300ms;
		-o-transition: color 300ms;
		transition: color 300ms;
	}
#Master #Nav .halfRow .linkHover:hover {
	color: #e74a48;
}
#Master #Nav .halfRow .linkHover:last-child {
	margin-right: 0;
}
#Master #Footer {
	background: url(../images/footerBg.jpg) center;
	background-size: contain;
}
#Master #Footer p {
	margin: 0;
	font-family: 'OpenSans';
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	letter-spacing: 0.125px;
}
#Master #Footer .row {
	padding: 25px 0;
}
#Master #Footer .info {
	display: none;
}

@media screen and (min-width: 768px) {

	#Master #Nav {
		height: 8.301vw;
	}
	#Master #NavClear {
		height: 8.301vw;
	}
	#Master #Nav .logo {
		/*max-width: 18.164vw;*/
		height: 6.650vw;
	}
}

@media screen and (max-width: 1023px) {

	.global {
		flex-direction: column;
	}
	.global img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#Master #Nav .side {
		width: 63.75px;
	}
	#Master #Nav #trigger {
		cursor: pointer;
		display: inline-block;
		background-size: 22.5px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/navBtn.png);
		-moz-transition: background-image 300ms;
		-webkit-transition: background-image 300ms;
		-o-transition: background-image 300ms;
		transition: background-image 300ms;
	}
	#Master #Nav #trigger:hover {
		background-image: url(../images/navBtn2.png);
	}
	#Master #Nav #triggerOff {
		display: none;
	}
	#Master #Nav .halfRow .linkHover {
		display: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {

	#Master #Nav .side {
		width: 8.301vw;
	}
	#Master #Nav #trigger {
		background-size: 2.93vw;
	}
}

@media screen and (min-width: 1024px) {

	#Master #Nav {
		height: 85px;
		background-color: transparent;
	}
	#Master.onScroll #Nav {
		height: 65px;
		background-color: white;
	}
	#Master #NavClear {
		height: 85px;
	}
	#Master.onScroll #NavClear {
		height: 65px;
	}
	#Master #Nav .logo {
		/*max-width: 186px;*/
		height: 68.094px;
	}
	#Master.onScroll #Nav .logo {
		/*max-width: 156px;*/
		height: 57.297px;
	}
	#Master #Nav .txtJustify {
		max-width: 800px;
	}
	#Master #Nav .halfRow .flex {
		align-items: flex-end;
	}
	#Master.onScroll #Nav .halfRow .flex {
		align-items: center;
	}
	#Master #Footer .info {
		position: relative;
		width: 100%;
		margin: auto;
		display: block;
		max-width: 1320px;
		padding-top: 65px;
		padding-left: 15px;
		padding-bottom: 15px;
		box-sizing: border-box;
	}
	#Master #Footer .info .flex {
		width: 700px;
		align-items: flex-start;
	}
		#Master #Footer .info .header {
			opacity: 0;
			font-family: 'Halogen';
			font-size: 20px;
			color: #fff;
			margin-bottom: 11px;
			display: inline-block;
			letter-spacing: 0.855px;
		}
	#Master #Footer .info a.header:hover {
		color: #e74a48;
	}
	#Master #Footer .info .right .header,
	#Master #Footer .info .wrapper:first-child .header {
		opacity: 1;
	}
	#Master #Footer .info .left {
		width: 365px;
		display: flex;
		align-items: flex-start;
	}
	#Master #Footer .info .left .wrapper {
		width: 135px;
		margin-left: 40px;
	}
	#Master #Footer .info .left .linkHover {
		font-family: 'Halogen';
		font-size: 16px;
		letter-spacing: 1.5px;
		color: #fff;
		margin-bottom: 7px;
		display: inline-block;
	}
	#Master #Footer .info .left .linkHover:hover {
		color: #e74a48;
	}
	#Master #Footer .info .right {
		width: 110px;
		margin-left: 40px;
	}
	#Master #Footer .info .share {
		position: absolute;
		top: 20px;
		right: 0;
		width: 342px;
	}   
	#Master #Footer .info .share .header {
		display: block;
		margin-top: 55px;
		margin-bottom: 20px;
		text-align: center;
	}
		#Master #Footer .info .share .flex {
			width: 261px;
			width: 180px;
			margin: auto;
		}   
	#Master #Footer .info .share .icon {
		position: relative;
		width: 67px;
	}  
}

@media screen and (max-width: 1299px) {

	#Master #Footer .info .flex {
		width: 53.846vw;
	}
}

@media screen and (min-width: 1480px) {
	
	.ddl .ddlWrapper {
		width: 41.667vw;
		padding-top: 2.604vw;
	}
	.ddl .ddlWrapper .ddlContent {
		border-radius: 0.781vw;
		padding: 2.027vw 2.027vw 2.365vw 1.351vw;
	}
	.onScroll .ddl .ddlWrapper {
		padding-top: 1.302vw;
	}
	#Master #Nav .halfRow .linkHover.ddl .linkHover {
		height: 5.208vw;
		padding: 0.521vw;
		font-size: 0.833vw;
	}
	#Master #Nav .halfRow .linkHover.ddl .txt {
		font-size: 0.646vw;
		line-height: 0.916vw;
	}
	#Master #Nav {
		height: 5.743vw;
	}
	#Master.onScroll #Nav {
		height: 4.392vw;
	}
	#Master #NavClear {
		height: 5.743vw;
	}
	#Master.onScroll #NavClear {
		height: 4.392vw;
	}
	#Master #Nav .logo {
		/*max-width: 12.568vw;*/
		height: 4.601vw;
	}
	#Master.onScroll #Nav .logo {
		/*max-width: 10.541vw;*/
		height: 3.859vw;
	}
	#Master #Nav .logo .sm {
		display: none;
	}
	#Master #Nav .logo .md {
		display: block;
	}
	#Master #Nav .txtJustify {
		max-width: 50.676vw;
	}
	#Master #Nav .halfRow .linkHover {
		font-size: 1.351vw;
		margin-top: 1.351vw;
		margin-right: 3.716vw;
		letter-spacing: 0.125vw;
	}
	#Master #Nav .halfRow .linkHover.ddl .linkHover .brand {
		width: 4.122vw;
	}
	#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(odd) .linkHover:nth-child(odd),
	#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(even) .linkHover:nth-child(even) {
		background: url(../images/ddlBg1.png) center no-repeat;
		background-size: 7.989vw;
	}
	#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(odd) .linkHover:nth-child(even),
	#Master #Nav .halfRow .linkHover.ddl .flex:nth-child(even) .linkHover:nth-child(odd) {
		background: url(../images/ddlBg2.png) center no-repeat;
		background-size: 7.757vw;
	}
	#Master #Footer p {
		font-size: 0.946vw;
		line-height: 1.081vw;
		letter-spacing: 0.009vw;
	}
	#Master #Footer .row {
		padding: 1.689vw 0;
	}
	#Master #Footer .info {
		max-width: 89.189vw;
		padding-top: 4.392vw;
		padding-left: 1.014vw;
		padding-bottom: 1.014vw;
	}
	#Master #Footer .info .flex {
		width: 47.297vw;
	}
	#Master #Footer .info .header {
		font-size: 1.351vw;
		margin-bottom: 0.743vw;
		letter-spacing: 0.058vw;
	}
	#Master #Footer .info .left {
		width: 24.622vw;
	}
	#Master #Footer .info .left .wrapper {
		width: 9.108vw;
		margin-left: 2.703vw;
	}
		#Master #Footer .info .left .linkHover {
			font-size: 1.081vw;
			letter-spacing: 0.101vw;
			margin-bottom: 0.473vw;
		}
	#Master #Footer .info .right {
		width: 7.432vw;
		margin-left: 2.703vw;
	}   
	#Master #Footer .info .share {
		top: 1.351vw;
		width: 23.108vw;
	}   
	#Master #Footer .info .share .header {
		margin-top: 3.716vw;
		margin-bottom: 1.351vw;
	}
		#Master #Footer .info .share .flex {
			width: 17.635vw;
			width: 12.635vw;
		}   
	#Master #Footer .info .share .icon {
		width: 4.527vw;
	}  
}

@media screen and (min-width: 1920px) {

	.global img {
		width: 1.302vw;
		margin-right: 0.521vw;
	}
	.global span {
		font-size: 0.833vw;
	}
	#Master #Nav .logo .md {
		display: none;
	}
	#Master #Nav .logo .lg {
		display: block;
	}
}

@media screen and (min-width: 2550px) {

	#Master #Nav .logo {
		width: 12.568vw;
		max-width: none;
	}
}




@-o-keyframes changeWidth {

	0% {
		width: 0;
	}

	20% {
		width: 100%;
	}

	100% {
		width: 100%;
	}
}
@-moz-keyframes changeWidth {

	0% {
		width: 0;
	}

	20% {
		width: 100%;
	}

	100% {
		width: 100%;
	}
}
@-webkit-keyframes changeWidth {

	0% {
		width: 0;
	}

	20% {
		width: 100%;
	}

	100% {
		width: 100%;
	}
}
@keyframes changeWidth {

	0% {
		width: 0;
	}
	20% {
		width: 100%;
	}
	100% {
		width: 100%;
	}
}


@-o-keyframes changeScale {

	from {
		-o-transform: scale(1);
	}

	to {
		-o-transform: scale(1.05);
	}
}
@-moz-keyframes changeScale {

	from {
		-moz-transform: scale(1);
	}

	to {
		-moz-transform: scale(1.05);
	}
}
@-webkit-keyframes changeScale {

	from {
		-webkit-transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.05);
	}
}
@keyframes changeScale {

	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.05);
	}
}


@-o-keyframes rotateIngredient {

	from {
		-o-transform: translateY(-5%);
	}

	to {
		-o-transform: translateY(0%);
	}
}
@-moz-keyframes rotateIngredient {

	from {
		-moz-transform: translateY(-5%);
	}

	to {
		-moz-transform: translateY(0%);
	}
}
@-webkit-keyframes rotateIngredient {

	from {
		-webkit-transform: translateY(-5%);
	}

	to {
		-webkit-transform: translateY(0%);
	}
}
@keyframes rotateIngredient {

	from {
		transform: translateY(-5%);
	}

	to {
		transform: translateY(0%);
	}
}


.rotateRight {
	-o-animation: turnRight 4s linear infinite;
	-moz-animation: turnRight 4s linear infinite;
	-webkit-animation: turnRight 4s linear infinite;
	animation: turnRight 4s linear infinite;
}
@-webkit-keyframes turnRight {
	from { -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@-moz-keyframes turnRight {
	from { -moz-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@-o-keyframes turnRight {
	from { -o-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -o-transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@keyframes turnRight {
	from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

.rotateLeft {
	-o-animation: turnLeft 4s linear infinite;
	-moz-animation: turnLeft 4s linear infinite;
	-webkit-animation: turnLeft 4s linear infinite;
	animation: turnLeft 4s linear infinite;
}
@-webkit-keyframes turnLeft {
	from { -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -webkit-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@-moz-keyframes turnLeft {
	from { -moz-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -moz-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@-o-keyframes turnLeft {
	from { -o-transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { -o-transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}

@keyframes turnLeft {
	from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
	to   { transform: rotate(-360deg) translateX(10px) rotate(360deg); }
}


.shake:hover  {  
  -o-animation-name: shake;
  -o-animation-duration: 0.75s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  
  -moz-animation-name: shake;
  -moz-animation-duration: 0.75s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  
  -webkit-animation-name: shake;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  
  animation-name: shake;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@-webkit-keyframes shake {
  10% {
	-webkit-transform: translateX(3px) rotate(2deg);
  }
  20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
	-webkit-transform: translateX(3px) rotate(2deg);
  }
  40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
	-webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
	-webkit-transform: translateX(2px) rotate(1deg);
  }
  80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
  }
  90% {
	-webkit-transform: translateX(1px) rotate(0);
  }
  100% {
	-webkit-transform: translateX(-1px) rotate(0);
  }
}

@-moz-keyframes shake {
  10% {
	-moz-transform: translateX(3px) rotate(2deg);
  }
  20% {
	-moz-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
	-moz-transform: translateX(3px) rotate(2deg);
  }
  40% {
	-moz-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
	-moz-transform: translateX(2px) rotate(1deg);
  }
  60% {
	-moz-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
	-moz-transform: translateX(2px) rotate(1deg);
  }
  80% {
	-moz-transform: translateX(-2px) rotate(-1deg);
  }
  90% {
	-moz-transform: translateX(1px) rotate(0);
  }
  100% {
	-moz-transform: translateX(-1px) rotate(0);
  }
}

@-o-keyframes shake {
  10% {
	-o-transform: translateX(3px) rotate(2deg);
  }
  20% {
	-o-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
	-o-transform: translateX(3px) rotate(2deg);
  }
  40% {
	-o-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
	-o-transform: translateX(2px) rotate(1deg);
  }
  60% {
	-o-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
	-o-transform: translateX(2px) rotate(1deg);
  }
  80% {
	-o-transform: translateX(-2px) rotate(-1deg);
  }
  90% {
	-o-transform: translateX(1px) rotate(0);
  }
  100% {
	-o-transform: translateX(-1px) rotate(0);
  }
}

@keyframes shake {
  10% {
	transform: translateX(3px) rotate(2deg);
  }
  20% {
	transform: translateX(-3px) rotate(-2deg);
  }
  30% {
	transform: translateX(3px) rotate(2deg);
  }
  40% {
	transform: translateX(-3px) rotate(-2deg);
  }
  50% {
	transform: translateX(2px) rotate(1deg);
  }
  60% {
	transform: translateX(-2px) rotate(-1deg);
  }
  70% {
	transform: translateX(2px) rotate(1deg);
  }
  80% {
	transform: translateX(-2px) rotate(-1deg);
  }
  90% {
	transform: translateX(1px) rotate(0);
  }
  100% {
	transform: translateX(-1px) rotate(0);
  }
}
