.desktop-alert {
  display: block;
}
@media only screen and (max-width: 479px) {
  .desktop-alert {
    display: none !important;
  }
}

.mobile-alert {
  display: none;
  text-align: left;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  .mobile-alert {
    display: block;
  }
}
.mobile-alert p {
  line-height: 2;
  padding-bottom: 0 !important;
}
.mobile-alert span {
  margin-right: 0.3rem !important;
  padding: 3px 6px !important;
}
.mobile-alert a {
  display: inline-block;
  margin-left: 0 !important;
  color: #fff;
}

.nav-scroll .alert-wrapper {
  display: none;
}

.alert-wrapper {
  width: 100%;
  background-color: #222127;
  transition: all 0.3s ease-in;
}
.alert-wrapper .alert-copy {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.alert-wrapper .alert-inner {
  text-transform: initial;
  text-align: center;
  font-size: 16px;
}
.alert-wrapper p {
  padding-bottom: 0;
  padding: 1rem 0 0.9rem;
  color: #fbfbfb;
  margin: 0;
  display: block;
}
.alert-wrapper span {
  background-color: #ca0003;
  font-weight: 600;
  padding: 4px 9px;
  margin-right: 1rem;
  border-radius: 3px;
}
.alert-wrapper a {
  border-bottom: 1px solid #fbfbfb;
  margin-left: 0.6rem;
  color: #fbfbfb;
  display: inline-block;
}

.alert-notice-lightbox .avatar-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 390px) {
  .alert-notice-lightbox .avatar-details {
    display: block;
  }
}
.alert-notice-lightbox .avatar-details .virus-solid {
  width: 40px;
  opacity: 0.7;
  margin-right: 1rem;
}
.alert-notice-lightbox .avatar-details .popup-headline__title {
  color: #182e34;
  font-size: 25px;
  line-height: 1.2em;
}
@media only screen and (max-width: 479px) {
  .alert-notice-lightbox .avatar-details .popup-headline__title {
    font-size: 1rem;
  }
}
.alert-notice-lightbox .avatar-details .popup-headline__title-text {
  display: block;
  text-align: center;
}
.alert-notice-lightbox .avatar-details .popup-headline__title--primary-text {
  color: #de4331;
  font-size: 1.6rem;
  line-height: 1em;
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .alert-notice-lightbox .avatar-details .popup-headline__title--primary-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 479px) {
  .alert-notice-lightbox .avatar-details .popup-headline__title--primary-text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 390px) {
  .alert-notice-lightbox .avatar-details .popup-headline__title--primary-text {
    font-size: 1rem;
  }
}
.alert-notice-lightbox .buddha-container {
  text-align: center;
}
.alert-notice-lightbox .avatar-item {
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 390px) {
  .alert-notice-lightbox .avatar-item {
    padding: 2rem 7%;
  }
}
.alert-notice-lightbox p {
  font-size: 17px !important;
  margin: 0 0 1em;
}
@media only screen and (max-width: 479px) {
  .alert-notice-lightbox p {
    font-size: 16px !important;
  }
}
.alert-notice-lightbox .micro-scroll-prompt {
  padding-right: 2rem;
  text-align: left;
  padding-top: 20px;
}
.alert-notice-lightbox .micro-scroll-prompt img {
  width: 16px;
  opacity: 0.5;
}

