body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.t3-wrapper {
  background: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  max-width: 1920px;
  margin: auto;
}
.container {
  max-width: 100%;
}
@media (min-width: 1614px) {
  .container-hd {
    padding-left: 15px;
    padding-right: 15px;
    width: 1614px;
    max-width: 100%;
    margin: auto;
  }
}
.t3-header {
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .t3-header .container {
    width: 100%;
    padding: 0 24px;
  }
}
.t3-header .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .t3-header .container-inner {
    min-height: 60px;
  }
}
.t3-topbar {
  background: #403d75;
  color: #b1afd2;
  font-size: 12px;
}
.t3-topbar .container-inner {
  display: flex;
  align-items: center;
  height: 48px;
}
.t3-topbar .info-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.t3-topbar .info-list a {
  color: #b1afd2;
}
.t3-topbar .info-list a:hover,
.t3-topbar .info-list a:focus,
.t3-topbar .info-list a:active {
  color: #0084d4;
}
.t3-topbar .info-list > li {
  margin-right: 12px;
}
.t3-topbar .info-list .icon {
  margin-right: 3px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.headright {
  display: flex;
}
.headright > div {
  margin-left: 12px !important;
}
@media (max-width: 991px) {
  .headright .head-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .headright .navbar-header {
    display: flex;
    align-items: center;
  }
}
.headright .navbar-header .navbar-toggle {
  border-radius: 50%;
  background-color: #0084d4;
  color: #ffffff;
  margin: 0 12px 0 0;
}
.headright .navbar-header .navbar-toggle:hover {
  background-color: #006bab;
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-section-wrap .t3-section {
  border-radius: 18px;
  margin: 0 30px 30px 30px;
}
@media (max-width: 767px) {
  .t3-section-wrap .t3-section {
    margin: 0 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .t3-section-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-section-wrap .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.t3-section-wrap .padding-bottom {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .t3-section-wrap .padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .t3-section-wrap .padding-bottom {
    padding-bottom: 30px;
  }
}
.t3-section-wrap .padding-top {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .t3-section-wrap .padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .t3-section-wrap .padding-top {
    padding-top: 30px;
  }
}
.t3-section-wrap .mod-bg-old-lace {
  background-color: #fdf9ef;
  padding-left: 15px;
  padding-right: 15px;
}
.t3-section-wrap .mod-bg-secondary {
  background-color: #403d75;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 15px;
  padding-right: 15px;
}
.t3-section-wrap .mod-bg-primary {
  background-color: #0084d4;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 15px;
  padding-right: 15px;
}
.section-title {
  max-width: 740px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .section-title h2,
  .section-title .h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
.sub-heading {
  font-family: "Grand Hotel", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-mainbody {
  background: #fdf9ef;
  border-radius: 18px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin: 30px;
}
@media (max-width: 991px) {
  .t3-mainbody {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 0;
    padding-bottom: 0;
    margin: 15px;
  }
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-sidebar {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-footer {
  border-radius: 18px;
  padding: 48px 30px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-footer {
    padding: 30px 15px 15px;
  }
}
.t3-footer .container {
  max-width: 780px;
  width: 100%;
}
.t3-footer #back-to-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -107px;
  height: 52px;
  width: 214px;
}
@media (max-width: 767px) {
  .t3-footer #back-to-top {
    top: 0;
    height: 30px;
  }
}
.t3-footer #back-to-top::after {
  content: "";
  background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-top.png');
  filter: invert(23%) sepia(77%) saturate(412%) hue-rotate(204deg) brightness(92%) contrast(95%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t3-footer #back-to-top::after {
    background-image: url('../../../templates/ja_kidscorner/images/nav_mask/nav-top-ie2.png');
  }
}
.t3-footer #back-to-top button {
  background: transparent;
  border: 0;
  color: #ffffff;
  position: relative;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  z-index: 1;
}
.t3-footer .footer-inner {
  background-color: #403d75;
  border-radius: 18px;
  color: #ffffff;
}
.t3-footer .footer-inner:before,
.t3-footer .footer-inner:after {
  display: table;
  content: " ";
}
.t3-footer .footer-inner:after {
  clear: both;
}
.t3-footer .footer-inner small {
  display: block;
  font-size: 100%;
}
.t3-footer .footer-inner a {
  color: #0084d4;
}
.t3-footer .footer-inner a:hover,
.t3-footer .footer-inner a:focus,
.t3-footer .footer-inner a:active {
  color: #0074bb;
}
.t3-footnav {
  padding: 120px 0 30px;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-footnav {
    padding: 30px 0 30px;
  }
}
.t3-footnav .t3-module {
  background: #403d75;
  border-radius: 18px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .t3-footnav .t3-module {
    margin-bottom: 15px;
  }
}
.t3-footnav .t3-module .module-inner {
  background: #403d75;
  border: 0;
  border-radius: 18px;
  padding: 30px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 13px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.t3-footnav .t3-module .module-title:after {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  bottom: 0;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -12px;
  height: 6px;
  width: 24px;
}
.t3-footnav .t3-module .module-ct {
  font-size: 13px;
}
.t3-footnav .t3-module .module-ct p {
  margin-bottom: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  font-size: 13px;
  padding: 0 0 96px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    padding: 0 0 30px;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 24px;
}
.poweredby {
  margin-bottom: 30px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}