@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-family: "YuGothic-M";
  font-weight: normal;
}

@font-face {
  src: local("YoGothic-Bold"), local("Yu Gothic");
  font-family: "YuGothic-B";
  font-weight: bold;
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
          font-feature-settings: "palt";
  font-size: 3.5vw;
}

* html body {
  height: 100%;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
  vertical-align: text-top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 100%;
}


body {
  _zoom: 1;
  _display: inline;
}

.inBase {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.hidden-all {
  display: none !important;
}

.hidden-sp {
  display: none !important;
}

.is-smallScreen .hidden-sp {
  display: none;
}

.contents__sub {
  padding: 0 7%;
}

.contents__sub.is-m-wide {
  padding: 0;
}

.contents__sub.is-m-wide img.wide {
  padding: 0 7%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wide {
  width: 100%;
}

.wide-sp {
  width: 100%;
}

.h100 {
  height: 100%;
}


/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
  font-size: 100%;
}

p, address, th, td {
  line-height: 1.7;
}

li, dt, dd, figcaption {
  line-height: 1.7;
}

#contents strong {
  font-weight: bold;
}

#contents em {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-sp {
  clear: both;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.pL-all {
  float: left;
}

.pR-all {
  float: right;
}

#contents .sS {
  font-size: 0.85em;
}

#contents .sB {
  font-size: 1.24em;
}

.sP-xl {
  padding-bottom: 5.6rem;
}

.sP-l {
  padding-bottom: 2.8rem;
}

.sP {
  padding-bottom: 1.4rem;
}

.sP-s {
  padding-bottom: 0.7rem;
}

.sP-xs {
  padding-bottom: 0.35rem;
}

.sP-xl-r {
  padding-right: 5.6rem;
}

.sP-l-r {
  padding-right: 2.8rem;
}

.sP-m-r {
  padding-right: 1.4rem;
}

.sP-s-r {
  padding-right: 0.7rem;
}

.sP-xs-r {
  padding-right: 0.35rem;
}

.sP-xl-l {
  padding-left: 5.6rem;
}

.sP-l-l {
  padding-left: 2.8rem;
}

.sP-m-l {
  padding-left: 1.4rem;
}

.sP-s-l {
  padding-left: 0.7rem;
}

.sP-xs-l {
  padding-left: 0.35rem;
}

.sP-xl-t {
  padding-top: 5.6rem;
}

.sP-l-t {
  padding-top: 2.8rem;
}

.sP-m-t {
  padding-top: 1.4rem;
}

.sP-s-t {
  padding-top: 0.7rem;
}

.sP-xs-t {
  padding-top: 0.35rem;
}

.sP-xl-a {
  padding: 5.6rem;
}

.sP-l-a {
  padding: 2.8rem;
}

.sP-m-a {
  padding: 1.4rem;
}

.sP-s-a {
  padding: 0.7rem;
}

.sP-xs-a {
  padding: 0.35rem;
}

.sM-xl {
  margin-bottom: 5.6rem;
}

.sM-l {
  margin-bottom: 2.8rem;
}

.sM {
  margin-bottom: 1.4rem;
}

.sM-s {
  margin-bottom: 0.7rem;
}

.sM-xs {
  margin-bottom: 0.35rem;
}

.sM-xl-r {
  margin-right: 5.6rem;
}

.sM-l-r {
  margin-right: 2.8rem;
}

.sM-m-r {
  margin-right: 1.4rem;
}

.sM-s-r {
  margin-right: 0.7rem;
}

.sM-xs-r {
  margin-right: 0.35rem;
}

.sM-xl-l {
  margin-left: 5.6rem;
}

.sM-l-l {
  margin-left: 2.8rem;
}

.sM-m-l {
  margin-left: 1.4rem;
}

.sM-s-l {
  margin-left: 0.7rem;
}

.sM-xs-l {
  margin-left: 0.35rem;
}

.sM-xl-t {
  margin-top: 5.6rem;
}

.sM-l-t {
  margin-top: 2.8rem;
}

.sM-m-t {
  margin-top: 1.4rem;
}

.sM-s-t {
  margin-top: 0.7rem;
}

.sM-xs-t {
  margin-top: 0.35rem;
}

.sM-xl-a {
  margin: 5.6rem;
}

.sM-l-a {
  margin: 2.8rem;
}

.sM-m-a {
  margin: 1.4rem;
}

.sM-s-a {
  margin: 0.7rem;
}

.sM-xs-a {
  margin: 0.35rem;
}

.sC {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.iB {
  display: inline-block;
}

.fC {
  display: flex;
  align-items: center;
}

figcaption {
  padding-top: 0.8rem;
  clear: both;
  text-align: center;
}

i {
  font-family: FontAwesome;
  font-style: normal;
}

.fC {
  display: flex;
  align-items: center;
}

a {
  transition: all .2s ease;
}

.clearfix:after {
  display: block;
  clear: both;
  content: " ";
}


/* Img
------------------------------------------ */
.rightBox {
  display: inline;
  margin: 0 0 0.8rem 20px;
  float: right;
  clear: both;
}

.leftBox {
  display: inline;
  margin: 0 20px 0.8rem 0;
  float: left;
  clear: both;
}


#footer {
  clear: both;
  background: #453b77;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #ffff00;
}

.footer__pageAfter {
  padding: 3em 1em;
  background: url(../img/common/bgBottomSent.jpg) no-repeat center top;
  background-size: cover;
  color: #000;
  font-size: 1.25em;
  text-align: center;
}

.footer__information {
  text-align: center;
}

.footer__information__siteTitle {
  padding: 0 15% 1em 15%;
}

.footer__information__siteTitle img {
  width: 100%;
}

.footer__information__tel {
  color: #ffff00;
  font-size: 2em;
}

.footer__information__sent {
  font-size: 0.8em;
}

.footer__hallBox {
  padding: 0.5em 0.5em 0 0.5em;
  border: #FFF solid 1px;
  background: #453b77;
}

.footer__hallBox img {
  width: 100%;
}

.footer__hallBox__img {
  width: 33%;
  margin: 0 0 0.5em 0;
  float: left;
}

.footer__hallBox__infoBox {
  width: 63%;
  float: right;
}

.footer__hallBox__name {
  margin: 0.5em 0 0.3em 0;
  font-size: 1.1em;
}

.footer__hallBox__address {
  margin: 0 0 0.5em 0;
  line-height: 1.4em;
}

.footer__navi {
  display: block;
  width: 100%;
  border-bottom: #999999 dotted 1px;
}

.footer__navi li {
  padding: 5px 0;
  border-top: #999999 dotted 1px;
}

.footer__navi li a {
  display: block;
  color: #53526C;
  font-size: 0.9em;
  text-decoration: none;
}

.footer__navi li a:before {
  content: "\03e  ";
}

.footer__shopInfoBox img {
  width: 100%;
}

.footer__shopInfoBox figure {
  width: 48%;
  float: left;
}

.footer__shopInfoBox figure:first-child {
  margin-right: 2%;
}

.footer__description {
  padding: 0 0 1em;
  clear: both;
  font-size: 0.8em;
}

#mailform input {
  display: block;
  width: 95% !important;
  min-height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  vertical-align: middle;
}

#mailform input[type=radio] {
  display: inline;
  width: 1em !important;
}

#mailform input[type=checkbox] {
  display: inline;
  width: 1em !important;
}

#mailform input[type=submit] {
  margin: 0 0 20px;
  padding: 0.8rem;
  background: none;
  background: #D0E3FF;
  cursor: pointer;
}

#mailform input[type=reset] {
  margin: 0 0 20px;
  padding: 0.8rem;
  background: none;
  background: #F3DCEC;
  cursor: pointer;
}

#mailform textarea {
  display: block;
  width: 95% !important;
  min-height: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
}

#mailform dl dd {
  display: block;
  margin: 0 0 0.8rem;
  padding: 0 0 15px;
  border-bottom: #E8E8E8 solid 1px;
  line-height: 2em;
}

.globalNavi {
  display: none;
}

.globalNaviSmall__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
}

.globalNaviSmall__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 1px;
  margin-left: -33%;
  background: #FFF;
}

.globalNaviSmall__iconButton {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0.5em 0.5em 0.5em 0.5em;
  float: right;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  background: rgba(69, 59, 119, 0.7);
  cursor: pointer;
  /*-webkit-transition: 0.7s;
		-moz-transition: 0.7s;
		-o-transition: 0.7s;
		-ms-transition: 0.7s;*/
  transition: 0.7s;
}

.globalNaviSmall__iconButton.is-topPosition {
  margin: 3em 0.5em 0.5em 0.5em;
}

body.pagefixed .globalNaviSmall__iconButton.is-topPosition {
  margin: 0.5em 0.5em 0.5em 0.5em;
}

.globalNaviSmall__icon--type01 span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s;
}

.globalNaviSmall__icon--type01 .iconButton--top {
  -webkit-transform: translateY(-0.7em);
  transform: translateY(-0.7em);
}

.globalNaviSmall__icon--type01 .iconButton--bottom {
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}

.globalNaviSmall__icon--type01:hover .iconButton--top {
  -webkit-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
}

.globalNaviSmall__icon--type01:hover .iconButton--bottom {
  -webkit-transform: translateY(0.8em);
  transform: translateY(0.8em);
}