/*--- Lightbox Wrappers ---*/
.lm-lightbox {
  position: relative;
  z-index: 9999;
}
.lm-lightbox .bck-close {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.lm-lightbox .close-lightbox {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 1.2rem;
  color: grey;
}
.lm-lightbox .close-lightbox svg {
  width: 16px;
  height: 16px;
}
.lm-lightbox .close-lightbox svg .close-svg {
  fill: grey;
}

.avatar-lightbox-item {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.avatar-lightbox-item:target {
  display: flex;
}
.avatar-lightbox-item .avatar-item {
  position: relative;
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 2rem;
  margin: 1rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.avatar-lightbox-item .avatar-item {
  height: auto;
}
.avatar-lightbox-item .avatar-wide .avatar-copy {
  height: 530px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .avatar-lightbox-item .avatar-wide .avatar-copy {
    padding-right: 1rem;
  }
}
.avatar-lightbox-item .avatar-wide .avatar-copy .image-container {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
  /* margin: 0 auto; */
}
.avatar-lightbox-item .avatar-wide .avatar-copy .image-container__item {
  width: 48%;
  margin-bottom: 3%;
}
.avatar-lightbox-item .avatar-wide .avatar-copy .image-container__item img {
  width: 100%;
}
.avatar-lightbox-item .avatar-wide .avatar-copy .image-container__item:not(:last-child) {
  margin-right: 3%;
}
.avatar-lightbox-item .avatar-wide .avatar-copy .lightbox-ctn-container.rc-main-content {
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .avatar-lightbox-item .avatar-wide .avatar-copy .lightbox-ctn-container.rc-main-content {
    padding-right: 0;
  }
}
.avatar-lightbox-item .avatar-wide .avatar-copy .lightbox-ctn-container.rc-main-content p {
  line-height: 1.7em;
  color: #222127;
}
@media only screen and (max-width: 479px) {
  .avatar-lightbox-item .avatar-wide .avatar-copy .lightbox-ctn-container.rc-main-content p {
    font-size: 1rem !important;
  }
}
.avatar-lightbox-item .avatar-wide .avatar-copy .lightbox-ctn-container.rc-main-content p .social-icons-text {
  color: #182e34;
  font-weight: 500;
}
.avatar-lightbox-item .avatar-copy {
  height: auto;
  overflow-y: auto;
}
.avatar-lightbox-item ul.social-icons {
  padding: 0;
  margin-top: 0;
}
.avatar-lightbox-item ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.avatar-lightbox-item ul.social-icons li a {
  font-size: 35px;
  color: #de4331;
}

.lm-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url("/images/spinner.gif") 50% 50% no-repeat rgb(14, 14, 14);
  background-size: 145px 162px;
}

/*--- High ppi Display Backgrounds ---*/
/*--- fonts ---*/
@font-face {
  font-family: "evogriaregular";
  src: url("/fonts/evogria-webfont.eot");
  src: url("/fonts/evogria-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/evogria-webfont.woff2") format("woff2"), url("/fonts/evogria-webfont.woff") format("woff"), url("/fonts/evogria-webfont.svg#evogriaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--- SITE STRUCTURE ---*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  background-color: #142a30;
}

body {
  background: url("/images/kkny-bck-min.png") no-repeat center/cover;
  font-size: 16px;
}

body, p, h1, h2, h3, h4, h5 {
  color: #fbfbfb;
  font-family: "roboto", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  text-decoration: none;
}

p {
  font-weight: 300;
}

.anchor-underline {
  color: currentColor;
  border-bottom: 2px solid currentColor;
}

.lm-mask {
  width: 100%;
  height: 100%;
}

.lm-button {
  padding: 7px 65px 8px;
  font-weight: bold;
  letter-spacing: 1px;
}

.highlight {
  font-weight: 400;
  color: #de4331;
}

.divider {
  border-bottom: 2px solid #fbfbfb;
}

.paragraph-thin {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.lead-paragraph {
  font-size: 18px;
}
.lead-paragraph p {
  font-weight: 300;
}

.lead-paragraph-big {
  font-size: 24px;
}
.lead-paragraph-big p {
  font-weight: 300;
}

.main-content {
  padding-bottom: 442px;
}
.main-content .content-wrapper {
  margin: 20px 0;
}
.main-content .content-wrapper:last-of-type {
  margin-bottom: 70px;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center !important;
}
.text-center p {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.column {
  width: 90%;
  max-width: 1080px;
  margin: 50px auto;
}
.column p {
  margin: 25px 0;
  padding: 10px 0;
}

.column-text {
  padding: 0 20px;
}

.column-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-content: justify;
  align-content: space-between;
  justify-content: space-between;
}
.column-flex p, .column-flex h1, .column-flex h2, .column-flex h3 {
  margin: 0;
  padding: 0;
}
.column-flex .row {
  display: flex;
  flex-wrap: wrap;
  -ms-align-content: justify;
  align-content: space-between;
  justify-content: center;
  width: 50%;
  padding: 15px;
}
.column-flex .row img {
  width: 100%;
  display: block;
  padding: 15px 0;
}
.column-flex .row-img {
  width: 100%;
  overflow: hidden;
}

.topline {
  border-top: 2px solid #fbfbfb;
}

.highlight-block-orange {
  background-color: #de4331;
  color: #142a30;
  padding: 0 4px;
}

.highlight-block-white {
  background-color: #fff;
  color: #142a30;
  padding: 0 4px;
}

/*--- Heros Inside ---*/
.hero-inside {
  width: 100%;
}

/*--- Menu ---*/
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9;
  font-family: "roboto-condensed", sans-serif;
  border-bottom: 2px solid #fff;
  transition: all 0.4s ease-in;
}
nav.my-fixed {
  background: #182e34;
  transition: all 0.4s ease-in;
}
nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1620px;
  color: #fbfbfb;
  margin: 0 auto;
  list-style: none;
  padding: none !important;
  -webkit-padding-start: 0;
}
nav li {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
}
nav li a {
  text-decoration: none;
  display: block;
  color: inherit;
}
nav li img {
  display: block;
}
nav .nav-logo {
  width: 240px;
}
nav .social-icons-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .social-icon {
  padding: 0 7px;
}
nav .social-icon img {
  width: 30px;
  display: block;
}

/*--- Nav Mobile---*/
.menu-btn-wrapper {
  display: none;
  justify-content: space-around;
  align-items: center;
  padding: 14px 16px 14px 10px;
  background-color: #142a30;
  line-height: 0;
  border-radius: 3px;
  cursor: pointer;
}
.menu-btn-wrapper > span {
  padding: 5px;
  letter-spacing: 1px;
}

.menu-btn {
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  z-index: 99;
}

.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  margin-left: 5px;
  background: #fff;
  z-index: 99;
}

.mobile-menu {
  background-color: rgba(32, 68, 78, 0.5);
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
  text-align: center;
}
.mobile-menu a {
  display: block;
  color: inherit;
  padding: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.11);
  margin: 0 15px;
}
.mobile-menu li {
  font-weight: bold;
}
.mobile-menu li:first-of-type {
  padding-top: 8px;
}
.mobile-menu li:last-of-type {
  padding-bottom: 3px;
}
.mobile-menu li:last-of-type a {
  border-bottom: none;
}

