@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}


/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*com
-------------------------------------*/
.contents_inner {
	width:98%;
	margin:0 auto 40px;
}

.w1200 {
	width: 98%;
	margin: auto;
}

.tit_en {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	letter-spacing:2px;
	margin:0 auto 20px;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 40px;
	font-size: 14px;
	line-height:1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 30px;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #329b5f
}

.m-heading2 {
    font-size:12px;
    line-height: 2em;
	color:#329b5f;
	text-align:center;
	letter-spacing:0.2em;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:14px;
	line-stacking:2em;
	letter-spacing:1px;
	color:#329b5f;
	margin:20px auto;
	position:relative;
}

.m-heading3::before {
	background: #3a831f none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.m-heading4 {
	font-size: 14px;
	line-height: 1.5em;
	color:#000000;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}


.m-heading4 span {
	font-size: 0.6em;
	color: #8A8A8A;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #329b5f;
	width: 80px;
}


.com_read_txt {
	width:90%;
	background:#96ca0b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2%;
	text-align:left;
	margin:15px auto;
}

.btnStyle1 a {
	background: rgba(255,255,255,0.7);
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border:solid 1px #000;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle1 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #333;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle1 a:hover {
	color: #FFF;
}

.btnStyle1 a:hover:after {
	height: 350%;
	opacity: 1;
}

.btnStyle1 a:active:after {
	height: 350%;
	opacity: 1;
}



.btnStyle2 a {
	background: rgba(50,150,95,0.7);
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height: 40px;
	width: 300px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	border:solid 1px #329b5f;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle2 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #FFFFFF;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle2 a:hover {
	color: #329b5f;
}

.btnStyle2 a:hover:after {
	height: 350%;
	opacity: 1;
}

.btnStyle2 a:active:after {
	height: 350%;
	opacity: 1;
}



.duties_box {
	width:100%;
	margin:0 auto 30px;
	position:relative;
}

.duties_txt_l {
	background: #3a831f;
    float: none;
    margin-top:0;
    padding:2%;
    width:96%;
	color:#FFFFFF;
	font-size:12px;
}

.pc {
	display:none;
}

.sp {
	display:block;
}


/*header
-------------------------------------*/

header {
	height: 105px;
	background: rgba(255,255,255,1.0);
	min-width: auto;
	box-shadow:0px 0px 4px 3px #c1c1c1;
}

.headerL {
	float: none;
	height: auto;
	padding: 0 0 5px;
	text-align: center;
	width: 100%;
}

header .headerL h1 {
	font-size: 0.85em;
	color: #848484;
	font-weight: normal;
	margin: 40px 0 0 20px;
	display: none;
}

header .headerL a {
	float: none;
	display: block;
	height: 60px;
	line-height: normal;
}

.headerR {
	float: right;
	width: 650px;
	display: none;
}

.headerR nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	vertical-align: middle;
	border-right: solid 1px #c1c1c1;
}

.headerR nav ul li {
	float: left;
	width: 118px;
	height: 105px;
	text-align: center;
	border-left: solid 1px #c1c1c1;
}

.headerR nav ul li a {
	width: 118px;
	height: 105px;
	text-decoration: none;
	color: #329b5f;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.headerR nav ul li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #848484;
	margin-bottom: 10px;
}

.headerR nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #329b5f;
}

.headerR nav ul li a:hover span {
	color: #333;
}

.headerR .contact {
	width: 166px;
	float: right;
	text-align: center;
}