.globalNaviSmall__icon--type01.is-open .iconButton--middle {
  background: rgba(255, 255, 255, 0);
}

.globalNaviSmall__icon--type01.is-open .iconButton--top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.globalNaviSmall__icon--type01.is-open .iconButton--bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

.globalNaviSmall {
  display: block;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.globalNaviSmall__menu {
  display: none;
  padding: 1em;
  background: linear-gradient(135deg, rgba(211, 202, 251, 0.7), rgba(242, 237, 208, 0.9));
  background-size: cover;
}

.globalNaviSmall__menu__main {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.globalNaviSmall__menu__main li {
  display: block;
  text-align: center;
}

.globalNaviSmall__menu__main li a {
  display: block;
  display: inline-block;
  position: relative;
  width: 70%;
  margin: 0 0 1.5em;
  padding: 1.2em 0 0.8em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
}

.globalNaviSmall__menu__main li a small {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.7em;
  font-weight: normal;
}

.globalNaviSmall__menu__main li a:hover {
  color: #999;
}

.globalNaviSmall__menu__main li a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  float: right;
  content: "\03e";
}

.globalNaviSmall__menu__main > li:first-child {
  margin-top: 3em;
}

.globalNaviSmall__menu__main > li:last-child {
  margin-bottom: 10em;
}

.globalNaviSmall__menu__sub li {
  padding: 0 0 0 1em;
}

#header {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  transition: .3s;
}

.header__description {
  padding: 0.5em 0;
  background: rgba(69, 59, 119, 0.7);
  color: #FFF;
  font-size: 0.5em;
  text-align: center;
}

.header__siteTitleBox {
  display: block;
}

.header__siteTitleBox__sent {
  display: none;
}

.header__siteTitle {
  display: block;
  width: 60%;
  padding: 1.5em 1em 1.5em 1em;
  float: left;
}

.header__siteTitle img {
  width: 100%;
}

.header__infoBox {
  display: none;
}

.hall #pageTopBg {
  background: url(../img/hall/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.plan #pageTopBg {
  background: url(../img/plan/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.consultation #pageTopBg {
  background: url(../img/consultation/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.member #pageTopBg {
  background: url(../img/member/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.service #pageTopBg {
  background: url(../img/service/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.pagefixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.center-box {
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translateY(-50%) translateX(-50%);
}

#btnTelEmpty {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#btnTelEmpty:before {
  display: block;
  padding-top: 25%;
  content: "";
  /* 4:1 */
}

.parallaxBox {
  display: block;
  position: relative;
  min-height: 17em;
}

.copyright {
  display: block;
  padding: 0.8rem 0;
  font-size: 0.8em;
  text-align: center;
}

#wrapper #btnRise {
  display: block;
}

#wrapper #btnRise a {
  display: block;
  position: relative;
  padding: 30px 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#wrapper #btnRise a:after {
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  margin-left: -0.5em;
  color: #FFF;
  font-size: 1.3em;
  content: "\025b2";
}

#wrapper #btnRise a i {
  display: none;
}

.imgMagnification {
  display: block;
  position: relative;
}

.imgMagnification:after {
  -moz-opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-family: "icomoon";
  font-size: 1.5rem;
  /* 横方向中央揃え */
  text-align: center;
  content: "\f00e";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.imgMagnification:hover:after {
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.adjustBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.adjustBox:before {
  display: block;
  padding-top: 100%;
  content: "";
  /* 1:1 */
}

.adjustBox.adjustBox--type01:before {
  padding-top: 175%;
  /* 4:7 */
}

.adjustBox.adjustBox--type02:before {
  padding-top: 150%;
  /* 2:3 */
}

.adjustBox.adjustBox--type03:before {
  padding-top: 125%;
  /* 3:4 */
}

.adjustBox.adjustBox--type04:before {
  padding-top: 75%;
  /* 4:3 */
}

.adjustBox.adjustBox--type05:before {
  padding-top: 50%;
  /* 2:1 */
}

.adjustBox.adjustBox--type06:before {
  padding-top: 25%;
  /* 4:1 */
}

.adjustBox.adjustBox--typeGR:before {
  padding-top: 61.74%;
  /* 1.618:1 */
}

.adjustBox.adjustBox--typeGR-h:before {
  padding-top: 161.8%;
  /* 1:1.618 */
}

.adjustBox__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.adjustBox__inner img {
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.adjustBox p {
  font-size: 1.25vw;
  line-height: 1.5em;
}

.googleMapBox {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.googleMapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#btnPageBottom {
  display: none;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.btnPageBottom--type01 {
  padding: 0.7em 0.5em 0.5em;
  background: rgba(69, 59, 119, 0.7);
}

.btnPageBottom--type01 a {
  display: block;
  padding: 0.8em 0.5em;
  border-bottom: #666 solid 1px;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  vertical-align: middle;
  /*-webkit-transition: 1s;
		    -moz-transition: 1s;
		    -o-transition: 1s;
		    -ms-transition: 1s;*/
  transition: 1s;
}

.btnPageBottom--type01 a i {
  width: 20%;
  float: left;
  font-size: 3.5em;
  text-align: right;
}

.btnPageBottom--type01 a p {
  width: 75%;
  float: right;
  font-size: 1.2em;
}

.btnPageBottom--type01 a:hover {
  border-top: transparent 1px solid;
  border-bottom: none;
  background: white;
}

.btnPageBottom--type01__sent01 {
  padding: 0.4em 0 0.5em 0;
  line-height: 0.8em;
}

.btnPageBottom--type01__sent02 span {
  display: inline-block;
  margin-left: 1em;
  padding: 0.2em 1em;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  background: #FFF;
  color: red;
  font-size: 0.8em;
}

#wrapper .btn--type01 a {
  display: inline-block;
  padding: 1em 2em;
  background: #6cb536;
  color: #FFF;
}

#wrapper .btn--type01 a:hover {
  background: #3f7815;
  color: #000;
}

#wrapper .btn--type01 a:after {
  font-family: 'icomoon';
  content: "　\f054";
}

#wrapper .btn--type02 a {
  padding: 0.7em 1em;
  border: #e3ddbb solid 1px;
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  vertical-align: middle;
}

#wrapper .btn--type02 a:hover {
  background: white;
  color: #6cb536;
}

#wrapper .btn--type02 a:after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  border-radius: 50%;
  background: #FFF;
  font-family: 'icomoon';
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  content: "\f107";
}

#wrapper .section__title01 {
  display: inline-block;
  border-bottom: #504b66 solid 1px;
  font-weight: bold;
}

#wrapper .section__title02 {
  display: inline-block;
  border-bottom: #504b66 solid 1px;
  font-weight: bold;
}

#wrapper .section__title03 {
  display: block;
}

#wrapper .section__title03 span {
  display: inline-block;
  border-bottom: #504b66 solid 1px;
  font-weight: bold;
}

#wrapper .section__title04 {
  display: block;
  position: relative;
  margin-bottom: 4em;
  padding: 1.5em 0.5em 0.5em;
  border-top: #453b77 solid 2px;
  border-right: #453b77 solid 1px;
  border-left: #453b77 solid 1px;
  font-size: 1.25em;
  text-align: center;
}

#wrapper .section__title04:after {
  -webkit-filter: drop-shadow(0 1px 0 #453b77);
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3em;
  border-width: 1.5em 3em 0 3em;
  border-style: solid;
  border-color: #f2edd0 transparent transparent transparent;
  content: " ";
          filter: drop-shadow(0 1px 0 #453b77);
}

#wrapper .boxBg--type01 .section__title04:after {
  border-color: #FFF transparent transparent transparent;
}

#wrapper .section__lead {
  color: #6c60a8;
  font-size: 1.3em;
}

#wrapper .section__lead span {
  padding: 0.3em 1em;
  background: #FFF;
  color: #000;
  font-size: 0.6em;
}

.hr--type01 {
  height: 1px;
  border: 0;
  background: #6cb536;
  background-image: -o-linear-gradient(left, #ccc, #6cb536, #ccc);
}

#wrapper .box--type01 {
  padding: 1em;
  border: #fdf8dd solid 10px;
  background: #f2edd0;
  box-shadow: 0px 1px #c7bb77;
}

#wrapper .box--type01__image {
  display: block;
  width: 27%;
  float: left;
}

#wrapper .box--type01__inner {
  display: block;
  width: 70%;
  float: right;
}

#wrapper .box--type01__eyeCatcher {
  display: inline-block;
  padding: 3px 1em;
  border-radius: 0.5em;
  background: #453b77;
  color: #FFF;
  font-size: 0.6em;
}

#wrapper .box--type01__title {
  font-size: 1.4em;
  line-height: 1.4em;
}

#wrapper .box--type01__title b {
  color: #bc0a0a;
}

#wrapper .box--type01__sent {
  padding: 0.3em 0 0 0;
  border-top: #6cb536 solid 1px;
  font-size: 0.9em;
}

#wrapper .box--type02 {
  padding: 1em;
  border: #fdf8dd solid 10px;
  background: #f2edd0;
  box-shadow: 0px 1px #c7bb77;
}

#wrapper .box--type02__title {
  position: relative;
  margin-left: 2em;
  padding: 0 0 0.2em 0;
  border-bottom: #6cb536 solid 1px;
  font-size: 1.4em;
  line-height: 1.4em;
}