/*--- Hero ---*/
@media only screen and (max-width: 479px) {
  body .hero {
    height: 850px !important;
  }
}

.hero {
  width: 100%;
  background-image: url("/images/hero-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.hero .mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero .hero-bck {
  width: 100%;
  height: 100%;
  background-image: url("/images/hero-bck-2x-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
}

.hero-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -ms-align-content: center;
  align-content: center;
  color: #fbfbfb;
}
.hero-content .hero-logo {
  width: 180px;
}
.hero-content .hero-heading {
  color: #fbfbfb;
}
.hero-content .hero-heading .iche {
  width: 250px;
}
.hero-content .ticket-banner {
  padding-left: 2rem;
}
.hero-content h1, .hero-content h2 {
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
.hero-content h1 {
  font-size: 40px;
  font-weight: 500;
}
.hero-content h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-content a {
  text-decoration: none;
}
.hero-content span {
  background-color: #fff;
  color: #222;
}
.hero-content img {
  display: block;
  margin-top: 1.2rem;
}

#options {
  background: transparent;
}
#options .lm-options {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
#options .lm-option {
  width: 270px;
  color: #fbfbfb;
  text-align: center;
}
#options .lm-option img {
  width: 100%;
}
#options h2, #options span {
  color: #de4331;
}
#options h2 {
  font-size: 20px;
  font-weight: 400;
}
#options p {
  color: #b6b6b6;
}

.lm-child {
  min-height: 500px;
  background-image: url("/images/child-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.lm-child .lm-mask {
  background: rgba(0, 0, 0, 0.25);
}

.lm-child-content {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}
.lm-child-content aside {
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #fbfbfb;
  text-align: right;
}
.lm-child-content aside h3 {
  font-size: 45px;
  margin: 0;
  letter-spacing: 3px;
}
.lm-child-content aside span {
  color: #fbfbfb;
  background-color: #000;
}
.lm-child-content h4 {
  position: absolute;
  bottom: 50px;
  right: 140px;
  font-size: 190px;
  color: #000;
  letter-spacing: 17px;
  margin: 0;
  line-height: 1;
}

/*--- History ---*/
#lm-history p {
  text-align: justify;
}
#lm-history .column-01 {
  padding-top: 100px;
  text-align: center;
  max-width: 930px;
  margin-top: 0;
}
#lm-history .column-01 p:first-of-type {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}
#lm-history .column-01 .paragraph-thin {
  padding-top: 40px;
  font-size: 20px;
}
#lm-history .column-02 {
  padding: 0;
  position: relative;
  justify-content: flex-end;
}
#lm-history .column-02 .column-text {
  width: 65%;
}
#lm-history .column-02 .column-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: url("/images/history-01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-history .column-03 {
  padding: 0;
  position: relative;
}
#lm-history .column-03 .column-text {
  width: 70%;
  margin: 0;
  padding: 0 20px;
}
#lm-history .column-03 .column-back-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-image: url("/images/history-03.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*--- Kids ---*/
#lm-kids .hero-inside {
  background-image: url("/images/kids/hero-kids-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#lm-kids .hero-inside .lm-mask {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
#lm-kids .content-wrapper .column-02 {
  position: relative;
  height: 740px;
  background-image: url("/images/kids/kids-button-bck-min.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-kids .content-wrapper .column-02 .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#lm-kids .summer-camp {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
#lm-kids .summer-camp h2 {
  font-size: 72px;
}
#lm-kids .summer-camp a {
  display: block;
  text-decoration: none;
}
#lm-kids .summer-camp span {
  display: inline-block;
  background-color: #de4331;
  color: #fff;
}
#lm-kids .column-03 .bigger-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.embed-responsive {
  width: 100%;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 1.4em;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--- Beginners to Advanced ---*/
