@charset "utf-8";


@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterSemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterHeavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Matter';
  src: url('/wp-content/themes/beemok-sports/assets/fonts/MatterBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  color: var(--bse-Black, #1F1F21);
  /* Body - Desktop */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  font-family: 'Matter', sans-serif;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
    margin: 0;
}
p.sub-heading {
  color: var(--Trench, #011D2F);
  text-shadow: 1px 2px 4.8px #E0E4E7;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 31.04px */
  margin: 0 0 12px;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {}
td, th {}
a {
  color: #4094C8;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--bse-Black, #1F1F21);
  text-decoration: underline;
}
.link-arrow,
a.link-arrow {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.link-arrow:after,
a.link-arrow:after {
  background-image: url(../img/link-arrow/default.svg);
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.btn-layout.link-arrow:after {
  background-image: url(../img/link-arrow/white.svg);
}
.white-btn-layout.link-arrow:after {
  background-image: url(../img/link-arrow/default.svg);
}
.link-arrow:hover:after,
.link-arrow:active:after,
a.link-arrow:hover:after,
a.link-arrow:active:after {
  content: '';
  /*background-image: url(../img/link-arrow/hover.svg);*/
  right: 14px;
}
.link-arrow.top-back,
a.link-arrow.top-back {margin: 93px 0 36px;}
.single-post .link-arrow.top-back,
.single-post  a.link-arrow.top-back {margin: 40px 0 52px;}
.link-arrow.reverse,
a.link-arrow.reverse {
    padding-left: 26px;
}
.link-arrow.reverse:after,
a.link-arrow.reverse:after {
  transform: rotate(-180deg);
  left: 0;
  top: 2px;
}
.link-arrow.reverse:hover:after,
a.link-arrow.reverse:hover:after {
  left: -3px;
}
.btn-layout.link-arrow,
a.btn-layout.link-arrow {
  padding-right: 44px;
}
.btn-layout[target="_blank"]:after,
a.btn-layout[target="_blank"]:after {
  content: ' \f08e';
  font-size: .9em;
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
}
.btn-layout,
a.btn-layout {
	border-radius: 30px;
	padding: 12px 18px;
	color: var(--bse-White, #fff);
	border: 2px solid var(--bse-Black, #1F1F21);
	background: var(--bse-Black, #1F1F21);
	text-align: center;
	font-family: Matter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 97%; /* 17.46px */
	letter-spacing: 2.7px;
	text-transform: uppercase;
	text-decoration: none!important;
	transition: all .3s ease;
}
.btn-layout:hover,
a.btn-layout:hover {
	background-color:#4094C8;
	border-color:#4094C8;

}

.btn-layout.white-btn-layout:hover{
	background-color:white;
}
.hollow-btn-layout,
a.hollow-btn-layout {
	color: var(--bse-Black, #1F1F21);
	border: 2px solid var(--bse-Black, #1F1F21);
	background: transparent;
}
.white-btn-layout,
a.white-btn-layout {
	color: var(--bse-Black, #1F1F21);
	border: none;
	background: var(--bse-White, #FFF);
	box-shadow: 0px 1px 4px 0px #000;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  /* width: auto; */
}
h1 {
    color: #011D2F;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    font-family: Matter;
    font-size: 73px;
    font-style: Normal;
    font-weight: 600;
    line-height: normal;
    margin: 93px 0 96px;
	position: relative;

	z-index: 2;
}
h1:not(.heading, .news-heading):before {
  content: '';
  background-image: url(../img/orb.svg);
  background-size: 120px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -38px;
  width: 120px;
  height: 120px;
}
h1 span {
  color: var(--bse-Black, #1F1F21);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
h1.news-heading {
  color: var(--bse-Black, #1F1F21);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px;
  padding: 0;
}
.news-heading-sub {
  color: var(--bse-Black, #1F1F21);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
h2 {
  color: var(--bse-Black, #1F1F21);
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 46.2px */
  margin: 0;
}
h3 {
  color: var(--bse-Black, #1F1F21);
  font-size: 37px;
  font-style: normal;
  font-weight: 900;
  line-height: 134%; /* 49.58px */
  margin: 12px 0;
}
h4 {
  color: var(--bse-Black, #1F1F21);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  font-weight: 600;
  margin: 0;
}
h5 {
  color: var(--bse-Black, #1F1F21);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  position: relative;
  z-index: 11;
  display: block;
  width: 100%;
  padding: 0;
  transition: all .4s ease;
  opacity: 0;
  background: #4094C8;
}
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.behaved {
  background-color: transparent;
  height: 59px;
  overflow: hidden;
  box-shadow: none;
  /* padding-right: 0; */
  box-shadow: none!important;
}
.menu > .container {position: relative;text-align: center;}
.menu.behaved > .container {
  position: static;
  max-width: 100%;
}
.customize-support .menu {
  /* top: 32px; */
}

.menu > div .navigation {
  display: block;
  background: none;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 24px;
  margin-right: 38px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 22px 0;
  margin-right: 0;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: -1px;
	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: '';
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  text-transform: lowercase;
  top: 0px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a.navigation > .bar {
  background-color: #fff;
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;

}
/*
.menu > div a.navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a.navigation:hover > span:nth-child(3) {
  top: 18px;
}
*/
.menu > div a.navigation.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 234px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav img.logo-home {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }

.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.behaved .logo-nav {
 /* opacity: 0; */
 /* top: -50%; */
}
.menu.behaved .social-nav {
  opacity: 0;
}

.menu div > ul > li > ul {
  /* display: none; */
  border-bottom: 1px solid #243062;
  background: #0a194e;
  box-shadow: 0px 6px 10px 0px rgba(6, 28, 24, 0.15), 0px 3px 3px -5px rgba(6, 28, 24, 0.20);
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  z-index: 5;
  padding: 0 20px 0;
  width: 231px;
  margin-top: 0!important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.menu div > ul > li > ul:focus-within,
.menu div > ul > li:hover > ul {
	padding: 17px 20px 11px;
	opacity: 1;
	margin-top: 5px!important;
	height: auto;
	/* display: block!important; */
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  text-transform: capitalize;
  margin: 0 0 7px!important;
}
.menu div > ul > li > ul > li a {
  color: #fff;
  display: inline-block;
  text-shadow: none;
  padding: 0!important;
  border-bottom: solid 2px transparent;
}
.menu div > ul > li > ul > li a:hover {
  color: #afafaf;
}
.menu div > ul > li > ul > li a:focus {
  color: #dbdbdb;
  border-color: #dbdbdb;
  text-decoration: none;
}
.menu div > ul > li > ul > li.current-menu-item a {
  color: #dbdbdb;
  padding-left: 12px!important;
}
.menu div > ul > li > ul > li a:before,
.menu div > ul > li > ul > li a:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 8px;
  transition: all .3s ease;
  opacity: 0;
  font-size: .6em;
}
.menu div > ul > li > ul > li a:before {
  left: -10px;
}
.menu div > ul > li > ul > li.current-menu-item a:before {
  opacity: 1;
  left: 0;
}
.menu div > ul > li > ul > li a:after {
  right: 0;
}
.menu div > ul > li > ul > li:not(.current-menu-item) a:not(:focus):hover:after {
  opacity: 1;
  right: -13px;
}

.menu > div {
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu .desktop-nav {
	position: relative;
	padding: 30px 0 29px;
}
.menu div > ul  {
	line-height: 1em;
	margin: 4px 0;
	margin-left: -50px;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu div > ul > li {
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 95%; /* 20.9px */
	letter-spacing: 1.32px;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 50px;
}
.menu div > ul.collapse-menu > li:nth-child(2) { margin-right: 228px; }
.menu div > ul.collapse-menu > li:nth-child(3) { margin-left: 228px; }

.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a .fal {
 font-size: .6em;
 font-weight: 900;
 line-height: 1em;
 margin-top: 8px;
 transition: all .3s ease
}
.menu div > ul > li:hover a .fal {
  transform: rotate(-180deg);
}
.menu div > ul > li a {
  color: white;
  position: relative;
  text-decoration: none;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  background: none;
}
.menu div > ul > li a:hover{ color: #fff }
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-page-ancestor > a {color: #fff;}
.menu div > ul > li.current-menu-item > a:after
/* .menu div > ul > li.current-page-ancestor > a:after*/ { 
  left: 0;
  right: unset;
  width: 100%;
  background-color: #fff;
}
.menu div > ul > li > a:focus > span {
  border-color: #E6E7E8;
}
.menu div > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #E6E7E8;
  transition: all .3s ease;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.menu div > ul > li:hover > a:after,
.menu div > ul > li:focus > a:after{
 left: 0;
 right: unset;
 width: 100%;
 background-color: #fff;
}

/*
.menu div > ul > li:last-child a {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 700;
	color: #061C18;
	background: linear-gradient(to bottom,  rgb(255,240,189) 0%,rgb(250,209,64) 100%);
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #FCE181;
	padding: 17px 30px;
	border-radius: 100px;
	text-shadow: none;
	box-shadow: 0 1px 2px #061C18;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu div > ul > li:last-child a:hover {
	border-color: #F2CE4D;
	background: linear-gradient(to bottom,  rgb(255,227,127) 0%,rgb(235,169,2) 100%);
	color: #061C18;
}
.menu div > ul > li:last-child a:focus {
	border-color: #FCE181;
	background: linear-gradient(to bottom,  rgb(255,240,189) 0%,rgb(250,209,64) 100%);
	color: #061C18;
	box-shadow: 0px 0px 0px 5px #061C18;
}
.menu div > ul > li:last-child a:focus > span { border-color: transparent }
*/


.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 98px 16px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
  background: var(--bse-Black, #1F1F21);
}

.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {display: block;margin-bottom: 48px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: var(--bse-Tan, #E6E7E8);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 95%;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #f1f1f1;
}
.navigation-overlay > ul > li > a:focus {
  color: #f1f1f1;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #f1f1f1;
}
.navigation-overlay > ul > li > a i {
	float: right;
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-page-ancestor > a {
  text-decoration: none;
  color: #fff;
  border-top: solid 3px #fff;
  border-collapse: separate;
  border-spacing: 2px;
}
/*
.navigation-overlay > ul > li.current-menu-item > a:before,
.navigation-overlay > ul > li.current-page-ancestor > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}*/
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-page-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: block;
  border-left: solid 2px #f3f3f3;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 12px;
  margin-bottom: 10px;
}


.navigation-overlay > ul > li > ul li {margin-bottom: 11px!important;}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
  text-decoration: none;
  color: #fff;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #cce6ff;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #cce6ff;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #cce6ff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #a5c9eb;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1350px) {
	.menu div > ul.collapse-menu > li:not(:last-child) {margin-right: 20px;}
	.menu div > ul > li,
	.menu div > ul > li:last-child a {font-size: 18px;}
	.menu div > ul > li > ul > li { font-size: 18px; }
	.menu .logo-nav {max-width: 185px;/* top: -20px; */}

	h1 > span, .h1-style > span {}
}
@media screen and (min-width: 911px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
    display: none !important;
  }
}
@media screen and (max-width: 910px) {
  h1 > span, .h1-style > span {}
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu {/* top: 0; *//* padding: 5px 2vw; */}

  .menu .logo-nav img:not(.logo-home) {/* opacity: 0; */}
  .menu .logo-nav img.logo-home {/* opacity: 1; */}

  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
    border: transparent;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div .navigation {
    margin: 19px 0;
    margin-right: 0;
  }
  .menu div > ul,
  .menu div > ul.top-menu {
    display: none;
  }
  .menu .logo-nav {
    top: 9px;
    left: 0;
    max-width: 150px;
    transform: none;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  /*.menu div > a > .txt {
    display: none;
  }*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {}  
  .navigation-overlay > ul > li > ul > li a {}
  .menu .donate {
    top: 7px
  }
}
@media screen and (max-width: 910px) {
  .customize-support .menu {
    /* top: 32px; */
  }
  .customize-support .navigation-overlay {
    margin-top: 34px;
  }
}
@media screen and (max-width: 782px) {
  .customize-support .menu {
    /* top: 46px; */
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    /* top: 46px; */
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  padding: 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
@media (max-width: 640px) {
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