#wrapper .box--type02__title span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -2.5em;
  padding: 1px 0.5em;
  border-radius: 0.5em;
  background: #453b77;
  color: #FFF;
  font-size: 0.6em;
}

#wrapper .box--type02__sent {
  font-size: 0.9em;
}

#wrapper .box--type03 {
  display: block;
  padding: 1em;
  border: #988fc2 solid 1px;
}

#wrapper .box--type03__image {
  width: 35%;
  padding-right: 1em;
  float: left;
}

#wrapper .pageTitle {
  display: block;
  padding: 3em 0;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  text-align: center;
}

#wrapper .pageTitle {
  display: block;
  padding: 3em 0;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  text-align: center;
}

#wrapper .topicpath {
  display: block;
  padding: 0.5em 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#wrapper .topicpath li {
  display: inline-block;
  font-size: 0.9em;
}

#wrapper .topicpath li a {
  color: #6cb536;
  text-decoration: none;
}

#wrapper .topicpath li a:hover {
  color: #453b77;
  text-decoration: underline;
}

.pageNavi ul {
  text-align: center;
}

.pageNavi li {
  display: inline-block;
  margin: 0 0.5em 2.5em;
}

.pageNavi li a {
  padding: 1em 1em;
  border: #e3ddbb solid 1px;
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  vertical-align: middle;
}

.pageNavi li a:hover {
  background: white;
  color: #6cb536;
}

.pageNavi li a:after {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  border-radius: 50%;
  background: #FFF;
  font-family: 'icomoon';
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  content: "\f107";
}

.pageNavi.is-beta li {
  margin: 0 0.5em 0.5em;
}

.pageNavi.is-beta li a {
  display: block;
  position: relative;
  width: 14em;
  height: 4.5em;
  text-align: left;
}

.pageNavi.is-beta li a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.45em;
  border-radius: 50%;
  background: #FFF;
  font-family: 'icomoon';
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  content: "\f107";
}

.pageNavi.is-beta li a figure {
  display: inline-block;
  width: 4em;
  vertical-align: top;
}

.pageNavi.is-beta li a p {
  display: inline-block;
  width: 6em;
  padding: 0 0 0 0.5em;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
}

#wrapper .word-contentsTel {
  color: #453b77;
  font-size: 2em;
}

#wrapper .contentTelBox {
  display: block;
  padding: 1.5em;
  border: #6c60a8 solid 1px;
}

#wrapper .contentTelBox__word {
  font-size: 1.25em;
}

#wrapper .contentTelBox__word b {
  color: #bc0a0a;
}

#wrapper .contentTelBox__tel {
  font-size: 2em;
  text-align: center;
}

#wrapper .contentTelBox__telSent {
  display: block;
  padding: 0.5em 1em;
  background: #6cb536;
  color: #FFF;
  text-align: center;
}

.imgFrame--type01 {
  padding: 3px;
  border: #cdc8aa solid 1px;
  background: #FFF;
}

.table--type01 {
  width: 100%;
}

.table--type01 th {
  width: 6em;
  padding: 0.25em 0.5em;
  color: #453b77;
}

.boxBg--type01 {
  display: block;
  padding: 4em 0 3em;
  background: #FFF;
}

body {
  background: #f2edd0;
  color: #333;
}

.clearfix a {
  color: #000;
  text-decoration: none;
}

.clearfix a:hover {
  color: #DDD;
  text-decoration: none;
}

.clearfix p a:hover {
  text-decoration: underline;
}

a.over {
  transition: 0.3s ease-in-out;
}

a.over:hover {
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.color--type01 {
  color: red;
}

.color--type02 {
  color: #f2edd0;
}

.bg--type01 {
  background: red;
}

.bg--type02 {
  background: #f2edd0;
}

#wrapper .consultationFlow__title {
  color: #6c60a8;
  font-size: 1.05em;
}

#wrapper .consultationFlow__title span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  background: #6c60a8;
  color: #FFF;
}

#wrapper .consultationFlow__image {
  position: relative;
}

#wrapper .consultationFlow__image:after {
  position: absolute;
  top: 50%;
  right: -0.2em;
  margin-top: -0.6em;
  color: #000;
  font-family: 'icomoon';
  font-size: 4em;
  content: "　\f0da";
}

#wrapper .consultationFlow__sent a {
  color: #6cb536;
  font-size: 0.9em;
}

#wrapper .consultationFlowBox .row > div:last-child .consultationFlow__image:after {
  content: none;
}

#wrapper .consultationPrecentBox {
  display: block;
  padding: 1.5em;
  border: #6cb536 solid 3px;
  background: #FFF;
}

#wrapper .consultationPrecentBox__image {
  width: 20%;
  padding: 0 1em 0 0;
  float: left;
}

#wrapper .consultationPrecentBox__title {
  color: #2ba81e;
  font-size: 1.25em;
  line-height: 1.4em;
}

.consultationPointBox {
  padding: 4em 0 3em;
  background: #FFF;
}

.consultationQuestion {
  padding-top: 1.25em;
  border-top: #6cb536 solid 1px;
}

.consultationQuestion__title {
  position: relative;
  margin-left: 3em;
  font-size: 1.25em;
  font-weight: bold;
}

.consultationQuestion__title span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -3.5em;
  margin-right: 0.5em;
  padding: 0.3em 0.7em;
  border-radius: 0.5em;
  background: #453b77;
  color: #FFF;
  font-size: 0.7em;
}

.consultationQuestion__answer {
  display: block;
  padding: 1.5em 2em;
  background: #e7dfb2;
}

.consultationQuestion__answer span {
  color: #6cb536;
  font-size: 1.25em;
}

.consultationQuestion__answer span:before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: 'icomoon';
  vertical-align: middle;
  content: "\f178";
}

.consultationQuestion__answer b {
  color: #bc0a0a;
}

.consultationQuestion__costBox {
  display: block;
  padding: 1.5em;
  border: #6c60a8 solid 1px;
}

.consultationQuestion__costInner {
  position: relative;
  background: #FFF;
  vertical-align: top;
}

.consultationQuestion__costInner dt {
  padding: 0.5em 1.5em;
  background: #6c60a8;
  color: #FFF;
}

.consultationQuestion__costInner dd {
  padding: 1em 1.5em;
}

.consultationQuestion__costInner:after {
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  margin-left: -0.5em;
  color: #000;
  font-family: 'icomoon';
  font-size: 3em;
  content: "\FF0B";
}

.consultationQuestion__costInner.is-last:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "\FF1D";
}

.consultationQuestion__costInnerTotal {
  display: block;
  padding: 1em 0;
  background: #453b77;
  color: #FFF;
  font-size: 1.2em;
  text-align: center;
  vertical-align: top;
}

.hallGuideBox {
  display: block;
}

.hallGuideBox__hallOutline {
  display: block;
}

.hallGuideBox__info {
  display: block;
}

.hallGuideBox__hallName {
  width: 20em;
}

.hallAccessBox {
  display: block;
}

.hallAccessBox__mapBox {
  display: block;
  border: #453b77 solid 3px;
}

.hallAccessBox__infoBox {
  display: block;
}

.hallAccessBox__infoSent {
  display: block;
  padding: 1em 1em 1em 2em;
  background: #453b77;
  color: #FFF;
}

body#home.home #pageTopBg {
  display: block;
  background: url(../img/home/imgMainVisual.jpg) no-repeat center top;
  background-size: cover;
}

body#home.home .mainVisual {
  display: block;
  margin: 5em 0 0 23%;
}

body#home.home .mainVisual h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline;
  height: 29em;
  color: #453b77;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  line-height: 2em;
  text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF;
  text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
          writing-mode: vertical-rl;
}

.contentsTopBox {
  display: block;
  margin-top: -22em;
}

.contentsTopPlan {
  font-size: 1.2em;
}

.contentsTopPlan__sent {
  display: block;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
}

.contentsTopPlan__plan {
  display: block;
}

.contentsTopPlan__plan a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.5em;
  background: rgba(108, 96, 168, 0.8);
  color: #FFF;
}

.contentsTopPlan__plan a:hover {
  background: #6c60a8;
}

.contentsTopPlan__plan a:before {
  display: table-cell;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 1.5em;
  height: 4.8em;
  padding: 2em 0 0 0.5em;
  background: #453b77;
  font-family: 'icomoon';
  vertical-align: middle;
  content: "\f054";
}

.contentsTopPlan__plan dl dt {
  width: 50%;
  padding: 0.5em 0 0 0;
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
}

.contentsTopPlan__plan dl dt b {
  color: #ffff00;
  font-size: 1.7em;
}

.contentsTopPlan__plan dl dd {
  width: 47%;
  float: right;
}

.contentsTopConcept {
  display: block;
  position: relative;
  padding: 2em 1.5em 1em;
  border: #abd166 solid 5px;
  background: rgba(255, 255, 255, 0.8);
}

.contentsTopConcept__title {
  color: #6cb536;
  font-size: 1.25em;
}

.contentsTopConcept__point p {
  padding: 1em 1.5em;
  background: #453b77;
  color: #FFF;
  font-size: 0.8em;
}

.contentsTopConcept__point p b {
  font-size: 1.4em;
}