#lm-beg-adv .hero-inside {
  background-image: url("/images/beginners-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#lm-beg-adv .hero-inside .lm-mask {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
#lm-beg-adv .content-wrapper-02 .column {
  padding: 0;
  position: relative;
}
#lm-beg-adv .content-wrapper-02 p {
  width: 38%;
  margin: 0;
  padding: 0 20px;
}
#lm-beg-adv .content-wrapper-02 .column-back-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background-image: url("/images/beg-add-01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-beg-adv .beg-btm-cnt {
  height: 270px;
}
#lm-beg-adv .beg-btm-cnt .beg-item-wrapper {
  height: 100%;
  padding-right: 1.2rem;
}
#lm-beg-adv .beg-btm-cnt .beg-item-wrapper:last-of-type {
  padding-right: 0;
}
#lm-beg-adv .beg-btm-cnt .beg-item-wrapper-01 {
  width: 20%;
}
#lm-beg-adv .beg-btm-cnt .beg-item-wrapper-02 {
  width: 50%;
}
#lm-beg-adv .beg-btm-cnt .beg-item-wrapper-03 {
  width: 30%;
}
#lm-beg-adv .beg-btm-cnt .beg-btm-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-beg-adv .beg-btm-cnt .beg-btm-item-01 {
  background-image: url("/images/beg-ad-btm-01-min.jpg");
}
#lm-beg-adv .beg-btm-cnt .beg-btm-item-02 {
  background-image: url("/images/beg-ad-btm-02-min.jpg");
}
#lm-beg-adv .beg-btm-cnt .beg-btm-item-03 {
  background-image: url("/images/beg-ad-btm-03-min.jpg");
}

/*--- Team training ---*/
#lm-team .hero-inside {
  background-image: url("/images/team-training/hero-team-training-min.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#lm-team .hero-inside .lm-mask {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
#lm-team .content-wrapper-01 {
  margin-top: 70px;
}
#lm-team .content-wrapper-01 .column {
  padding: 0;
  position: relative;
  justify-content: flex-end;
}
#lm-team .content-wrapper-01 .column-text {
  width: 50%;
}
#lm-team .content-wrapper-01 p {
  margin: 0;
  padding: 0 20px;
}
#lm-team .content-wrapper-01 .column-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("/images/team-training/team-01-min.jpg");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
}
#lm-team .content-wrapper-02 .column {
  height: 260px;
}
#lm-team .content-wrapper-02 .column .tt-item-wrapper {
  height: 100%;
  padding-right: 1.2rem;
}
#lm-team .content-wrapper-02 .column .tt-item-wrapper:last-of-type {
  padding-right: 0;
}
#lm-team .content-wrapper-02 .column .tt-item-wrapper-01 {
  width: 33.33%;
}
#lm-team .content-wrapper-02 .column .tt-item-wrapper-02 {
  width: 33.33%;
}
#lm-team .content-wrapper-02 .column .tt-item-wrapper-03 {
  width: 33.33%;
}
#lm-team .content-wrapper-02 .column .tt-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-team .content-wrapper-02 .column .tt-item-01 {
  background-image: url("/images/team-training/tt-gallery-a-01-min.jpg");
}
#lm-team .content-wrapper-02 .column .tt-item-02 {
  background-image: url("/images/team-training/tt-gallery-a-02-min.jpg");
}
#lm-team .content-wrapper-02 .column .tt-item-03 {
  background-image: url("/images/team-training/tt-gallery-a-03-min.jpg");
}
#lm-team .content-wrapper-03 .column {
  height: 360px;
}
#lm-team .content-wrapper-03 .column .tt-item-wrapper {
  height: 100%;
  padding-right: 1.2rem;
}
#lm-team .content-wrapper-03 .column .tt-item-wrapper:last-of-type {
  padding-right: 0;
}
#lm-team .content-wrapper-03 .column .tt-item-wrapper-01 {
  width: 25%;
}
#lm-team .content-wrapper-03 .column .tt-item-wrapper-02 {
  width: 25%;
}
#lm-team .content-wrapper-03 .column .tt-item-wrapper-03 {
  width: 50%;
}
#lm-team .content-wrapper-03 .column .tt-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-team .content-wrapper-03 .column .tt-item-01 {
  background-image: url("/images/team-training/tt-gallery-b-01-min.jpg");
}
#lm-team .content-wrapper-03 .column .tt-item-02 {
  background-image: url("/images/team-training/tt-gallery-b-02-min.jpg");
}
#lm-team .content-wrapper-03 .column .tt-item-03 {
  background-image: url("/images/team-training/tt-gallery-b-03-min.jpg");
}

/*--- Training ---*/
#lm-training h2 {
  font-weight: 600;
}
#lm-training .column-01 {
  padding-top: 100px;
  text-align: center;
  max-width: 1080px;
  margin-top: 0;
}
#lm-training .column-01 img {
  width: 100%;
}
#lm-training .column-02 {
  padding: 0;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 90px;
}
#lm-training .column-02 .column-text {
  width: 60%;
}
#lm-training .column-02 .column-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("/images/teacher-01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-training .column-03 {
  padding: 0;
  padding-top: 30px;
  position: relative;
}
#lm-training .column-03 .column-text {
  width: 60%;
  margin: 0;
  padding: 0 20px;
}
#lm-training .column-03 .column-back-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("/images/teacher-02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#lm-training .column-04 {
  padding: 0;
  position: relative;
  justify-content: flex-end;
  margin-bottom: 90px;
}
#lm-training .column-04 .column-text {
  width: 60%;
}
#lm-training .column-04 .column-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("/images/training-new-02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*--- Find Us ---*/
#lm-find .column-01 {
  padding-top: 100px;
  text-align: center;
  max-width: 930px;
  margin-top: 0;
}
#lm-find .column-02 {
  max-width: none;
}