.headerR .contact a {
	width: 100%;
	height: 36px;
	background: #329b5f;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}

.headerR .contact a img {
	margin-right: 7px;
}

.headerR .contact p {
	line-height: 10%;
}


.headerR .contact .tel {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1.7em;
	margin: 18px 0 0 0;
}

.headerR .contact .tel img {
	margin: 0 7px 0 0;
}





/*sp-menu
-------------------------------------*/

.sp-menu {
	display: block;
}

.sp-menu ul {
	text-align: center;
	margin:0;
	padding: 0;
	list-style: none;
}

.sp-menu ul li {
	border-radius: 3px;
	background: #FFF;
	width: 80px;
	text-align: center;
	background: #329b5f;
	display: inline-block;
}

.sp-menu ul li a {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}

.sp-menu ul li a i {
	margin: 0 5px 0 0;
	font-size: 20px;
}






/*footer
----------------------------------*/

footer {
	padding: 50px 0 0 0;
}

footer .footer01 {
	display: none;
	background: #eaeaea;
	padding: 33px 0;
}

footer .footer01 ul {
	list-style-type: disc;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 210%;
	display: block;
	float: left;
}

footer .footer01 ul li {
	margin-left: 15px;
}

footer .footer01 ul li:first-child {
	list-style-type: none;
	color: #329b5f;
	margin-left: 0;
}

footer .footer01 ul li a {
	color: #323232;
	text-decoration: none;
}

footer .footer01 ul.end {
	list-style: none;
	margin-left: 0;
}

footer .footer01 ul.end li {
	margin-left: 0;
}

footer .footer01 ul.end li a {
	color: #323232;
}

footer .footer02 {
	display: none;
	background: #848484;
	color: #FFF;
	text-align: center;
	padding: 25px 0;
	font-size: 1.4em;
	line-height: 160%;
}

footer .footer02 span {
	font-size: 1.2em;
}

footer .cp {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #329b5f;
	padding: 5px 0;
	font-size:10px;
}


.com_list {
width: 100%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.com_list li {
position: relative;
width: 48.5%;
float: left;
margin-right: 3%;
display: block;
margin-bottom: 5%;	
}


.com_list li:nth-child(2n+2) {
margin-right: 0px;
}

.com_list li:nth-child(3n+3) {
margin-right: 3%;
}

.com_list_tit {
position: absolute;
background: #329b5f;
padding: 1% 10% 1% 2%;
color: #fff;
font-size: 16px;
display: block;
z-index: 10;
margin: -20px 0 0;
}


.com_table {
		width: 100%;
		margin: 0 auto;
	}	
	
.com_table th {
		width: 98%;
		color: #329b5f;
		font-size: 12px;
	display: block;
		font-weight: normal;
		border-bottom: 1px solid #ededed;
		padding: 1%;
	}	
	
.com_table td {
		width: 98%;
		padding: 1%;
	display: block;
		font-size:12px;
		border-bottom: 1px solid #ededed;
	}


.com_btn {
	text-align: center;
	display: block;
}

.com_btn a {
	background: #329b5f;
	padding: 1% 8%;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid #329b5f;
	text-align: center;
	letter-spacing: 10px;
}


.com_btn a:hover {
	background: #fff;
	color: #329b5f;
}



.comtit_sub {
padding-bottom: 20px;
text-align: center;
font-weight: normal;
font-size: 14px;
letter-spacing: 2px;
line-height: 120%;
}	
.comtit_sub strong {
color: #329b5f;
font-size: 0.9em;
font-weight: bold!important;
letter-spacing: 0!important;
display: block;
}
	
.comtit_sub span {
font-family: Arial, Helvetica, sans-serif;
color: #329b5f;
font-size: 0.6em;
margin: 0 auto 30px;
display: block;
letter-spacing: 0 !important;
font-weight: bold !important;
}

.comtit_sub::before {
content: "";
display: block;
height: 20px;
margin: 0 auto 10px;
width: 1px;
background: #329b5f;
}





/*
----------------------------------*/





/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

/*@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}*/

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*com
-------------------------------------*/
.contents_inner {
	width:1200px;
	margin:0 auto 80px;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.tit_en {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:34px;
	letter-spacing:2px;
	margin:0 auto 30px;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 40px;
	font-size: 22px;
	line-height:2.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 60px;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #329b5f
}

.m-heading2 {
    font-size:18px;
    line-height: 2em;
	color:#329b5f;
	text-align:center;
	letter-spacing:1px;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:20px;
	line-stacking:2em;
	letter-spacing:1px;
	color:#329b5f;
	margin:30px auto 30px;
	position:relative;
}

.m-heading3::before {
	background: #3a831f none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}


.m-heading4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color:#000000;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.m-heading4 span {
	font-size: 0.6em;
	color: #8A8A8A;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #329b5f;
	width: 80px;
}

.com_read_txt {
	width:60%;
	background:#96ca0b;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 2%;
	text-align:center;
	margin:30px auto;
}


.duties_box {
	width:100%;
	margin:0 auto 60px;
	position:relative;
}

.duties_txt_l {
	background: #3a831f;
    float: left;
    margin-top: -200px;
    padding:2%;
    width: 620px;
	color:#FFFFFF;
	font-size:14px;
	opacity:0.95;
}

.pc {
	display: block;
}

.sp {
	display:none;
}


/*header
-------------------------------------*/

header {
	height: 105px;
	background: rgba(255,255,255,1.0);
	box-shadow:0px 0px 4px 3px #c1c1c1;
	position:relative;
	z-index:100;
}

.headerL {
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
	width: 380px;
	display:inline-block;
}

header .headerL h1 {
	font-size: 10px;
	line-height:16px;
	color: #848484;
	font-weight: normal;
	margin:0 auto 5px ;
	white-space:nowrap;
	display:block;
}

header .headerL a {
	float: left;
	display: block;
	width: 273px;
}

.headerR {
	float: right;
	width: 697px;
	display: block;
}

.headerR nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	vertical-align: middle;
	border-right: solid 1px #c1c1c1;
}

.headerR nav ul li {
	float: left;
	width: 118px;
	height: 105px;
	text-align: center;
	border-left: solid 1px #c1c1c1;
}

.headerR nav ul li a {
	width: 118px;
	height: 105px;
	text-decoration: none;
	color: #329b5f;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.headerR nav ul li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #848484;
	margin-bottom: 10px;
}

.headerR nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #329b5f;
}

.headerR nav ul li a:hover span {
	color: #333;
}

.headerR .contact {
	width: 220px;
	float: right;
	text-align: center;
}

.headerR .contact a {
	width: 100%;
	height: 36px;
	background: #329b5f;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}

.headerR .contact a:hover {
	opacity: 0.6;
}

.headerR .contact a img {
	margin-right: 7px;
}

.headerR .contact p {
	line-height: 10%;
}


.headerR .contact .tel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
    line-height: 0.9em;
    margin: 5px 0 0;
}

.headerR .contact .tel img {
	margin: 0 7px 0 0;
}

.headerR .contact .tel_txt {
	font-size:12px;
}

.com_list {
width: 100%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.com_list li {
position: relative;
width: 31.33%;
float: left;
margin-right: 3%;
display: block;
margin-bottom: 5%;	
}


.com_list li:nth-child(3n+3) {
margin-right: 0;
}

.com_list li:nth-child(2n+2) {
margin-right: 3%;
}	
	
	
.com_list_tit {
position: absolute;
background: #329b5f;
padding: 1% 10% 1% 2%;
color: #fff;
font-size: 16px;
display: block;
z-index: 10;
margin: -20px 0 0;
}


.comtit_sub {
padding-bottom: 30px;
text-align: center;
font-weight: normal;
font-size:32px;
letter-spacing: 10px;
line-height: 120%;
}	
.comtit_sub strong {
color: #329b5f;
font-size: 0.9em;
font-weight: bold!important;
letter-spacing: 0!important;
display: block;
}
	
.comtit_sub span {
font-family: Arial, Helvetica, sans-serif;
color: #329b5f;
font-size: 0.6em;
margin: 0 auto 30px;
display: block;
letter-spacing: 0 !important;
font-weight: bold !important;
}
	
	
.comtit_sub::before {
content: "";
display: block;
height: 30px;
margin: 0 auto 23px;
width: 1px;
background: #329b5f;
}

	

.com_table {
		width: 100%;
		margin: 0 auto;
	}	
	
.com_table th {
		width: 19%;
		color: #329b5f;
		font-size: 14px;
		display:table-cell;
		font-weight: normal;
		border-bottom: 1px solid #ededed;
		padding: 1%;
		text-align:
	}	
	
.com_table td {
		width: 69%;
		padding: 1%;
		display:table-cell;
		font-size: 14px;
		border-bottom: 1px solid #ededed;
	}	
	

	

	
/*sp-menu
-------------------------------------*/

.sp-menu {
	display: none;
	float: right;
}






/*footer
----------------------------------*/

footer {
	padding: 50px 0 0 0;
}

footer .footer01 {
	display: block;
	background: #eaeaea;
	padding: 33px 0;
}

footer .footer01 ul {
	list-style-type: disc;
	margin: 0 40px 0 0;
	padding: 0;
	line-height: 210%;
	display: block;
	float: left;
	font-size:12px;
}

footer .footer01 ul li {
	margin-left: 15px;
}

footer .footer01 ul li:first-child {
	list-style-type: none;
	color: #329b5f;
	margin-left: 0;
}

footer .footer01 ul h3,
footer .footer01 ul h3 a {
	font-weight:bold;
	color:#329b5f;
	text-decoration:none;
}

footer .footer01 ul li a {
	color: #323232;
	text-decoration: none;
}

footer .footer01 ul.end {
	list-style: none;
	margin-left: 0;
}

footer .footer01 ul.end li {
	margin-left: 0;
}

footer .footer01 ul.end li a {
	color: #329b5f;
}

footer .footer02 {
	display: block;
	background: #848484;
	color: #FFF;
	text-align: center;
	padding: 25px 0;
	font-size: 1em;
	line-height: 160%;
}

footer .footer02 p {
	margin:0 auto 20px;
}

footer .footer02 span {
	font-size: 1.2em;
}

footer .cp {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #329b5f;
	padding: 5px 0;
	font-size:10px;
}






/*
----------------------------------*/



}/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
  outline: 0;
}
.pushy li {
	border-bottom: #2a2a2a solid 1px;
}
.pushy li i {
	color:#FFC600;
}
.pushy li:last-child {
	border-bottom: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
  background-color: #3a3a3a;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(js/pushy/img/arrow.png) no-repeat;
  /*background: url("js/img/arrow.svg") no-repeat;*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

/*# sourceMappingURL=pushy.css.map */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

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

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

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

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

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

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

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

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

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

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

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

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

.pulse {
  animation-name: pulse;
}

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

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

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

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

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

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

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

.shake {
  animation-name: shake;
}

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

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

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

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

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

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

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

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

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

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

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

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

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

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

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

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

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

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

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

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

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

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

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

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

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

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

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

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

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

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

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

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

.bounceOut {
  animation-name: bounceOut;
}

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

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

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

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

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

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

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

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

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

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

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

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

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

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

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

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

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

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

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

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

.rotateIn {
  animation-name: rotateIn;
}

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

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

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

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

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

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

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

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

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

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

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

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

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

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

.rotateOut {
  animation-name: rotateOut;
}

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

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

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

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

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

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

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

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

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

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

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

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

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

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

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

.zoomInDown {
  animation-name: zoomInDown;
}

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

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

.zoomInLeft {
  animation-name: zoomInLeft;
}

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

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

.zoomInRight {
  animation-name: zoomInRight;
}

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

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

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

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

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

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

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

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

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

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

.zoomOutRight {
  animation-name: zoomOutRight;
}

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

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

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

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

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

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

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

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

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

.slideOutUp {
  animation-name: slideOutUp;
}