.contentsTopConcept .btn--type01 {
  position: absolute;
  bottom: -1.8em;
  left: 50%;
  width: 15em;
  margin-left: -7.5em;
  text-align: center;
}

.homeHallBox {
  display: block;
  padding: 4em 0 3em;
  border-bottom: #abd166 solid 7px;
  background: url(../img/home/bg01.jpg) no-repeat center top;
  background-size: cover;
}

.homeHallBox__hallBox {
  display: block;
  position: relative;
  padding: 0.5em;
  background: #6c60a8;
  color: #FFF;
}

.homeHallBox__image {
  width: 53%;
  margin: 0 1.5em 0 0;
  float: left;
  background: #000;
}

.homeHallBox__name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.homeHallBox__sent {
  font-size: 0.8em;
}

.homeHallBox__btn a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  background: #453b77;
  color: #FFF;
  font-size: 0.8em;
}

.homeHallBox__btn a:after {
  font-family: 'icomoon';
  content: "　\f054";
}

.homeHallBox__btn a:hover {
  background: #000;
}

.homeServiceBox {
  display: block;
  padding: 3em 0 3em;
  border-bottom: #abd166 solid 7px;
  background: url(../img/home/bg02.jpg) no-repeat center top;
  background-size: cover;
}

.homeServiceBox__contentBox p {
  display: none;
}

.homeServiceBox__promise {
  display: block;
  background: #FFF;
}

.homeServiceBox__promise span {
  display: inline-block;
  width: 15%;
  padding: 1.5em 0.5em;
  background: #6c60a8;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  vertical-align: top;
}

.homeServiceBox__promiseSent {
  display: inline-block;
  width: 80%;
  padding: 0.7em 0 0 1em;
  color: #453b77;
  font-size: 1.15em;
  line-height: 1.4;
}

.homeServiceBox__promiseSent small {
  font-size: 0.6em;
  line-height: 0.6em;
}

.homePlanBox__navi li a {
  display: block;
  position: relative;
  margin: 0 0 1px 0;
  padding: 0.5em 1em;
  background: #FFF;
}

.homePlanBox__navi li a:hover {
  background: #453b77;
}

.homePlanBox__navi li a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.6em;
  font-family: 'icomoon';
  content: "　\f054";
}

#wrapper .homeMemberBox__sent {
  padding: 0.5em 1em;
  background: #FFF;
}

#wrapper .homeMemberBox__sent b {
  color: #bc0a0a;
  font-size: 1.25em;
}

#wrapper .homeMemberBox__privlegeTitle {
  display: block;
  padding: 0.5em 1em;
  background: #6c60a8;
  color: #FFF;
  text-align: center;
}

#wrapper .homeMemberBox__privlegeBox {
  border-left: #6c60a8 solid 1px;
}

#wrapper .homeMemberBox__privlegeBox dl {
  position: relative;
  padding: 0.5em 1em 0.5em 6em;
  border-right: #6c60a8 solid 1px;
  border-bottom: #6c60a8 solid 1px;
  background: #FFF;
}

#wrapper .homeMemberBox__privlegeBox dl dt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 1em;
  background: #f2edd0;
  color: #453b77;
  font-size: 0.6em;
}

#wrapper .homeMemberBox__privlegeBox dl dd b {
  color: #bc0a0a;
  font-size: 1.25em;
}

.homeAfterBox__title {
  display: block;
}

.homeAfterBox__title .section__lead {
  margin-top: -0.5em;
}

.homeAfterBox__box {
  display: block;
}

.homeAfterBox__name {
  border: #504b66 solid 1px;
}

.homeAfterBox__image {
  display: block;
}

#wrapper .memberPrivilegeBox {
  display: block;
  padding: 4em 0 3em;
  background: #FFF;
}

#wrapper .memberPrivilegeBox .row > div:nth-child(odd) {
  clear: both;
}

#wrapper .memberJoinBox__admissionBox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em;
  background: #FFF;
}

#wrapper .memberJoinBox__price {
  vertical-align: middle;
}

#wrapper .memberJoinBox__price dt {
  display: block;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
}

#wrapper .memberJoinBox__price dt b {
  color: #bc0a0a;
}

#wrapper .memberJoinBox__price dd {
  display: block;
  vertical-align: middle;
}

#wrapper .memberJoinBox__admissionSent {
  display: block;
  padding: 0.5em;
  background: #6c60a8;
  color: #FFF;
  text-align: center;
}

#wrapper .memberJoinBox__flowBox .memberJoinBox__flow:last-child:after {
  content: none;
}

#wrapper .memberJoinBox__flow {
  display: block;
  position: relative;
  margin-top: 1em;
  padding: 1em;
  background: #f2edd0;
  vertical-align: top;
}

#wrapper .memberJoinBox__flow:after {
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  margin-left: -1.5em;
  color: #f2edd0;
  font-family: 'icomoon';
  font-size: 4em;
  content: "　\f0dd";
}

#wrapper .memberJoinBox__flow dt {
  border-bottom: #FFF solid 1px;
  font-weight: bold;
}

#wrapper .memberJoinBox__flow dd span {
  color: #bc0a0a;
  font-size: 0.9em;
}

#wrapper .memberJoinBox__afterBox {
  display: block;
  position: relative;
  padding: 1em;
  border-radius: 0.5em;
  background: #6cb536;
}

#wrapper .memberJoinBox__afterBox:before {
  display: block;
  position: absolute;
  top: -2.5em;
  left: 3em;
  width: 4em;
  height: 2.5em;
  background: url(../img/member/fukidashiArrow.png) no-repeat left top;
  background-size: 100% auto;
  content: " ";
}

#wrapper .memberJoinBox__afterBox dt {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  background: #abd166;
  font-size: 0.9em;
}

#wrapper .memberJoinBox__afterBox dd b {
  color: #bc0a0a;
  font-size: 1.3em;
}

#wrapper .memberStaffBox {
  padding: 1em;
  border: #fdf8dd solid 10px;
}

#wrapper .memberStaffBox__image {
  width: 20%;
  margin: 0 1em 1em 0;
  float: left;
  border: #FFF solid 3px;
}

#wrapper .memberStaffBox__name {
  display: inline-block;
  padding: 0 0 0.3em;
  border-bottom: #FFF solid 1px;
  font-size: 1.1em;
  font-weight: bold;
}

#wrapper .funeralPlanBox {
  padding: 3em 0 0 0;
  border-top: #6cb536 solid 1px;
}

#wrapper .funeralPlanBox__price {
  display: inline-block;
  border-bottom: #bc0a0a solid 2px;
}

#wrapper .funeralPlanBox__price b {
  color: #bc0a0a;
  font-size: 1.25em;
}

#wrapper .funeralPlanBox__plan02 p b {
  color: #bc0a0a;
  font-size: 1.25em;
}

#wrapper .funeralPlanBox__encompass {
  padding: 1.5rem 1rem 0.5rem;
  background: #FFF;
  font-size: 0;
}

#wrapper .funeralPlanBox__encompass figure {
  display: inline-block;
  width: 20%;
  font-size: 1rem;
  vertical-align: top;
}

#wrapper .funeralPlanBox__encompass figure figcaption {
  padding: 0.5rem 0.5rem 0;
}

#wrapper .funeralPlanBox__encompass figure img {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em;
  border-radius: 0.5em;
  background: #453b77;
}

#wrapper .funeralPlanBox__encompass figure figcaption {
  line-height: 1.2em;
}

#wrapper .funeralPlanBox__encompass figure.outItem img {
  background: #cbbce3;
}

#wrapper .funeralPlanBox__encompass figure.outItem figcaption {
  color: #cbbce3;
}

#wrapper .funeralPlanBox__encompassTitle {
  padding: 0.5em 0 0.5em 1em;
  border-left: #453b77 solid 3px;
  font-weight: bold;
}

.planExampleBox {
  display: block;
  padding: 4em 0 3em;
  background: url(../img/plan/bg01.jpg) no-repeat left top;
  background-size: cover;
}

.greetingBox__inner {
  display: block;
}

.greetingBox__image {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.greetingBox__greeting {
  display: block;
}

#wrapper .serviceAboutLogoBox {
  display: block;
  padding: 4em 0 3em;
  background: url(../img/service/bg01.png) no-repeat left top;
  background-size: cover;
}

#wrapper .serviceAboutLogoBox__logo {
  width: 45%;
  padding: 2em 1.5em;
  background: rgba(255, 255, 255, 0.9);
}

#wrapper .serviceAboutLogoBox__sent dt {
  color: #6c60a8;
  font-size: 1.35em;
}

#wrapper .serviceContent {
  display: block;
  padding: 1em 0.5em 0.5em 0.5em;
  background: #FFF;
  text-align: center;
}

#wrapper .serviceContent p {
  font-size: 0.9em;
}

#wrapper .serviceContent__text {
  line-height: 1.4em;
}

#wrapper .serviceAfterBox {
  display: block;
  padding: 4em 0 3em;
  background: #FFF;
}

#wrapper .serviceAfterBox .box--type01__image {
  width: 18%;
}

#wrapper .serviceAfterBox .box--type01__inner {
  width: 78%;
}

#wrapper .serviceAfterBox .row > div:nth-child(odd) {
  clear: both;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
}