#map, #map-2, #map-3 {
  width: 32.5%;
  height: 300px;
}

/*--- Enroll ---*/
#lm-enroll .column-01 {
  padding-top: 100px;
  margin-top: 0;
}
#lm-enroll form {
  width: 85%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lm-enroll form p {
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  font-weight: 800;
}
#lm-enroll form p:nth-of-type(1),
#lm-enroll form p:nth-of-type(2) {
  width: 49%;
}
#lm-enroll form .last-p {
  margin-bottom: 2rem;
}
#lm-enroll form p:last-of-type {
  margin-bottom: 2rem;
}
#lm-enroll form p:last-of-type input {
  max-width: 150px;
}
#lm-enroll form .form-33 {
  width: 32%;
}
#lm-enroll form label, #lm-enroll form input, #lm-enroll form textarea {
  width: 100%;
}
#lm-enroll form .form-p {
  line-height: 0;
}
#lm-enroll form .form-radio-el {
  display: flex;
  justify-content: center;
}
#lm-enroll form .form-radio-el label {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lm-enroll form .form-radio-el label span {
  margin-right: 10px;
}
#lm-enroll form .form-radio-el label input {
  width: auto;
}
#lm-enroll form .small-tx {
  font-size: 14px;
  font-weight: normal;
  color: #a7a7a7;
  margin-bottom: 2rem;
}
#lm-enroll form .textarea-lb {
  display: block;
  margin-bottom: 0.4rem;
}
#lm-enroll form label br {
  display: none;
}
#lm-enroll input, #lm-enroll textarea {
  background-color: #898788;
  border: none;
  color: #fff;
}
#lm-enroll input {
  padding: 13px;
  font-size: 18px;
  font-weight: 800;
}
#lm-enroll textarea {
  max-height: 150px;
  border-right: 25px solid #383637;
}
#lm-enroll ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
#lm-enroll ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
#lm-enroll :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
#lm-enroll :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

#lm-enroll .download-p {
  font-weight: 800;
  margin: 0;
}
#lm-enroll .download-btn span {
  display: inline-block;
  padding: 13px 25px;
  width: 150px;
  color: #fff;
  background-color: #a60c00;
  font-size: 18px;
  font-weight: 800;
}

/*--- Events ---*/
#lm-events .column-01 {
  width: 100%;
  position: relative;
  margin-top: 130px;
}
#lm-events .column-01 .hero-events-hdr {
  width: 100%;
  bottom: 20px;
  left: 0;
  right: 0;
}
#lm-events .column-01 .hero-events-hdr img {
  width: 100%;
}
#lm-events .column-01 .hero-events-hdr a {
  width: 100%;
  height: 100%;
}
#lm-events .column-01 h1, #lm-events .column-01 h2 {
  margin: 5px 0;
}
#lm-events .column-01 h1 {
  color: #de4331;
}
#lm-events .column-01 h1:last-of-type {
  margin-bottom: 1rem;
}
#lm-events .column-01 h2 {
  color: #fff;
}
#lm-events .column-01 span {
  background-color: #142a30;
  padding: 0 8px;
}
#lm-events .column-02 {
  text-align: center;
}
#lm-events .column-02 p {
  font-size: 20px;
  margin: 0 auto;
}

.lm-book-btn {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.events-table ul {
  padding: 0 !important;
}
.events-table li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.events-table li h3 {
  padding-left: 20px;
  width: 20%;
}
.events-table li .event-details {
  width: 80%;
  padding: 10px;
}
.events-table li .event-details p {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.events-table li .event-details .highlight {
  font-weight: bold;
}
.events-table ul li:nth-child(odd) {
  background: rgba(35, 73, 82, 0.52);
}
.events-table .event-list-image {
  width: 100%;
  height: 400px;
  padding: 15px 15px 5px 0;
}
.events-table .event-list-image div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.events-table .event-list-image-01 {
  background-image: url("/images/events/halloween.jpg");
  background-position: center top !important;
}
.events-table .event-list-image-02 {
  background-image: url("/images/events/events-02-min.jpg");
}
.events-table .event-list-image-03 {
  background-image: url("/images/events/events-03-min.jpg");
  background-position: center !important;
}

/*--- Contact ---*/
#lm-contact .column-01 {
  padding-top: 100px;
  margin-top: 0;
}
#lm-contact .row-01 h1 {
  width: 100%;
}
#lm-contact .row-01 .contact-details {
  width: 50%;
}
#lm-contact .row-01 .contact-details p {
  padding: 5px 0;
}
#lm-contact .row-01 .lm-form {
  width: 50%;
}
#lm-contact form p:first-of-type {
  margin-bottom: 0 !important;
}
#lm-contact input, #lm-contact textarea {
  color: #666;
  background-color: #f9f9f9;
  border: 1px solid #272727;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: bold;
}

