body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ja-topbar {
  background-color: #98d14c;
  background-image: url('../../../templates/ja_playschool/images/pattern/pattern-1.png');
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 13px;
}
.ja-topbar span {
  background: #ffffff;
  border-radius: 10px;
  color: #98d14c;
  line-height: 24px;
  height: 24px;
  font-size: 13px;
  text-align: center;
  width: 24px;
}
.ja-topbar span.element-invisible {
  display: none;
}
.ja-topbar .topbar-left {
  padding: 12px 0;
}
.ja-topbar .topbar-left span {
  margin-right: 6px;
}
.ja-topbar .topbar-right {
  padding: 12px 0 12px 12px;
}
.ja-topbar .topbar-right > div {
  float: left;
}
.ja-topbar .topbar-right > div + div {
  margin-left: 12px;
}
.ja-topbar .topbar-right .lang-inline li {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}
.ja-topbar .topbar-right .lang-inline li a {
  background: #ffffff;
  border-radius: 3px;
  color: #999999;
  display: inline-block;
  line-height: 24px;
  font-size: 10px;
  font-weight: 500;
  height: 24px;
  padding: 0 6px;
}
.ja-topbar .topbar-right .lang-inline li a img {
  margin-right: 3px;
}
.ja-topbar .topbar-right .lang-inline li.lang-active a {
  color: #98d14c;
}
.t3-slideshow {
  position: relative;
}
.t3-slideshow:before {
  background-image: url('../../../templates/ja_playschool/images/pattern/pattern-3.png');
  background-position: left bottom;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1199px) {
  .t3-slideshow:before {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .t3-slideshow:before {
    height: 10px;
  }
}
.t3-header {
  background: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .t3-header {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.logo {
  text-align: center;
}
.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;
}
.head-right {
  position: absolute;
  right: 16px;
  top: 24px;
}
.head-right:before,
.head-right:after {
  display: table;
  content: " ";
}
.head-right:after {
  clear: both;
}
@media (max-width: 991px) {
  .head-right {
    position: static;
    padding: 12px 0;
  }
}
.head-right > div {
  float: right;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .head-right > div {
    margin-left: 6px;
  }
}
.head-right .search {
  padding: 0;
  position: relative;
  height: 48px;
  width: 48px;
}
.head-right .search .form-control {
  border-radius: 10px;
  background-image: url('../../../templates/ja_playschool/images/ico/search.png') !important;
  background-position: 16px center!important;
  background-repeat: no-repeat !important;
  background-color: #fbf0d1;
  border: 0;
  color: #5f5d51;
  position: absolute;
  padding: 0 0 0 48px;
  font-size: 13px;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  max-width: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.head-right .search .form-control:focus {
  background-color: #fbf0d1;
  width: 240px;
  padding-right: 24px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .head-right .search .form-control:focus {
    width: 192px;
  }
}
.head-right .form-search {
  padding: 0;
  position: relative;
  height: 48px;
  width: 48px;
  float: right;
}
.head-right .form-search .finder {
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.head-right .form-search label {
  display: none;
}
.head-right .form-search input {
  border-radius: 10px;
  background-image: url('../../../templates/ja_playschool/images/ico/search.png') !important;
  background-position: 16px center!important;
  background-repeat: no-repeat !important;
  background-color: #fbf0d1;
  border: 0;
  color: #5f5d51;
  position: absolute;
  padding: 0 0 0 48px;
  font-size: 13px;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  max-width: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.head-right .form-search input:focus {
  background-color: #fbf0d1;
  width: 240px;
  padding-right: 24px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .head-right .form-search input:focus {
    width: 192px;
  }
}
.head-right .custom .btn {
  border: 0;
  height: 48px;
  line-height: 47px;
  padding: 0 24px;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-section-wrap .t3-module {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.t3-section-wrap .t3-module .module-inner {
  background: transparent;
  padding: 0;
}
.t3-section-wrap .module-title {
  background: transparent;
  font-size: 60px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .t3-section-wrap .module-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.t3-section-wrap + .t3-mainbody {
  padding-top: 0;
}
.module {
  position: relative;
}
.module .pattern {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 16px;
  width: 100%;
  z-index: 1;
}
.module .pattern.pattern-bottom {
  bottom: auto;
  top: 100%;
}
.t3-mainbody {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .t3-sidebar {
    margin-top: 32px;
  }
}
.t3-footer {
  background-color: #f0faff;
  background-position: bottom center;
  background-size: cover;
  color: #555555;
  position: relative;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer::before {
  background-image: url('../../../templates/ja_playschool/images/pattern/pattern-6.png');
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 16px;
  width: 100%;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  font-size: 13px;
  padding: 48px 0;
  text-align: center;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 128px 0 224px;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #555555;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 32px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 24px;
}
.t3-footnav .t3-module .module-title span {
  background-color: #4cbffa;
  -webkit-mask-image: url('../../../templates/ja_playschool/images/bg-sub-heading.svg');
  mask-image: url('../../../templates/ja_playschool/images/bg-sub-heading.svg');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.t3-footnav .t3-module .module-inner {
  padding: 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: #555555;
}
.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: #555555;
}
div.blueimp-gallery .modal.slide-content {
  display: block;
}
div.blueimp-gallery .modal-dialog {
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
div.blueimp-gallery .modal-dialog .modal-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
}
div.blueimp-gallery .modal-dialog .modal-header h4 {
  font-size: 13px;
  font-weight: 400;
  margin-left: 48px;
  margin-right: 48px;
}
div.blueimp-gallery .modal-dialog .modal-header button.close {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  color: #ffffff;
}
div.blueimp-gallery .modal-dialog .modal-body {
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
div.blueimp-gallery .modal-dialog .modal-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 150px;
}
div.blueimp-gallery .modal-dialog .modal-footer {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
}
div.blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
#back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top.affix {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top .btn {
  background: #ff7f3a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 0;
  text-align: center;
  height: 64px;
  line-height: 64px;
  width: 64px;
}
.t3-copyright {
  font-size: 13px;
  padding: 0 0 48px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  color: rgba(255, 255, 255, 0.6);
}
.copyright a {
  color: #ffffff;
}
.poweredby {
  text-align: center;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}