.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% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}

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

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

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

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

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

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 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% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInRightBig {
  from {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

@keyframes lightSpeedOut {
  from {
    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;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    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% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

@keyframes zoomInDown {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

@keyframes zoomInLeft {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

@keyframes zoomInRight {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

@keyframes zoomInUp {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
    opacity: 0;
  }
}

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
    opacity: 0;
  }
}

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
  }
  to {
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=1336ffd8574f8666b6eca770adea09ca)
 * Config saved to config.json and https://gist.github.com/1336ffd8574f8666b6eca770adea09ca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.7em;
  padding-left: 0.7em;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.row {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*gridのgutter調整*/
.row-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-0__innner {
  display: block;
  padding: 0.3em;
}

.row-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  width: 1.25em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2em;
  width: 2em;
  line-height: inherit;
  text-align: center;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

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

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-phone-square:before {
  content: "\e904";
}

.icon-phone-o-l:before {
  content: "\e939";
}

.icon-phone-o-m:before {
  content: "\e938";
}

.icon-phone-o-b:before {
  content: "\e937";
}

.icon-phone:before {
  content: "\e936";
}

.icon-telephone-square:before {
  content: "\e935";
}

.icon-telephone-o-l:before {
  content: "\e934";
}

.icon-telephone-o-m:before {
  content: "\e933";
}

.icon-telephone-o-b:before {
  content: "\e932";
}

.icon-telephone:before {
  content: "\e931";
}

.icon-freedial-square:before {
  content: "\e930";
}

.icon-freedial-o-l:before {
  content: "\e92f";
}

.icon-freedial-o-m:before {
  content: "\e92e";
}

.icon-freedial-o-b:before {
  content: "\e92d";
}

.icon-freedial:before {
  content: "\e92c";
}

.icon-fax-square:before {
  content: "\e92b";
}

.icon-fax-o-l:before {
  content: "\e92a";
}

.icon-fax-o-m:before {
  content: "\e929";
}

.icon-fax-o-b:before {
  content: "\e928";
}

.icon-fax:before {
  content: "\e927";
}

.icon-envelope-square:before {
  content: "\e926";
}

.icon-envelope-o-l:before {
  content: "\e925";
}

.icon-envelope-o-m:before {
  content: "\e924";
}

.icon-envelope-o-b:before {
  content: "\e923";
}

.icon-envelope:before {
  content: "\e922";
}

.icon-mobile-square:before {
  content: "\e921";
}

.icon-mobile-o-l:before {
  content: "\e920";
}

.icon-mobile-o-m:before {
  content: "\e91f";
}

.icon-mobile-o-b:before {
  content: "\e91e";
}

.icon-mobile:before {
  content: "\e91d";
}

.icon-desktop-square:before {
  content: "\e91c";
}

.icon-desktop-o-l:before {
  content: "\e91b";
}

.icon-desktop-o-m:before {
  content: "\e91a";
}

.icon-desktop-o-b:before {
  content: "\e919";
}

.icon-desktop:before {
  content: "\e918";
}

.icon-laptop-square:before {
  content: "\e917";
}

.icon-laptop-o-l:before {
  content: "\e916";
}

.icon-laptop-o-m:before {
  content: "\e915";
}

.icon-laptop-o-b:before {
  content: "\e914";
}

.icon-laptop:before {
  content: "\e913";
}

.icon-print-square:before {
  content: "\e90d";
}

.icon-print-o-l:before {
  content: "\e90c";
}

.icon-print-o-m:before {
  content: "\e90b";
}

.icon-print-o-b:before {
  content: "\e90a";
}

.icon-print:before {
  content: "\e909";
}

.icon-calltell-square:before {
  content: "\e903";
}

.icon-calltell:before {
  content: "\e902";
}

.icon-sentmail-square:before {
  content: "\e901";
}

.icon-sentmail:before {
  content: "\e900";
}

.icon-calltell-oblong-square:before {
  content: "\e905";
}

.icon-sentmail-oblong-square:before {
  content: "\e906";
}

.icon-access-oblong-square:before {
  content: "\e907";
}

.icon-exit:before {
  content: "\e908";
}

.icon-exit-square:before {
  content: "\e90e";
}

.icon-runner:before {
  content: "\e90f";
}

.icon-runner-square:before {
  content: "\e910";
}

.icon-access-square:before {
  content: "\e911";
}

.icon-access:before {
  content: "\e912";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-upload:before {
  content: "\f093";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-check:before {
  content: "\f00c";
}

.icon-minus:before {
  content: "\f068";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search:before {
  content: "\f002";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-glass:before {
  content: "\f000";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-music:before {
  content: "\f001";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-flag:before {
  content: "\f024";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-camera:before {
  content: "\f030";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-film:before {
  content: "\f008";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-random:before {
  content: "\f074";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map:before {
  content: "\f279";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-plane:before {
  content: "\f072";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-lock:before {
  content: "\f023";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-code:before {
  content: "\f121";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-archive:before {
  content: "\f187";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-usb:before {
  content: "\f287";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-comment:before {
  content: "\f075";
}

.icon-comments:before {
  content: "\f086";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-book:before {
  content: "\f02d";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-user:before {
  content: "\f007";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-instagram:before {
  content: "\f16d";
}

/* Magnific Popup CSS */
.mfp-bg {
  z-index: 1042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  z-index: 1043;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  padding: 0;
  overflow: visible;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  opacity: 0.65;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: #FFF;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  content: '';
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #FFF;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #FFF;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
}

.mfp-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  word-wrap: break-word;
  padding-right: 36px;
  color: #F3F3F3;
  line-height: 18px;
  text-align: left;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

@media print, screen and (min-width: 768px) {

  body {
    min-width: 768px;
    font-size: 1.4vw;
  }
  　
.inBase {
    width: 768px;
  }
  　
.hidden-sp {
    display: block !important;
  }
  br.hidden-sp {
    display: inline !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .contents__main {
    display: block;
    width: 70%;
  }
  .contents__sub {
    display: block;
    width: 25%;
    padding: 0;
  }
  #pageTopFix.is-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
  }
  #pageTopFix {
    overflow: visible !important;
  }
  .wide-sp {
    width: auto;
  }
  .w10-pc {
    width: 10%;
  }
  .w15-pc {
    width: 15%;
  }
  .w20-pc {
    width: 20%;
  }
  .w25-pc {
    width: 25%;
  }
  .w30-pc {
    width: 30%;
  }
  .w35-pc {
    width: 35%;
  }
  .w40-pc {
    width: 40%;
  }
  .w45-pc {
    width: 45%;
  }
  .w50-pc {
    width: 50%;
  }
  .w55-pc {
    width: 55%;
  }
  .w60-pc {
    width: 60%;
  }
  .w65-pc {
    width: 65%;
  }
  .w70-pc {
    width: 70%;
  }
  .w75-pc {
    width: 75%;
  }
  .w80-pc {
    width: 80%;
  }
  .w85-pc {
    width: 85%;
  }
  .w90-pc {
    width: 90%;
  }
  .w95-pc {
    width: 95%;
  }
  .w100-pc {
    width: 100%;
  }

  .wide.cancell {
    width: auto;
  }
  .pL {
    float: left;
  }
  .pR {
    float: right;
  }
  .tC-pc {
    text-align: center;
  }
  .tR-pc {
    text-align: right;
  }
  .tL-pc {
    text-align: left;
  }
  .sP-xl {
    padding-bottom: 10rem;
  }
  .sP-l {
    padding-bottom: 5rem;
  }
  .sP {
    padding-bottom: 2.5rem;
  }
  .sP-s {
    padding-bottom: 1.25rem;
  }
  .sP-xs {
    padding-bottom: 0.625rem;
  }
  .sP-xl-r {
    padding-right: 10rem;
  }
  .sP-l-r {
    padding-right: 5rem;
  }
  .sP-m-r {
    padding-right: 2.5rem;
  }
  .sP-s-r {
    padding-right: 1.25rem;
  }
  .sP-xs-r {
    padding-right: 0.625rem;
  }
  .sP-xl-l {
    padding-left: 10rem;
  }
  .sP-l-l {
    padding-left: 5rem;
  }
  .sP-m-l {
    padding-left: 2.5rem;
  }
  .sP-s-l {
    padding-left: 1.25rem;
  }
  .sP-xs-l {
    padding-left: 0.625rem;
  }
  .sP-xl-t {
    padding-top: 10rem;
  }
  .sP-l-t {
    padding-top: 5rem;
  }
  .sP-m-t {
    padding-top: 2.5rem;
  }
  .sP-s-t {
    padding-top: 1.25rem;
  }
  .sP-xs-t {
    padding-top: 0.625rem;
  }
  .sP-xl-a {
    padding: 10rem;
  }
  .sP-l-a {
    padding: 5rem;
  }
  .sP-m-a {
    padding: 2.5rem;
  }
  .sP-s-a {
    padding: 1.25rem;
  }
  .sP-xs-a {
    padding: 0.625rem;
  }
  .sM-xl {
    margin-bottom: 10rem;
  }
  .sM-l {
    margin-bottom: 5rem;
  }
  .sM {
    margin-bottom: 2.5rem;
  }
  .sM-s {
    margin-bottom: 1.25rem;
  }
  .sM-xs {
    margin-bottom: 0.625rem;
  }
  .sM-xl-r {
    margin-right: 10rem;
  }
  .sM-l-r {
    margin-right: 5rem;
  }
  .sM-m-r {
    margin-right: 2.5rem;
  }
  .sM-s-r {
    margin-right: 1.25rem;
  }
  .sM-xs-r {
    margin-right: 0.625rem;
  }
  .sM-xl-l {
    margin-left: 10rem;
  }
  .sM-l-l {
    margin-left: 5rem;
  }
  .sM-m-l {
    margin-left: 2.5rem;
  }
  .sM-s-l {
    margin-left: 1.25rem;
  }
  .sM-xs-l {
    margin-left: 0.625rem;
  }
  .sM-xl-t {
    margin-top: 10rem;
  }
  .sM-l-t {
    margin-top: 5rem;
  }
  .sM-m-t {
    margin-top: 2.5rem;
  }
  .sM-s-t {
    margin-top: 1.25rem;
  }
  .sM-xs-t {
    margin-top: 0.625rem;
  }
  .sM-xl-a {
    margin: 10rem;
  }
  .sM-l-a {
    margin: 5rem;
  }
  .sM-m-a {
    margin: 2.5rem;
  }
  .sM-s-a {
    margin: 1.25rem;
  }
  .sM-xs-a {
    margin: 0.625rem;
  }
  .sP-pc-xl {
    padding-bottom: 10rem;
  }
  .sP-pc-l {
    padding-bottom: 5rem;
  }
  .sP-pc {
    padding-bottom: 2.5rem;
  }
  .sP-pc-s {
    padding-bottom: 1.25rem;
  }
  .sP-pc-xs {
    padding-bottom: 0.625rem;
  }
  .sP-pc-xl-r {
    padding-right: 10rem;
  }
  .sP-pc-l-r {
    padding-right: 5rem;
  }
  .sP-pc-m-r {
    padding-right: 2.5rem;
  }
  .sP-pc-s-r {
    padding-right: 1.25rem;
  }
  .sP-pc-xs-r {
    padding-right: 0.625rem;
  }
  .sP-pc-xl-l {
    padding-left: 10rem;
  }
  .sP-pc-l-l {
    padding-left: 5rem;
  }
  .sP-pc-m-l {
    padding-left: 2.5rem;
  }
  .sP-pc-s-l {
    padding-left: 1.25rem;
  }
  .sP-pc-xs-l {
    padding-left: 0.625rem;
  }
  .sP-pc-xl-t {
    padding-top: 10rem;
  }
  .sP-pc-l-t {
    padding-top: 5rem;
  }
  .sP-pc-m-t {
    padding-top: 2.5rem;
  }
  .sP-pc-s-t {
    padding-top: 1.25rem;
  }
  .sP-pc-xs- t {
    padding-top: 0.625rem;
  }
  .sP-pc-xl-a {
    padding: 10rem;
  }
  .sP-pc-l-a {
    padding: 5rem;
  }
  .sP-pc-m-a {
    padding: 2.5rem;
  }
  .sP-pc-s-a {
    padding: 1.25rem;
  }
  .sP-pc-xs-a {
    padding: 0.625rem;
  }
  .sM-pc-xl {
    margin-bottom: 10rem;
  }
  .sM-pc-l {
    margin-bottom: 5rem;
  }
  .sM-pc {
    margin-bottom: 2.5rem;
  }
  .sM-pc-s {
    margin-bottom: 1.25rem;
  }
  .sM-pc-xs {
    margin-bottom: 0.625rem;
  }
  .sM-pc-xl-r {
    margin-right: 10rem;
  }
  .sM-pc-l-r {
    margin-right: 5rem;
  }
  .sM-pc-m-r {
    margin-right: 2.5rem;
  }
  .sM-pc-s-r {
    margin-right: 1.25rem;
  }
  .sM-pc-xs-r {
    margin-right: 0.625rem;
  }
  .sM-pc-xl-l {
    margin-left: 10rem;
  }
  .sM-pc-l-l {
    margin-left: 5rem;
  }
  .sM-pc-m-l {
    margin-left: 2.5rem;
  }
  .sM-pc-s-l {
    margin-left: 1.25rem;
  }
  .sM-pc-xs-l {
    margin-left: 0.625rem;
  }
  .sM-pc-xl-t {
    margin-top: 10rem;
  }
  .sM-pc-l-t {
    margin-top: 5rem;
  }
  .sM-pc-m-t {
    margin-top: 2.5rem;
  }
  .sM-pc-s-t {
    margin-top: 1.25rem;
  }
  .sM-pc-xs-t {
    margin-top: 0.625rem;
  }
  .sM-pc-xl-a {
    margin: 10rem;
  }
  .sM-pc-l-a {
    margin: 5rem;
  }
  .sM-pc-m-a {
    margin: 2.5rem;
  }
  .sM-pc-s-a {
    margin: 1.25rem;
  }
  .sM-pc-xs-a {
    margin: 0.625rem;
  }
  .clear-sp {
    clear: none;
  }
  .clear-pc {
    clear: both;
  }

  /* Img
------------------------------------------ */
  #wrapper img.rightBox {
    width: auto;
  }
  #wrapper img.leftBox {
    width: auto;
  }
  .footer__pageAfter {
    padding: 3em 0;
    font-size: 1.8em;
  }
  .footer__information {
    text-align: left;
  }
  .footer__information__siteTitle {
    padding: 0 35% 0.5em 0;
  }
  .footer__information__tel {
    font-size: 1.5em;
  }
  .footer__information__sent {
    font-size: 0.8em;
  }
  .footer__hallBox {
    font-size: 0.8em;
  }
  .footer__hallBox__img {
    width: 27%;
  }
  .footer__hallBox__infoBox {
    width: 70%;
  }
  .footer__hallBox__name {
    margin: 0 0 0.3em 0;
    font-size: 0.8em;
  }
  .footer__hallBox__address {
    font-size: 0.6em;
  }
  .footer__naviBox {
    display: block;
    width: 65%;
    float: right;
    text-align: right;
  }
  .footer__navi {
    border-bottom: none;
  }
  .footer__navi li {
    display: inline-block;
    padding: 0 0.5px 0.5px;
    border: none;
    font-size: 0;
  }
  .footer__navi li a {
    display: inline-block;
    width: 13em;
    padding: 0.5em 1em;
    background: #2b1e62;
    font-size: 1.2rem;
    text-align: right;
  }
  .footer__navi li a:after {
    content: "  \03e";
  }
  .footer__navi li a:before {
    content: none;
  }
  .footer__navi li a:hover {
    background: #180e41;
  }
  .footer__shopInfoBox {
    display: block;
    width: 30%;
    float: left;
  }
  #mailform {
    display: block;
  }
  #mailform dl dt {
    width: 30%;
    margin: 0 0 0.8rem;
    float: left;
    clear: both;
    border-top: #AAA solid 1px;
    text-align: right;
  }
  #mailform dl dt label {
    display: block;
    padding: 0.8rem 20px;
  }
  #mailform dl dd {
    width: 65%;
    padding: 0 0.8rem 0.8rem 0.8rem;
    float: left;
    border-bottom: none;
  }
  .mailformBox {
    width: 90%;
    margin: 0 auto 30px;
    padding: 40px 0 0 20px;
    border: #D7D7D7 solid 5px;
  }
  .globalNavi {
    display: block;
  }
  .globalNaviSmall {
    display: none;
  }
  .globalNavi__menu__main {
    text-align: right;
  }
  .globalNavi__menu__main > li {
    display: inline-block;
    /*z-indexの指定や子要素の基準とするために指定*/
    z-index: 2;
    position: relative;
    height: 4em;
    padding: 1.5em 0 0 4em;
    /*ドロップダウンしたメニューが隠れないように*/
    font-size: 0.9em;
  }
  .globalNavi__menu__main > li.pR {
    float: right;
  }
  .globalNavi__menu__main__btn--type01 {
    display: block;
    position: absolute;
    top: 1em;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    font-size: 0.9em;
    text-align: center;
    transition: all .2s ease;
  }
  .globalNavi ul li a:hover {
    text-decoration: none;
  }
  #pageTopFix.is-scroll .globalNavi__menu__main > li {
    padding: 1.5em 0 0 3em;
  }
  a:hover .globalNavi__menu__main__btn--type01 {
    background: #AAA;
  }
  /* When Active Page */
  body#home .globalNavi ul.globalNavi__menu__main > li:nth-child(1) > a {
    color: #6cb536;
  }
  body#consultation .globalNavi ul.globalNavi__menu__main > li:nth-child(2) > a {
    color: #6cb536;
  }
  body#plan .globalNavi ul.globalNavi__menu__main > li:nth-child(3) > a {
    color: #6cb536;
  }
  body#hall .globalNavi ul.globalNavi__menu__main > li:nth-child(4) > a {
    color: #6cb536;
  }
  body#member .globalNavi ul.globalNavi__menu__main > li:nth-child(5) > a {
    color: #6cb536;
  }
  body#service .globalNavi ul.globalNavi__menu__main > li:nth-child(6) > a {
    color: #6cb536;
  }
  /* globalNavi__menu__sub */
  .globalNavi ul li ul.globalNavi__menu__sub {
    /*サブメニューは最初は非表示にしておく*/
    visibility: hidden;
    /*サブメニューは最初は非表示にしておく*/
    position: absolute;
    /*絶対配置にしておかないとうまくいかない*/
    top: 3.7em;
    left: 0;
    width: 100%;
    border-top: 1px solid #EEE;
    opacity: 0;
    /*ボーダートップを指定*/
    transition: all .2s ease;
  }
  .globalNavi ul li ul.globalNavi__menu__sub li {
    display: block;
    height: auto;
    /*親メニューのパディングを解除*/
    margin: 0;
    *margin-top: -8px;
    /*サブメニューはフロートさせないので解除*/
    padding: 0;
    float: none;
    line-height: 1.5em;
  }
  .globalNavi ul li:hover ul.globalNavi__menu__sub {
    display: block;
    visibility: visible;
    top: 3.9em;
    width: 100%;
    opacity: 1;
    /*マウスオーバー時にサブメニューを表示する*/
  }
  .globalNavi ul.globalNavi__menu__main li ul.globalNavi__menu__sub li a {
    display: block;
    /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
    padding: 0.8rem 0;
    border: 1px solid #eee;
    /*ボーダーの指定*/
    border-top: none;
    background-color: #FFF;
    color: #666;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
  }
  .globalNavi ul.globalNavi__menu__main li ul.globalNavi__menu__sub li a:before {
    content: none;
  }
  .globalNavi ul li ul.globalNavi__menu__sub li a:hover {
    background-color: #EEE;
    color: #000;
  }
  .globalNavi.globalNaviAccordion ul.globalNavi__menu__sub li {
    padding: 0;
  }
  .header__description {
    font-size: 0.8em;
  }
  #pageTopFix.is-scroll .header__description {
    display: none;
  }
  .header__siteTitleBox {
    display: block;
  }
  #pageTopFix.is-scroll .header__siteTitleBox {
    width: 16%;
    margin: 0.4em 0;
    float: left;
  }
  .header__siteTitle {
    display: block;
    width: 25%;
    padding: 1.5em 0 0 2em;
  }
  .header__siteTitle a {
    display: block;
    position: relative;
  }
  .header__siteTitle a:after {
    display: inline-block;
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #666;
    color: #FFF;
    font-family: 'icomoon';
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    content: "\f015";
    transition: all .2s ease;
  }
  .header__siteTitle a:hover:after {
    background: #ccc;
  }
  #home .header__siteTitle a:after {
    content: none;
  }
  #pageTopFix.is-scroll .header__siteTitle {
    width: 100%;
    padding: 1em 1.5em 0.5em 1em;
  }
  #pageTopFix.is-scroll .header__siteTitle a:after {
    bottom: -1em;
    left: -2em;
  }
  .header__infoBox {
    display: block;
    width: 72%;
    margin: 2em 0 0 0;
    float: right;
    border-bottom: #ccc solid 1px;
  }
  .header__infoBox span {
    float: right;
  }
  #pageTopFix.is-scroll .header__infoBox {
    display: none;
  }
  .header__tel {
    display: inline-block;
    margin: -0.3em 0 0.5em 1.5em;
    color: #000;
    font-size: 1.8em;
    vertical-align: middle;
  }
  .header__telSent {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0.1em 0.5em;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    background: #6cb536;
    color: #FFF;
    font-size: 0.9em;
    vertical-align: middle;
  }
  .header__innerBox {
    display: block;
    width: 90%;
    margin: 0 0 1em 0;
    float: right;
    clear: both;
  }
  #pageTopFix.is-scroll .header__innerBox {
    width: 80%;
    clear: none;
  }
  #contents {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox01 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox02 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox03 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox04 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox05 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox06 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox07 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox08 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox09 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox10 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox11 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox12 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox13 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox14 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageBox15 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #hallAccess01 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #hallAccess02 {
    margin-top: -4em;
    padding-top: 4em;
  }
  #pageTopFix.is-scroll {
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.85;
  }
  #btnTelEmpty {
    display: none;
  }
  #wrapper #btnRise {
    display: none;
    position: fixed;
    right: 0em;
    bottom: 0em;
  }
  #wrapper #btnRise a {
    marign: -1em 0 0 -1em;
    display: block;
    _display: none;
    width: 2em;
    height: 2em;
    padding: 0;
    overflow: hidden;
    font-size: 2em;
  }
  #wrapper #btnRise a:after {
    content: none;
  }
  #wrapper #btnRise a i {
    display: block;
    line-height: 2em;
  }
  #wrapper #btnRise a span {
    display: block;
    overflow: hidden;
    text-indent: -999em;
  }
  .imgMagnification:after {
    font-size: 3rem;
  }
  .googleMapBox {
    padding-bottom: 70%;
  }
  #btnPageBottom {
    display: none;
    _display: none;
  }
  .btnPageBottom--btn {
    display: none;
  }
  #wrapper .section__title02 {
    margin-right: 3em;
    padding-right: 1.5em;
    border-right: #504b66 solid 1px;
    border-bottom: none;
  }
  #wrapper .section__title03 {
    text-align: center;
  }
  #wrapper .section__title04 {
    font-size: 1.4em;
  }
  #wrapper .section__lead {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #wrapper .section__lead span {
    font-size: 0.5em;
  }
  #wrapper .contents__sub .section__lead {
    font-size: 1.4em;
  }
  #wrapper .box--type01 {
    padding: 2em;
  }
  #wrapper .box--type01__eyeCatcher {
    font-size: 0.8em;
  }
  #wrapper .box--type02 {
    padding: 2em;
  }
  #wrapper .box--type02__title span {
    font-size: 0.8em;
  }
  #wrapper .box--type03 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
  }
  #wrapper .box--type03__image {
    width: 25%;
    padding-right: 1.5em;
  }
  #wrapper .pageTitle__lead {
    font-size: 1.8em;
  }
  #wrapper .pageTitle {
    font-size: 1.8em;
  }
  .pageNavi li {
    margin: 0 0.5em;
  }
  .pageNavi.is-beta li {
    margin: 0 0.25em;
  }
  #wrapper .word-contentsTel {
    font-size: 3em;
  }
  #wrapper .contentTelBox {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
  }
  #wrapper .contentTelBox__word {
    width: 50%;
    float: left;
    font-size: 1.2em;
  }
  #wrapper .contentTelBox__telBox {
    width: 47%;
    float: right;
  }
  #wrapper .contentTelBox__tel {
    font-size: 2em;
  }
  #pageTopFix.is-scroll {
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.85;
  }
  #wrapper .consultationContentsTopBox__image {
    width: 38%;
    padding: 0 2em 0 0;
    float: left;
  }
  #wrapper .consultationFlow__title {
    font-size: 1.25em;
  }
  #wrapper .consultationFlow__image:after {
    top: 50%;
    right: -0.45em;
    margin-top: -0.6em;
    font-family: 'icomoon';
    font-size: 3em;
    content: "　\f0da";
  }
  #wrapper .consultationPrecentBox {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
  }
  #wrapper .consultationPrecentBox__image {
    padding: 0 1.5em 0 0;
  }
  #wrapper .consultationPrecentBox__title {
    padding: 0.5em 0 0 0;
    font-size: 1.3em;
  }
  .consultationQuestion__title {
    font-size: 1.2em;
  }
  .consultationQuestion__answer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .consultationQuestion__costBox {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
  }
  .consultationQuestion__costInner {
    display: inline-block;
    width: 27%;
    min-height: 16rem;
    margin-right: 1em;
    margin-left: 1em;
  }
  .consultationQuestion__costInner:after {
    top: 50%;
    right: -0.9em;
    bottom: auto;
    left: auto;
    margin-top: -0.6em;
    font-size: 3em;
  }
  .consultationQuestion__costInner.is-last:after {
    -webkit-transform: none;
            transform: none;
  }
  .consultationQuestion__costInnerTotal {
    display: inline-block;
    width: 27%;
    min-height: 16rem;
    margin-right: 1em;
    margin-left: 1em;
    padding: 2.5em 0 0 0;
  }
  .hallGuideBox__hallOutline {
    width: 40%;
    float: left;
  }
  .hallGuideBox__info {
    width: 54%;
    float: right;
  }
  .hallAccessBox__mapBox {
    width: 50%;
    float: left;
  }
  .hallAccessBox__infoBox {
    width: 50%;
    float: left;
  }
  .hallAccessBox__infoSent {
    margin-top: 2em;
  }
  body#home.home .mainVisual {
    height: 50em;
    margin: 6em 0 0 10em;
  }
  body#home.home .mainVisual h3 {
    height: 30em;
    font-size: 2em;
    line-height: 2em;
  }
  .contentsTopPlan {
    font-size: 1.1em;
  }
  .contentsTopPlan__sent {
    width: 50%;
    min-height: 9em;
    padding: 2em 2em;
    float: left;
    font-size: 1em;
  }
  .contentsTopPlan__plan {
    width: 50%;
    float: right;
  }
  .contentsTopPlan__plan a {
    min-height: 9em;
    padding: 1em 1em 1em 4em;
  }
  .contentsTopPlan__plan a:before {
    top: 1em;
    left: 1em;
    height: 7em;
    padding: 3em 0 0 0.5em;
  }
  .contentsTopPlan__plan dl dt {
    padding: 1em 0 0 0;
    font-size: 1em;
  }
  .contentsTopPlan__plan dl dd {
    width: 50%;
  }
  .contentsTopConcept {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 3em;
  }
  .contentsTopConcept__title {
    font-size: 1.7em;
  }
  .contentsTopConcept__point p {
    min-height: 10em;
    padding: 2em 1.5em 0;
  }
  .contentsTopConcept__point p b {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .homeHallBox__titleBox {
    padding: 0 0 0 25%;
  }
  .homeHallBox__titleBox .section__title02 {
    margin-left: -15%;
  }
  .homeHallBox__titleBox .section__lead {
    margin-top: -1.5em;
  }
  .homeHallBox__hallBox {
    padding: 1em;
  }
  .homeHallBox__name {
    padding: 0.5em 0 0 0;
    font-size: 1.4em;
  }
  .homeHallBox__sent {
    font-size: 0.9em;
  }
  .homeHallBox__btn a {
    padding: 0.5em 1em;
    font-size: 1em;
  }
  .homeServiceBox {
    padding: 5em 0 3em;
  }
  .homeServiceBox__contentBox p {
    display: block;
    font-size: 0.85em;
  }
  .homeServiceBox__promise span {
    width: 15%;
    padding: 1.5em 0.7em;
    font-size: 1em;
  }
  .homeServiceBox__promiseSent {
    width: 80%;
    padding: 0.7em 0 0 0.5em;
    font-size: 1.4em;
  }
  #wrapper .homeMemberBox {
    display: block;
    padding: 2em;
    background: #FFF;
  }
  #wrapper .homeMemberBox .section__title02 {
    margin-top: 0.5em;
    float: left;
  }
  #wrapper .homeMemberBox__sent {
    margin-left: 15%;
    background: #f2edd0;
  }
  #wrapper .homeMemberBox__privlegeBox dl {
    width: 50%;
    min-height: 6em;
    padding: 1em 0 0 5em;
    float: left;
  }
  #wrapper .homeMemberBox__privlegeBox dl dt {
    padding: 0.5em 1em;
    font-size: 0.8em;
  }
  #wrapper .homeMemberBox__privlegeBox dl dd b {
    font-size: 1.6em;
  }
  .homeAfterBox__title {
    position: relative;
    margin-top: 3em;
  }
  .homeAfterBox__title:before {
    display: block;
    position: absolute;
    top: -3em;
    left: 0;
    width: 7em;
    height: 3em;
    background: url(../img/home/decoration01.png) no-repeat left top;
    background-size: 100% auto;
    content: " ";
  }
  .homeAfterBox__title:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1em;
    width: 18em;
    height: 2em;
    background: url(../img/home/decoration02.png) no-repeat right bottom;
    background-size: 100% auto;
    content: " ";
  }
  .homeAfterBox__box {
    width: 47%;
    float: left;
  }
  .homeAfterBox__image {
    width: 47%;
    float: right;
  }
  #wrapper .memberJoinBox__admissionBox {
    width: 80%;
    padding: 3em;
  }
  #wrapper .memberJoinBox__price dt {
    display: inline-block;
    width: 47%;
  }
  #wrapper .memberJoinBox__price dd {
    display: inline-block;
    width: 50%;
  }
  #wrapper .memberJoinBox__flow {
    display: inline-block;
    width: 30%;
    margin-top: 0;
    margin-left: 1em;
  }
  #wrapper .memberJoinBox__flow:after {
    top: 50%;
    right: -0.25em;
    bottom: auto;
    left: auto;
    margin-top: -0.6em;
    font-family: 'icomoon';
    font-size: 3em;
    content: "　\f0da";
  }
  #wrapper .memberJoinBox__afterBox:before {
    top: -5em;
    left: 3em;
    width: 8em;
    height: 5em;
  }
  #wrapper .memberJoinBox__afterBox {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5em;
  }
  #wrapper .memberJoinBox__afterBox dd {
    font-size: 1.2em;
  }
  #wrapper .memberStaffBox {
    padding: 2em;
  }
  #wrapper .funeralPlanBox__planInfo01 {
    padding: 0.5em 0 0 0.5em;
  }
  #wrapper .funeralPlanBox__price b {
    font-size: 2em;
  }
  #wrapper .funeralPlanBox__plan02 p {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  #wrapper .funeralPlanBox__plan02 figure {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  #wrapper .funeralPlanBox__plan02 figure {
    width: 40%;
  }
  #wrapper .funeralPlanBox__encompassBox {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #wrapper .funeralPlanBox__encompass {
    padding: 3rem 0.5rem 1.5rem;
  }
  #wrapper .funeralPlanBox__encompass figure {
    width: 11.1%;
  }
  #wrapper .funeralPlanBox__encompass figure figcaption {
    padding: 0.5rem 0 0 0;
    font-size: 0.8em;
  }
  #wrapper .funeralPlanBox__encompass figure figcaption {
    font-size: 1.4rem;
  }
  #wrapper .serviceContentsTopBox__image {
    width: 38%;
    padding: 0 2em 0 0;
    float: left;
  }
  .greetingBox__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .greetingBox__image {
    width: 25%;
    padding-left: 1.5em;
    float: right;
  }
  .greetingBox__greeting {
    position: relative;
    width: 75%;
    height: 25em;
    float: left;
  }
  .greetingBox__greeting p {
    -webkit-transform: translate(-50%, 0);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline;
    position: absolute;
    top: 0;
    left: 50%;
    height: 25em;
            transform: translate(-50%, 0);
    line-height: 2em;
            writing-mode: vertical-rl;
  }
  .greetingBox__greeting p span {
    display: inline-block;
    padding: 12em 0 0 0;
  }
  #wrapper .serviceAboutLogoBox {
    padding: 4em 0 3em;
  }
  #wrapper .serviceAboutLogoBox__inner {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  #wrapper .serviceAboutLogoBox__logo {
    width: 30%;
    float: left;
  }
  #wrapper .serviceAboutLogoBox__sent {
    width: 65%;
    float: right;
  }
  #wrapper .serviceContent {
    padding: 2em 0.5em 0.5em 0.5em;
  }
  #wrapper .serviceContent p {
    font-size: 1em;
  }
  #wrapper .serviceAfterBox {
    padding: 4em 0 3em;
  }
}

@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
    /* 16px */
  }
  body {
    min-width: 1200px;
  }
  .inBase {
    width: 1200px;
  }
  .footer__hallBox__img {
    width: 33%;
  }
  .footer__hallBox__infoBox {
    width: 63%;
  }
  .footer__hallBox__name {
    margin: 0.3em 0 0.7em 0;
    font-size: 1em;
  }
  .footer__hallBox__address {
    font-size: 1em;
  }
  .footer__navi li a {
    font-size: 1.5rem;
  }
  .header__telSent {
    margin: 0 0 0 2em;
  }
  #wrapper .contents__sub .section__lead {
    font-size: 1.8em;
  }
  #wrapper .box--type03 {
    width: 70%;
  }
  #wrapper .pageTitle__lead {
    font-size: 2em;
  }
  #wrapper .pageTitle {
    font-size: 2em;
  }
  #wrapper .contentTelBox__word {
    font-size: 1.5em;
  }
  #wrapper .contentTelBox__tel {
    font-size: 2.5em;
  }
  #wrapper .consultationPrecentBox__title {
    padding: 1em 0 0 0;
    font-size: 1.7em;
  }
  .consultationQuestion__title {
    font-size: 1.3em;
  }
  .consultationQuestion__costBox {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
  }
  body#home.home .mainVisual {
    margin: 6em 0 0 17em;
  }
  .contentsTopPlan {
    font-size: 1.2em;
  }
  .contentsTopPlan__sent {
    padding: 2em 3em;
  }
  .contentsTopPlan__plan dl dd {
    width: 47%;
  }
  .contentsTopConcept__title {
    font-size: 1.8em;
  }
  .contentsTopConcept__point p {
    min-height: 12em;
  }
  .contentsTopConcept__point p {
    padding: 2em 3em 0 3em;
  }
  .contentsTopConcept__point p b {
    font-size: 1.8em;
    line-height: 1.6em;
  }
  .homeConsultationBox__box02 {
    padding: 0 0 0 3em;
  }
  .homeHallBox {
    padding: 7em 0 3em;
  }
  .homeHallBox__hallBox {
    padding: 1.5em;
  }
  .homeHallBox__name {
    padding: 1em 0 0 0;
  }
  .homeHallBox__btn a {
    padding: 0.5em 1.5em;
  }
  .homeServiceBox__promise span {
    padding: 1.5em;
  }
  .homeServiceBox__promiseSent {
    padding: 0.7em 0 0 1em;
  }
  #wrapper .homeMemberBox {
    padding: 3em;
  }
  #wrapper .homeMemberBox__privlegeBox dl {
    padding: 1em 1em 0 6em;
  }
  .homeAfterBox__title:after {
    bottom: 0;
  }
  #wrapper .memberJoinBox__afterBox {
    width: 60%;
  }
  #wrapper .funeralPlanBox__planInfo01 {
    padding: 1.5em 0 0 1.5em;
  }
  #wrapper .funeralPlanBox__encompass figure img {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .container-fluid {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }
  .row {
    margin-right: -0.9em;
    margin-left: -0.9em;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container-fluid {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
  .row {
    margin-right: -0.8em;
    margin-left: -0.8em;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

/*# sourceMappingURL=import.css.map */