.ucf .message .success {
  display: none;
}

/*---- CAPTCHA form ---*/
.ucf button[type=submit] {
  background: #de4331;
}

.ucf fieldset {
  border: none;
  padding: 0;
}

.ucf .field-wrapper {
  margin-bottom: 0;
}

.field-wrapper label {
  width: 100%;
  margin-bottom: 0;
}

.ucf button[type=submit] {
  margin-left: 0;
  width: 155px;
  margin-bottom: 20px;
}

.ucf button[type=submit].complete {
  background: #5cb85c !important;
  margin-bottom: 15px !important;
  margin-right: 15px;
}

.ucf button.secondary {
  margin-left: 0;
  background: #777;
  margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5f5f5f;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #5f5f5f;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #5f5f5f;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
  color: #5f5f5f;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/*--- Schedule ---*/
#lm-schedule .column-01 {
  padding-top: 100px;
  margin-top: 0;
}
#lm-schedule h2 {
  text-align: center;
  margin-bottom: 35px;
}

.schedule-cnt {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.schedule-cnt .lm-day {
  width: 148px;
  font-size: 16px;
  margin: 3px;
  border-right: 1px solid #444442;
  padding-left: 0;
  padding-right: 6px;
}
.schedule-cnt ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  text-align: center;
  line-height: 26px;
}
.schedule-cnt li {
  background-color: #de4331;
  padding: 3px;
  margin: 6px 0;
  border-radius: 4px;
  min-height: 32px;
}
.schedule-cnt li:first-of-type, .schedule-cnt .lm-open {
  background-color: transparent;
}
.schedule-cnt .lm-open {
  font-size: 10px;
  padding: 0;
}
.schedule-cnt .lm-kids {
  background-color: #ce8a29;
}
.schedule-cnt .lm-rye {
  background-color: #1d8a91;
  line-height: 1.4;
}
.schedule-cnt .kendo {
  background-color: #468222;
  line-height: 1.4;
}
.schedule-cnt .lm-nj {
  background-color: #572d91;
}
.schedule-cnt .lm-nj span {
  font-size: 10px;
}
.schedule-cnt .lm-nj {
  line-height: 1;
}
.schedule-cnt .team-cl {
  background-color: #7b1111;
  font-size: 10px;
  line-height: 1.4;
}
.schedule-cnt .iaido {
  background-color: #4e5b13;
}
.schedule-cnt .time-90 {
  padding-bottom: 25px;
}

.sched-mon li:nth-child(2) {
  margin-top: 107px;
}
.sched-mon li:nth-child(4) {
  margin-top: 30px;
}
.sched-mon li:nth-child(6) {
  margin-top: 30px;
}
.sched-mon li:nth-child(7) {
  margin-top: 30px;
}
.sched-mon li:nth-child(8) {
  margin-top: 20px;
}

.sched-tue li:nth-child(3) {
  margin-top: 285px;
}
.sched-tue li:nth-child(5) {
  margin-top: 25px;
}

.sched-wed li:nth-child(2) {
  margin-top: 107px;
}
.sched-wed li:nth-child(4) {
  margin-top: 30px;
}
.sched-wed li:nth-child(5) {
  margin-top: 6px;
}
.sched-wed li:nth-child(6) {
  margin-top: 20px;
}
.sched-wed li:nth-child(7) {
  margin-top: 12px;
}

.sched-thu li:nth-child(3) {
  margin-top: 259px;
}
.sched-thu li:nth-child(4) {
  margin-top: 30px;
}
.sched-thu li:nth-child(6) {
  margin-top: 43px;
}

.sched-fri li:nth-child(2) {
  margin-top: 107px;
}
.sched-fri li:nth-child(4) {
  margin-top: 93px;
}
.sched-fri li:nth-child(6) {
  margin-top: 93px;
}

.sched-sat li:nth-child(2) {
  margin-top: 20px;
}
.sched-sat li:nth-child(7) {
  margin-top: 111px;
}

.sched-sun li:nth-child(2) {
  margin-top: 35px;
}

/*--- Footer ---*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fbfbfb;
  background-color: #0b181e;
}
footer p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
}
footer .footer-wrapper {
  background-image: url("/images/footer-bck.svg");
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 70%;
}
footer .lm-mask {
  background-color: rgba(11, 24, 30, 0.94);
}

.footer-cnt {
  width: 85%;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-cnt .highlight a {
  color: inherit;
}
.footer-cnt .lm-terms {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.footer-item {
  padding: 20px 12px;
  text-align: center;
}
.footer-item span {
  font-weight: 500;
}

.footer-item-01 {
  text-align: right;
}

.footer-item-03 {
  text-align: left;
}

.partners-wrapper .partners-cnt {
  background: black;
  width: 100%;
  text-align: center;
}
.partners-wrapper .partners-cnt img {
  margin: 20px;
}
.partners-wrapper .trade-logo {
  width: 110px;
}
.partners-wrapper .lm-terms {
  width: 100%;
  text-align: center;
  font-size: 12px;
  background-color: black;
  padding: 0 1rem 2rem;
}

/*=======================================================
  StoRe
========================================================*/
.rc-center {
  text-align: center;
  width: 100%;
}

#lm-store .column-01 {
  margin-top: 130px;
}
#lm-store .column-01 .rc-inner-content {
  padding: 27px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lm-store .column-01 .rc-inner-content h2.title {
  line-height: 1.7em;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}
#lm-store .column-01 .rc-inner-content .rc-image-ctn {
  width: 47%;
  padding-bottom: 5%;
}
#lm-store .column-01 .rc-inner-content .rc-image-ctn img {
  width: 100%;
  margin-bottom: 0 !important;
}
#lm-store .column-01 .rc-inner-content .rc-email-info {
  width: 100%;
  text-align: center;
  color: #fbfbfb;
}
#lm-store .column-01 .rc-inner-content .rc-email-info p {
  margin: 0 !important;
  padding: 0;
  color: #fbfbfb;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 22px;
  text-align: center !important;
}
#lm-store .column-01 .rc-inner-content .rc-email-info a {
  color: #fbfbfb;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 22px;
}
#lm-store .column-01 .rc-inner-content .rc-email-info .contact-no {
  padding-top: 33px;
}

/*---------------------*/
/*--- MEDIA QUERIES ---*/
/*---------------------*/
@media only screen and (max-width: 1280px) {
  .main-content {
    padding-bottom: 377px;
  }
  nav ul {
    width: 100%;
  }
  .footer-cnt {
    width: 92%;
  }
  footer p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1270px) {
  .schedule-cnt {
    justify-content: flex-start;
  }
  .schedule-cnt .lm-day {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1180px) {
  .social-icons-cnt {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-container {
    padding: 10px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  body .main-content {
    padding-top: 2rem;
    padding-bottom: 0 !important;
  }
  body .main-content .content-wrapper {
    margin: 0 !important;
    margin-bottom: 2rem !important;
  }
  body .main-content .content-wrapper:last-of-type {
    margin-bottom: 0 !important;
  }
  body .column-01, body .column-02, body .column-03 {
    padding-top: 0 !important;
  }
  body .column {
    margin: 0 auto 2rem !important;
  }
  body .column p {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  body .column p, body .column img {
    margin-bottom: 2rem !important;
  }
  body .column-flex {
    display: block !important;
    height: auto !important;
  }
  body .column-flex .row {
    display: block;
    width: 100%;
    padding: 0;
  }
  body .column-flex .row img {
    padding: 0;
  }
  body .row .row-item {
    width: 100% !important;
  }
  body .paragraph-thin {
    padding: 0 !important;
  }
  body .column-back-img {
    margin: 0 !important;
    margin-bottom: 2rem !important;
    width: 100% !important;
    height: 600px !important;
    position: static !important;
    text-align: left !important;
  }
  body .column-text {
    padding: 0 !important;
    margin-bottom: 2rem !important;
    width: 100% !important;
    position: static !important;
    text-align: left !important;
  }
  body .column-text p {
    text-align: left !important;
  }
  body .topline {
    border-top: none;
  }
  body .column.divider {
    display: none;
  }
  body .hero-inside {
    margin-top: -2rem;
    margin-bottom: 2rem !important;
  }
  body .events-table li .event-details p {
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
  }
  body form p.field-wrapper {
    margin-bottom: 0.4rem !important;
  }
  body form p.form-p {
    margin-bottom: 0.8rem !important;
  }
  nav {
    position: static;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #142a30;
  }
  nav ul {
    width: auto;
    margin: 0;
    padding-left: 20px;
  }
  nav .nav-logo {
    width: auto;
  }
  nav .nav-logo img {
    width: 70%;
  }
  nav ul li {
    display: none;
  }
  nav ul li:first-of-type {
    display: block;
  }
  #lm-home {
    padding-top: 0 !important;
  }
  .menu-btn-wrapper {
    height: 44px;
    display: flex;
    background-color: #20444e;
    margin-right: 20px;
    font-family: "roboto", sans-serif;
  }
  .hero {
    background-attachment: unset;
  }
  body .hero-inside {
    background-attachment: unset !important;
  }
  #lm-team .content-wrapper-01 .column-back-img, #lm-beg-adv .content-wrapper-01 .column-back-img {
    display: none;
  }
  #lm-team .content-wrapper-02, #lm-team .content-wrapper-03, #lm-beg-adv .content-wrapper-02, #lm-beg-adv .content-wrapper-03 {
    height: auto;
  }
  #lm-team .content-wrapper-02 .tt-item-wrapper, #lm-team .content-wrapper-02 .beg-item-wrapper, #lm-team .content-wrapper-03 .tt-item-wrapper, #lm-team .content-wrapper-03 .beg-item-wrapper, #lm-beg-adv .content-wrapper-02 .tt-item-wrapper, #lm-beg-adv .content-wrapper-02 .beg-item-wrapper, #lm-beg-adv .content-wrapper-03 .tt-item-wrapper, #lm-beg-adv .content-wrapper-03 .beg-item-wrapper {
    width: 100% !important;
    height: 700px !important;
    padding: 0 !important;
    margin-bottom: 2rem;
  }
  #map, #map-2, #map-3 {
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem;
  }
  #lm-enroll .download-btn span {
    display: block;
  }
  #lm-enroll form {
    width: 100%;
    max-width: none;
  }
  footer {
    position: static;
  }
  footer .footer-item-02 p {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 980px) {
  .hero-logo {
    display: none;
  }
  #options .lm-options {
    display: block;
  }
  #options .lm-option {
    width: 90%;
    max-width: 270px;
    margin: 0 auto 40px;
  }
  .lm-child {
    height: 600px;
    background-position: center bottom;
    background-attachment: unset;
  }
  .lm-child-content {
    display: none;
  }
  .events-table li {
    display: block;
    margin-bottom: 1rem;
  }
  .events-table li .event-details {
    width: 100%;
    padding-top: 0;
  }
  .events-table li h3 {
    width: 100%;
    padding: 15px 0 15px 10px;
  }
  #lm-enroll form {
    width: 100%;
  }
  .footer-cnt {
    display: block;
  }
  .footer-item {
    text-align: left;
  }
  .lm-terms br {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #lm-kids .content-wrapper .column-02 {
    height: 480px;
  }
  #lm-kids .summer-camp h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .column p br {
    display: none !important;
  }
  .hero-content .hero-heading {
    padding-right: 10px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .lm-day li {
    margin: 10px 0 !important;
  }
  .events-table li .event-details p {
    font-size: 18px;
  }
  .events-table li .event-details p br {
    display: none;
  }
  #lm-enroll form {
    display: block;
  }
  #lm-enroll form p {
    width: 100% !important;
  }
  #lm-enroll form p span {
    text-align: left !important;
  }
  #lm-kids .summer-camp h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 414px) {
  body #lm-store .column-01 .rc-inner-content .rc-image-ctn {
    width: 100%;
    padding-bottom: 6%;
  }
  body #lm-store .column-01 .rc-inner-content h2.title {
    font-size: 24px;
    letter-spacing: 1px;
  }
  body #lm-store .column-01 .rc-inner-content .rc-email-info p, body #lm-store .column-01 .rc-inner-content .rc-email-info a {
    font-size: 18px;
  }
  body .text-center {
    text-align: left !important;
  }
  body .text-center p {
    text-align: left !important;
  }
  body .lead-paragraph-big {
    font-size: 20px !important;
  }
  body .column p {
    text-align: left !important;
  }
  body .column-back-img {
    height: 380px !important;
  }
  .hero-events-hdr {
    padding-left: 20px;
  }
  #lm-team .content-wrapper-02 .tt-item-wrapper, #lm-team .content-wrapper-02 .beg-item-wrapper, #lm-team .content-wrapper-03 .tt-item-wrapper, #lm-team .content-wrapper-03 .beg-item-wrapper, #lm-beg-adv .content-wrapper-02 .tt-item-wrapper, #lm-beg-adv .content-wrapper-02 .beg-item-wrapper, #lm-beg-adv .content-wrapper-03 .tt-item-wrapper, #lm-beg-adv .content-wrapper-03 .beg-item-wrapper {
    height: 400px !important;
  }
  #lm-kids .lm-button {
    padding: 7px 25px 8px;
  }
  #lm-kids .content-wrapper .column-02 {
    height: 300px;
  }
  #lm-kids .summer-camp {
    left: 20px;
  }
  #lm-kids .summer-camp h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 370px) {
  .hero-content h1 {
    font-size: 25px;
  }
  .schedule-cnt {
    justify-content: center;
  }
  .schedule-cnt .lm-day {
    border-right: none;
  }
  #lm-contact form p {
    max-width: 280px;
  }
}
@media only screen and (max-width: 320px) {
  nav .nav-logo img {
    width: 100%;
    padding-right: 10px;
  }
}
/*-- Hot Fix --*/
.main-content {
  padding-bottom: 80px;
}

.lm-child {
  min-height: 500px;
}

.lm-child-content {
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}

footer {
  position: static;
}

.footer-cnt {
  width: 85%;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 40px 0;
}

.footer-cnt__row.fcr-top {
  border-bottom: 2px solid #fbfbfb;
  margin-bottom: 1.6rem;
  padding: 0 0 1.6rem;
}

.footer-cnt__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-cnt__row.fcr-bottom {
  display: block;
  width: 100%;
}

.footer-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */
